.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,244,221;--color-primary-1:255,219,142;--color-primary-2:255,182,28;--color-primary-3:128,91,14;--color-primary-4:38,27,4;--color-secondary-0:246,220,224;--color-secondary-1:226,139,153;--color-secondary-2:197,23,51;--color-secondary-3:99,12,26;--color-secondary-4:30,3,8;--color-tertiary-0:255,255,255;--color-tertiary-1:197,197,197;--color-tertiary-2:158,158,158;--color-tertiary-3:95,95,95;--color-tertiary-4:0,0,0;--headlines-font-family:"Geomanist";--paragraphs-font-family:"Geomanist"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/efb61237-5e43-4a27-9cf6-47dc222bcb26/BG.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.adaptive-delivery-prevent-bg, #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.lazyload, #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.lazyloading { background-image: none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container { border-width: 0; border-radius: 0; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:none; }#yrDnzvNlTyF44LtJfCcP8qJua1anBCmn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:9.75rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#AzmNuVu7JyycsOKPVAzbcK7yF02a6q1x { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:10.3125rem;left:0rem;height:14.3994375rem;font-style:normal;display:block; }
#TDGTXXd2ryIcaEgTrzINzfC7rn5O5hUz { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10.8125rem;top:14.624786376953rem;left:16.937173843384rem;overflow:hidden;display:block; }
#NETKlcKu9M8nmChFcca4cSXTDTOMZboo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:8.6245574951175rem;left:25.687391281128rem;overflow:hidden;display:block; }
#MDqLvfunUNv4ucCMfpZ1J3v9dynGTQ3b { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:20.875rem;top:9.375rem;left:41.036722291385rem;overflow:hidden;display:block; }
#nnKJ2HZ0Zqxy6Q2sZ7KSnS0nueWg7JfX { color:#ffffff;display:block;width:34.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:30.343969345092rem;left:0rem;height:;font-style:normal;display:block; }
#aKwPePdvTV16th1pSRglJmV9BTqAHFip { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.422743797303rem;left:0rem;display:block; }
#VDTU9EqPaKVKK5mmPU34oVuCZxKhtkKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wvwy09NyaAo8JvWZPFpl5gS0cr1E22bP { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.312175rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.422528266907rem;left:13.874456405639rem;display:block; }
#wVIXpBf7BZLNM8FkfSTJP5G0ITzWU2nK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQMqu6PhZtKk0qnrUWxmtgtfQQDKaJ5V { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.75rem;top:49.944773197174rem;left:0rem;overflow:hidden;display:block; }
#TLiq1ILVe7xt4VwdyVu4Fc5K3bf2BDi0 { color:#ffffff;display:block;width:34.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:46.984701633453rem;left:20.374891281128rem;height:1.749675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLIkEaoR9bCO5p3xAWNzGUrFFZZ8MDts { box-sizing:content-box;height:7.625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1rem;display:block; }
#uTHKZVxzD7GAMWgVM8LPkNM5RLXgz0oH { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.5rem;top:59.249894618988rem;left:31.250001907349rem;overflow:hidden;display:block; }
#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ { position:relative;display:none; }#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ { border-width: 0; border-radius: 0; }#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OFfO0dNOCSrmx7h3TDgCxLQUFCGo9mia { box-sizing:content-box;height:12.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Ifl97zUkupG0tTyOyQGkQ3pcdT9eT7W0 { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#smyNiCWpS3kPuPVDexcqMraxDnLen2tT { box-sizing:content-box;height:11.1870625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:19.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#zsT0cAd48LN7f2i6aQfpzXTE6PnqiV2e { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7Ts4JJx1kdqSoMlOft1Gyy2MP6oEvxC { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VLFJTMNBJ9ivnInJyaT1A4XwxZ4cVTds { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:8.7489147186281rem;overflow:hidden;display:block; }
#Qtbm0vPv9FdTzHRC7T0QThVm2kffJUv0 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:27.3125rem;overflow:hidden;display:block; }
#hJz4WqBmIHlFwV4y2WlAW3iIGCJRXnWl { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:45.875rem;overflow:hidden;display:block; }
#cCgMGudupn9pxTaCTfTT26xQDqioCZ52 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:64.25rem;overflow:hidden;display:block; }
#gTghcN6vJ1ktARK7AyiGgUkyBz0ZR0P1 { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#ooyPIWTktQA0hsOJzvaCfMmIEs3F7glS { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wTCWs5hn1uJdGcRoqA0RtLkbAWTMQ8OM { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DMEgDaRn2L2uh5NV22SfaqC6c7E90TsU { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tSKSmRapLa42TdZqqtV776y9a43pT1T7 { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BKNX4DbXWPG0Fr8gi0h1JUmsArruhZdz { box-sizing:content-box;height:11.1870625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:19.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#nzSpZPXSRkQNRC1WQdrzzwbVrnAem30m { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OI5OatJ2Q9HGQLoPpXrBGtAUqeeTp352 { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J { position:relative;display:none; }#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J { border-width: 0; border-radius: 0; }#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M0h4TGeIn9ndU56o7hDyP3EcOcW61ff1 { color:#000000;display:block;width:59.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:8.6870727539062rem;left:7.6242408752444rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CO7D9Xb2ZEg8VifIJzrfGIT8pGALP8ZD { box-sizing:content-box;height:29.125rem;width:36.5rem;position:absolute;display:block;z-index:15020;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.386840820312rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#vPvZb6At0ZFwqDQmcMlsVztNrMrXDx4B { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:23.011596679688rem;left:1.9997825622559rem;overflow:hidden;display:block; }
#efiT0HBds4L6RtwcyJzKkZdTn50x5hNU { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:23.773315429688rem;left:7.2482643127444rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZUTc5gt8JqoCKTOORM2cSMa0rWPlgME { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.6875rem;left:1.9981555938721rem;overflow:hidden;display:block; }
#aRbtpPXOi935n8oywPg9TvqpN0mC90Ki { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:29.836700439453rem;left:4.3717441558838rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxAUBTSh2s1cVIIA1QhsoZJlADnGbnUR { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:31.436645507812rem;left:4.3712024688721rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gHbBwGI0vBWDVNl4pbHOlnZoFb0WpTm9 { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15033;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.792755126953rem;left:1.9981555938721rem;display:block; }
#LfAIgaOMXNEqghTenUvw8WWWKWlWQTos { box-sizing:content-box;height:0.0623915rem;width:32.1875rem;position:absolute;display:block;z-index:15034;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.917419433594rem;left:2.1544055938721rem;display:block; }
#hEEbtwl77c89QMd86oINhN3zpk6zTzEM { box-sizing:content-box;height:29.125rem;width:36.5rem;position:absolute;display:block;z-index:15034;background-color:#0a0d14;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.437286376953rem;left:38.562284469604rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HbzKIJQOss9GuOvTkTtRylXul1R7eS9T { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:23.811859130859rem;left:45.812177658081rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxiKeye2lLDDTf8SmwhUGTtTbQfllRrk { color:#ccd0d8;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:31.437164306641rem;left:42.937284469604rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qAlQL1aBXtBS3cl48O9eBf9zE3w9fVq4 { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15047;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812286376953rem;left:40.562067031861rem;display:block; }
#dM4TUNSsJEKbRtEmix6oQCXzun6wskqE { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:29.874664306641rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bUaFTT9gqtxWbkN25ToWqOfAitm1Zxet { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:23.062072753906rem;left:40.562067031861rem;overflow:hidden;display:block; }
#QGpDZf82y9nW1XnfhHEfTDXRvDP55QdD { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.6875rem;left:40.562067031861rem;overflow:hidden;display:block; }
#hpMab92FfXkefkpLqgvu5VRz0PpxC0tL { background-color:#d61b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.062622070312rem;left:30.937501907349rem;display:block; }
#kZAtLdKx67VpAmro9Exv0IapolCXNfsb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DI1036KyvZIkT3CPh1hrzvcDAZrGnzPU { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.6875rem;left:1.9981555938721rem;overflow:hidden;display:none; }
#C95dff3KT46iGsC5s6fh7RlJhgyC1boi { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:29.836700439453rem;left:4.3717441558838rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JEHEyO3rGPoTTDtXZBTmaNNKgm5H9ndJ { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:31.436645507812rem;left:4.3712024688721rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SKrkahzeaZWyDd9aWxku6py9opvyau2O { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15033;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.792755126953rem;left:1.9981555938721rem;display:none; }
#R1w49zUDOGBh7etoDLDWu780K42gf2Cn { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.6875rem;left:1.9981555938721rem;overflow:hidden;display:none; }
#CR7PcGlqDDJs5rd8VZ7GdJW5TTCRUC1m { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:29.836700439453rem;left:4.3717441558838rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#miJu6qZfHT1sGtsHcICgJHPWDbJRy5tF { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:31.436645507812rem;left:4.3712024688721rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RG8FXO4R9HbvxAsbrUccwRgZzWzGivty { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.6875rem;left:40.562067031861rem;overflow:hidden;display:none; }
#OhFRKyIbvsCDgvCGNfsOFT3oIyEUgx0d { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:29.874664306641rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TQBc2c2h7m8x0iIDyW28xulhDthrvmPf { color:#ccd0d8;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:31.437164306641rem;left:42.937284469604rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Mx0ZSLet2POQcBlkSyILB2eE0OKgXdGE { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15047;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812286376953rem;left:40.562067031861rem;display:none; }
#mK3AauAzb76fXTwXITB9e9mTTTsHpfZ1 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.6875rem;left:40.562067031861rem;overflow:hidden;display:none; }
#eCUlDn7zSZmSTbhtstuv59o7NzWTn5le { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:29.874664306641rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#C7ufQKT5tEKLdQTaHfmwBTpfLHKiztXa { color:#ccd0d8;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:31.437164306641rem;left:42.937284469604rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 { position:relative;display:none; }#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 { border-width: 0; border-radius: 0; }#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fqLom3zWIbTSdfCLKITivNoyQUcDHR94 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999675rem;width:2.999675rem;top:4.535044670105rem;left:61.062284469604rem;overflow:hidden;display:block; }
#nudQrJQT2dnymQLffpFwInQN9KAL9XtG { color:#000000;display:block;width:59.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:7.5rem;left:7.6242408752444rem;height:3.6002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oepl5TV20RhIhxhWOLa31zbJRauVNxeQ { color:#525866;display:block;width:41.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:12.350261688233rem;left:16.905382156372rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlEPZpJv2dUHI4T9symdxdeLga514VvF { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8u7x6pEKPT6aAMwyKz90qsS2ucwkgbO { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DaSmWDCWOnrITFvhEuduVecNf9yr13gE { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.25rem;left:10.625rem;overflow:hidden;display:block; }
#bZ91PD7HXmbDyeKrWZME6b9rSHxauv3N { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.25rem;left:62.4375rem;overflow:hidden;display:block; }
#UWOP05zqkGF6Kn4gI9OGDqS3tXehGhgT { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.125rem;left:36.5rem;overflow:hidden;display:block; }
#gSTgJQFRAmZ8x1KWLvrIJtOBMPFnnJBZ { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:10.625rem;overflow:hidden;display:block; }
#mSLq77vcppxRaONgygebAOEOVtNACG1x { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:36.5rem;overflow:hidden;display:block; }
#XOA42tPTf9D8pTvnTh4unxWqZe3ozXtZ { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:62.5rem;overflow:hidden;display:block; }
#QQivUrTZwiHzk7UFdMZua7yWAJ9nFPfD { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#e8ogKzihFfWLLdpMalwiHKtOaGox3CUt { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#GGEse9wyz8k7Q1okthwzEPGcHfWEZezt { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WeQMxmZWgfiSTidDdZhBSIPVeGisrTQW { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OFO6eLt0DgzU8nokX60JbeXQ1ZKmkvD8 { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QsGCdN9BLqxPsqCRVpMwdNprTNMwSnNP { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#OKvh96BURUEeg280PxW6HRHlTw28ITXG { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hCIa1pZhoIOXqmiaQVELpDyBKaGRWwTd { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#z3o4NpdNd1a7yDqBgMC9730w9affdHl7 { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i5TH7FNo4btaU0iDHws1dQ4J2WPEZTa6 { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gS2sy04T6ksJlfpbUI8CRTAsIP6ihKw3 { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#omLxthE2ADD2pu2fnv6hvGV8lKkC6Lo5 { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pETsHykBZaQEpXgR6nOiQvTrMkryscki { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#a7pT9gCSTMfG2pF8TTCbJVDEbtpShcgr { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:none; }
#oLG63PIhXpb2ZdObtBn6lp63dN2LBNtc { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sidWIK0MtFIoXxVXbkyS4eS3xAqPvfI1 { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/78a6101a-b226-472d-abc6-d653f956920f/BG4.svg");background-position:center !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:none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX.adaptive-delivery-prevent-bg, #Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX.lazyload, #Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX.lazyloading { background-image: none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container { border-width: 0; border-radius: 0; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:none; }#w8EazvLGsQ2gyvJnCW07WqNfTvIUE1g9 { box-sizing:content-box;height:32.5625rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:#0a0d14;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KfBFD1ct6QSSwTb9918fPtyK0MAd45K0 { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:6.375rem;left:3.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QFZMfAEUOAl6N8liPLt6QwPJxrqxzivg { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:20.019401550293rem;left:3.4988059997559rem;height:5.52300625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gqtg4hLJyrhqqwDAgdrcCTyLZa8RochL { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.75rem;top:7.5rem;left:37.061849594116rem;overflow:hidden;display:block; }
#Xymi2BRcK0iRHM7ScvFQR4uJ8iAKrTWt { color:#ffffff;display:block;width:20.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:3.4830722808838rem;left:34.810873031616rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U93LV5nSJit6C0dTkmEPTWqCEy3N42WR { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:23.958877563476rem;left:58.749135971069rem;height:4.38801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DKXEi0mCnnLBSueOwS9N4FazBfwt3wxV { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.625rem;top:0rem;left:44.811742782593rem;overflow:hidden;display:block; }
#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK > .row .container { border-width: 0; border-radius: 0; }#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:75rem;position:relative;display:none; }#qtHG3J8WXhkFwRNd4OugaT5dVc5SVTIN { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PKT8EIviFT9qD4nx6srsv7TZV1yT61mJ { color:#525866;display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.2574863433838rem;left:48.5625rem;height:4.38801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGPMxh450BMUrodHVHVvT9luVSi3hhPb { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.64453125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#Tege6Gr199UpimlB8Zvy56bfesAxgEpQ { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.1875rem;top:13.144422531128rem;left:1.5rem;overflow:hidden;display:block; }
#T8xa0W1REOctzEE5Z4ultndcVvaTTfTu { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:21.375rem;top:24.866645812988rem;left:1.3427734375rem;overflow:hidden;display:block; }
#TKWH31iJQ3xCTrUE7bm1uhdZlOeh4uP1 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:17rem;left:1.5rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JxAs3lUkRQChxiSBl67kWoBw8a1z5CfH { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:19.8125rem;left:1.5rem;height:2.974175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FFE6VNKfhQvRGg1Hp26lRbzOnvD5cPe2 { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:25.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#SoDhG3wKx0SBmL72gfZVkK1WZoQXEnf4 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:21.3125rem;top:24.875rem;left:26.8125rem;overflow:hidden;display:block; }
#Fbn6HC98OWCoODPr2r6PlNrs2t0vt2C2 { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:19.8125rem;left:27rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RpV4hZcMukAQH5eXZNp7LwnUzmmwEqnL { color:#000000;display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:16.99978351593rem;left:26.999784469604rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQT4WFwxdWRqGJHagNCluEkLDm2UIvzd { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.125rem;top:13.125rem;left:26.9375rem;overflow:hidden;display:block; }
#R2FsZXTry4T5iUgwAuRP5aWJhlbkL2M0 { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:50.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#NcJCJsKVZnbRDx8npwF80kCJSpsBekPJ { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:21.3125rem;top:24.875rem;left:52.25rem;overflow:hidden;display:block; }
#pt8NwJFdlnVdJRTJnU9HNSxQzvqdmgoW { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:19.8125rem;left:52.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1NPmlXFVbJIUrMuODBluMci8XpFT0kF { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:16.99978351593rem;left:52.437070846558rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NZh1Vnx1KELhva06q8CGD4n4pJEN3H5J { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.125rem;top:13.125rem;left:52.375rem;overflow:hidden;display:block; }
#myTn4gM3b6AhGWpED59fq0uPTehWHnTf { background-color:#d61b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:49.831924438476rem;left:30.905492782592rem;display:block; }
#K1v243S3s9W3avvQAGyUtQ1hU2r8MoJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/cf10a286-d3e9-4a0f-8be3-e2603a90a3b0/BG2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.adaptive-delivery-prevent-bg, #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.lazyload, #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.lazyloading { background-image: none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container { border-width: 0; border-radius: 0; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:none; }#GmdO8OPWhX0zNO0hT5Zc2hLNUhwh4wpK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48rem;width:38rem;top:6.6959867477419rem;left:36.999784469604rem;overflow:hidden;display:block; }
#ryPJnitJHw1NnG296u6qDpEfacTg1AlS { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:10.5rem;left:0rem;height:7.2005rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wdhp3XfDxZ9WcyXoQafMXZFtHTnSDqLd { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:20.5625rem;top:18.9375rem;left:0rem;overflow:hidden;display:block; }
#ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.0625rem;left:0rem;height:7.6888125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD li:before{  }
#oCJnev8L48FLm2Ca2SLOcGQSOVWcM8hg { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.6875rem;top:40.75rem;left:0rem;overflow:hidden;display:block; }
#Wnr9gpzLo0XdiwbJRT0MoKAnQPwvnnEP { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.625rem;top:40.75rem;left:9.1875rem;overflow:hidden;display:block; }
#KM27WtgdEskIfgCblbmUGzh5yzUx9xM2 { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:38rem;left:0rem;height:1.687825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 > .row .container { border-width: 0; border-radius: 0; }#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:75rem;position:relative;display:none; }#QgaI7K1y5EF97zkP6cK5u6geA9UsPnFv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.624349594116rem;left:0rem;overflow:hidden;display:block; }
#F8ADA43CCcKvIqNcwE9ZwSQrGgTt5b0r { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.25rem;left:11.623807907104rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5EQFqbDBePH3CbTH4ok2oHpJNxGHB9S { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.623264312744rem;left:25.218641281128rem;overflow:hidden;display:block; }
#zW70yyHiKQVWmFzkpDGPbS2ToLS8EIzF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.623807907104rem;left:50.437284469604rem;overflow:hidden;display:block; }
#ZcA6cENEWtOq0L2TTqNdywhH89ASdAVR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.550349235534rem;left:0rem;overflow:hidden;display:block; }
#f6rPI0w2SB52f6UdqtlWTSTrND7PbVmQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.549805641174rem;left:25.218641281128rem;overflow:hidden;display:block; }
#BkbgQTNIrzBL14r0SLk94ytxMTNucoli { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.550349235534rem;left:50.437284469604rem;overflow:hidden;display:block; }
#x3DePTUOrU98fNO7F81zO9KzhBBAx4Ev { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:54.561597824097rem;left:11.623807907104rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhXELHtTlGh2C6celTGrveAv3Vop6nOB { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.9111328125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#gUX9FMLHgwusk1aUIyIvXrxEOctDtllu { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:0.81217384338381rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UI2Bg8lrTm0h57qPep2yeSaHtdOIOK74 { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:0.81217384338381rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Twh8rVTEswxPmTc6IltCprs9wR2uzaTz { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.910919189453rem;left:6.4040794372556rem;overflow:hidden;display:block; }
#FRS2hvSMJf9oFguMPTe89MltVUywSXqm { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.937164306641rem;left:18.937175750733rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#Cloh33wsZkd2FLbd3S6q4G1AEn6h0mhD { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:19.749893188476rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsMlXW43gVDulcIQdhzAPLqC1ryKrhR4 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:19.749893188476rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuMFBTtMsUov0OI49WkVvxp4lUrATi1p { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#sDHt97xc3DkCFnsV5kSdq46U8wIKEV8g { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.937164306641rem;left:56.812068939209rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#O8qhLfSZ8TUaTDT3nnukTyV0yxzlVIOC { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:57.624782562256rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNwD4PDgfIdtrarb7GC5sdX8IbTEAcTF { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:57.624782562256rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFkDBlGMIENQQfc5PMHTkhnfG1SKyTgR { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.874786376953rem;left:37.874893188476rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#kuy6kaLHCVCWRCW5dc3fvFwiIerIdfB9 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:38.687068939209rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWisKT2U7ABcGwko5i9ZMhTqfTTkPiCB { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:38.687068939209rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqwkJnQ2S1oTe4q5EEkZxQ1tbSuw4GqW { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.9375rem;left:63.187397003175rem;overflow:hidden;display:block; }
#fiLkbd7vC6lNtTNeG7mzrERVA9pynwTE { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.874572753906rem;left:44.249675750733rem;overflow:hidden;display:block; }
#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/efb61237-5e43-4a27-9cf6-47dc222bcb26/BG.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT.adaptive-delivery-prevent-bg, #PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT.lazyload, #PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT.lazyloading { background-image: none; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container { background-color: transparent; background-image: none; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container > .video-iframe-container { display: none; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row > .video-iframe-container { display: none; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .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); }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container { border-width: 0; border-radius: 0; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#CEDJqdXyWIJ6OBxDX99iO0p72R7970wf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:9.75rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#MpBAmLAh2V0xHIZbh9rTTlmBZSidLpuQ { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:10.3125rem;left:0rem;height:14.3994375rem;font-style:normal;display:block; }
#iV1orBIXwQ3kiOz4HAUDx91In11zZ7CT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:10.8125rem;top:14.624786376953rem;left:16.937173843384rem;overflow:hidden;display:block; }
#mWENZEUMSq2U3EL7txTZ2V7L6PT0ZTWn { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:8.6245574951175rem;left:25.687391281128rem;overflow:hidden;display:block; }
#t4lL4P3pWOTLLEGBiKHzXP5X93uB2EHA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:47rem;top:9.375rem;left:41.036722291385rem;overflow:hidden;display:block; }
#GEF22WqNusGIuqav0DQFfdMdKKmscDsm { color:#ffffff;display:block;width:34.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:30.343969345092rem;left:0rem;height:3.49935rem;font-style:normal;display:block; }
#UF29UqU0DfuDawp72r3kDKqRfp8PyUXF { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.422743797303rem;left:0rem;display:block; }
#aRh2osz0I0DVeyXFl3486TxmhtrO03Qe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsIXSVqDlUtmH7wCWOdyKauTKHZb05M7 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.312175rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.422528266907rem;left:13.874456405639rem;display:block; }
#p1KpogRqyEd4BpihMRVq1G8ybfGbyNlW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZT6sqONvgt3JSRazhHfTcduaAR9egbAn { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:75rem;top:49.944773197174rem;left:0rem;overflow:hidden;display:block; }
#cXSuGbEacAtcgJtpzUTOK5Ho9CRxAEyA { color:#ffffff;display:block;width:34.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:46.984701633453rem;left:20.374891281128rem;height:1.749675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIv9rEMlRVnAamVBDQ974tqatkJUVoPT { box-sizing:content-box;height:7.625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.625rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1rem;display:block; }
#kOsyB4WZLOvGr1mOLgCnAoCo0AmIQPQb { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.5rem;top:59.249894618988rem;left:31.250001907349rem;overflow:hidden;display:block; }
#kdLvnZZup8fEC6ICFKe0Uvh409ilCzcn { color:#ffffff;display:block;width:5.24956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.4115667343139rem;left:44.639545440674rem;height:1.4870875rem;font-style:normal;display:block; }
#bMXWGxVN4wmkmuoyD9znGzXTSbKMCcSH { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2.4115667343139rem;left:51.667209625244rem;height:1.4870875rem;font-style:normal;display:block; }
#RlK3pD7AGGPocqaQtERgwJDTocOwgS4R { color:#ffffff;display:block;width:5.499675rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2.4115667343139rem;left:57.694553375244rem;height:1.4870875rem;font-style:normal;display:block; }
#ZJyZV6SlWLJEVTZsVR5V1X8abAFiW48e { color:#ffffff;display:block;width:6.06228125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:2.4115667343139rem;left:65.159832000731rem;height:1.4870875rem;font-style:normal;display:block; }
#JM9bRm2NP4NneoMT2iLOwkS2UwcHG1K5 { color:#ffffff;display:block;width:1.81206875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:2.4115667343139rem;left:73.187397003175rem;height:1.4870875rem;font-style:normal;display:block; }
#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK { position:relative;display:block; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK { background-color: transparent; background-image: none; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container > .video-iframe-container { display: none; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row > .video-iframe-container { display: none; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .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); }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK { border-width: 0; border-radius: 0; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f3EVzNGxWngWnuiZezTcaHEru3TA6Ntm { box-sizing:content-box;height:12.125rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#t1AdaDpb71KvogTkb7VnC8rlIXROc5rf { box-sizing:content-box;height:11.1875rem;width:17.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:1rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#g7a1T6L3eNRm1tCHTrT8ou7zEOdVSAtC { box-sizing:content-box;height:11.1870625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:19.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#wl4S1pBXgTfBBWWogTIyWOF2HZGipJlM { box-sizing:content-box;height:11.1865rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:38.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PAvCTqwH2V3NdO9CE56ocCCRHXOW94QF { box-sizing:content-box;height:11.186rem;width:17.5rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:56.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TCCkT78Lq5pifvbKbh7kJ8tWTOD92nKC { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:2.5623912811279rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oouXUdPomgIbrVrtLrbS4hvZKHK9X9Z5 { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:2.5623912811279rem;height:1.19954375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yA3Td9urIcRUfVkwOrp2rbIeQIaSzqmg { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:8.7489147186281rem;overflow:hidden;display:block; }
#Xy1Xh7ZVMSqN8MSmPqHPJRw9siXAktLO { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:27.3125rem;overflow:hidden;display:block; }
#yBJ1SF9dDFxNcThDz7lWS4RurWIenZsu { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:21.124673843384rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnmZ9AWNdLOT5u65vtzGCpdioSRHmsdA { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:21.124673843384rem;height:1.19954375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M59PshI1tIB3JdGPx4Ct0TThb0RwfE0t { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:39.687501907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ngff8vn5NmrDcUWf107hofuXypb1gyzu { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:39.687501907349rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aFB54xOeDdDDF4MFWITSeJT1RNsVIgXl { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:45.875rem;overflow:hidden;display:block; }
#VZdRbda3Ee4ZUSTrE9Wc1iOT798IeZGu { color:#000000;display:block;width:14.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:8.6870660781863rem;left:58.062070846558rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfTBsyxlS7Mby485JyOCvZuqnD8QwAc5 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:5.3120660781861rem;left:58.062070846558rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4OsW6VVLBmuHN94AFtTcNtSCy2uvWws { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:1.625rem;left:64.25rem;overflow:hidden;display:block; }
#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 { position:relative;display:block; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 { background-color: transparent; background-image: none; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container > .video-iframe-container { display: none; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row > .video-iframe-container { display: none; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .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); }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 { border-width: 0; border-radius: 0; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IFDpDEE4porQuMdwHIwxi90vqdVXzhQ3 { color:#000000;display:block;width:59.749875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:8.6870727539062rem;left:7.6242408752444rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5fCpqpJC3Ws1abG28AKERtqEp5E2F3B { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999675rem;width:2.999675rem;top:5.7221069335938rem;left:50.311414718628rem;overflow:hidden;display:block; }
#cnv8Z79TrzQRKMFeOzsJ5ObLOIUuRRX4 { box-sizing:content-box;height:29.125rem;width:36.5rem;position:absolute;display:block;z-index:15020;background-color:#f6f8fa;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.386840820312rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#etVpAAVnuPs1vqtnBTmBp9VGBq5TAXTN { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:23.011596679688rem;left:1.9997825622559rem;overflow:hidden;display:block; }
#HBFgu5buFNlThuPTcHIOgaD8NZUNmxrK { color:#000000;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:23.773315429688rem;left:7.2482643127444rem;height:2.10015rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4gkq3z3plCkeM2S4r6SvDtrABG5god1 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.6875rem;left:1.9981555938721rem;overflow:hidden;display:block; }
#u5l0y5irxFOt8ngrniVHC9ypMTaheucw { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:29.836700439453rem;left:4.3717441558838rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJN7A5gRB9QUgbICv6cNxi9GwLPHwoci { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:31.436645507812rem;left:4.3712024688721rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTGEC7tRGc6qt5R10hOh4QUHVWONBEbK { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:35.999877929688rem;left:4.375rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fWP51XH61bTU4I8QTqMWurnh9UtrxpIZ { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:37.562377929688rem;left:4.375rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KI2Xr3iHJWa3aZWTpUDazoAaGwlGWUTm { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:35.812164306641rem;left:1.9997825622559rem;overflow:hidden;display:block; }
#oOfaaubCaE5rkoWpU1h80VGs0lsHFdZr { color:#000000;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:42.124572753906rem;left:4.375rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOEQJZ4kV6S68z5Lh8wW228CvKXrSkLx { color:#525866;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:43.687072753906rem;left:4.375rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RA7cxMWgsZNGvJicZcoDsKuSpo4CzOfO { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:41.937377929688rem;left:1.9997825622559rem;overflow:hidden;display:block; }
#PC9dOWC63isJ7XGhtGAznaUpbCZb7RB0 { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15033;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.792755126953rem;left:1.9981555938721rem;display:block; }
#aWI09n5Exc2JwoawcrpxlOTxepbDW8FR { box-sizing:content-box;height:0.0623915rem;width:32.1875rem;position:absolute;display:block;z-index:15034;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.917419433594rem;left:2.1544055938721rem;display:block; }
#Ad98lpuTQK9sRJBJOoGE6O9xA2xVoDTB { box-sizing:content-box;height:29.125rem;width:36.5rem;position:absolute;display:block;z-index:15034;background-color:#0a0d14;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.437286376953rem;left:38.562284469604rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Niqqe67Pr3r9XBcLhRnCcaOwm6M7cvWy { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:23.811859130859rem;left:45.812177658081rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cBEb1VUuFbyLthLPTTrsTwm50OeFXBMO { color:#ccd0d8;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:31.437164306641rem;left:42.937284469604rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wlrRzPo7aN2qVxpf2O7RMpamOeBastdp { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15047;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.812286376953rem;left:40.562067031861rem;display:block; }
#U930ctpS9pfxaDPRKgzSZ38ZITvfwI7N { color:#ccd0d8;display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:37.562377929688rem;left:42.937284469604rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMSRDRH4yF4eLfxblEdbBTWE5w2REdGl { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:29.874664306641rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zwnWLvy7TwselQHJa5m6LUN4kKpSUcrZ { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:35.999877929688rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BrkyGE20eeiUuHAEZzIz4BaD8WuG8IJO { color:#ffffff;display:block;width:14.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:42.124572753906rem;left:42.937284469604rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xB7sE82A1v5Bd7lABQZclApqv6dtQIfv { box-sizing:content-box;height:0.0623915rem;width:32.1875rem;position:absolute;display:block;z-index:15048;background-color:#e2e4e9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.9375rem;left:40.687391281128rem;display:block; }
#UJTT9G1AH0hLfZxSO64ZbVhRaZCl8Bt7 { color:#ccd0d8;display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:43.687072753906rem;left:42.937284469604rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQBpewCaxlCXJcHUhAas4cLzfOklSlWB { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:23.062072753906rem;left:40.562067031861rem;overflow:hidden;display:block; }
#hNJ2pql6kVSUEutg7hXePwEa9ZqGSeRI { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:29.6875rem;left:40.562067031861rem;overflow:hidden;display:block; }
#d7QoTtiiETi00ILJ3Lp6wsRmBAZLTW9I { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:35.812164306641rem;left:40.562067031861rem;overflow:hidden;display:block; }
#HoS331567zRpfSAzm0dBxhSBm0agA2Vf { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:41.937377929688rem;left:40.562067031861rem;overflow:hidden;display:block; }
#T6KbuqUKCAtO7x95msXt9aVuJhgkdSxM { background-color:#d61b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.062622070312rem;left:30.937501907349rem;display:block; }
#nCvwiEzG18h8u9HQqFs9izJkE6Z6xa1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATpBiURHsnWofIiJ7G7KLnRkargCzgCI { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:15.625rem;top:18.096801757812rem;left:65.953237533569rem;overflow:hidden;display:block; }
#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ { position:relative;display:block; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ { background-color: transparent; background-image: none; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container > .video-iframe-container { display: none; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row > .video-iframe-container { display: none; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .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); }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ { border-width: 0; border-radius: 0; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cMSErqrW1t9EqiPqCzSUm4Ha2wnEV8T7 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999675rem;width:2.999675rem;top:4.535044670105rem;left:61.062284469604rem;overflow:hidden;display:block; }
#u3WocdpwgD1gohPIrH9lPcTRz89SEIAI { color:#000000;display:block;width:59.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:7.5rem;left:7.6242408752444rem;height:3.6002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RX16ii1ueztCSaKw8rhfJGLbF09CReBi { color:#525866;display:block;width:41.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:12.350261688233rem;left:16.905382156372rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EgxEWJFhHUpz23usU1O8Oa3fEJxbQzVW { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:23.25rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Li0laFPcxJPBMvwFeTxsr5fNNutI4Akr { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CT3hf89HFkXKbKFRfJiXWBbOfGbdoCAy { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:19.25rem;left:10.625rem;overflow:hidden;display:block; }
#w4EBGgXDhVI0v8Z93wRUJDl3kFgUkPdK { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:25.8125rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXnqM8czhOMqJu0c2m3Cn4k8VNeDI0Lr { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:23.25rem;left:51.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvyDAg7JTelG3uohez87eUeHI28lyhhX { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.25rem;left:62.4375rem;overflow:hidden;display:block; }
#mXTbWW4tmJkAp2d0OBJhmtW4rAGeBvoG { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:25.6875rem;left:25.875rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ix2vp9AQTCRqM1fNbTxa6ZapoSb49piP { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:23.125rem;left:25.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#knuhfEAQ1RC1TG78uchScKafXhkKH5On { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:19.125rem;left:36.5rem;overflow:hidden;display:block; }
#PHoH58h1AAg83vZXFniIle78CaqRx20l { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:10.625rem;overflow:hidden;display:block; }
#LkVC0lJTxMGJ6N6VRKqZKTFvlNf8AwE3 { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:36.5625rem;left:0rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imoy546NPlTVnSBTQwddNsXqHAaTqAGZ { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:4.14225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyPcZRGvrRSzqkauTVm3vLkquCMliivx { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:39.125rem;left:25.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLFbkZBN1Q4fQT9CgnMDkPkWss1DXIfH { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:36.5625rem;left:25.875rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXG5texqZCnimFO4OQyv88brP121uzGI { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:36.5rem;overflow:hidden;display:block; }
#XlccEwfLwJxKvSfGdWWUxPysmeLDOT0z { color:#525866;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:39.125rem;left:51.8125rem;height:4.14225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiekJDG2LGhtf0eZ18hWPDbFm9lPqFnb { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:36.5625rem;left:51.8125rem;height:1.5744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkOG5H50DTKLeKv5adC5lC8EmwnF6o9v { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:32.5625rem;left:62.5rem;overflow:hidden;display:block; }
#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/78a6101a-b226-472d-abc6-d653f956920f/BG4.svg");background-position:center !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; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT.adaptive-delivery-prevent-bg, #PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT.lazyload, #PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT.lazyloading { background-image: none; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container { background-color: transparent; background-image: none; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container > .video-iframe-container { display: none; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row > .video-iframe-container { display: none; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .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); }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container { border-width: 0; border-radius: 0; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#H3CvOTTqmTOOI9rhN4xPCpThOZS1riev { box-sizing:content-box;height:32.5625rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:#0a0d14;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#SRfr0pn5XS3v8id0Z0lFQekHhK8rkS1T { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:6.375rem;left:3.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzQBlmtaEMKUsr8HsJJTw3G2trQ9X32c { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:20.019401550293rem;left:3.4988059997559rem;height:5.52300625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kcrbJCAndQ7N0IEpWTv19DSRzM6imeC0 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:27.3125rem;top:7.5rem;left:37.061849594116rem;overflow:hidden;display:block; }
#qt42CTPUD6ZG3LUsXsB6PLTlGT75JLDt { color:#ffffff;display:block;width:20.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:3.4830722808838rem;left:34.810873031616rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMXxOmpMTvnU55ve7Oz67kia0BO4UTWC { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:23.958877563476rem;left:58.749135971069rem;height:4.38801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lcw7N3JkTefJAdd9FpNuV9HGlgaaZZm5 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.625rem;top:0rem;left:44.811742782593rem;overflow:hidden;display:block; }
#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container { background-color: transparent; background-image: none; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container > .video-iframe-container { display: none; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row > .video-iframe-container { display: none; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .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); }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container { border-width: 0; border-radius: 0; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:75rem;position:relative;display:block; }#hNrHh4V79f73WHRvqreoDRmgStq3rr9v { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#svoV0TOtsQvKVFCU8SmLlg9ZV447fDcT { color:#525866;display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.2574863433838rem;left:48.5625rem;height:4.38801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gcr7ISnnsntoVyxroa3bnp5SIz7fFOiG { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.64453125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#FaI9ab8IgfRkJPw6HM3fBw9kHE1HzCoo { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.1875rem;top:13.144422531128rem;left:1.5rem;overflow:hidden;display:block; }
#NaWf7TrddXOh5fDS5QyuUqeUu2UW8THP { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:21.375rem;top:24.866645812988rem;left:1.3427734375rem;overflow:hidden;display:block; }
#uaPmKNolrhuhxvpIciTJl8hSVSvZKEJR { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:17rem;left:1.5rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQwALmoUKoga1kuhwSbPEnzpBP4b1mIc { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:19.8125rem;left:1.5rem;height:2.974175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#txUODx8uQDlzFvt32PNP7M5USUV7rGQW { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:25.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#S5lDdczd2aX5H7y0b3OwhHzZIIeul0F6 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:21.3125rem;top:24.875rem;left:26.8125rem;overflow:hidden;display:block; }
#c17FBmbePmvXrGSOFF35waqwtmBf16gy { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:19.8125rem;left:27rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gemskqhul0idTcAcI0Rhnzg8pKbsPttr { color:#000000;display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:16.99978351593rem;left:26.999784469604rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eatx9HTDWLcqBFRnPtcyHCS2ADSfzJdK { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.125rem;top:13.125rem;left:26.9375rem;overflow:hidden;display:block; }
#wFVslr1utIi9Apsnykp0osuqnyThVSzz { box-sizing:content-box;height:34.6875rem;width:24.0625rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.625rem;left:50.9375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#kTWCTsyFlNP00TD0Tuut7mplwHUG3T5p { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:21.3125rem;top:24.875rem;left:52.25rem;overflow:hidden;display:block; }
#qvhUneTFOVIgz9FcwGAffq7uFpv3nHob { color:#525866;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:19.8125rem;left:52.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tg7PqpvokiTL3JSxiZrXft4vMuZwL5mA { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:16.99978351593rem;left:52.437070846558rem;height:2.0247375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lHdTXd7a1p8fW8xy4VIiDLGyuLoDgo9K { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.125rem;top:13.125rem;left:52.375rem;overflow:hidden;display:block; }
#qJqEwl4XtwvuVVp5pHwrsx4m5lapvVhq { background-color:#d61b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.312175rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:49.831924438476rem;left:30.905492782592rem;display:block; }
#uH0aaux5AJSTouuLVTzqSTO376OX2Qgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/cf10a286-d3e9-4a0f-8be3-e2603a90a3b0/BG2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte.adaptive-delivery-prevent-bg, #lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte.lazyload, #lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte.lazyloading { background-image: none; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container { background-color: transparent; background-image: none; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container > .video-iframe-container { display: none; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row > .video-iframe-container { display: none; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .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); }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container { border-width: 0; border-radius: 0; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#AQlc9X6ytWHgRC5Kuwq7yflDBLdfNwmz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48rem;width:38rem;top:6.6959867477419rem;left:36.999784469604rem;overflow:hidden;display:block; }
#Cq83pVOJcRK7mxhWRMDdDLPfNQUsOtma { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:10.5rem;left:0rem;height:7.2005rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I51P6KQyRatVtr5ExSgTi71HZksgs3Bl { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:20.5625rem;top:18.9375rem;left:0rem;overflow:hidden;display:block; }
#PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.0625rem;left:0rem;height:7.6888125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d li:before{  }
#gP5fZrOy92aN8STGOHNDJk6CQh0J1CFw { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.6875rem;top:40.75rem;left:0rem;overflow:hidden;display:block; }
#uG9hkidifNrUHfIGakOExE5A0e1Zbod7 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.625rem;top:40.75rem;left:9.1875rem;overflow:hidden;display:block; }
#ICcXsXEeGZVEb2QB3CPBTyhr6PbicEcX { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:38rem;left:0rem;height:1.687825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UBL6cFAJiomP5TLtD5smn7lnDxKat92B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/56ba2f4b-8485-4747-9798-d57b0314dfdb/Dividier1BIG.svg");background-position:center !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; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B.adaptive-delivery-prevent-bg, #UBL6cFAJiomP5TLtD5smn7lnDxKat92B.lazyload, #UBL6cFAJiomP5TLtD5smn7lnDxKat92B.lazyloading { background-image: none; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container { background-color: transparent; background-image: none; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container > .video-iframe-container { display: none; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row > .video-iframe-container { display: none; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .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); }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container { border-width: 0; border-radius: 0; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container { background-color: transparent; background-image: none; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container > .video-iframe-container { display: none; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row > .video-iframe-container { display: none; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .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); }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container { border-width: 0; border-radius: 0; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container { font-size:0.875rem;font-family:arial;height:77.8125rem;width:75rem;position:relative;display:block; }#RtmZfUxhdaTeIlTS45vW8ZJWmveqHZQ2 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.624349594116rem;left:0rem;overflow:hidden;display:block; }
#UAt9H6SWpSy1gOdQGUgULnFEOHrJ3Xyl { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:6.25rem;left:11.623807907104rem;height:7.2005rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHHobb6NdT5JUmE9lo9BXDhTG0NrDXvS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.623264312744rem;left:25.218641281128rem;overflow:hidden;display:block; }
#T3xkulefebWcKpdpN2cGSJQTvsbPmIxo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:16.623807907104rem;left:50.437284469604rem;overflow:hidden;display:block; }
#pqQLuTCZLyTmOfELo3mWu4iyV9se0ZmS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.550349235534rem;left:0rem;overflow:hidden;display:block; }
#dvWaMzpV8dioLGtalHUE9caAIDAS7icf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.549805641174rem;left:25.218641281128rem;overflow:hidden;display:block; }
#g7humTZu8WuhnWny1Hpvc641QQQctZEM { border-bottom:0;border-left:0;border-right:0;border-top:0;height:16.125rem;width:24.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;top:33.550349235534rem;left:50.437284469604rem;overflow:hidden;display:block; }
#QJOmHCueCfD1ZUMMG6cDJOgTCDpuvybG { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:54.561597824097rem;left:11.623807907104rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqLl7X40yQhtbe90TZgKpXDtKPTXTT9C { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.9111328125rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#cNglKSLkolVzUdPy1uVtWzSlSzHTVCz5 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:0.81217384338381rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phoThv933pMVsVnS5gQN20oVzMATk0W3 { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:0.81217384338381rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VoQUXevZuNfTSbCwvZkm1WLs6dqICiEv { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.910919189453rem;left:6.4040794372556rem;overflow:hidden;display:block; }
#XaKcWDTzSddlbyZcodU8oeMuoNxnzVzC { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.937164306641rem;left:18.937175750733rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#q70z9yNJs4wvwzgI0cL9T1qTymB21gwP { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:19.749893188476rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJfhV46aIgZobrw8iOrTygyiRADmc4iC { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:19.749893188476rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nVvmoP8zMuQbSg2mIqekiwUKO8BzOssG { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#cZOxyvz80lKNxJqNKwGUV9w0raEgLF9Q { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.937164306641rem;left:56.812068939209rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#SAAFZlKEk96XBPvcxBEh58i2wRIcTT6R { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:57.624782562256rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1V53KQ6QouRFzNabdV2x9tVc3S4mRlp { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:57.624782562256rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iq9VZk2ZKW3UbwZPxUVzxd9qBVHTiMTe { box-sizing:content-box;height:16rem;width:18.1875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.874786376953rem;left:37.874893188476rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#ZO1Ba2yoKfxLVdBX4sLMRzzBmZNNJSD1 { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:67.62478637695rem;left:38.687068939209rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kkBHRWsVRwpsGXzB29q1ViVrZ29nUyD6 { color:#525866;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:70.187164306637rem;left:38.687068939209rem;height:2.7615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHax15iCBbpUR9boWxt1y0dtCJ8LfhEr { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.9375rem;left:63.187397003175rem;overflow:hidden;display:block; }
#uZXCuNBwJPpmd9nG3CtPVAPsRmmahhs4 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:60.874572753906rem;left:44.249675750733rem;overflow:hidden;display:block; }
#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/679f2e35-c360-4cc9-a4f8-2c12e40405f4/BG3.svg");background-position:top center !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; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.adaptive-delivery-prevent-bg, #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.lazyload, #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.lazyloading { background-image: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { background-color: transparent; background-image: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container > .video-iframe-container { display: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row > .video-iframe-container { display: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .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); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { border-width: 0; border-radius: 0; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#QJxXCEkTio8CU3KM8rlw25UnD2kr57ex { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:12.5rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RwH6yC6xQeobyZK7fuvL56b2clSL9zvy { color:#ffffff;display:block;width:31.4371875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:26.0625rem;left:0rem;height:3.37565rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-form-header { font-size:1.125rem; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-regular-label { height:auto;display:block;font-family:geomanist;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:32.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;line-height:1.3; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:32.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"object sans bold";vertical-align:top; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;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:32.5rem;box-sizing:border-box;height:7.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"object sans bold";vertical-align:top; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:32.5rem;box-sizing:border-box;height:3.125rem;color:#202020;font-family:"object sans bold";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-button { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#d61b39;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:32.5rem;height:3.75rem;font-family:"object sans bold";overflow:hidden;font-style:normal; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd [class*="-text"]:-moz-placeholder { color:#202020;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd [class*="-text"]::-moz-placeholder { color:#202020;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd [class*="-text"]:-ms-input-placeholder { color:#202020;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd [class*="-text"]::-webkit-input-placeholder { color:#202020;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .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:geomanist;line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:31.5rem;overflow:hidden;font-style:normal;float:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .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; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-container:first-of-type{padding-top:0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-container:last-of-type{padding-bottom:0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd  { 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;width:32.5rem;height:auto;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;z-index:15007;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:absolute;top:12.5rem;left:39.930015563965rem;font-size:1.125rem; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.5rem;display:block;vertical-align:top; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd {display:block;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd { 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;width:32.5rem;height:auto;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;z-index:15007;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;position:absolute;top:12.5rem;left:39.930015563965rem;font-size:1.125rem; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ePME0VmRh9S7OI9pIN6NOP4yOQT1TuXH { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #q0BViCAJMg7T5ZTgcOF0xZAs7pN5SR2d { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uBUIu6kvaM6MNyuO9BbI91b2VUx7dZfc { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #BMCHOhUf5DAqXkAchUwhkh0I8GBTiTu4 { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #Nxa0PcT9wC0z8gI2JRQtJas0PCRHR5pD { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dNduBIuHCMF60EoUiwr4mwzNiRsTq3Iu { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #UEQlXIXBzy4PLCqVREilTrfRf7rmR84J { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ATT6Afkgy7FN94koZkpzpDsvNwt7Or1q { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #D1MDk5THIibkXvEizWB41qdGcWLrSlcU { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ypvDrJJsrqPu0RrP9mm4gCsGmIwI41gG { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #xskd6wfQpnAbVQFDrStEXt1aWaiQT4M7 { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uJvxFKp9eUABpiw0XHeE1J0LWM4w98Rl { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #H4LHe0BgyklmZJyyrg2MkFy1oHOd5h99 { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J8ysfN1lM4adJoLraTgADEMFHmRWPcqA { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #mPESaC52H6om8wudcTx9Zg56MVfaaV3J { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dLr3tsd13ailVRmV0lA0tFgZ7cBELpK5 { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #yA6iiAVwXEZyU92JrqF36hLSK1wyEEc2 { position:relative;display:none; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ZNNM5lVdh0L2dBMCGyWQndeooa1EoqES { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #woiZD9QW9MFizAPTOelsa4MgvxVqvQrf { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #SmuziP9oyLiJIG5RoGsdwCwwETNXvJzz { position:relative;z-index:2; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #lr827sR5Xaop0RreAn196tTwZyto4wW9 { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J6zDx83CxPRSeXCJSGPnG6M13MgSclxv { position:relative; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #o9kET0zJB1IfKapBe7LkMewPO4pzUMrw { position:relative; }
#m9pUqiLWHNcyyrVr4HTLKRF42GQCIzwW { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:43.5rem;top:31.293104633301rem;left:-12.558162621844rem;overflow:hidden;display:block; }
#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container { background-color: transparent; background-image: none; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container > .video-iframe-container { display: none; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row > .video-iframe-container { display: none; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .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); }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container { border-width: 0; border-radius: 0; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#Adm51E1uwSQP45grODAcal2VPn0aeucP { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:7.5rem;left:12.124567031861rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wqTE3f0nLvrD2UV8WpORFdf3Azq64lVk { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99978125rem;width:1.99978125rem;top:6.1957402229309rem;left:51.749675750733rem;overflow:hidden;display:block; }
#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container { background-color: transparent; background-image: none; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container > .video-iframe-container { display: none; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row > .video-iframe-container { display: none; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .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); }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container { border-width: 0; border-radius: 0; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#UAHkVrqUILOIsDWihX0Wqo3sBkAOQvOT { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GsRTuRZm6RQf0poHz5rhHTWwSdPowL4a { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OeaDMVmGWZ2TFJ8qwbuni2Rrp80kpq9f { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container { background-color: transparent; background-image: none; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container > .video-iframe-container { display: none; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row > .video-iframe-container { display: none; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .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); }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container { border-width: 0; border-radius: 0; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#EcCZQVP6APMTPikiybnF5Ev0VXuq7KWm { box-sizing:content-box;height:3.125rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dETfRfG2xcahouMG4OXPJ2kSdfTg3SPT { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.87456512451175rem;left:1.9997825622559rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container { background-color: transparent; background-image: none; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container > .video-iframe-container { display: none; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row > .video-iframe-container { display: none; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .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); }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container { border-width: 0; border-radius: 0; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#ntuNBHqSx4FrT9yuE2nXQvtZR3aDi6ru { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UD9hbaetCPI8NObsx2JpnBVrB4LRSh5I { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Dad8Le5flEra5UR0RQaI4UPXQq63en8Q { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container { background-color: transparent; background-image: none; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container > .video-iframe-container { display: none; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row > .video-iframe-container { display: none; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .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); }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container { border-width: 0; border-radius: 0; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#KuKx2uGd6qugU2FSD3bkyJ1cIas6i1Xx { box-sizing:content-box;height:4.1875rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nGuniUMiObsRZOQnTihiSoUCTCqLR3vs { color:#000000;display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.87456512451175rem;left:1.9997825622559rem;height:2.69965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container { background-color: transparent; background-image: none; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container > .video-iframe-container { display: none; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row > .video-iframe-container { display: none; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .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); }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container { border-width: 0; border-radius: 0; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#RQaToJ8iSq5OwouKTTpE7KTPLO1F9gtC { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MiAhKkZF3kUW8M5D3qMOb8veTBZ0ff1z { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zf5v4y8ecZHDnR88tQFmDk9arh6vKXc1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container { background-color: transparent; background-image: none; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container > .video-iframe-container { display: none; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row > .video-iframe-container { display: none; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .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); }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container { border-width: 0; border-radius: 0; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#Z7aqd38oW6qy0ag3a4FQqaKhskVlUZup { box-sizing:content-box;height:3.125rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#mgXTbmI4ZaonmTwBAw6vJ1ucHh2rAbtI { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.87456512451175rem;left:1.9997825622559rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container { background-color: transparent; background-image: none; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container > .video-iframe-container { display: none; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row > .video-iframe-container { display: none; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .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); }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container { border-width: 0; border-radius: 0; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#hHvCSpGnLJVlQIsl0zvRHgEXmSZqNfIs { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SL9A3IoS2xB8AAt45IpXv3pPaTVc09uR { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#QSqv0IBvzf1buwCc51GxLtbD7m9cpIeS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container { background-color: transparent; background-image: none; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container > .video-iframe-container { display: none; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row > .video-iframe-container { display: none; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .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); }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container { border-width: 0; border-radius: 0; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#JDgHy0AgOFxLSr9teFZIcN2WIpBbMM1u { box-sizing:content-box;height:3.125rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LrUfenun51HJTr0FUct92s3QaTngKZXy { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.87456512451175rem;left:1.9997825622559rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container { background-color: transparent; background-image: none; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container > .video-iframe-container { display: none; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row > .video-iframe-container { display: none; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .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); }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container { border-width: 0; border-radius: 0; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#rWP8LIuXch2cRmDX8afTMVM5abqEuphR { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pi6aPU8bQv1fxMnVeuGDRmBOJcBzPH5R { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#t7w5eyHlTOTEBkCnH939szbUa4VJcDGh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container { background-color: transparent; background-image: none; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container > .video-iframe-container { display: none; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row > .video-iframe-container { display: none; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .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); }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container { border-width: 0; border-radius: 0; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#Oe5mLo20uow0yVIH8HI8T9im1DkaiuQ8 { box-sizing:content-box;height:4.1875rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8b8b8b;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d2dFidgKlknD11rssX8RFSGzJu2TaICk { color:#000000;display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.8740234375rem;left:1.9992408752441rem;height:2.69965rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container { background-color: transparent; background-image: none; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container > .video-iframe-container { display: none; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row > .video-iframe-container { display: none; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .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); }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container { border-width: 0; border-radius: 0; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#a3uXTPQdLPuigWBafnAqSQqyiNyAbCnX { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ACDTp0AwElTCqsRyvgfncu8SkgyDifog { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XTpuSEUcIPXwL8vOUZE8EEqvbWkbmbeq { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container { background-color: transparent; background-image: none; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container > .video-iframe-container { display: none; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row > .video-iframe-container { display: none; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .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); }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container { border-width: 0; border-radius: 0; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#nH6lKazB0flUnKkTTTQLwiec96ZEqytC { box-sizing:content-box;height:3.1875rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nZ5GeE4TBkLNXv2XilnwpUl7nStFd5Ne { color:#000000;display:block;width:65.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.8740234375rem;left:1.9992408752441rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container { background-color: transparent; background-image: none; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container > .video-iframe-container { display: none; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row > .video-iframe-container { display: none; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .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); }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container { border-width: 0; border-radius: 0; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#SMcDlzKai5LIgHdlTORQ9e60FIJ7RLTW { color:#525866;display:block;width:50.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mDsm4y0Fydn5smCqPkLwTJFDDXRBbfvT { box-sizing:content-box;height:4.0625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#TeGTnvgf34iP5nezfQ8rGF1dmsnZd3lZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.3123931884766rem;left:71.499897003175rem; }
#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container { background-color: transparent; background-image: none; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container > .video-iframe-container { display: none; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row > .video-iframe-container { display: none; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .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); }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container { border-width: 0; border-radius: 0; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#ZyhVTvpzdSyest3koFS9Ko9W6fDK2czg { box-sizing:content-box;height:3.1875rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c8c8c8;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#XncIfwuDHM8T8DBN6yvK7VVbvE8o5TCy { color:#000000;display:block;width:60.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0.8740234375rem;left:1.9992408752441rem;height:1.349825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f8fa;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; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container { background-color: transparent; background-image: none; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container > .video-iframe-container { display: none; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row > .video-iframe-container { display: none; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .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); }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container { border-width: 0; border-radius: 0; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161922;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; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container { background-color: transparent; background-image: none; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container > .video-iframe-container { display: none; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row > .video-iframe-container { display: none; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .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); }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container { border-width: 0; border-radius: 0; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#NgBD4CacDwo57iJ0aeIBwFkPRTPTEPlC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:9.6875rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#NgydH7ZRR30gtC2XC6b2gPGSxwKeaw3V { background-color:transparent;background-image:none;border-top:0.125rem solid #525866;border-left:0.125rem solid #525866;border-right:0.125rem solid #525866;border-bottom:0.125rem solid #525866;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.9993495941163rem;left:0rem;display:block; }
#zU7gZudDn7FAPom7VpJfhA7rklnUvJqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cP3eba0wcLb54eUmntTOOZWHBJLk5dqZ { background-color:transparent;background-image:none;border-top:0.125rem solid #525866;border-left:0.125rem solid #525866;border-right:0.125rem solid #525866;border-bottom:0.125rem solid #525866;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:2.47906rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.1028652191163rem;left:7.1866321563719rem;display:block; }
#BArNuOgyCTV8ygLwl3mr1kInRwOqxoi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKG22JJ9QlaZC4TAOOoVlw0HypQb841T { background-color:transparent;background-image:none;border-top:0.125rem solid #525866;border-left:0.125rem solid #525866;border-right:0.125rem solid #525866;border-bottom:0.125rem solid #525866;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.39551rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.1446399688719rem;left:14.936199188233rem;display:block; }
#cGJRVTSPi1TC6xppkNQBdKK90Kb1aS0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnuZm56gfgrSdXTS3h0uLTQ4G45yoqBf { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:75rem;top:13.187391281128rem;left:0rem;overflow:hidden;display:block; }
#sO0mX36kzaCvAUaI2fKa2sDqBtOlWNnv { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:16.686742782592rem;left:0rem;height:0.899525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g7Mh7sH9D8HtGdmyGyTuJpyDLwJzgSHU { color:#ffffff;display:block;width:6.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:16.686742782592rem;left:62.956813812256rem;height:0.899525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cclJ4wxEG0RvbzTFFhTyZRTvxDBfXADi { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:16.686767578125rem;left:71.124462127687rem;height:0.899525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wMe2MqhHqlfuRbepBPOsUTlgriakiTGT { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.25rem;left:57.25rem;height:1.687825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSKcptpLiBke5aHOabMnevCsSeZ8IrrU { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.6875rem;top:8rem;left:57.25rem;overflow:hidden;display:block; }
#TVrOEnmutkhvnUf0AEJFTulARotzHCZS { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.625rem;top:8rem;left:66.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C { display:none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yrDnzvNlTyF44LtJfCcP8qJua1anBCmn { top:2.375rem;left:0rem;width:9.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzmNuVu7JyycsOKPVAzbcK7yF02a6q1x { top:8.5rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGTXXd2ryIcaEgTrzINzfC7rn5O5hUz { top:14.5625rem;left:3.3121738433838rem;width:10.8125rem;height:5.2497204760253rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETKlcKu9M8nmChFcca4cSXTDTOMZboo { top:8.5625rem;left:12.062391281128rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDqLvfunUNv4ucCMfpZ1J3v9dynGTQ3b { top:9.375rem;left:0rem;width:20.875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnKJ2HZ0Zqxy6Q2sZ7KSnS0nueWg7JfX { top:39.125rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKwPePdvTV16th1pSRglJmV9BTqAHFip { width:13.125rem;height:3.25rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTU9EqPaKVKK5mmPU34oVuCZxKhtkKw { display:block; }
 }@media only screen and (max-width: 763px) { #wvwy09NyaAo8JvWZPFpl5gS0cr1E22bP { width:12.125rem;height:3.3125rem;top:36.375rem;left:0.24945640563965rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIXpBf7BZLNM8FkfSTJP5G0ITzWU2nK { display:block; }
 }@media only screen and (max-width: 763px) { #wQMqu6PhZtKk0qnrUWxmtgtfQQDKaJ5V { top:49.9375rem;left:0rem;width:7.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLiq1ILVe7xt4VwdyVu4Fc5K3bf2BDi0 { top:58rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIkEaoR9bCO5p3xAWNzGUrFFZZ8MDts { top:56.625rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHKZVxzD7GAMWgVM8LPkNM5RLXgz0oH { top:59.1875rem;left:17.625001907349rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ { display:none; }#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OFfO0dNOCSrmx7h3TDgCxLQUFCGo9mia { top:0rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifl97zUkupG0tTyOyQGkQ3pcdT9eT7W0 { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smyNiCWpS3kPuPVDexcqMraxDnLen2tT { top:0.125rem;left:5.9375rem;width:17.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsT0cAd48LN7f2i6aQfpzXTE6PnqiV2e { top:6.5rem;left:0rem;width:14.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Ts4JJx1kdqSoMlOft1Gyy2MP6oEvxC { top:8.625rem;left:0rem;width:14.25rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFJTMNBJ9ivnInJyaT1A4XwxZ4cVTds { top:1.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtbm0vPv9FdTzHRC7T0QThVm2kffJUv0 { top:1.625rem;left:13.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJz4WqBmIHlFwV4y2WlAW3iIGCJRXnWl { top:1.625rem;left:32.25rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgMGudupn9pxTaCTfTT26xQDqioCZ52 { top:1.625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTghcN6vJ1ktARK7AyiGgUkyBz0ZR0P1 { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooyPIWTktQA0hsOJzvaCfMmIEs3F7glS { top:5rem;left:0rem;width:6.875rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTCWs5hn1uJdGcRoqA0RtLkbAWTMQ8OM { top:7rem;left:0rem;width:6.875rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMEgDaRn2L2uh5NV22SfaqC6c7E90TsU { top:14.25rem;left:0rem;width:6.875rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSKSmRapLa42TdZqqtV776y9a43pT1T7 { top:16.25rem;left:0rem;width:6.875rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKNX4DbXWPG0Fr8gi0h1JUmsArruhZdz { top:0.125rem;left:5.9375rem;width:17.5rem;height:11.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzSpZPXSRkQNRC1WQdrzzwbVrnAem30m { top:14.25rem;left:0rem;width:6.875rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OI5OatJ2Q9HGQLoPpXrBGtAUqeeTp352 { top:16.25rem;left:0rem;width:6.875rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J { display:none; }#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0h4TGeIn9ndU56o7hDyP3EcOcW61ff1 { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7D9Xb2ZEg8VifIJzrfGIT8pGALP8ZD { top:20.375rem;left:0rem;width:36.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPvZb6At0ZFwqDQmcMlsVztNrMrXDx4B { top:23rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efiT0HBds4L6RtwcyJzKkZdTn50x5hNU { top:23.75rem;left:0rem;width:17.875rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZUTc5gt8JqoCKTOORM2cSMa0rWPlgME { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbtpPXOi935n8oywPg9TvqpN0mC90Ki { top:29.8125rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxAUBTSh2s1cVIIA1QhsoZJlADnGbnUR { top:25.1875rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbBwGI0vBWDVNl4pbHOlnZoFb0WpTm9 { top:34.75rem;left:0rem;width:32.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAIgaOMXNEqghTenUvw8WWWKWlWQTos { top:40.875rem;left:0rem;width:32.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hEEbtwl77c89QMd86oINhN3zpk6zTzEM { top:20.375rem;left:11.3125rem;width:36.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbzKIJQOss9GuOvTkTtRylXul1R7eS9T { top:50.0625rem;left:0rem;width:17.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiKeye2lLDDTf8SmwhUGTtTbQfllRrk { top:31.375rem;left:26.375rem;width:21.375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlQL1aBXtBS3cl48O9eBf9zE3w9fVq4 { top:34.75rem;left:15.5625rem;width:32.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dM4TUNSsJEKbRtEmix6oQCXzun6wskqE { top:29.8125rem;left:29.312284469604rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUaFTT9gqtxWbkN25ToWqOfAitm1Zxet { top:23rem;left:26.937067031861rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGpDZf82y9nW1XnfhHEfTDXRvDP55QdD { top:29.6875rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpMab92FfXkefkpLqgvu5VRz0PpxC0tL { width:13.125rem;height:3.25rem;top:53.0625rem;left:17.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZAtLdKx67VpAmro9Exv0IapolCXNfsb { display:block; }
 }@media only screen and (max-width: 763px) { #DI1036KyvZIkT3CPh1hrzvcDAZrGnzPU { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C95dff3KT46iGsC5s6fh7RlJhgyC1boi { top:30.5rem;left:0rem;width:14.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEHEyO3rGPoTTDtXZBTmaNNKgm5H9ndJ { top:31.8125rem;left:0rem;width:15.9375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKrkahzeaZWyDd9aWxku6py9opvyau2O { top:34.75rem;left:0rem;width:32.1875rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1w49zUDOGBh7etoDLDWu780K42gf2Cn { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CR7PcGlqDDJs5rd8VZ7GdJW5TTCRUC1m { top:37.375rem;left:0rem;width:14.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #miJu6qZfHT1sGtsHcICgJHPWDbJRy5tF { top:38.6875rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG8FXO4R9HbvxAsbrUccwRgZzWzGivty { top:29.6875rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhFRKyIbvsCDgvCGNfsOFT3oIyEUgx0d { top:60.625rem;left:0rem;width:14.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQBc2c2h7m8x0iIDyW28xulhDthrvmPf { top:62.3125rem;left:0rem;width:15.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mx0ZSLet2POQcBlkSyILB2eE0OKgXdGE { top:34.75rem;left:15.5625rem;width:32.1875rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mK3AauAzb76fXTwXITB9e9mTTTsHpfZ1 { top:29.6875rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCUlDn7zSZmSTbhtstuv59o7NzWTn5le { top:68.3125rem;left:0rem;width:14.1875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7ufQKT5tEKLdQTaHfmwBTpfLHKiztXa { top:69.875rem;left:0rem;width:14.75rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 { display:none; }#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fqLom3zWIbTSdfCLKITivNoyQUcDHR94 { top:4.5rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudQrJQT2dnymQLffpFwInQN9KAL9XtG { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oepl5TV20RhIhxhWOLa31zbJRauVNxeQ { top:12.3125rem;left:3.2803821563721rem;width:41.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlEPZpJv2dUHI4T9symdxdeLga514VvF { top:24.5625rem;left:0rem;width:8.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8u7x6pEKPT6aAMwyKz90qsS2ucwkgbO { top:25.8125rem;left:0rem;width:23.1875rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaSmWDCWOnrITFvhEuduVecNf9yr13gE { top:19.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ91PD7HXmbDyeKrWZME6b9rSHxauv3N { top:19.25rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWOP05zqkGF6Kn4gI9OGDqS3tXehGhgT { top:19.125rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTgJQFRAmZ8x1KWLvrIJtOBMPFnnJBZ { top:32.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLq77vcppxRaONgygebAOEOVtNACG1x { top:32.5625rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOA42tPTf9D8pTvnTh4unxWqZe3ozXtZ { top:32.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQivUrTZwiHzk7UFdMZua7yWAJ9nFPfD { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8ogKzihFfWLLdpMalwiHKtOaGox3CUt { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGEse9wyz8k7Q1okthwzEPGcHfWEZezt { top:22.75rem;left:0rem;width:8rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeQMxmZWgfiSTidDdZhBSIPVeGisrTQW { top:26.375rem;left:0rem;width:8rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFO6eLt0DgzU8nokX60JbeXQ1ZKmkvD8 { top:43rem;left:0rem;width:8rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsGCdN9BLqxPsqCRVpMwdNprTNMwSnNP { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKvh96BURUEeg280PxW6HRHlTw28ITXG { top:39.375rem;left:0rem;width:8rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCIa1pZhoIOXqmiaQVELpDyBKaGRWwTd { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3o4NpdNd1a7yDqBgMC9730w9affdHl7 { top:38.5625rem;left:0rem;width:8rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5TH7FNo4btaU0iDHws1dQ4J2WPEZTa6 { top:44.25rem;left:0rem;width:7.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gS2sy04T6ksJlfpbUI8CRTAsIP6ihKw3 { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #omLxthE2ADD2pu2fnv6hvGV8lKkC6Lo5 { top:57rem;left:0rem;width:8rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pETsHykBZaQEpXgR6nOiQvTrMkryscki { top:58.1875rem;left:0rem;width:7.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7pT9gCSTMfG2pF8TTCbJVDEbtpShcgr { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLG63PIhXpb2ZdObtBn6lp63dN2LBNtc { top:55.375rem;left:0rem;width:8rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sidWIK0MtFIoXxVXbkyS4eS3xAqPvfI1 { top:58.5rem;left:0rem;width:7.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX { display:none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8EazvLGsQ2gyvJnCW07WqNfTvIUE1g9 { top:0rem;left:0rem;width:47.75rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBFD1ct6QSSwTb9918fPtyK0MAd45K0 { top:7.5625rem;left:0rem;width:17.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFZMfAEUOAl6N8liPLt6QwPJxrqxzivg { top:20rem;left:0rem;width:25rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqtg4hLJyrhqqwDAgdrcCTyLZa8RochL { top:7.5rem;left:20.4375rem;width:13.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi2BRcK0iRHM7ScvFQR4uJ8iAKrTWt { top:3.4375rem;left:21.185873031616rem;width:20.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U93LV5nSJit6C0dTkmEPTWqCEy3N42WR { top:23.9375rem;left:34rem;width:13.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKXEi0mCnnLBSueOwS9N4FazBfwt3wxV { top:0rem;left:23.125rem;width:24.625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK { display:none; }#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qtHG3J8WXhkFwRNd4OugaT5dVc5SVTIN { top:0rem;left:0rem;width:31.4375rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKT8EIviFT9qD4nx6srsv7TZV1yT61mJ { top:9.6875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPMxh450BMUrodHVHVvT9luVSi3hhPb { top:11.625rem;left:0rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tege6Gr199UpimlB8Zvy56bfesAxgEpQ { top:13.125rem;left:0rem;width:6.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xa0W1REOctzEE5Z4ultndcVvaTTfTu { top:24.8125rem;left:0rem;width:21.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWH31iJQ3xCTrUE7bm1uhdZlOeh4uP1 { top:16.9375rem;left:0rem;width:18.5rem;height:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxAs3lUkRQChxiSBl67kWoBw8a1z5CfH { top:19.8125rem;left:0rem;width:20.8125rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFE6VNKfhQvRGg1Hp26lRbzOnvD5cPe2 { top:11.625rem;left:11.875rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoDhG3wKx0SBmL72gfZVkK1WZoQXEnf4 { top:24.875rem;left:13.1875rem;width:21.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbn6HC98OWCoODPr2r6PlNrs2t0vt2C2 { top:19.75rem;left:13.374784469604rem;width:20.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpV4hZcMukAQH5eXZNp7LwnUzmmwEqnL { top:58.0625rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQT4WFwxdWRqGJHagNCluEkLDm2UIvzd { top:13.125rem;left:13.3125rem;width:6.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2FsZXTry4T5iUgwAuRP5aWJhlbkL2M0 { top:11.625rem;left:23.6875rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJCJsKVZnbRDx8npwF80kCJSpsBekPJ { top:24.875rem;left:26.4375rem;width:21.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8NwJFdlnVdJRTJnU9HNSxQzvqdmgoW { top:19.75rem;left:27rem;width:20.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NPmlXFVbJIUrMuODBluMci8XpFT0kF { top:94rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZh1Vnx1KELhva06q8CGD4n4pJEN3H5J { top:13.125rem;left:38.75rem;width:6.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTn4gM3b6AhGWpED59fq0uPTehWHnTf { width:13.125rem;height:3.25rem;top:49.8125rem;left:17.280492782592rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1v243S3s9W3avvQAGyUtQ1hU2r8MoJl { display:block; }
 }@media only screen and (max-width: 763px) { #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v { display:none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GmdO8OPWhX0zNO0hT5Zc2hLNUhwh4wpK { top:6.6875rem;left:9.75rem;width:38rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPJnitJHw1NnG296u6qDpEfacTg1AlS { top:10.5rem;left:0rem;width:33.3125rem;height:7.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdhp3XfDxZ9WcyXoQafMXZFtHTnSDqLd { top:18.9375rem;left:0rem;width:20.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD { top:24.0625rem;left:0rem;width:31.375rem;height:7.6875rem;font-size:1.125rem;display:block; }#ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD li:before{  }
 }@media only screen and (max-width: 763px) { #oCJnev8L48FLm2Ca2SLOcGQSOVWcM8hg { top:40.75rem;left:0rem;width:8.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr9gpzLo0XdiwbJRT0MoKAnQPwvnnEP { top:40.75rem;left:0rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM27WtgdEskIfgCblbmUGzh5yzUx9xM2 { top:38rem;left:0rem;width:31.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 { display:none; }#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QgaI7K1y5EF97zkP6cK5u6geA9UsPnFv { width:24.5rem;height:16.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ADA43CCcKvIqNcwE9ZwSQrGgTt5b0r { top:6.25rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5EQFqbDBePH3CbTH4ok2oHpJNxGHB9S { width:24.5rem;height:16.125rem;top:16.5625rem;left:11.593641281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW70yyHiKQVWmFzkpDGPbS2ToLS8EIzF { width:24.5rem;height:16.125rem;top:16.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcA6cENEWtOq0L2TTqNdywhH89ASdAVR { width:24.5rem;height:16.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6rPI0w2SB52f6UdqtlWTSTrND7PbVmQ { width:24.5rem;height:16.125rem;top:33.5rem;left:11.593641281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbgQTNIrzBL14r0SLk94ytxMTNucoli { width:24.5rem;height:16.125rem;top:33.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DePTUOrU98fNO7F81zO9KzhBBAx4Ev { top:54.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhXELHtTlGh2C6celTGrveAv3Vop6nOB { top:58.875rem;left:0rem;width:18.1875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUX9FMLHgwusk1aUIyIvXrxEOctDtllu { top:67.5625rem;left:0rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2Bg8lrTm0h57qPep2yeSaHtdOIOK74 { top:70.125rem;left:0rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twh8rVTEswxPmTc6IltCprs9wR2uzaTz { top:60.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRS2hvSMJf9oFguMPTe89MltVUywSXqm { top:58.875rem;left:5.3121757507324rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cloh33wsZkd2FLbd3S6q4G1AEn6h0mhD { top:70.125rem;left:6.1248931884766rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsMlXW43gVDulcIQdhzAPLqC1ryKrhR4 { top:67.5625rem;left:6.1248931884766rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMFBTtMsUov0OI49WkVvxp4lUrATi1p { top:60.9375rem;left:11.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHt97xc3DkCFnsV5kSdq46U8wIKEV8g { top:58.875rem;left:29.625rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qhLfSZ8TUaTDT3nnukTyV0yxzlVIOC { top:70.125rem;left:31.1875rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNwD4PDgfIdtrarb7GC5sdX8IbTEAcTF { top:67.5625rem;left:31.625rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFkDBlGMIENQQfc5PMHTkhnfG1SKyTgR { top:58.8125rem;left:24.249893188476rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuy6kaLHCVCWRCW5dc3fvFwiIerIdfB9 { top:67.5625rem;left:25.062068939209rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWisKT2U7ABcGwko5i9ZMhTqfTTkPiCB { top:70.125rem;left:25.062068939209rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwkJnQ2S1oTe4q5EEkZxQ1tbSuw4GqW { top:60.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLkbd7vC6lNtTNeG7mzrERVA9pynwTE { top:60.8125rem;left:30.624675750733rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT { display:block; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEDJqdXyWIJ6OBxDX99iO0p72R7970wf { top:2.375rem;left:0rem;width:9.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpBAmLAh2V0xHIZbh9rTTlmBZSidLpuQ { top:10.3125rem;left:0rem;width:34.25rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1orBIXwQ3kiOz4HAUDx91In11zZ7CT { top:14.5625rem;left:3.3121738433838rem;width:10.8125rem;height:5.2497204760253rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWENZEUMSq2U3EL7txTZ2V7L6PT0ZTWn { top:8.5625rem;left:12.062391281128rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4lL4P3pWOTLLEGBiKHzXP5X93uB2EHA { top:9.375rem;left:0rem;width:47rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEF22WqNusGIuqav0DQFfdMdKKmscDsm { top:30.3125rem;left:0rem;width:34.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF29UqU0DfuDawp72r3kDKqRfp8PyUXF { width:13.125rem;height:3.25rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh2osz0I0DVeyXFl3486TxmhtrO03Qe { display:block; }
 }@media only screen and (max-width: 763px) { #rsIXSVqDlUtmH7wCWOdyKauTKHZb05M7 { width:12.125rem;height:3.3125rem;top:36.375rem;left:0.24945640563965rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KpogRqyEd4BpihMRVq1G8ybfGbyNlW { display:block; }
 }@media only screen and (max-width: 763px) { #ZT6sqONvgt3JSRazhHfTcduaAR9egbAn { top:49.9375rem;left:0rem;width:47.75rem;height:2.1885416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSuGbEacAtcgJtpzUTOK5Ho9CRxAEyA { top:46.9375rem;left:6.7498912811281rem;width:34.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIv9rEMlRVnAamVBDQ974tqatkJUVoPT { top:56.625rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOsyB4WZLOvGr1mOLgCnAoCo0AmIQPQb { top:59.1875rem;left:17.625001907349rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLvnZZup8fEC6ICFKe0Uvh409ilCzcn { top:2.375rem;left:31.014545440674rem;width:5.1875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXWGxVN4wmkmuoyD9znGzXTSbKMCcSH { top:2.375rem;left:38.042209625244rem;width:3.9375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlK3pD7AGGPocqaQtERgwJDTocOwgS4R { top:2.375rem;left:42.3125rem;width:5.4375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJyZV6SlWLJEVTZsVR5V1X8abAFiW48e { top:2.375rem;left:41.75rem;width:6rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9bRm2NP4NneoMT2iLOwkS2UwcHG1K5 { top:2.375rem;left:45.9375rem;width:1.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK { display:block; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3EVzNGxWngWnuiZezTcaHEru3TA6Ntm { top:0rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AdaDpb71KvogTkb7VnC8rlIXROc5rf { top:0.125rem;left:0rem;width:17.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7a1T6L3eNRm1tCHTrT8ou7zEOdVSAtC { top:0.125rem;left:5.9375rem;width:17.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl4S1pBXgTfBBWWogTIyWOF2HZGipJlM { top:0.125rem;left:24.5rem;width:17.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvCTqwH2V3NdO9CE56ocCCRHXOW94QF { top:0.125rem;left:30.25rem;width:17.5rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCkT78Lq5pifvbKbh7kJ8tWTOD92nKC { top:5.25rem;left:0rem;width:14.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouXUdPomgIbrVrtLrbS4hvZKHK9X9Z5 { top:8.625rem;left:0rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3Td9urIcRUfVkwOrp2rbIeQIaSzqmg { top:1.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1Xh7ZVMSqN8MSmPqHPJRw9siXAktLO { top:1.625rem;left:13.6875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBJ1SF9dDFxNcThDz7lWS4RurWIenZsu { top:5.25rem;left:7.4991340637206rem;width:14.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmZ9AWNdLOT5u65vtzGCpdioSRHmsdA { top:8.625rem;left:7.4991340637206rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59PshI1tIB3JdGPx4Ct0TThb0RwfE0t { top:8.625rem;left:26.0625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngff8vn5NmrDcUWf107hofuXypb1gyzu { top:5.25rem;left:26.0625rem;width:14.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFB54xOeDdDDF4MFWITSeJT1RNsVIgXl { top:1.625rem;left:32.25rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdRbda3Ee4ZUSTrE9Wc1iOT798IeZGu { top:8.625rem;left:33.5rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTBsyxlS7Mby485JyOCvZuqnD8QwAc5 { top:5.25rem;left:33.5rem;width:14.25rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4OsW6VVLBmuHN94AFtTcNtSCy2uvWws { top:1.625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 { display:block; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFDpDEE4porQuMdwHIwxi90vqdVXzhQ3 { top:8.625rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fCpqpJC3Ws1abG28AKERtqEp5E2F3B { top:5.6875rem;left:36.686414718628rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnv8Z79TrzQRKMFeOzsJ5ObLOIUuRRX4 { top:20.375rem;left:0rem;width:36.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etVpAAVnuPs1vqtnBTmBp9VGBq5TAXTN { top:23rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFgu5buFNlThuPTcHIOgaD8NZUNmxrK { top:23.75rem;left:0rem;width:17.875rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gkq3z3plCkeM2S4r6SvDtrABG5god1 { top:29.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5l0y5irxFOt8ngrniVHC9ypMTaheucw { top:29.8125rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJN7A5gRB9QUgbICv6cNxi9GwLPHwoci { top:31.375rem;left:0rem;width:21.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGEC7tRGc6qt5R10hOh4QUHVWONBEbK { top:35.9375rem;left:0rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWP51XH61bTU4I8QTqMWurnh9UtrxpIZ { top:37.5rem;left:0rem;width:21.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2Xr3iHJWa3aZWTpUDazoAaGwlGWUTm { top:35.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOfaaubCaE5rkoWpU1h80VGs0lsHFdZr { top:42.0625rem;left:0rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOEQJZ4kV6S68z5Lh8wW228CvKXrSkLx { top:43.625rem;left:0rem;width:21.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7cxMWgsZNGvJicZcoDsKuSpo4CzOfO { top:41.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9dOWC63isJ7XGhtGAznaUpbCZb7RB0 { top:34.75rem;left:0rem;width:32.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWI09n5Exc2JwoawcrpxlOTxepbDW8FR { top:40.875rem;left:0rem;width:32.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ad98lpuTQK9sRJBJOoGE6O9xA2xVoDTB { top:20.375rem;left:11.3125rem;width:36.4375rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niqqe67Pr3r9XBcLhRnCcaOwm6M7cvWy { top:23.75rem;left:29.9375rem;width:17.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEb1VUuFbyLthLPTTrsTwm50OeFXBMO { top:31.375rem;left:26.375rem;width:21.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRzPo7aN2qVxpf2O7RMpamOeBastdp { top:34.75rem;left:15.5625rem;width:32.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #U930ctpS9pfxaDPRKgzSZ38ZITvfwI7N { top:37.5rem;left:18.5625rem;width:29.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSRDRH4yF4eLfxblEdbBTWE5w2REdGl { top:29.8125rem;left:29.312284469604rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwnWLvy7TwselQHJa5m6LUN4kKpSUcrZ { top:35.9375rem;left:29.312284469604rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkyGE20eeiUuHAEZzIz4BaD8WuG8IJO { top:42.0625rem;left:29.312284469604rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB7sE82A1v5Bd7lABQZclApqv6dtQIfv { top:40.9375rem;left:15.5625rem;width:32.1875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UJTT9G1AH0hLfZxSO64ZbVhRaZCl8Bt7 { top:43.625rem;left:19.25rem;width:28.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBpewCaxlCXJcHUhAas4cLzfOklSlWB { top:23rem;left:26.937067031861rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNJ2pql6kVSUEutg7hXePwEa9ZqGSeRI { top:29.6875rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QoTtiiETi00ILJ3Lp6wsRmBAZLTW9I { top:35.75rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoS331567zRpfSAzm0dBxhSBm0agA2Vf { top:41.875rem;left:26.937067031861rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KbuqUKCAtO7x95msXt9aVuJhgkdSxM { width:13.125rem;height:3.25rem;top:53.0625rem;left:17.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvwiEzG18h8u9HQqFs9izJkE6Z6xa1G { display:block; }
 }@media only screen and (max-width: 763px) { #ATpBiURHsnWofIiJ7G7KLnRkargCzgCI { top:18.0625rem;left:32.125rem;width:15.625rem;height:3.99956875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ { display:block; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMSErqrW1t9EqiPqCzSUm4Ha2wnEV8T7 { top:4.5rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3WocdpwgD1gohPIrH9lPcTRz89SEIAI { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX16ii1ueztCSaKw8rhfJGLbF09CReBi { top:12.3125rem;left:3.2803821563721rem;width:41.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxEWJFhHUpz23usU1O8Oa3fEJxbQzVW { top:23.25rem;left:0rem;width:23.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0laFPcxJPBMvwFeTxsr5fNNutI4Akr { top:25.8125rem;left:0rem;width:23.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3hf89HFkXKbKFRfJiXWBbOfGbdoCAy { top:19.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4EBGgXDhVI0v8Z93wRUJDl3kFgUkPdK { top:25.8125rem;left:24.5625rem;width:23.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnqM8czhOMqJu0c2m3Cn4k8VNeDI0Lr { top:23.25rem;left:24.5625rem;width:23.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyDAg7JTelG3uohez87eUeHI28lyhhX { top:19.25rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTbWW4tmJkAp2d0OBJhmtW4rAGeBvoG { top:25.625rem;left:12.249567031861rem;width:23.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2vp9AQTCRqM1fNbTxa6ZapoSb49piP { top:23.125rem;left:12.249567031861rem;width:23.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuhfEAQ1RC1TG78uchScKafXhkKH5On { top:19.125rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHoH58h1AAg83vZXFniIle78CaqRx20l { top:32.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkVC0lJTxMGJ6N6VRKqZKTFvlNf8AwE3 { top:36.5625rem;left:0rem;width:23.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imoy546NPlTVnSBTQwddNsXqHAaTqAGZ { top:39.125rem;left:0rem;width:23.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPcZRGvrRSzqkauTVm3vLkquCMliivx { top:39.0625rem;left:12.249565124512rem;width:23.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFbkZBN1Q4fQT9CgnMDkPkWss1DXIfH { top:36.5625rem;left:12.25rem;width:23.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXG5texqZCnimFO4OQyv88brP121uzGI { top:32.5625rem;left:22.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlccEwfLwJxKvSfGdWWUxPysmeLDOT0z { top:39.125rem;left:24.5625rem;width:23.1875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiekJDG2LGhtf0eZ18hWPDbFm9lPqFnb { top:36.5625rem;left:24.5625rem;width:23.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOG5H50DTKLeKv5adC5lC8EmwnF6o9v { top:32.5625rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT { display:block; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3CvOTTqmTOOI9rhN4xPCpThOZS1riev { top:0rem;left:0rem;width:47.75rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfr0pn5XS3v8id0Z0lFQekHhK8rkS1T { top:6.3125rem;left:0rem;width:25.625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzQBlmtaEMKUsr8HsJJTw3G2trQ9X32c { top:20rem;left:0rem;width:25rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcrbJCAndQ7N0IEpWTv19DSRzM6imeC0 { top:7.5rem;left:20.4375rem;width:27.3125rem;height:20.81233037641rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt42CTPUD6ZG3LUsXsB6PLTlGT75JLDt { top:3.4375rem;left:21.185873031616rem;width:20.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMXxOmpMTvnU55ve7Oz67kia0BO4UTWC { top:23.9375rem;left:34rem;width:13.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcw7N3JkTefJAdd9FpNuV9HGlgaaZZm5 { top:0rem;left:23.125rem;width:24.625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 { display:block; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNrHh4V79f73WHRvqreoDRmgStq3rr9v { top:0rem;left:0rem;width:31.4375rem;height:6.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svoV0TOtsQvKVFCU8SmLlg9ZV447fDcT { top:1.25rem;left:21.25rem;width:26.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcr7ISnnsntoVyxroa3bnp5SIz7fFOiG { top:11.625rem;left:0rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaI9ab8IgfRkJPw6HM3fBw9kHE1HzCoo { top:13.125rem;left:0rem;width:6.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaWf7TrddXOh5fDS5QyuUqeUu2UW8THP { top:24.8125rem;left:0rem;width:21.375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaPmKNolrhuhxvpIciTJl8hSVSvZKEJR { top:16.9375rem;left:0rem;width:18.5rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwALmoUKoga1kuhwSbPEnzpBP4b1mIc { top:19.8125rem;left:0rem;width:20.8125rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txUODx8uQDlzFvt32PNP7M5USUV7rGQW { top:11.625rem;left:11.875rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5lDdczd2aX5H7y0b3OwhHzZIIeul0F6 { top:24.875rem;left:13.1875rem;width:21.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c17FBmbePmvXrGSOFF35waqwtmBf16gy { top:19.75rem;left:13.374784469604rem;width:20.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemskqhul0idTcAcI0Rhnzg8pKbsPttr { top:16.9375rem;left:13.374784469604rem;width:20.8125rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eatx9HTDWLcqBFRnPtcyHCS2ADSfzJdK { top:13.125rem;left:13.3125rem;width:6.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVslr1utIi9Apsnykp0osuqnyThVSzz { top:11.625rem;left:23.6875rem;width:24.0625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWCTsyFlNP00TD0Tuut7mplwHUG3T5p { top:24.875rem;left:26.4375rem;width:21.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhUneTFOVIgz9FcwGAffq7uFpv3nHob { top:19.75rem;left:27rem;width:20.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg7PqpvokiTL3JSxiZrXft4vMuZwL5mA { top:16.9375rem;left:26.375rem;width:21.375rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHdTXd7a1p8fW8xy4VIiDLGyuLoDgo9K { top:13.125rem;left:38.75rem;width:6.125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqEwl4XtwvuVVp5pHwrsx4m5lapvVhq { width:13.125rem;height:3.25rem;top:49.8125rem;left:17.280492782592rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH0aaux5AJSTouuLVTzqSTO376OX2Qgo { display:block; }
 }@media only screen and (max-width: 763px) { #lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte { display:block; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQlc9X6ytWHgRC5Kuwq7yflDBLdfNwmz { top:6.6875rem;left:9.75rem;width:38rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq83pVOJcRK7mxhWRMDdDLPfNQUsOtma { top:10.5rem;left:0rem;width:33.3125rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I51P6KQyRatVtr5ExSgTi71HZksgs3Bl { top:18.9375rem;left:0rem;width:20.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d { top:24.0625rem;left:0rem;width:31.375rem;height:7.6875rem;font-size:1.125rem;display:block; }#PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d li:before{  }
 }@media only screen and (max-width: 763px) { #gP5fZrOy92aN8STGOHNDJk6CQh0J1CFw { top:40.75rem;left:0rem;width:8.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9hkidifNrUHfIGakOExE5A0e1Zbod7 { top:40.75rem;left:0rem;width:8.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcXsXEeGZVEb2QB3CPBTyhr6PbicEcX { top:38rem;left:0rem;width:31.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBL6cFAJiomP5TLtD5smn7lnDxKat92B { display:block; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlzxo8R4QW942qInB1Im16XbSFPHEaSp { display:block; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtmZfUxhdaTeIlTS45vW8ZJWmveqHZQ2 { width:24.5rem;height:16.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAt9H6SWpSy1gOdQGUgULnFEOHrJ3Xyl { top:6.25rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHHobb6NdT5JUmE9lo9BXDhTG0NrDXvS { width:24.5rem;height:16.125rem;top:16.5625rem;left:11.593641281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xkulefebWcKpdpN2cGSJQTvsbPmIxo { width:24.5rem;height:16.125rem;top:16.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQLuTCZLyTmOfELo3mWu4iyV9se0ZmS { width:24.5rem;height:16.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvWaMzpV8dioLGtalHUE9caAIDAS7icf { width:24.5rem;height:16.125rem;top:33.5rem;left:11.593641281128rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7humTZu8WuhnWny1Hpvc641QQQctZEM { width:24.5rem;height:16.125rem;top:33.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJOmHCueCfD1ZUMMG6cDJOgTCDpuvybG { top:54.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLl7X40yQhtbe90TZgKpXDtKPTXTT9C { top:58.875rem;left:0rem;width:18.1875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNglKSLkolVzUdPy1uVtWzSlSzHTVCz5 { top:67.5625rem;left:0rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phoThv933pMVsVnS5gQN20oVzMATk0W3 { top:70.125rem;left:0rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQUXevZuNfTSbCwvZkm1WLs6dqICiEv { top:60.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaKcWDTzSddlbyZcodU8oeMuoNxnzVzC { top:58.875rem;left:5.3121757507324rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q70z9yNJs4wvwzgI0cL9T1qTymB21gwP { top:70.125rem;left:6.1248931884766rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJfhV46aIgZobrw8iOrTygyiRADmc4iC { top:67.5625rem;left:6.1248931884766rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvmoP8zMuQbSg2mIqekiwUKO8BzOssG { top:60.9375rem;left:11.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZOxyvz80lKNxJqNKwGUV9w0raEgLF9Q { top:58.875rem;left:29.625rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAFZlKEk96XBPvcxBEh58i2wRIcTT6R { top:70.125rem;left:31.1875rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1V53KQ6QouRFzNabdV2x9tVc3S4mRlp { top:67.5625rem;left:31.625rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq9VZk2ZKW3UbwZPxUVzxd9qBVHTiMTe { top:58.8125rem;left:24.249893188476rem;width:18.125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1Ba2yoKfxLVdBX4sLMRzzBmZNNJSD1 { top:67.5625rem;left:25.062068939209rem;width:16.125rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkBHRWsVRwpsGXzB29q1ViVrZ29nUyD6 { top:70.125rem;left:25.062068939209rem;width:16.5625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHax15iCBbpUR9boWxt1y0dtCJ8LfhEr { top:60.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZXCuNBwJPpmd9nG3CtPVAPsRmmahhs4 { top:60.8125rem;left:30.624675750733rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO { display:block; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJxXCEkTio8CU3KM8rlw25UnD2kr57ex { top:12.5rem;left:0rem;width:33.3125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwH6yC6xQeobyZK7fuvL56b2clSL9zvy { top:26.0625rem;left:0rem;width:31.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-regular-label { width:28.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-textarea { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-button { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-checkbox-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd  { width:28.5625rem;height:auto;top:22.9375rem;left:0rem; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .radio-container { width:28.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd {display:block;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd { width:28.5625rem;height:auto;top:22.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ePME0VmRh9S7OI9pIN6NOP4yOQT1TuXH {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #q0BViCAJMg7T5ZTgcOF0xZAs7pN5SR2d {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uBUIu6kvaM6MNyuO9BbI91b2VUx7dZfc {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #BMCHOhUf5DAqXkAchUwhkh0I8GBTiTu4 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #Nxa0PcT9wC0z8gI2JRQtJas0PCRHR5pD { display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dNduBIuHCMF60EoUiwr4mwzNiRsTq3Iu {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #UEQlXIXBzy4PLCqVREilTrfRf7rmR84J {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ATT6Afkgy7FN94koZkpzpDsvNwt7Or1q {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #D1MDk5THIibkXvEizWB41qdGcWLrSlcU {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ypvDrJJsrqPu0RrP9mm4gCsGmIwI41gG {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #xskd6wfQpnAbVQFDrStEXt1aWaiQT4M7 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uJvxFKp9eUABpiw0XHeE1J0LWM4w98Rl {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #H4LHe0BgyklmZJyyrg2MkFy1oHOd5h99 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J8ysfN1lM4adJoLraTgADEMFHmRWPcqA { display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #mPESaC52H6om8wudcTx9Zg56MVfaaV3J {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dLr3tsd13ailVRmV0lA0tFgZ7cBELpK5 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #yA6iiAVwXEZyU92JrqF36hLSK1wyEEc2 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ZNNM5lVdh0L2dBMCGyWQndeooa1EoqES {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #woiZD9QW9MFizAPTOelsa4MgvxVqvQrf {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #SmuziP9oyLiJIG5RoGsdwCwwETNXvJzz {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #lr827sR5Xaop0RreAn196tTwZyto4wW9 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J6zDx83CxPRSeXCJSGPnG6M13MgSclxv {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #o9kET0zJB1IfKapBe7LkMewPO4pzUMrw {  }
 }@media only screen and (max-width: 763px) { #m9pUqiLWHNcyyrVr4HTLKRF42GQCIzwW { top:31.25rem;left:0rem;width:43.5rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim { display:block; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Adm51E1uwSQP45grODAcal2VPn0aeucP { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTE3f0nLvrD2UV8WpORFdf3Azq64lVk { top:6.1875rem;left:38.124675750733rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 { display:block; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAHkVrqUILOIsDWihX0Wqo3sBkAOQvOT { top:1.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsRTuRZm6RQf0poHz5rhHTWwSdPowL4a { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeaDMVmGWZ2TFJ8qwbuni2Rrp80kpq9f { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s { display:block; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcCZQVP6APMTPikiybnF5Ev0VXuq7KWm { top:0rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETfRfG2xcahouMG4OXPJ2kSdfTg3SPT { top:0.8125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm { display:block; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntuNBHqSx4FrT9yuE2nXQvtZR3aDi6ru { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD9hbaetCPI8NObsx2JpnBVrB4LRSh5I { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dad8Le5flEra5UR0RQaI4UPXQq63en8Q { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk { display:block; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuKx2uGd6qugU2FSD3bkyJ1cIas6i1Xx { top:0rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGuniUMiObsRZOQnTihiSoUCTCqLR3vs { top:0.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbKZB62aiHyVHyzFATFpvhMTTtKmdehX { display:block; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQaToJ8iSq5OwouKTTpE7KTPLO1F9gtC { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAhKkZF3kUW8M5D3qMOb8veTBZ0ff1z { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf5v4y8ecZHDnR88tQFmDk9arh6vKXc1 { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I { display:block; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aqd38oW6qy0ag3a4FQqaKhskVlUZup { top:0rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgXTbmI4ZaonmTwBAw6vJ1ucHh2rAbtI { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpRPRrari5sEGxr2TvZTv6TwSDd81QJU { display:block; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHvCSpGnLJVlQIsl0zvRHgEXmSZqNfIs { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9A3IoS2xB8AAt45IpXv3pPaTVc09uR { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSqv0IBvzf1buwCc51GxLtbD7m9cpIeS { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 { display:block; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDgHy0AgOFxLSr9teFZIcN2WIpBbMM1u { top:0rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUfenun51HJTr0FUct92s3QaTngKZXy { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B { display:block; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWP8LIuXch2cRmDX8afTMVM5abqEuphR { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi6aPU8bQv1fxMnVeuGDRmBOJcBzPH5R { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7w5eyHlTOTEBkCnH939szbUa4VJcDGh { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r { display:block; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe5mLo20uow0yVIH8HI8T9im1DkaiuQ8 { top:0rem;left:0rem;width:47.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2dFidgKlknD11rssX8RFSGzJu2TaICk { top:0.8125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 { display:block; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3uXTPQdLPuigWBafnAqSQqyiNyAbCnX { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDTp0AwElTCqsRyvgfncu8SkgyDifog { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpuSEUcIPXwL8vOUZE8EEqvbWkbmbeq { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T { display:block; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH6lKazB0flUnKkTTTQLwiec96ZEqytC { top:0rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5GeE4TBkLNXv2XilnwpUl7nStFd5Ne { top:0.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxCa47MngfIfDXrBzRk0qI0PBO02XKVA { display:block; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMcDlzKai5LIgHdlTORQ9e60FIJ7RLTW { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDsm4y0Fydn5smCqPkLwTJFDDXRBbfvT { top:0rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGTnvgf34iP5nezfQ8rGF1dmsnZd3lZ { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn { display:block; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyhVTvpzdSyest3koFS9Ko9W6fDK2czg { top:0rem;left:0rem;width:47.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncIfwuDHM8T8DBN6yvK7VVbvE8o5TCy { top:0.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 { display:block; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfrM59usRLhdRVmNWsbfybT9lxrlDDnb { display:block; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgBD4CacDwo57iJ0aeIBwFkPRTPTEPlC { top:4.5rem;left:0rem;width:9.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgydH7ZRR30gtC2XC6b2gPGSxwKeaw3V { width:6.4375rem;height:2.5625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU7gZudDn7FAPom7VpJfhA7rklnUvJqQ { display:block; }
 }@media only screen and (max-width: 763px) { #cP3eba0wcLb54eUmntTOOZWHBJLk5dqZ { width:7rem;height:2.4375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BArNuOgyCTV8ygLwl3mr1kInRwOqxoi2 { display:block; }
 }@media only screen and (max-width: 763px) { #kKG22JJ9QlaZC4TAOOoVlw0HypQb841T { width:4.8125rem;height:2.3125rem;top:8.125rem;left:1.3111991882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGJRVTSPi1TC6xppkNQBdKK90Kb1aS0h { display:block; }
 }@media only screen and (max-width: 763px) { #MnuZm56gfgrSdXTS3h0uLTQ4G45yoqBf { top:13.125rem;left:0rem;width:47.75rem;height:0.63666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0mX36kzaCvAUaI2fKa2sDqBtOlWNnv { top:16.625rem;left:0rem;width:19.4375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Mh7sH9D8HtGdmyGyTuJpyDLwJzgSHU { top:16.625rem;left:41rem;width:6.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cclJ4wxEG0RvbzTFFhTyZRTvxDBfXADi { top:16.625rem;left:44rem;width:3.75rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMe2MqhHqlfuRbepBPOsUTlgriakiTGT { top:5.25rem;left:31.125rem;width:16.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSKcptpLiBke5aHOabMnevCsSeZ8IrrU { top:8rem;left:39.125rem;width:8.625rem;height:2.6060291705338rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrOEnmutkhvnUf0AEJFTulARotzHCZS { top:8rem;left:39.1875rem;width:8.5625rem;height:2.5439178502844rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C { background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/7a7d1a7d-9dfe-4788-b45f-fd309597449c/BG1.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.adaptive-delivery-prevent-bg, #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.lazyload, #qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C.lazyloading { background-image: none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container { background-color: transparent; background-image: none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container > .video-iframe-container { display: none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row > .video-iframe-container { display: none; }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .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); }#qKQG6vZrIxaatT4q34mxS1HHopQ0Nu7C > .row .container { width:20rem;height:69.249675rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrDnzvNlTyF44LtJfCcP8qJua1anBCmn { width:8.125rem;height:1.25rem;top:0.875rem;left:4.5621746182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzmNuVu7JyycsOKPVAzbcK7yF02a6q1x { width:20rem;height:8.5498125rem;top:6.8745660781863rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGTXXd2ryIcaEgTrzINzfC7rn5O5hUz { width:6.3748125rem;height:3.06206875rem;top:9.6180562973025rem;left:9.7205947041512rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETKlcKu9M8nmChFcca4cSXTDTOMZboo { width:1.81206875rem;height:1.81206875rem;top:5.7215714454651rem;left:15.409614861011rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDqLvfunUNv4ucCMfpZ1J3v9dynGTQ3b { width:20rem;height:16.625rem;top:17.424263000488rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nnKJ2HZ0Zqxy6Q2sZ7KSnS0nueWg7JfX { width:20rem;height:4.19921875rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKwPePdvTV16th1pSRglJmV9BTqAHFip { width:20rem;height:3.25rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDTU9EqPaKVKK5mmPU34oVuCZxKhtkKw { display:block; }
 }@media only screen and (max-width: 763px) { #wvwy09NyaAo8JvWZPFpl5gS0cr1E22bP { width:20rem;height:3.3125rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVIXpBf7BZLNM8FkfSTJP5G0ITzWU2nK { display:block; }
 }@media only screen and (max-width: 763px) { #wQMqu6PhZtKk0qnrUWxmtgtfQQDKaJ5V { width:15.1871875rem;height:4.1867375rem;top:56.936634063721rem;left:2.4061415791511rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TLiq1ILVe7xt4VwdyVu4Fc5K3bf2BDi0 { width:20rem;height:2.79948125rem;top:52.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIkEaoR9bCO5p3xAWNzGUrFFZZ8MDts { width:20rem;height:5.5rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTHKZVxzD7GAMWgVM8LPkNM5RLXgz0oH { width:12.5rem;height:2.8125rem;top:65.442493438719rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ { display:block; }#Mku0cTqhno6FKtHLkcKGEXPLlgvbpFcJ > .row .container { width:20rem;height:19.8746875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OFfO0dNOCSrmx7h3TDgCxLQUFCGo9mia { width:20rem;height:19.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifl97zUkupG0tTyOyQGkQ3pcdT9eT7W0 { width:8.75rem;height:8.75rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smyNiCWpS3kPuPVDexcqMraxDnLen2tT { width:8.75rem;height:8.75rem;top:10.249892711639rem;left:0.99989157915113rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsT0cAd48LN7f2i6aQfpzXTE6PnqiV2e { width:6.875rem;height:1.80013125rem;top:5.0625rem;left:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7Ts4JJx1kdqSoMlOft1Gyy2MP6oEvxC { width:6.937375rem;height:1.94986875rem;top:7.0625rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLFJTMNBJ9ivnInJyaT1A4XwxZ4cVTds { width:1.93739375rem;height:1.93739375rem;top:2.2495665550232rem;left:4.4059246182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtbm0vPv9FdTzHRC7T0QThVm2kffJUv0 { width:1.93739375rem;height:1.93739375rem;top:2.2495665550232rem;left:13.655057251453rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJz4WqBmIHlFwV4y2WlAW3iIGCJRXnWl { width:1.93739375rem;height:1.93739375rem;top:11.374349117279rem;left:4.4059246182442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgMGudupn9pxTaCTfTT26xQDqioCZ52 { width:1.93739375rem;height:1.93739375rem;top:11.374566555023rem;left:13.655057251453rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTghcN6vJ1ktARK7AyiGgUkyBz0ZR0P1 { width:8.75rem;height:8.75rem;top:0.99934959411619rem;left:10.249457657337rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ooyPIWTktQA0hsOJzvaCfMmIEs3F7glS { width:6.875rem;height:;top:5.0465507507324rem;left:10.968425095081rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #wTCWs5hn1uJdGcRoqA0RtLkbAWTMQ8OM { width:6.937375rem;height:;top:7.0625rem;left:10.9375rem;font-size:0.8125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #DMEgDaRn2L2uh5NV22SfaqC6c7E90TsU { width:6.875rem;height:;top:14.296985149384rem;left:1.9373915791511rem;font-size:1.5rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tSKSmRapLa42TdZqqtV776y9a43pT1T7 { width:6.937375rem;height:;top:16.3125rem;left:1.875rem;font-size:0.8125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BKNX4DbXWPG0Fr8gi0h1JUmsArruhZdz { width:8.75rem;height:8.75rem;top:10.249566555023rem;left:10.248481094837rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nzSpZPXSRkQNRC1WQdrzzwbVrnAem30m { width:6.875rem;height:1.80013125rem;top:14.296985149384rem;left:11.185981094837rem;font-size:1.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OI5OatJ2Q9HGQLoPpXrBGtAUqeeTp352 { width:6.937375rem;height:;top:16.3125rem;left:11.125rem;font-size:0.8125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J { display:block; }#BrOnRtqLpQKiME0adrKGQXUFNwxSGy2J > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0h4TGeIn9ndU56o7hDyP3EcOcW61ff1 { width:20rem;height:7.198875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7D9Xb2ZEg8VifIJzrfGIT8pGALP8ZD { width:20rem;height:29.124875rem;top:14.087999820709rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPvZb6At0ZFwqDQmcMlsVztNrMrXDx4B { width:3.25rem;height:3.25rem;top:15.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efiT0HBds4L6RtwcyJzKkZdTn50x5hNU { width:17.874375rem;height:1.80013125rem;top:20.062392711639rem;left:1.3747830986977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZUTc5gt8JqoCKTOORM2cSMa0rWPlgME { width:1.5rem;height:1.5rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRbtpPXOi935n8oywPg9TvqpN0mC90Ki { width:14.2496875rem;height:1.19954375rem;top:23.899741649628rem;left:3.1251085400581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxAUBTSh2s1cVIIA1QhsoZJlADnGbnUR { width:15.999375rem;height:2.0996125rem;top:25.249566555023rem;left:3.1251085400581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbBwGI0vBWDVNl4pbHOlnZoFb0WpTm9 { width:17.5rem;height:0.0623915rem;top:28.557183742523rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfAIgaOMXNEqghTenUvw8WWWKWlWQTos { width:20rem;height:0;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEEbtwl77c89QMd86oINhN3zpk6zTzEM { width:20rem;height:29.375rem;top:44.598525106907rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HbzKIJQOss9GuOvTkTtRylXul1R7eS9T { width:17.8125rem;height:1.80013125rem;top:50.125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiKeye2lLDDTf8SmwhUGTtTbQfllRrk { width:15.5625rem;height:2.0996125rem;top:55.4375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAlQL1aBXtBS3cl48O9eBf9zE3w9fVq4 { width:17.5rem;height:0.0625rem;top:59.099390029907rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM4TUNSsJEKbRtEmix6oQCXzun6wskqE { width:14.2496875rem;height:1.19954375rem;top:53.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUaFTT9gqtxWbkN25ToWqOfAitm1Zxet { width:3.18739375rem;height:3.18739375rem;top:45.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGpDZf82y9nW1XnfhHEfTDXRvDP55QdD { width:1.37478125rem;height:1.37478125rem;top:53.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpMab92FfXkefkpLqgvu5VRz0PpxC0tL { width:13.125rem;height:3.24978125rem;top:77.473517537119rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZAtLdKx67VpAmro9Exv0IapolCXNfsb { display:block; }
 }@media only screen and (max-width: 763px) { #DI1036KyvZIkT3CPh1hrzvcDAZrGnzPU { width:1.5rem;height:1.5rem;top:30.374566555023rem;left:1.2500000596046rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #C95dff3KT46iGsC5s6fh7RlJhgyC1boi { width:14.2496875rem;height:1.19954375rem;top:30.524306774139rem;left:3.1251085400581rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #JEHEyO3rGPoTTDtXZBTmaNNKgm5H9ndJ { width:15.999375rem;height:;top:31.874133586884rem;left:3.1251085400581rem;font-size:0.9375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #SKrkahzeaZWyDd9aWxku6py9opvyau2O { width:17.5rem;height:0.0623915rem;top:35.682185649872rem;left:1.2500000596046rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #R1w49zUDOGBh7etoDLDWu780K42gf2Cn { width:1.5rem;height:1.5rem;top:37.25rem;left:1.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #CR7PcGlqDDJs5rd8VZ7GdJW5TTCRUC1m { width:14.2496875rem;height:;top:37.399524211884rem;left:3.0616319775581rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #miJu6qZfHT1sGtsHcICgJHPWDbJRy5tF { width:15.999375rem;height:;top:38.749351024628rem;left:3.1251085400581rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #RG8FXO4R9HbvxAsbrUccwRgZzWzGivty { width:1.3742375rem;height:1.3742375rem;top:60.411459922791rem;left:1.2500000596046rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #OhFRKyIbvsCDgvCGNfsOFT3oIyEUgx0d { width:14.2496875rem;height:;top:60.6875rem;left:3.25rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #TQBc2c2h7m8x0iIDyW28xulhDthrvmPf { width:15.5620625rem;height:;top:62.375rem;left:3.3125rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Mx0ZSLet2POQcBlkSyILB2eE0OKgXdGE { width:17.5rem;height:0.0623915rem;top:66.673938751219rem;left:0.74924045801162rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #mK3AauAzb76fXTwXITB9e9mTTTsHpfZ1 { width:1.3737rem;height:1.3737rem;top:68.28515815735rem;left:1.2500000596046rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #eCUlDn7zSZmSTbhtstuv59o7NzWTn5le { width:14.2496875rem;height:;top:68.371963500975rem;left:3.1868491768837rem;font-size:1rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #C7ufQKT5tEKLdQTaHfmwBTpfLHKiztXa { width:14.8125rem;height:;top:69.937175750731rem;left:3.1553819775581rem;font-size:0.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 { display:block; }#L0UX4OXHVk8RQ0NBqXNty16sD3Cqul96 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqLom3zWIbTSdfCLKITivNoyQUcDHR94 { width:1.749675rem;height:1.749675rem;top:2.7848300933838rem;left:16.624892532826rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudQrJQT2dnymQLffpFwInQN9KAL9XtG { width:20rem;height:4.7992625rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oepl5TV20RhIhxhWOLa31zbJRauVNxeQ { width:20rem;height:3.59863125rem;top:10.798502922058rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlEPZpJv2dUHI4T9symdxdeLga514VvF { width:8.0625rem;height:2.3990875rem;top:22.784289896488rem;left:0.96896702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8u7x6pEKPT6aAMwyKz90qsS2ucwkgbO { width:8.0625rem;height:5.281575rem;top:26.3981128335rem;left:0.97005218267444rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaSmWDCWOnrITFvhEuduVecNf9yr13gE { width:1.93739375rem;height:1.93739375rem;top:19.020400583744rem;left:4.0310333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ91PD7HXmbDyeKrWZME6b9rSHxauv3N { width:1.93739375rem;height:1.93739375rem;top:35.644198894501rem;left:3.8123915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWOP05zqkGF6Kn4gI9OGDqS3tXehGhgT { width:1.93739375rem;height:1.93739375rem;top:19.116971552372rem;left:14.249675095081rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTgJQFRAmZ8x1KWLvrIJtOBMPFnnJBZ { width:1.93739375rem;height:1.93739375rem;top:35.740777969361rem;left:14.249675095081rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSLq77vcppxRaONgygebAOEOVtNACG1x { width:1.93739375rem;height:1.93739375rem;top:52.267471313476rem;left:3.8123915791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOA42tPTf9D8pTvnTh4unxWqZe3ozXtZ { width:1.93739375rem;height:1.93739375rem;top:52.267253875733rem;left:14.249675095081rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQivUrTZwiHzk7UFdMZua7yWAJ9nFPfD { width:9.5625rem;height:15.875rem;top:17.020617008209rem;left:0rem;z-index:15020;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e8ogKzihFfWLLdpMalwiHKtOaGox3CUt { width:9.5621875rem;height:15.8745625rem;top:17.280816555023rem;left:10.437283813953rem;z-index:15021;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GGEse9wyz8k7Q1okthwzEPGcHfWEZezt { width:8.0620625rem;height:2.3990875rem;top:22.783746302128rem;left:11.185981094837rem;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WeQMxmZWgfiSTidDdZhBSIPVeGisrTQW { width:7.3746875rem;height:5.281575rem;top:26.397027552128rem;left:11.530491173267rem;font-size:0.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #OFO6eLt0DgzU8nokX60JbeXQ1ZKmkvD8 { width:7.561875rem;height:5.281575rem;top:41.964519500733rem;left:1.2185330986977rem;font-size:0.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QsGCdN9BLqxPsqCRVpMwdNprTNMwSnNP { width:9.5621875rem;height:15.8745625rem;top:33.644424915314rem;left:0rem;z-index:15024;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OKvh96BURUEeg280PxW6HRHlTw28ITXG { width:8.0615rem;height:2.3990875rem;top:38.567709922791rem;left:0.96842449903488rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #hCIa1pZhoIOXqmiaQVELpDyBKaGRWwTd { width:9.5621875rem;height:15.874rem;top:33.678382873535rem;left:10.437283813953rem;z-index:15025;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z3o4NpdNd1a7yDqBgMC9730w9affdHl7 { width:8.0615rem;height:;top:38.568361282349rem;left:11.187609016895rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #i5TH7FNo4btaU0iDHws1dQ4J2WPEZTa6 { width:8.125rem;height:6.337875rem;top:41.96452331543rem;left:11.155599892139rem;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #gS2sy04T6ksJlfpbUI8CRTAsIP6ihKw3 { width:9.5621875rem;height:15.874rem;top:50.267688751221rem;left:0rem;z-index:15025;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #omLxthE2ADD2pu2fnv6hvGV8lKkC6Lo5 { width:8.061rem;height:1.19954375rem;top:55.4375rem;left:0.8125rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #pETsHykBZaQEpXgR6nOiQvTrMkryscki { width:7.561875rem;height:4.2252625rem;top:57.875rem;left:0.9375rem;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #a7pT9gCSTMfG2pF8TTCbJVDEbtpShcgr { width:9.5621875rem;height:15.8735rem;top:50.267471313476rem;left:10.437283813953rem;z-index:15026;background-color:#f6f8fa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oLG63PIhXpb2ZdObtBn6lp63dN2LBNtc { width:8.061rem;height:2.3990875rem;top:55.437284469604rem;left:11.187609016895rem;font-size:1rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #sidWIK0MtFIoXxVXbkyS4eS3xAqPvfI1 { width:8.6246875rem;height:6.337875rem;top:58.587783813476rem;left:10.905491173267rem;font-size:0.8125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container { background-color: transparent; background-image: none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container > .video-iframe-container { display: none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row > .video-iframe-container { display: none; }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .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); }#Ar7SgklBpqAVMqQ0IvhehN76GQ2N6NzX > .row .container { width:20rem;height:50.687375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8EazvLGsQ2gyvJnCW07WqNfTvIUE1g9 { width:20rem;height:46.9375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBFD1ct6QSSwTb9918fPtyK0MAd45K0 { width:17.5rem;height:11.998125rem;top:5.7500002384186rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFZMfAEUOAl6N8liPLt6QwPJxrqxzivg { width:17.5rem;height:6.496875rem;top:19.247396230698rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqtg4hLJyrhqqwDAgdrcCTyLZa8RochL { width:14.1875rem;height:13.625rem;top:30.422418750733rem;left:2.5614685645492rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xymi2BRcK0iRHM7ScvFQR4uJ8iAKrTWt { width:17.5rem;height:2.59874375rem;top:27.518121719361rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U93LV5nSJit6C0dTkmEPTWqCEy3N42WR { width:13.75rem;height:3.8981125rem;top:44.812375rem;left:4.2198351025581rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DKXEi0mCnnLBSueOwS9N4FazBfwt3wxV { width:13.9375rem;height:13.875rem;top:28.061958312988rem;left:5.8744524118051rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK { display:block; }#Q1nqBuRkU0BPFBTK4baNtshlXfFvkxQK > .row .container { width:20rem;height:132rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtHG3J8WXhkFwRNd4OugaT5dVc5SVTIN { width:20rem;height:7.198875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKT8EIviFT9qD4nx6srsv7TZV1yT61mJ { width:20rem;height:4.38801875rem;top:13.198134422303rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPMxh450BMUrodHVHVvT9luVSi3hhPb { width:20rem;height:32.6875rem;top:19.798492431641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tege6Gr199UpimlB8Zvy56bfesAxgEpQ { width:6.1875rem;height:2.4372386181461rem;top:21.297515869141rem;left:1.4990234971046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xa0W1REOctzEE5Z4ultndcVvaTTfTu { width:18rem;height:16.8125rem;top:34.458334445953rem;left:0.99989157915113rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWH31iJQ3xCTrUE7bm1uhdZlOeh4uP1 { width:18.499875rem;height:1.94986875rem;top:25.153869628906rem;left:1.2490234971046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxAs3lUkRQChxiSBl67kWoBw8a1z5CfH { width:17.5rem;height:4.4612625rem;top:28.103193759918rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFE6VNKfhQvRGg1Hp26lRbzOnvD5cPe2 { width:20rem;height:33.625rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoDhG3wKx0SBmL72gfZVkK1WZoQXEnf4 { width:18rem;height:16.8125rem;top:69.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbn6HC98OWCoODPr2r6PlNrs2t0vt2C2 { width:17.5rem;height:4.4612625rem;top:63.8125rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpV4hZcMukAQH5eXZNp7LwnUzmmwEqnL { width:14.124875rem;height:3.8997375rem;top:59.25rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQT4WFwxdWRqGJHagNCluEkLDm2UIvzd { width:6.125rem;height:2.3748010098495rem;top:55.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2FsZXTry4T5iUgwAuRP5aWJhlbkL2M0 { width:20rem;height:33.25rem;top:88.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcJCJsKVZnbRDx8npwF80kCJSpsBekPJ { width:18rem;height:16.8125rem;top:103.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt8NwJFdlnVdJRTJnU9HNSxQzvqdmgoW { width:17.5rem;height:2.974175rem;top:99.375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1NPmlXFVbJIUrMuODBluMci8XpFT0kF { width:14.375rem;height:3.8997375rem;top:94.25rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZh1Vnx1KELhva06q8CGD4n4pJEN3H5J { width:6.125rem;height:2.3748010098495rem;top:90.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTn4gM3b6AhGWpED59fq0uPTehWHnTf { width:13.125rem;height:3.24978125rem;top:125.48558044434rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1v243S3s9W3avvQAGyUtQ1hU2r8MoJl { display:block; }
 }@media only screen and (max-width: 763px) { #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v { background-color:#d61b39;background-image:url("https://images.assets-landingi.com/uc/1b2ab515-65ec-4430-88fa-edfe85976473/BG2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.adaptive-delivery-prevent-bg, #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.lazyload, #psGBCWxUayZ0yhbIhpK1vzcppmrObp1v.lazyloading { background-image: none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container { background-color: transparent; background-image: none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container > .video-iframe-container { display: none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row > .video-iframe-container { display: none; }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .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); }#psGBCWxUayZ0yhbIhpK1vzcppmrObp1v > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmdO8OPWhX0zNO0hT5Zc2hLNUhwh4wpK { width:18.9995625rem;height:24.0625rem;top:14.277886390686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPJnitJHw1NnG296u6qDpEfacTg1AlS { width:20rem;height:8.0989375rem;top:4.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdhp3XfDxZ9WcyXoQafMXZFtHTnSDqLd { width:20rem;height:3.8295526044627rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD { width:20rem;height:14.440125rem;top:43.875rem;left:0rem;font-size:1.125rem;display:block; }#ZOeU7yClZSU4NUZT48XqgGZAxtf07nuD li:before{  }
 }@media only screen and (max-width: 763px) { #oCJnev8L48FLm2Ca2SLOcGQSOVWcM8hg { width:8.6875rem;height:2.6249134398855rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr9gpzLo0XdiwbJRT0MoKAnQPwvnnEP { width:8.6246875rem;height:2.56239375rem;top:63.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM27WtgdEskIfgCblbmUGzh5yzUx9xM2 { width:20rem;height:1.687825rem;top:60.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 { display:block; }#BfOLvs6r9zdKMTtxeTp3VJ5m0uhh8TU6 > .row .container { width:20rem;height:173.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgaI7K1y5EF97zkP6cK5u6geA9UsPnFv { width:20rem;height:12.562375rem;top:28.04763507843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ADA43CCcKvIqNcwE9ZwSQrGgTt5b0r { width:20rem;height:7.198875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5EQFqbDBePH3CbTH4ok2oHpJNxGHB9S { width:20rem;height:13.163rem;top:14.135145366192rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW70yyHiKQVWmFzkpDGPbS2ToLS8EIzF { width:20rem;height:13.163rem;top:41.359335899353rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcA6cENEWtOq0L2TTqNdywhH89ASdAVR { width:20rem;height:13.163rem;top:55.272031784058rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6rPI0w2SB52f6UdqtlWTSTrND7PbVmQ { width:20rem;height:13.163rem;top:69.184789657594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkbgQTNIrzBL14r0SLk94ytxMTNucoli { width:20rem;height:13.163rem;top:83.097441673281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3DePTUOrU98fNO7F81zO9KzhBBAx4Ev { width:20rem;height:2.39963125rem;top:99.388143188475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhXELHtTlGh2C6celTGrveAv3Vop6nOB { width:18.1875rem;height:16rem;top:103.03777443847rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUX9FMLHgwusk1aUIyIvXrxEOctDtllu { width:16.1246875rem;height:1.42469375rem;top:111.75142800293rem;left:1.6866321563721rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI2Bg8lrTm0h57qPep2yeSaHtdOIOK74 { width:16.5625rem;height:2.7615rem;top:114.31327950439rem;left:1.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twh8rVTEswxPmTc6IltCprs9wR2uzaTz { width:5rem;height:5rem;top:105.03756081543rem;left:7.2785377502444rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRS2hvSMJf9oFguMPTe89MltVUywSXqm { width:18.125rem;height:15.9375rem;top:120.28777443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cloh33wsZkd2FLbd3S6q4G1AEn6h0mhD { width:16.5625rem;height:2.7615rem;top:131.53778206787rem;left:1.7502174377441rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsMlXW43gVDulcIQdhzAPLqC1ryKrhR4 { width:16.1246875rem;height:1.42469375rem;top:128.97593056641rem;left:1.7502174377441rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuMFBTtMsUov0OI49WkVvxp4lUrATi1p { width:5rem;height:5rem;top:122.28864418945rem;left:7.3128242492675rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHt97xc3DkCFnsV5kSdq46U8wIKEV8g { width:18.125rem;height:15.9375rem;top:154.66277443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8qhLfSZ8TUaTDT3nnukTyV0yxzlVIOC { width:16.5625rem;height:2.7615rem;top:165.91278206787rem;left:1.7502136230469rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNwD4PDgfIdtrarb7GC5sdX8IbTEAcTF { width:16.1246875rem;height:1.42469375rem;top:163.35093056641rem;left:1.7502136230469rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFkDBlGMIENQQfc5PMHTkhnfG1SKyTgR { width:18.125rem;height:15.9375rem;top:137.47527443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuy6kaLHCVCWRCW5dc3fvFwiIerIdfB9 { width:16.1246875rem;height:1.42469375rem;top:146.22527443847rem;left:1.7496757507324rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWisKT2U7ABcGwko5i9ZMhTqfTTkPiCB { width:16.5625rem;height:2.7615rem;top:148.78712593994rem;left:1.7496757507324rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwkJnQ2S1oTe4q5EEkZxQ1tbSuw4GqW { width:5rem;height:5rem;top:156.66364418945rem;left:7.312828063965rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiLkbd7vC6lNtTNeG7mzrERVA9pynwTE { width:5rem;height:5rem;top:139.47505318604rem;left:7.3122825622556rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT { display:none; }#PfT8iv94DZpvOFGdleyWwRmLuDvaxSRT > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CEDJqdXyWIJ6OBxDX99iO0p72R7970wf { width:9.75rem;height:1.4995879754869rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpBAmLAh2V0xHIZbh9rTTlmBZSidLpuQ { width:20rem;height:7.198875rem;top:8.56206875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1orBIXwQ3kiOz4HAUDx91In11zZ7CT { width:10.8125rem;height:5.2497204760253rem;top:21.07294375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWENZEUMSq2U3EL7txTZ2V7L6PT0ZTWn { width:2.8125rem;height:2.8125rem;top:17.01044375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4lL4P3pWOTLLEGBiKHzXP5X93uB2EHA { width:20rem;height:16.622406738325rem;top:43.1340375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEF22WqNusGIuqav0DQFfdMdKKmscDsm { width:20rem;height:5.249025rem;top:27.5725125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF29UqU0DfuDawp72r3kDKqRfp8PyUXF { width:13.125rem;height:3.25rem;top:34.0715375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRh2osz0I0DVeyXFl3486TxmhtrO03Qe { display:block; }
 }@media only screen and (max-width: 763px) { #rsIXSVqDlUtmH7wCWOdyKauTKHZb05M7 { width:12.125rem;height:3.3125rem;top:38.5715375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1KpogRqyEd4BpihMRVq1G8ybfGbyNlW { display:block; }
 }@media only screen and (max-width: 763px) { #ZT6sqONvgt3JSRazhHfTcduaAR9egbAn { width:20rem;height:0.91666666666667rem;top:61.006225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXSuGbEacAtcgJtpzUTOK5Ho9CRxAEyA { width:20rem;height:3.49935rem;top:58.046172509766rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIv9rEMlRVnAamVBDQ974tqatkJUVoPT { width:20rem;height:7.625rem;top:63.17256875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOsyB4WZLOvGr1mOLgCnAoCo0AmIQPQb { width:12.5rem;height:2.8125rem;top:65.797355126956rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdLvnZZup8fEC6ICFKe0Uvh409ilCzcn { width:5.1875rem;height:0;top:72.04756875rem;left:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMXWGxVN4wmkmuoyD9znGzXTSbKMCcSH { width:3.9375rem;height:0;top:74.73506875rem;left:8rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlK3pD7AGGPocqaQtERgwJDTocOwgS4R { width:5.4375rem;height:0;top:77.48506875rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJyZV6SlWLJEVTZsVR5V1X8abAFiW48e { width:6rem;height:0;top:80.17256875rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM9bRm2NP4NneoMT2iLOwkS2UwcHG1K5 { width:1.75rem;height:0;top:82.86006875rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK { display:none; }#rogLfnBS2SsexmB3eUJDqCEmWa2cTxOK > .row .container { width:20rem;height:71.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f3EVzNGxWngWnuiZezTcaHEru3TA6Ntm { width:20rem;height:12.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1AdaDpb71KvogTkb7VnC8rlIXROc5rf { width:17.5rem;height:11.1875rem;top:1.374755859375rem;left:0.99989128112794rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7a1T6L3eNRm1tCHTrT8ou7zEOdVSAtC { width:17.5rem;height:11.125rem;top:1.374755859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl4S1pBXgTfBBWWogTIyWOF2HZGipJlM { width:17.5rem;height:11.125rem;top:1.374755859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvCTqwH2V3NdO9CE56ocCCRHXOW94QF { width:17.5rem;height:11.125rem;top:1.374755859375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCkT78Lq5pifvbKbh7kJ8tWTOD92nKC { width:14.2496875rem;height:2.39963125rem;top:6.5619506835938rem;left:2.5618495941162rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouXUdPomgIbrVrtLrbS4hvZKHK9X9Z5 { width:14.2496875rem;height:1.19954375rem;top:9.9370422363281rem;left:2.5618495941162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3Td9urIcRUfVkwOrp2rbIeQIaSzqmg { width:1.9375rem;height:1.9375rem;top:2.8748779296875rem;left:8.7483730316163rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1Xh7ZVMSqN8MSmPqHPJRw9siXAktLO { width:1.9375rem;height:1.9375rem;top:2.8748779296875rem;left:10.250106811524rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBJ1SF9dDFxNcThDz7lWS4RurWIenZsu { width:14.2496875rem;height:2.39963125rem;top:6.5619506835938rem;left:4.0619583129883rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnmZ9AWNdLOT5u65vtzGCpdioSRHmsdA { width:14.2496875rem;height:1.19954375rem;top:9.9370422363281rem;left:4.0619583129883rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M59PshI1tIB3JdGPx4Ct0TThb0RwfE0t { width:14.2496875rem;height:1.19954375rem;top:9.9370422363281rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngff8vn5NmrDcUWf107hofuXypb1gyzu { width:14.2496875rem;height:2.39963125rem;top:6.5619506835938rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFB54xOeDdDDF4MFWITSeJT1RNsVIgXl { width:1.9375rem;height:1.9375rem;top:2.8748779296875rem;left:10.249568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZdRbda3Ee4ZUSTrE9Wc1iOT798IeZGu { width:14.2496875rem;height:1.19954375rem;top:9.9370422363281rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTBsyxlS7Mby485JyOCvZuqnD8QwAc5 { width:14.2496875rem;height:2.39963125rem;top:6.5619506835938rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4OsW6VVLBmuHN94AFtTcNtSCy2uvWws { width:1.9375rem;height:1.9375rem;top:2.8748779296875rem;left:10.250106811524rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 { display:none; }#rm2l1z8556MgJE6dx6q4KIU8CdU9mGV5 > .row .container { width:20rem;height:92.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IFDpDEE4porQuMdwHIwxi90vqdVXzhQ3 { width:20rem;height:7.198875rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5fCpqpJC3Ws1abG28AKERtqEp5E2F3B { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnv8Z79TrzQRKMFeOzsJ5ObLOIUuRRX4 { width:20rem;height:29.125rem;top:13.885875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etVpAAVnuPs1vqtnBTmBp9VGBq5TAXTN { width:3.25rem;height:3.25rem;top:16.510112060547rem;left:1.9992408752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFgu5buFNlThuPTcHIOgaD8NZUNmxrK { width:17.874875rem;height:2.10015rem;top:17.271830810547rem;left:2.125125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4gkq3z3plCkeM2S4r6SvDtrABG5god1 { width:1.5rem;height:1.5rem;top:23.186534179687rem;left:1.9981555938721rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5l0y5irxFOt8ngrniVHC9ypMTaheucw { width:14.2496875rem;height:1.19954375rem;top:23.335734619141rem;left:4.3712024688721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJN7A5gRB9QUgbICv6cNxi9GwLPHwoci { width:20rem;height:2.3990875rem;top:24.9356796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGEC7tRGc6qt5R10hOh4QUHVWONBEbK { width:14.2496875rem;height:1.19954375rem;top:29.498393310547rem;left:2.3768444061279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWP51XH61bTU4I8QTqMWurnh9UtrxpIZ { width:20rem;height:2.3990875rem;top:31.060893310547rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI2Xr3iHJWa3aZWTpUDazoAaGwlGWUTm { width:1.4375rem;height:1.4375rem;top:29.3106796875rem;left:0.0010852813720703rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOfaaubCaE5rkoWpU1h80VGs0lsHFdZr { width:14.2496875rem;height:1.19954375rem;top:35.623606933594rem;left:2.2205944061279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOEQJZ4kV6S68z5Lh8wW228CvKXrSkLx { width:20rem;height:2.3990875rem;top:37.186106933594rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA7cxMWgsZNGvJicZcoDsKuSpo4CzOfO { width:1.4375rem;height:1.4375rem;top:35.435893310547rem;left:1.9992408752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC9dOWC63isJ7XGhtGAznaUpbCZb7RB0 { width:20rem;height:0.0625rem;top:28.291789306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWI09n5Exc2JwoawcrpxlOTxepbDW8FR { width:20rem;height:0;top:34.415934814453rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad98lpuTQK9sRJBJOoGE6O9xA2xVoDTB { width:20rem;height:29.0625rem;top:44.260875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niqqe67Pr3r9XBcLhRnCcaOwm6M7cvWy { width:17.8125rem;height:2.10015rem;top:47.635447753906rem;left:2.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBEb1VUuFbyLthLPTTrsTwm50OeFXBMO { width:20rem;height:2.3990875rem;top:55.260234130859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrRzPo7aN2qVxpf2O7RMpamOeBastdp { width:20rem;height:0;top:58.635875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U930ctpS9pfxaDPRKgzSZ38ZITvfwI7N { width:20rem;height:2.3990875rem;top:61.385447753906rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMSRDRH4yF4eLfxblEdbBTWE5w2REdGl { width:14.2496875rem;height:1.19954375rem;top:53.697734130859rem;left:4.3749961853028rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwnWLvy7TwselQHJa5m6LUN4kKpSUcrZ { width:14.2496875rem;height:1.19954375rem;top:59.822947753906rem;left:2.3752136230469rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkyGE20eeiUuHAEZzIz4BaD8WuG8IJO { width:14.2496875rem;height:1.19954375rem;top:65.94816137695rem;left:2.2498893737793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB7sE82A1v5Bd7lABQZclApqv6dtQIfv { width:20rem;height:0;top:64.761088623044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJTT9G1AH0hLfZxSO64ZbVhRaZCl8Bt7 { width:20rem;height:2.3990875rem;top:67.51066137695rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBpewCaxlCXJcHUhAas4cLzfOklSlWB { width:3.1875rem;height:3.1875rem;top:46.885661376953rem;left:1.9997825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNJ2pql6kVSUEutg7hXePwEa9ZqGSeRI { width:1.375rem;height:1.375rem;top:53.511088623047rem;left:1.9997825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QoTtiiETi00ILJ3Lp6wsRmBAZLTW9I { width:1.375rem;height:1.375rem;top:59.635234130859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoS331567zRpfSAzm0dBxhSBm0agA2Vf { width:1.375rem;height:1.375rem;top:65.760447753906rem;left:1.9997825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6KbuqUKCAtO7x95msXt9aVuJhgkdSxM { width:13.125rem;height:3.25rem;top:79.82294375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvwiEzG18h8u9HQqFs9izJkE6Z6xa1G { display:block; }
 }@media only screen and (max-width: 763px) { #ATpBiURHsnWofIiJ7G7KLnRkargCzgCI { width:15.625rem;height:3.99956875rem;top:74.573375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ { display:none; }#T93wi9BLT76i7UNgE4TdEhSFdKVgl2PQ > .row .container { width:20rem;height:80.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cMSErqrW1t9EqiPqCzSUm4Ha2wnEV8T7 { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3WocdpwgD1gohPIrH9lPcTRz89SEIAI { width:20rem;height:4.7992625rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX16ii1ueztCSaKw8rhfJGLbF09CReBi { width:20rem;height:3.59863125rem;top:11.4867625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgxEWJFhHUpz23usU1O8Oa3fEJxbQzVW { width:20rem;height:1.5744375rem;top:25.89735rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li0laFPcxJPBMvwFeTxsr5fNNutI4Akr { width:20rem;height:4.14225rem;top:34.3706625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3hf89HFkXKbKFRfJiXWBbOfGbdoCAy { width:1.9375rem;height:1.9375rem;top:16.33485rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4EBGgXDhVI0v8Z93wRUJDl3kFgUkPdK { width:20rem;height:2.7615rem;top:43.7733375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXnqM8czhOMqJu0c2m3Cn4k8VNeDI0Lr { width:20rem;height:1.5744375rem;top:31.546225rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyDAg7JTelG3uohez87eUeHI28lyhhX { width:1.9375rem;height:1.9375rem;top:22.70985rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXTbWW4tmJkAp2d0OBJhmtW4rAGeBvoG { width:20rem;height:2.7615rem;top:39.762375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2vp9AQTCRqM1fNbTxa6ZapoSb49piP { width:20rem;height:1.5744375rem;top:28.7217875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuhfEAQ1RC1TG78uchScKafXhkKH5On { width:1.9375rem;height:1.9375rem;top:19.52235rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHoH58h1AAg83vZXFniIle78CaqRx20l { width:1.9375rem;height:1.9375rem;top:47.7843rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkVC0lJTxMGJ6N6VRKqZKTFvlNf8AwE3 { width:20rem;height:1.5744375rem;top:57.3468rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imoy546NPlTVnSBTQwddNsXqHAaTqAGZ { width:20rem;height:4.14225rem;top:65.8201125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPcZRGvrRSzqkauTVm3vLkquCMliivx { width:20rem;height:2.7615rem;top:71.211825rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFbkZBN1Q4fQT9CgnMDkPkWss1DXIfH { width:20rem;height:1.5744375rem;top:60.1712375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXG5texqZCnimFO4OQyv88brP121uzGI { width:1.9375rem;height:1.9375rem;top:50.9718rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlccEwfLwJxKvSfGdWWUxPysmeLDOT0z { width:20rem;height:4.14225rem;top:75.2227875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiekJDG2LGhtf0eZ18hWPDbFm9lPqFnb { width:20rem;height:1.5744375rem;top:62.995675rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkOG5H50DTKLeKv5adC5lC8EmwnF6o9v { width:1.9375rem;height:1.9375rem;top:54.1593rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT { display:none; }#PsCuzqwR9zxqzl1DyakTzn4GPDgwW0oT > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H3CvOTTqmTOOI9rhN4xPCpThOZS1riev { width:20rem;height:32.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRfr0pn5XS3v8id0Z0lFQekHhK8rkS1T { width:20rem;height:9.5985rem;top:7.624755859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzQBlmtaEMKUsr8HsJJTw3G2trQ9X32c { width:20rem;height:6.90375rem;top:21.268981933594rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcrbJCAndQ7N0IEpWTv19DSRzM6imeC0 { width:20rem;height:15.240150390048rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt42CTPUD6ZG3LUsXsB6PLTlGT75JLDt { width:20rem;height:2.92535rem;top:4.7325134277344rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMXxOmpMTvnU55ve7Oz67kia0BO4UTWC { width:13.75rem;height:4.38801875rem;top:25.208862304688rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcw7N3JkTefJAdd9FpNuV9HGlgaaZZm5 { width:20rem;height:19.949339201458rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 { display:none; }#e8fEVtBDoV3NSBq6TXk9z5VheoxhWEy6 > .row .container { width:20rem;height:135.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hNrHh4V79f73WHRvqreoDRmgStq3rr9v { width:20rem;height:7.198875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #svoV0TOtsQvKVFCU8SmLlg9ZV447fDcT { width:20rem;height:5.85069375rem;top:9.698375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcr7ISnnsntoVyxroa3bnp5SIz7fFOiG { width:20rem;height:34.6875rem;top:16.798525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaI9ab8IgfRkJPw6HM3fBw9kHE1HzCoo { width:6.1875rem;height:2.4372386181461rem;top:18.298067236328rem;left:1.4995651245118rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaWf7TrddXOh5fDS5QyuUqeUu2UW8THP { width:20rem;height:18.71361444691rem;top:30.020631933594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaPmKNolrhuhxvpIciTJl8hSVSvZKEJR { width:18.499875rem;height:2.0247375rem;top:22.153871679688rem;left:1.4995651245118rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQwALmoUKoga1kuhwSbPEnzpBP4b1mIc { width:20rem;height:4.4612625rem;top:24.966371679688rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txUODx8uQDlzFvt32PNP7M5USUV7rGQW { width:20rem;height:34.6875rem;top:52.736025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5lDdczd2aX5H7y0b3OwhHzZIIeul0F6 { width:20rem;height:18.709376594584rem;top:65.985780859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c17FBmbePmvXrGSOFF35waqwtmBf16gy { width:20rem;height:2.974175rem;top:60.923402929687rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gemskqhul0idTcAcI0Rhnzg8pKbsPttr { width:20rem;height:2.0247375rem;top:58.110902929687rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eatx9HTDWLcqBFRnPtcyHCS2ADSfzJdK { width:6.125rem;height:2.3748010098495rem;top:54.236116552734rem;left:1.4377174377441rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVslr1utIi9Apsnykp0osuqnyThVSzz { width:20rem;height:34.6875rem;top:88.673525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWCTsyFlNP00TD0Tuut7mplwHUG3T5p { width:20rem;height:18.709376594584rem;top:101.92328085937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhUneTFOVIgz9FcwGAffq7uFpv3nHob { width:20rem;height:2.974175rem;top:96.860902929687rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg7PqpvokiTL3JSxiZrXft4vMuZwL5mA { width:20rem;height:4.04948125rem;top:94.048402929687rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHdTXd7a1p8fW8xy4VIiDLGyuLoDgo9K { width:6.125rem;height:2.3748010098495rem;top:90.173616552731rem;left:1.4371719360351rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqEwl4XtwvuVVp5pHwrsx4m5lapvVhq { width:13.125rem;height:3.25rem;top:124.611025rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH0aaux5AJSTouuLVTzqSTO376OX2Qgo { display:block; }
 }@media only screen and (max-width: 763px) { #lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte { display:none; }#lAhZUvx2SxeuIES6VdkH5GvyNa0SuAte > .row .container { width:20rem;height:67.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQlc9X6ytWHgRC5Kuwq7yflDBLdfNwmz { width:20rem;height:25.263201177641rem;top:41.0923875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq83pVOJcRK7mxhWRMDdDLPfNQUsOtma { width:20rem;height:7.198875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I51P6KQyRatVtr5ExSgTi71HZksgs3Bl { width:20rem;height:3.8295526044627rem;top:9.698375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d { width:20rem;height:14.440125rem;top:14.7775875rem;left:0rem;font-size:1.125rem;display:block; }#PVPB7BFypXknOI2a2xBDZXeSeBFlLS8d li:before{  }
 }@media only screen and (max-width: 763px) { #gP5fZrOy92aN8STGOHNDJk6CQh0J1CFw { width:8.6875rem;height:2.6249134398855rem;top:33.4052125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9hkidifNrUHfIGakOExE5A0e1Zbod7 { width:8.625rem;height:2.5624865937172rem;top:37.27999375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcXsXEeGZVEb2QB3CPBTyhr6PbicEcX { width:20rem;height:1.687825rem;top:30.4677125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBL6cFAJiomP5TLtD5smn7lnDxKat92B { display:none; }#UBL6cFAJiomP5TLtD5smn7lnDxKat92B > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tlzxo8R4QW942qInB1Im16XbSFPHEaSp { display:none; }#Tlzxo8R4QW942qInB1Im16XbSFPHEaSp > .row .container { width:20rem;height:199.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RtmZfUxhdaTeIlTS45vW8ZJWmveqHZQ2 { width:19.125rem;height:12.5625rem;top:5.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAt9H6SWpSy1gOdQGUgULnFEOHrJ3Xyl { width:20rem;height:7.198875rem;top:18.874768188476rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHHobb6NdT5JUmE9lo9BXDhTG0NrDXvS { width:20rem;height:13.163110942176rem;top:27.323143188477rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3xkulefebWcKpdpN2cGSJQTvsbPmIxo { width:20rem;height:13.163110942176rem;top:41.736143188476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqQLuTCZLyTmOfELo3mWu4iyV9se0ZmS { width:20rem;height:13.163110942176rem;top:56.149143188476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvWaMzpV8dioLGtalHUE9caAIDAS7icf { width:20rem;height:13.163110942176rem;top:70.562143188475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7humTZu8WuhnWny1Hpvc641QQQctZEM { width:20rem;height:13.163110942176rem;top:84.975143188475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJOmHCueCfD1ZUMMG6cDJOgTCDpuvybG { width:20rem;height:2.39963125rem;top:99.388143188475rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqLl7X40yQhtbe90TZgKpXDtKPTXTT9C { width:18.1875rem;height:16rem;top:103.03777443847rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNglKSLkolVzUdPy1uVtWzSlSzHTVCz5 { width:16.1246875rem;height:1.42469375rem;top:111.75142800293rem;left:1.6866321563721rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phoThv933pMVsVnS5gQN20oVzMATk0W3 { width:16.5625rem;height:2.7615rem;top:114.31327950439rem;left:1.6866321563721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQUXevZuNfTSbCwvZkm1WLs6dqICiEv { width:5rem;height:5rem;top:105.03756081543rem;left:7.2785377502444rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaKcWDTzSddlbyZcodU8oeMuoNxnzVzC { width:18.125rem;height:15.9375rem;top:120.28777443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q70z9yNJs4wvwzgI0cL9T1qTymB21gwP { width:16.5625rem;height:2.7615rem;top:131.53778206787rem;left:1.7502174377441rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJfhV46aIgZobrw8iOrTygyiRADmc4iC { width:16.1246875rem;height:1.42469375rem;top:128.97593056641rem;left:1.7502174377441rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvmoP8zMuQbSg2mIqekiwUKO8BzOssG { width:5rem;height:5rem;top:122.28864418945rem;left:7.3128242492675rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZOxyvz80lKNxJqNKwGUV9w0raEgLF9Q { width:18.125rem;height:15.9375rem;top:154.66277443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAAFZlKEk96XBPvcxBEh58i2wRIcTT6R { width:16.5625rem;height:2.7615rem;top:165.91278206787rem;left:1.7502136230469rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1V53KQ6QouRFzNabdV2x9tVc3S4mRlp { width:16.1246875rem;height:1.42469375rem;top:163.35093056641rem;left:1.7502136230469rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq9VZk2ZKW3UbwZPxUVzxd9qBVHTiMTe { width:18.125rem;height:15.9375rem;top:137.47527443847rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1Ba2yoKfxLVdBX4sLMRzzBmZNNJSD1 { width:16.1246875rem;height:1.42469375rem;top:146.22527443847rem;left:1.7496757507324rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkBHRWsVRwpsGXzB29q1ViVrZ29nUyD6 { width:16.5625rem;height:2.7615rem;top:148.78712593994rem;left:1.7496757507324rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHax15iCBbpUR9boWxt1y0dtCJ8LfhEr { width:5rem;height:5rem;top:156.66364418945rem;left:7.312828063965rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZXCuNBwJPpmd9nG3CtPVAPsRmmahhs4 { width:5rem;height:5rem;top:139.47505318604rem;left:7.3122825622556rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c5635ff-a952-49f0-98b8-0ecc1825a7e4/BG3.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.adaptive-delivery-prevent-bg, #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.lazyload, #gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO.lazyloading { background-image: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { background-color: transparent; background-image: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container > .video-iframe-container { display: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row > .video-iframe-container { display: none; }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .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); }#gtXWUIr2VgMrsBsU5ITNg4mloB11PPeO > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJxXCEkTio8CU3KM8rlw25UnD2kr57ex { width:20rem;height:9.5985rem;top:5.4188375473022rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwH6yC6xQeobyZK7fuvL56b2clSL9zvy { width:20rem;height:4.4987rem;top:16.141521453858rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-text {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-select {padding-top: 0; padding-bottom: 0;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd  { width:17.375rem;height:auto;top:22.892211914062rem;left:0rem; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd {display:block;}#G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd { width:17.375rem;height:auto;top:22.892211914062rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ePME0VmRh9S7OI9pIN6NOP4yOQT1TuXH {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #q0BViCAJMg7T5ZTgcOF0xZAs7pN5SR2d { display:none; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uBUIu6kvaM6MNyuO9BbI91b2VUx7dZfc {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #BMCHOhUf5DAqXkAchUwhkh0I8GBTiTu4 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #Nxa0PcT9wC0z8gI2JRQtJas0PCRHR5pD { display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dNduBIuHCMF60EoUiwr4mwzNiRsTq3Iu {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #UEQlXIXBzy4PLCqVREilTrfRf7rmR84J {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ATT6Afkgy7FN94koZkpzpDsvNwt7Or1q { display:none; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #D1MDk5THIibkXvEizWB41qdGcWLrSlcU {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ypvDrJJsrqPu0RrP9mm4gCsGmIwI41gG {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #xskd6wfQpnAbVQFDrStEXt1aWaiQT4M7 { display:none; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #uJvxFKp9eUABpiw0XHeE1J0LWM4w98Rl {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #H4LHe0BgyklmZJyyrg2MkFy1oHOd5h99 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J8ysfN1lM4adJoLraTgADEMFHmRWPcqA { display:block; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #mPESaC52H6om8wudcTx9Zg56MVfaaV3J {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #dLr3tsd13ailVRmV0lA0tFgZ7cBELpK5 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #yA6iiAVwXEZyU92JrqF36hLSK1wyEEc2 { display:none; }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #ZNNM5lVdh0L2dBMCGyWQndeooa1EoqES {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #woiZD9QW9MFizAPTOelsa4MgvxVqvQrf {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #SmuziP9oyLiJIG5RoGsdwCwwETNXvJzz {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #lr827sR5Xaop0RreAn196tTwZyto4wW9 {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #J6zDx83CxPRSeXCJSGPnG6M13MgSclxv {  }
 }@media only screen and (max-width: 763px) { #G12NPc87rM6E2bO22ZExWPHBSdJ7JHwd #o9kET0zJB1IfKapBe7LkMewPO4pzUMrw {  }
 }@media only screen and (max-width: 763px) { #m9pUqiLWHNcyyrVr4HTLKRF42GQCIzwW { width:20rem;height:15.9190625rem;top:35.579970359803rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim { display:block; }#AbQrpsG9ycyr8Tqf23zFPkUikHDKeiim > .row .container { width:20rem;height:12.198375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Adm51E1uwSQP45grODAcal2VPn0aeucP { width:20rem;height:7.198875rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTE3f0nLvrD2UV8WpORFdf3Azq64lVk { width:1.9992375rem;height:1.9992375rem;top:3.6604824066162rem;left:18.000218689442rem;display:none; }
 }@media only screen and (max-width: 763px) { #amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 { display:block; }#amNpcHdVqAoJ9o5yTortLwLlqOOSVeL6 > .row .container { width:20rem;height:5.323380078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAHkVrqUILOIsDWihX0Wqo3sBkAOQvOT { width:17.5rem;height:2.69965rem;top:2.624267578125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsRTuRZm6RQf0poHz5rhHTWwSdPowL4a { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeaDMVmGWZ2TFJ8qwbuni2Rrp80kpq9f { display:flex;width:1.5rem;height:1.5rem;top:2.5618286132812rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s { display:block; }#wUFUzdSKWRrZlTKaf9sJETu9LwIVnd5s > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcCZQVP6APMTPikiybnF5Ev0VXuq7KWm { width:20rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETfRfG2xcahouMG4OXPJ2kSdfTg3SPT { width:17.5rem;height:3.59863125rem;top:1.4363327026368rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm { display:block; }#JBZdhnIdmBav2f9TBk7vrx2rpMgb8ESm > .row .container { width:20rem;height:4.073380078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntuNBHqSx4FrT9yuE2nXQvtZR3aDi6ru { width:12.6875rem;height:2.69965rem;top:1.374755859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD9hbaetCPI8NObsx2JpnBVrB4LRSh5I { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dad8Le5flEra5UR0RQaI4UPXQq63en8Q { display:flex;width:1.5rem;height:1.5rem;top:1.3118286132812rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk { display:block; }#WiphFVRQCmS5tcN02rKCb0MGwkx6p2Xk > .row .container { width:20rem;height:7.03453475rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuKx2uGd6qugU2FSD3bkyJ1cIas6i1Xx { width:20rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGuniUMiObsRZOQnTihiSoUCTCqLR3vs { width:17.5rem;height:4.798175rem;top:1.1235895156861rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbKZB62aiHyVHyzFATFpvhMTTtKmdehX { display:block; }#pbKZB62aiHyVHyzFATFpvhMTTtKmdehX > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQaToJ8iSq5OwouKTTpE7KTPLO1F9gtC { width:14.5rem;height:1.349825rem;top:1.374267578125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiAhKkZF3kUW8M5D3qMOb8veTBZ0ff1z { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf5v4y8ecZHDnR88tQFmDk9arh6vKXc1 { display:flex;width:1.5rem;height:1.5rem;top:1.3118286132812rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I { display:block; }#WLX8LqoxPw5hVxU0rxig4Nb7c5ALo35I > .row .container { width:20rem;height:4.5345035rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7aqd38oW6qy0ag3a4FQqaKhskVlUZup { width:20rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgXTbmI4ZaonmTwBAw6vJ1ucHh2rAbtI { width:17.5rem;height:2.3990875rem;top:1.0671653747559rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpRPRrari5sEGxr2TvZTv6TwSDd81QJU { display:block; }#vpRPRrari5sEGxr2TvZTv6TwSDd81QJU > .row .container { width:20rem;height:4.073380078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHvCSpGnLJVlQIsl0zvRHgEXmSZqNfIs { width:15.5rem;height:2.69965rem;top:1.374755859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL9A3IoS2xB8AAt45IpXv3pPaTVc09uR { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSqv0IBvzf1buwCc51GxLtbD7m9cpIeS { display:flex;width:1.5rem;height:1.5rem;top:1.3123779296875rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 { display:block; }#wM1V8Tli1qnFNVOQiV2RGKbMHJl9hSX4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDgHy0AgOFxLSr9teFZIcN2WIpBbMM1u { width:20rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUfenun51HJTr0FUct92s3QaTngKZXy { width:17.5rem;height:3.59863125rem;top:1.3113079071045rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B { display:block; }#P2GkFd7Do15BqIuW5GZKGxqVqk0fW71B > .row .container { width:20rem;height:4.073380078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWP8LIuXch2cRmDX8afTMVM5abqEuphR { width:15.875rem;height:2.69965rem;top:1.374755859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi6aPU8bQv1fxMnVeuGDRmBOJcBzPH5R { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7w5eyHlTOTEBkCnH939szbUa4VJcDGh { display:flex;width:1.5rem;height:1.5rem;top:1.3123779296875rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r { display:block; }#sC6yqR1WmNU8JNthlpaG6hr2VDXMlS5r > .row .container { width:20rem;height:7.03453475rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe5mLo20uow0yVIH8HI8T9im1DkaiuQ8 { width:20rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2dFidgKlknD11rssX8RFSGzJu2TaICk { width:17.5rem;height:4.798175rem;top:1.1806602478027rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 { display:block; }#evIhHec4z5iwq0IPh5IEEEqWmNloSTk6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3uXTPQdLPuigWBafnAqSQqyiNyAbCnX { width:13.9375rem;height:1.349825rem;top:1.374755859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDTp0AwElTCqsRyvgfncu8SkgyDifog { width:20rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTpuSEUcIPXwL8vOUZE8EEqvbWkbmbeq { display:flex;width:1.5rem;height:1.5rem;top:1.3123779296875rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T { display:block; }#AWuk6OLrkVnSuv9cIQDDvhAaAIDh0K9T > .row .container { width:20rem;height:8.15972225rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nH6lKazB0flUnKkTTTQLwiec96ZEqytC { width:20rem;height:8.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ5GeE4TBkLNXv2XilnwpUl7nStFd5Ne { width:17.5rem;height:5.99771875rem;top:1.0801849365234rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxCa47MngfIfDXrBzRk0qI0PBO02XKVA { display:block; }#pxCa47MngfIfDXrBzRk0qI0PBO02XKVA > .row .container { width:20rem;height:5.43728125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMcDlzKai5LIgHdlTORQ9e60FIJ7RLTW { width:15.3125rem;height:4.04948125rem;top:1.3741455078125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDsm4y0Fydn5smCqPkLwTJFDDXRBbfvT { width:20rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeGTnvgf34iP5nezfQ8rGF1dmsnZd3lZ { display:flex;width:1.5rem;height:1.5rem;top:1.311767578125rem;left:17.249892532826rem; }
 }@media only screen and (max-width: 763px) { #MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn { display:block; }#MCLFiwNJTttsPPGDQW0iRci0T5a0Sorn > .row .container { width:20rem;height:7.03453475rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyhVTvpzdSyest3koFS9Ko9W6fDK2czg { width:20rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncIfwuDHM8T8DBN6yvK7VVbvE8o5TCy { width:17.5rem;height:4.798175rem;top:1.1861982345581rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 { display:block; }#fTG73EE5LQa5iKARZJQHxmQEdKHvmT11 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfrM59usRLhdRVmNWsbfybT9lxrlDDnb { display:block; }#cfrM59usRLhdRVmNWsbfybT9lxrlDDnb > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgBD4CacDwo57iJ0aeIBwFkPRTPTEPlC { width:9.6875rem;height:1.49956875rem;top:3.5622825622559rem;left:5.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgydH7ZRR30gtC2XC6b2gPGSxwKeaw3V { width:6.35385375rem;height:2rem;top:7.20703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU7gZudDn7FAPom7VpJfhA7rklnUvJqQ { display:block; }
 }@media only screen and (max-width: 763px) { #cP3eba0wcLb54eUmntTOOZWHBJLk5dqZ { width:6.91647875rem;height:2rem;top:7.2059459686281rem;left:7.430013000965rem;display:block; }
 }@media only screen and (max-width: 763px) { #BArNuOgyCTV8ygLwl3mr1kInRwOqxoi2 { display:block; }
 }@media only screen and (max-width: 763px) { #kKG22JJ9QlaZC4TAOOoVlw0HypQb841T { width:4.7289475rem;height:2rem;top:7.2059459686281rem;left:15.270725548267rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGJRVTSPi1TC6xppkNQBdKK90Kb1aS0h { display:block; }
 }@media only screen and (max-width: 763px) { #MnuZm56gfgrSdXTS3h0uLTQ4G45yoqBf { width:20rem;height:0.266384375rem;top:21.335721969604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO0mX36kzaCvAUaI2fKa2sDqBtOlWNnv { width:19.437375rem;height:0.899525rem;top:23.25rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Mh7sH9D8HtGdmyGyTuJpyDLwJzgSHU { width:7.1875rem;height:0.899525rem;top:25.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cclJ4wxEG0RvbzTFFhTyZRTvxDBfXADi { width:3.4375rem;height:0.899525rem;top:25.5625rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMe2MqhHqlfuRbepBPOsUTlgriakiTGT { width:16.624375rem;height:1.687825rem;top:13.0625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSKcptpLiBke5aHOabMnevCsSeZ8IrrU { width:8.6246875rem;height:2.60579375rem;top:15.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVrOEnmutkhvnUf0AEJFTulARotzHCZS { width:8.5623125rem;height:2.5434rem;top:15.375rem;left:10.4375rem;display:block; }
 }