.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:0,159,215;--color-primary-4:19,29,51;--color-secondary-0:252,229,217;--color-secondary-1:245,169,128;--color-secondary-2:234,82,0;--color-secondary-3:117,41,0;--color-secondary-4:35,12,0;--color-tertiary-0:255,255,255;--color-tertiary-1:243,243,243;--color-tertiary-2:129,130,130;--color-tertiary-3:98,99,99;--color-tertiary-4:87,87,86;--headlines-font-family:"Jost";--paragraphs-font-family:"Jost"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX { 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/a300a904-732a-4d21-a1e0-7fc7fc734be5/Web19201.jpg");background-position:top right !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; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.adaptive-delivery-prevent-bg, #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.lazyload, #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.lazyloading { background-image: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { background-color: transparent; background-image: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container > .video-iframe-container { display: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row > .video-iframe-container { display: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .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); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { border-width: 0; border-radius: 0; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#NINOez9HalrJr2M6M0LtqVLnPPFUOXVC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:25rem;top:10.654870986939rem;left:34.963232040405rem;overflow:hidden;display:block; }
#NeWMpqhsJVrdFol5ldXpmgI7diU5vx3A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9997701644898rem;width:15.3125rem;top:2.6217830181122rem;left:0rem;overflow:hidden;display:block; }
#HkeUl9kSI8PsNp3O6IITk12K3BEkUJfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.654296875rem;left:0.75rem;height:1.25rem;display:block; }
#EbyfDBhmnlxVOwz46qTMK3VwlbRG55FL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:21.933591842651rem;left:33.185888290405rem; }
#tWMe6Nh5Ffa4lBJ5J9R13gHkQZpDoDsr { color:#2c3344;display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:12.8447265625rem;left:0.75rem;height:11.0625rem;font-style:normal;display:block; }
#casserkBGUPsMGzDKEaTHU1Uft75bro2 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.8056640625rem;left:0.75rem;height:7.75rem;display:block; }
#LyVZrBzV6ZvrStrgSuTstUfafNf4TqIx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5615234375rem;height:2.9990234375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.57421875rem;left:7.58984375rem;display:block; }
#aCQGy0y06Vs9OwBF8fPhhA9sIC2v2R6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ppt61P3x8pkKX510XRwAJLREXZOeT96E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:33.493545532226rem;left:53.319162368774rem; }
#HKAsFhw4a1o02AIgMSEnTNrOzrivFN6W { background-color:rgba(var(--color-primary-2),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.9370403289795rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.6217830181122rem;left:33.242185592651rem;display:block; }
#WhJkMnSxaQd2wKXIh8XzHXeF7KraF8VA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1RDU2nCTiwe2bN5JTHp0zK1qFT8A3ps { background-color:rgba(var(--color-primary-2),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.9370403289795rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.6217830181122rem;left:39.741495132446rem;display:block; }
#wGnBGHP34fvdrqw2V6yGVZJuHLZFKfBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZKyr35bmTk1OJnxihGtaArTZ5PbvlRR { background-color:rgba(var(--color-primary-2),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.9370403289795rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6217830181122rem;left:46.240808486939rem;display:block; }
#DatZK8PNFcqmO0QU5Kx41qsMuHyESah3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grll6P6LVTsO2qC1MgNSVSvII2qdepWs { background-color:rgba(var(--color-primary-2),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4993104934694rem;height:1.9370403289795rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.6217830181122rem;left:52.727479934692rem;display:block; }
#AlMur15LNqTWTT2PZMOuhXQRiHTlP3mX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkThEheEoEIAwRSiCZpifn94puDzOTAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container { background-color: transparent; background-image: none; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container > .video-iframe-container { display: none; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row > .video-iframe-container { display: none; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .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); }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container { border-width: 0; border-radius: 0; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#yeq4ga0TfMOUkeu5ZHn5AUTZNK6up2uE { color:rgba(var(--color-primary-3),1);display:block;width:17.249540328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:21.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#g0iorIB2mFPWbQXHsRo9lVapmHFnG7IH { color:#2c3344;display:block;width:35.249309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container { background-color: transparent; background-image: none; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container > .video-iframe-container { display: none; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row > .video-iframe-container { display: none; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .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); }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container { border-width: 0; border-radius: 0; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#iQ2LkVEhPNFSDfqpQOw3twyNmt1I1CRo { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.375rem;left:7.75rem; }
#CEFdAJlx7HvQffMKa0C2OloNvP6zfW4J { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.329044342041rem;left:27.779180526733rem; }
#i24vHGCuBcqywBiMRr2qbTIR4nXhzLzX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:11.8125rem;left:47.8125rem; }
#IQtt2bOQUGBKrfOPs7MkhGa0HEA83wXn { color:#2c3344;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5712890625rem;left:1.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwwwDNpyIMLKFfnGMFoWIN81AaTXeFDd { color:#2c3344;display:block;width:17.374769210816rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5714607238769rem;left:21.312040328979rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTmyCrtZpItCXiT68VgAW91xhgmSRIPE { color:#2c3344;display:block;width:16.312040328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5714607238769rem;left:41.842828750611rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yocIPuMStFAOCGrhvGmxFLPWZXy2iUek { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:15rem;left:1.0625rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#wq9mipL1CGUQJh2AW4Nrz5Dob9n5g07o { color:rgba(var(--color-tertiary-3),1);display:block;width:17.936580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:15.088008880615rem;left:21.031709671021rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
#PQuaby9Gd7TwwsfovdGdPdZe3sAkO3lV { color:rgba(var(--color-tertiary-3),1);display:block;width:17.936580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14.634651184082rem;left:41.030557632446rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#zuPeXi2ClhlLMi1TsuGa2Q59e0BZh7PR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.214385986328rem;left:4.9368095397949rem; }
#PImSkTdMKaCLlXXgTai1lNmtXWGiWZo1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6240808963776rem;width:2.6240808963776rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.875rem;left:7.3125rem; }
#iVt4OTUDQpL2OBFRlcqzvlcu2NOI6xgE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.25rem;left:10.5rem; }
#IKpIFFuT9KIlZiEmQux74qPif9egwgXS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.375rem;left:13.3125rem; }
#hMA25zekoQzT7Wh5vxC11L1koTJI5voQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.875rem;left:24.875rem; }
#gCm38LmC6nZL4Lr5J4cFhEX9Xng5okU5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.875rem;left:27.625rem; }
#oXC2ThdQuCRBm7WF2O2KxWJyEIbhJ09d { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.875rem;left:33.25rem;overflow:hidden;display:block; }
#ZBiQmdysGH6ynihvz5w5u0ByTrOGDorI { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.875rem;left:30.4375rem; }
#eJvMTDzBREn049NOaH0DZDy8sAD9TUKh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:9.625rem;top:5.454963684082rem;left:45.186120986939rem;overflow:hidden;display:block; }
#x6S3sPrzXVyhyS7iqhysAbZGnoJlm6Tw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12rem;left:50.625rem; }
#WWbgrg6flGrFnCdLwoe8vN2ahHd4Pbb2 { box-sizing:content-box;height:28.6875rem;width:19.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.276424407959rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XHnazlnkcGtC9ltxPgfMfZxJDVsTEXQp { box-sizing:content-box;height:28.686809539795rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.328125rem;left:20.467599868774rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ScBZn41CApR9v0ENEVuT3sSFtL5oLpHf { box-sizing:content-box;height:28.686809539795rem;width:19.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.328125rem;left:40.468748092651rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container { background-color: transparent; background-image: none; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container > .video-iframe-container { display: none; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row > .video-iframe-container { display: none; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .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); }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container { border-width: 0; border-radius: 0; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#sXkOz60Z06wdZcSgwlTfkTDhurtOuwgg { color:#2c3344;display:block;width:16.937040328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.53239440918rem;left:1.530330657959rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QduxZ9OXTNpCTriL5ZR4zMnshNOM2kyZ { color:#2c3344;display:block;width:17.374769210816rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5714607238769rem;left:21.312040328979rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKQAMNc2Zdg1TEvco9U8bpSfSd4QW3B3 { color:#2c3344;display:block;width:16.312040328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5714607238769rem;left:41.842828750611rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skL79LiMC39dy6GCJclAhtmseogAhmkB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.749309539795rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:13.100646972656rem;left:1.125919342041rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#oc8MZnmTMrc1Wovt0tT5dGr2yOhTFDN3 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.936580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.114433288574rem;left:21.031709671021rem;height:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rh2ZyJTplnhINKP3JqTaIStv2T6OetoC { color:rgba(var(--color-tertiary-3),1);display:block;width:17.936580657959rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.114433288574rem;left:41.030557632446rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
#F9wDruTQ5k4sZVxrN6S9SDgG8hz0J6A0 { box-sizing:content-box;height:28.6875rem;width:19.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.276424407959rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rTq29QKAJ5QrLBN0vCIhx4XCOZTgzUZ3 { box-sizing:content-box;height:28.686809539795rem;width:19.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.328125rem;left:20.467599868774rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VJf9alim1fG4ZmdgVcfAGeTiDlVeucer { box-sizing:content-box;height:28.686809539795rem;width:19.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.328125rem;left:40.468748092651rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wnxJ8ENM0vZc0HTvv6sT9JanN7SzQwbe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.6806030273438rem;left:8.125rem;overflow:hidden;display:block; }
#dhCO1wuGKwbclf9mFw36CE8hn89XTE4D { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.625rem;top:4.6688842773438rem;left:27.687269210816rem;overflow:hidden;display:block; }
#RTZzT7pDice2QQ4MMQ3CEwDbHrUkWqzB { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.6266098022461rem;left:48.123849868774rem; }
#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container { background-color: transparent; background-image: none; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container > .video-iframe-container { display: none; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row > .video-iframe-container { display: none; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .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); }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container { border-width: 0; border-radius: 0; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#zU7CqFkf8LGUw8HP1mWlO92VJF2EsRZ3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.9179763793945rem;left:21.248849868774rem;display:block; }
#g83zEr1NlypQMeko1Nh7Lgs9FdH6zyPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container { background-color: transparent; background-image: none; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container > .video-iframe-container { display: none; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row > .video-iframe-container { display: none; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .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); }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container { border-width: 0; border-radius: 0; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#nVgKqxu8bno3vi3J3bghtOxRZvLHg3CC { color:rgba(var(--color-primary-3),1);display:block;width:17.249540328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:21.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#dNRF2cJJfJoa4y0R6llsgpALcA0JkUgx { color:#2c3344;display:block;width:35.249309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container { background-color: transparent; background-image: none; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container > .video-iframe-container { display: none; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row > .video-iframe-container { display: none; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .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); }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container { border-width: 0; border-radius: 0; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ZnktxHl1pAEdvmloTmWlFJcZXz5KFeSs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.375rem;top:2.7904434204101rem;left:2.7791805267334rem;overflow:hidden;display:block; }
#KOn756UiSq6tabNbOwHDTf4uctd1Odap { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.375rem;top:2.0172348022461rem;left:17.779180526733rem;overflow:hidden;display:block; }
#m36eBq9hlwPub7MODMEQe3Qq5Mv53ByE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.375rem;top:1.8920059204101rem;left:32.779180526733rem;overflow:hidden;display:block; }
#nkqXeXerm29ubb70xx4iUFa1h9Gg2B8s { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7.5rem;top:2.1102981567383rem;left:48.748849868774rem;overflow:hidden;display:block; }
#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container { background-color: transparent; background-image: none; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container > .video-iframe-container { display: none; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row > .video-iframe-container { display: none; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .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); }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container { border-width: 0; border-radius: 0; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#DSWkLzzTEk1glTZTHW623Er4g89qR37D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:9.375rem;top:2.1438446044922rem;left:32.779180526733rem;overflow:hidden;display:block; }
#Eszle1DAgNWq6t9pXxLvNPvpGOyHL4mF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:9.375rem;top:0.92486572265625rem;left:47.779176712036rem;overflow:hidden;display:block; }
#sLh2vK3LKVN8wDi0duTAXGLKJ8GnXbg8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.375rem;top:1.0133209228516rem;left:2.7791805267334rem;overflow:hidden;display:block; }
#hI9SdKT3Kt0GmmazNDFTKHcJJLqFTDAW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:9.375rem;top:1.7313842773438rem;left:17.779180526733rem;overflow:hidden;display:block; }
#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container { background-color: transparent; background-image: none; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container > .video-iframe-container { display: none; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row > .video-iframe-container { display: none; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .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); }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container { border-width: 0; border-radius: 0; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ycDmQMlsEuSgHRvha7ykKlcUO8L1Fw6o { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.125rem;top:1.5726165771484rem;left:34.435888290405rem;overflow:hidden;display:block; }
#qrZdgwV02TLg4w7UC7p3fy0ls3E6xVS2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:11.25rem;top:1.5108032226562rem;left:46.873849868774rem;overflow:hidden;display:block; }
#AJswVDUzBdshPwUtOQH5PQAmIN5HIEut { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.125rem;top:2.0103454589844rem;left:1.9370403289795rem;overflow:hidden;display:block; }
#N3eHi9ORQ3ohp9169OJPgy3T6KlB5CFZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.3125rem;top:2.3538665771484rem;left:18.844209671021rem;overflow:hidden;display:block; }
#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container { background-color: transparent; background-image: none; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container > .video-iframe-container { display: none; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row > .video-iframe-container { display: none; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .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); }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container { border-width: 0; border-radius: 0; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#Tm148Nab5R9kfeV89oXK2SvqSyoyWyIu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.8125rem;top:2.05078125rem;left:48.092828750611rem;overflow:hidden;display:block; }
#nSOtT0cgZQ1zDOE6ophM9xBlcfCwF0O3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.25rem;top:2.3538665771484rem;left:1.875rem;overflow:hidden;display:block; }
#wqgkhugFq8xUMW0f1H6e7JAKd9a9b6Tp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:11.25rem;top:2.5815734863281rem;left:16.873849868774rem;overflow:hidden;display:block; }
#tyBBm7fPsW3MLOuf2z2WI4RED2cTFOFh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.375rem;top:1.3005523681641rem;left:32.779180526733rem;overflow:hidden;display:block; }
#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container { background-color: transparent; background-image: none; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container > .video-iframe-container { display: none; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row > .video-iframe-container { display: none; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .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); }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container { border-width: 0; border-radius: 0; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#D9mEKaMDw2ybGs7l9HEQWRWHXfIDBZc3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.25rem;top:2.2931976318359rem;left:16.873849868774rem;overflow:hidden;display:block; }
#Sim4CcxB9i83HB9RWTl49gZuvh7i1B8q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6870403289795rem;width:5.4997701644897rem;top:0.82374572753906rem;left:34.748388290405rem;overflow:hidden;display:block; }
#h6amTvCGXblCTwIEh3QVoavPdB5dyTEk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.25rem;top:1.9174957275391rem;left:1.875rem;overflow:hidden;display:block; }
#EeuduDMmrmUbyQZngzTozXTI2zumv7Ni { box-sizing:content-box;height:3.125rem;width:7.9375rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:2.0625rem;left:50rem;display:block; }
#gTK6AeNakXNUPwUVVRtRgKnx6fEVPKxx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.37477016449rem;position:absolute;font-family:"libre franklin";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:50.3125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee1Z3ZbnQiSJKTIPAP0d6rZeFRViBUT5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.0625rem;top:2.0625rem;left:47.0625rem;overflow:hidden;display:block; }
#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D { position:relative;display:block; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D { background-color: transparent; background-image: none; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row .container > .video-iframe-container { display: none; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row > .video-iframe-container { display: none; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .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); }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D { border-width: 0; border-radius: 0; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .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; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .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:2.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container { background-color: transparent; background-image: none; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container > .video-iframe-container { display: none; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row > .video-iframe-container { display: none; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .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); }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container { border-width: 0; border-radius: 0; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#ifzKZwauHAP7GBZCrxTAiARIMAMdguJE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.749080657959rem;width:21.5625rem;top:6.79573059082rem;left:3.4983901977539rem;overflow:hidden;display:block; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-3),1);background-image:none;vertical-align:top; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-trigger.adaptive-delivery-prevent-bg, #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-trigger.lazyload, #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-trigger.lazyloading { background-image: none; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.875rem;left:29.6875rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #hE3WavzzayKPfUch8aLBbvKprvhdUEs6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #mTNbo5iSxH6Szfi44IBJOhidloh5aIJu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VNOfI9ZaeutlwtHQ7fcVFPGmNOFLP2Sy { display:block;position:relative; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #v43o3mW8K2A3IEHNZkXolhM12gdL3Mlg {  }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #o3naQFHaHz7iaencoIxGEUvGf8fsf8hI {  }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #aNXUqLZxyAhkgypfxIu1UzK6TVftM3ez { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #om6PULLVn4av1JShL2Z2NlUJ12vGGSvc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #n9QHMKyi5yk6TrKHwhvAqsQrbi7JA40i { display:block;position:relative; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #l0pUMkQTuTbmIkkyAMntpURxtxTydvnd {  }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #RLxiVWd716iEdvW4BNbHiMWBLPPdGAr8 { display:none; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VA0y2Zd8gqTFLxmU7v1plvEu5a8u11fR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #GLaVLSQydhE8ai6iJEveWSgMsyypSTDu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #F52t5bwiCaA8aP5rnxbepsoeSQ8zU6qk { display:block;position:relative; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #igcpUiOiaMmvywAU0A9VK8kEGniuL9dq {  }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #cm5KBoKycDaiMudAnZwLthgxkI5TlP5E { display:none; }
#Je3vs7x7ov47rgdufbWLTTZHHrchyBzT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.624309539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:30rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container { background-color: transparent; background-image: none; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container > .video-iframe-container { display: none; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row > .video-iframe-container { display: none; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .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); }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container { border-width: 0; border-radius: 0; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#aQsLQ3Bd3feUU4UqNkgnlhLGWf3rPsEs { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.9515228271484rem;left:21.248849868774rem;display:block; }
#B1519hD1VZxw3owsiRNk2cP5uh3PLpDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#636362;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; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container { background-color: transparent; background-image: none; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container > .video-iframe-container { display: none; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row > .video-iframe-container { display: none; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .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); }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container { border-width: 0; border-radius: 0; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#tzThUyZRRlMVnW1lXZ1s5PVhUbIM8roW { color:rgba(var(--color-tertiary-1),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6711883544922rem;left:1.09375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#25d366;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container { background-color: transparent; background-image: none; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container > .video-iframe-container { display: none; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row > .video-iframe-container { display: none; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .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); }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container { border-width: 0; border-radius: 0; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#iJ78MdigT3PN82NlIucuiJuZxpcMfA4U { color:rgba(var(--color-tertiary-0),1);display:block;width:30.374540328979rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:10.1875rem;height:1.4375rem;display:block; }
#q9NVO46cF4g3xLq00svg5FMgTHyTGdCJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.642003685236rem;height:2.204503685236rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.2945861816406rem;left:35.435430526733rem;display:block; }
#JrHg1fUTCfV1B3OG3PBu37QScFpdUx3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX { display:block; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NINOez9HalrJr2M6M0LtqVLnPPFUOXVC { top:10.625rem;left:22.75rem;width:25rem;height:23.874080657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWMpqhsJVrdFol5ldXpmgI7diU5vx3A { top:2.5625rem;left:0rem;width:15.3125rem;height:2.9997701644898rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkeUl9kSI8PsNp3O6IITk12K3BEkUJfQ { top:10.625rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbyfDBhmnlxVOwz46qTMK3VwlbRG55FL { top:21.875rem;left:27.060888290405rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMe6Nh5Ffa4lBJ5J9R13gHkQZpDoDsr { top:12.8125rem;left:0rem;width:35.0625rem;height:11.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #casserkBGUPsMGzDKEaTHU1Uft75bro2 { top:25.75rem;left:0rem;width:33.1875rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVZrBzV6ZvrStrgSuTstUfafNf4TqIx { width:14.5rem;height:2.9375rem;top:35.5625rem;left:1.46484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQGy0y06Vs9OwBF8fPhhA9sIC2v2R6z { display:block; }
 }@media only screen and (max-width: 763px) { #ppt61P3x8pkKX510XRwAJLREXZOeT96E { top:33.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKAsFhw4a1o02AIgMSEnTNrOzrivFN6W { width:6.4375rem;height:1.875rem;top:2.5625rem;left:27.117185592651rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhJkMnSxaQd2wKXIh8XzHXeF7KraF8VA { display:block; }
 }@media only screen and (max-width: 763px) { #Z1RDU2nCTiwe2bN5JTHp0zK1qFT8A3ps { width:6.4375rem;height:1.875rem;top:2.5625rem;left:33.616495132446rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGnBGHP34fvdrqw2V6yGVZJuHLZFKfBQ { display:block; }
 }@media only screen and (max-width: 763px) { #JZKyr35bmTk1OJnxihGtaArTZ5PbvlRR { width:6.4375rem;height:1.875rem;top:2.5625rem;left:40.115808486939rem;display:block; }
 }@media only screen and (max-width: 763px) { #DatZK8PNFcqmO0QU5Kx41qsMuHyESah3 { display:block; }
 }@media only screen and (max-width: 763px) { #grll6P6LVTsO2qC1MgNSVSvII2qdepWs { width:6.4375rem;height:1.875rem;top:2.5625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlMur15LNqTWTT2PZMOuhXQRiHTlP3mX { display:block; }
 }@media only screen and (max-width: 763px) { #rkThEheEoEIAwRSiCZpifn94puDzOTAU { display:block; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeq4ga0TfMOUkeu5ZHn5AUTZNK6up2uE { top:3.8125rem;left:15.25rem;width:17.1875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0iorIB2mFPWbQXHsRo9lVapmHFnG7IH { top:4.875rem;left:6.25rem;width:35.1875rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld { display:block; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ2LkVEhPNFSDfqpQOw3twyNmt1I1CRo { top:4.375rem;left:5.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEFdAJlx7HvQffMKa0C2OloNvP6zfW4J { top:4.3125rem;left:21.591680526733rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24vHGCuBcqywBiMRr2qbTIR4nXhzLzX { top:11.8125rem;left:37.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQtt2bOQUGBKrfOPs7MkhGa0HEA83wXn { top:9.5625rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwwwDNpyIMLKFfnGMFoWIN81AaTXeFDd { top:9.5625rem;left:14.4375rem;width:17.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmyCrtZpItCXiT68VgAW91xhgmSRIPE { top:9.5625rem;left:31.375rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yocIPuMStFAOCGrhvGmxFLPWZXy2iUek { top:15rem;left:0rem;width:17.6875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq9mipL1CGUQJh2AW4Nrz5Dob9n5g07o { top:15.0625rem;left:13.875rem;width:17.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuaby9Gd7TwwsfovdGdPdZe3sAkO3lV { top:14.625rem;left:29.75rem;width:17.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPeXi2ClhlLMi1TsuGa2Q59e0BZh7PR { top:12.1875rem;left:2.8743095397949rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PImSkTdMKaCLlXXgTai1lNmtXWGiWZo1 { top:11.875rem;left:5.25rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVt4OTUDQpL2OBFRlcqzvlcu2NOI6xgE { top:12.25rem;left:8.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKpIFFuT9KIlZiEmQux74qPif9egwgXS { top:12.375rem;left:11.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMA25zekoQzT7Wh5vxC11L1koTJI5voQ { top:11.875rem;left:18.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCm38LmC6nZL4Lr5J4cFhEX9Xng5okU5 { top:11.875rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXC2ThdQuCRBm7WF2O2KxWJyEIbhJ09d { top:11.875rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiQmdysGH6ynihvz5w5u0ByTrOGDorI { top:11.875rem;left:24.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJvMTDzBREn049NOaH0DZDy8sAD9TUKh { top:5.4375rem;left:34.873620986939rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6S3sPrzXVyhyS7iqhysAbZGnoJlm6Tw { top:12rem;left:40.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWbgrg6flGrFnCdLwoe8vN2ahHd4Pbb2 { top:1.25rem;left:0rem;width:19.0625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnazlnkcGtC9ltxPgfMfZxJDVsTEXQp { top:1.3125rem;left:12.6875rem;width:19.0625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBZn41CApR9v0ENEVuT3sSFtL5oLpHf { top:1.3125rem;left:28.5625rem;width:19.0625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM { display:block; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXkOz60Z06wdZcSgwlTfkTDhurtOuwgg { top:9.5rem;left:0rem;width:16.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QduxZ9OXTNpCTriL5ZR4zMnshNOM2kyZ { top:9.5625rem;left:14.4375rem;width:17.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKQAMNc2Zdg1TEvco9U8bpSfSd4QW3B3 { top:9.5625rem;left:31.375rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skL79LiMC39dy6GCJclAhtmseogAhmkB { top:13.0625rem;left:0rem;width:17.6875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8MZnmTMrc1Wovt0tT5dGr2yOhTFDN3 { top:13.0625rem;left:13.875rem;width:17.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2ZyJTplnhINKP3JqTaIStv2T6OetoC { top:13.0625rem;left:29.75rem;width:17.875rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9wDruTQ5k4sZVxrN6S9SDgG8hz0J6A0 { top:1.25rem;left:0rem;width:19.0625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTq29QKAJ5QrLBN0vCIhx4XCOZTgzUZ3 { top:1.3125rem;left:12.6875rem;width:19.0625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJf9alim1fG4ZmdgVcfAGeTiDlVeucer { top:1.3125rem;left:28.5625rem;width:19.0625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxJ8ENM0vZc0HTvv6sT9JanN7SzQwbe { top:4.625rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCO1wuGKwbclf9mFw36CE8hn89XTE4D { top:4.625rem;left:21.499769210816rem;width:4.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZzT7pDice2QQ4MMQ3CEwDbHrUkWqzB { top:4.625rem;left:37.811349868774rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC { display:block; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU7CqFkf8LGUw8HP1mWlO92VJF2EsRZ3 { width:17.5rem;height:3.4375rem;top:2.875rem;left:15.123849868774rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83zEr1NlypQMeko1Nh7Lgs9FdH6zyPP { display:block; }
 }@media only screen and (max-width: 763px) { #V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx { display:block; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVgKqxu8bno3vi3J3bghtOxRZvLHg3CC { top:3.75rem;left:15.249078750611rem;width:17.1875rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRF2cJJfJoa4y0R6llsgpALcA0JkUgx { top:4.8125rem;left:6.2497692108154rem;width:35.1875rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk { display:block; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnktxHl1pAEdvmloTmWlFJcZXz5KFeSs { top:2.75rem;left:1.2479305267334rem;width:9.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOn756UiSq6tabNbOwHDTf4uctd1Odap { top:2rem;left:13.185430526733rem;width:9.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36eBq9hlwPub7MODMEQe3Qq5Mv53ByE { top:1.875rem;left:25.122930526733rem;width:9.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqXeXerm29ubb70xx4iUFa1h9Gg2B8s { top:2.0625rem;left:38.030099868774rem;width:7.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG { display:block; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSWkLzzTEk1glTZTHW623Er4g89qR37D { top:2.125rem;left:25.122930526733rem;width:9.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eszle1DAgNWq6t9pXxLvNPvpGOyHL4mF { top:0.875rem;left:37.060426712036rem;width:9.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLh2vK3LKVN8wDi0duTAXGLKJ8GnXbg8 { top:1rem;left:1.2479305267334rem;width:9.375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9SdKT3Kt0GmmazNDFTKHcJJLqFTDAW { top:1.6875rem;left:13.185430526733rem;width:9.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C { display:block; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycDmQMlsEuSgHRvha7ykKlcUO8L1Fw6o { top:1.5625rem;left:26.779638290405rem;width:6.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrZdgwV02TLg4w7UC7p3fy0ls3E6xVS2 { top:1.5rem;left:36.155099868774rem;width:11.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJswVDUzBdshPwUtOQH5PQAmIN5HIEut { top:2rem;left:0.40579032897949rem;width:11.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3eHi9ORQ3ohp9169OJPgy3T6KlB5CFZ { top:2.3125rem;left:14.250459671021rem;width:7.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb { display:block; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm148Nab5R9kfeV89oXK2SvqSyoyWyIu { top:2rem;left:37.374078750611rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSOtT0cgZQ1zDOE6ophM9xBlcfCwF0O3 { top:2.3125rem;left:0.34375rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqgkhugFq8xUMW0f1H6e7JAKd9a9b6Tp { top:2.5625rem;left:12.280099868774rem;width:11.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBBm7fPsW3MLOuf2z2WI4RED2cTFOFh { top:1.25rem;left:25.122930526733rem;width:9.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa { display:block; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9mEKaMDw2ybGs7l9HEQWRWHXfIDBZc3 { top:2.25rem;left:12.280099868774rem;width:11.25rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sim4CcxB9i83HB9RWTl49gZuvh7i1B8q { top:0.8125rem;left:27.092138290405rem;width:5.4375rem;height:5.6226498315308rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6amTvCGXblCTwIEh3QVoavPdB5dyTEk { top:1.875rem;left:0.34375rem;width:11.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeuduDMmrmUbyQZngzTozXTI2zumv7Ni { top:2.0625rem;left:39.28125rem;width:7.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTK6AeNakXNUPwUVVRtRgKnx6fEVPKxx { top:2.75rem;left:39.59375rem;width:7.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1Z3ZbnQiSJKTIPAP0d6rZeFRViBUT5 { top:2.0625rem;left:36.34375rem;width:3.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D { display:block; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 { display:block; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifzKZwauHAP7GBZCrxTAiARIMAMdguJE { top:6.75rem;left:0.43589019775391rem;width:21.5625rem;height:20.749080657959rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK { display:flex;height:auto;width:27.8125rem;top:4.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #hE3WavzzayKPfUch8aLBbvKprvhdUEs6 {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #mTNbo5iSxH6Szfi44IBJOhidloh5aIJu {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VNOfI9ZaeutlwtHQ7fcVFPGmNOFLP2Sy {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #v43o3mW8K2A3IEHNZkXolhM12gdL3Mlg {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #o3naQFHaHz7iaencoIxGEUvGf8fsf8hI {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #aNXUqLZxyAhkgypfxIu1UzK6TVftM3ez {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #om6PULLVn4av1JShL2Z2NlUJ12vGGSvc {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #n9QHMKyi5yk6TrKHwhvAqsQrbi7JA40i {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #l0pUMkQTuTbmIkkyAMntpURxtxTydvnd {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #RLxiVWd716iEdvW4BNbHiMWBLPPdGAr8 {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VA0y2Zd8gqTFLxmU7v1plvEu5a8u11fR {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #GLaVLSQydhE8ai6iJEveWSgMsyypSTDu {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #F52t5bwiCaA8aP5rnxbepsoeSQ8zU6qk {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #igcpUiOiaMmvywAU0A9VK8kEGniuL9dq {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #cm5KBoKycDaiMudAnZwLthgxkI5TlP5E {  }
 }@media only screen and (max-width: 763px) { #Je3vs7x7ov47rgdufbWLTTZHHrchyBzT { top:5.6875rem;left:23.1875rem;width:24.5625rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGm17gRgQu9Cb2fLbrywidLbbPc17mTc { display:block; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQsLQ3Bd3feUU4UqNkgnlhLGWf3rPsEs { width:17.5rem;height:3.4375rem;top:2.9375rem;left:15.123849868774rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1519hD1VZxw3owsiRNk2cP5uh3PLpDk { display:block; }
 }@media only screen and (max-width: 763px) { #ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW { display:block; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzThUyZRRlMVnW1lXZ1s5PVhUbIM8roW { top:2.625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 { display:block; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ78MdigT3PN82NlIucuiJuZxpcMfA4U { top:1.625rem;left:4.0622692108154rem;width:30.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NVO46cF4g3xLq00svg5FMgTHyTGdCJ { width:15.625rem;height:2.1875rem;top:1.25rem;left:29.310430526733rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHg1fUTCfV1B3OG3PBu37QScFpdUx3l { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a300a904-732a-4d21-a1e0-7fc7fc734be5/Web19201.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.adaptive-delivery-prevent-bg, #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.lazyload, #QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX.lazyloading { background-image: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { background-color: transparent; background-image: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container > .video-iframe-container { display: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row > .video-iframe-container { display: none; }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .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); }#QDsfmRpUJs7tKP2D3LGg0RxTPbGLTRmX > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NINOez9HalrJr2M6M0LtqVLnPPFUOXVC { width:18.499540328979rem;height:17.749309539795rem;top:34.903491973877rem;left:0.74908089637756rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeWMpqhsJVrdFol5ldXpmgI7diU5vx3A { width:15.3125rem;height:2.9997701644898rem;top:2.8745403289795rem;left:2.3414520025253rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkeUl9kSI8PsNp3O6IITk12K3BEkUJfQ { width:18.1875rem;height:1rem;top:9.7495422363281rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbyfDBhmnlxVOwz46qTMK3VwlbRG55FL { display:flex;width:2.1875rem;height:2.1875rem;top:41.80721282959rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tWMe6Nh5Ffa4lBJ5J9R13gHkQZpDoDsr { width:20rem;height:3.75rem;top:11.124080657959rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #casserkBGUPsMGzDKEaTHU1Uft75bro2 { width:20rem;height:9.75rem;top:16.019760131836rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyVZrBzV6ZvrStrgSuTstUfafNf4TqIx { width:14.5rem;height:2.9375rem;top:28.094207763672rem;left:2.7493106126785rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQGy0y06Vs9OwBF8fPhhA9sIC2v2R6z { display:block; }
 }@media only screen and (max-width: 763px) { #ppt61P3x8pkKX510XRwAJLREXZOeT96E { display:flex;width:3.125rem;height:3.125rem;top:50.090530395507rem;left:15.071230053902rem; }
 }@media only screen and (max-width: 763px) { #HKAsFhw4a1o02AIgMSEnTNrOzrivFN6W { width:6.4375rem;height:1.875rem;top:58.338001251221rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhJkMnSxaQd2wKXIh8XzHXeF7KraF8VA { display:block; }
 }@media only screen and (max-width: 763px) { #Z1RDU2nCTiwe2bN5JTHp0zK1qFT8A3ps { width:6.4375rem;height:1.875rem;top:61.463001251221rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGnBGHP34fvdrqw2V6yGVZJuHLZFKfBQ { display:block; }
 }@media only screen and (max-width: 763px) { #JZKyr35bmTk1OJnxihGtaArTZ5PbvlRR { width:6.4375rem;height:1.875rem;top:64.588001251219rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DatZK8PNFcqmO0QU5Kx41qsMuHyESah3 { display:block; }
 }@media only screen and (max-width: 763px) { #grll6P6LVTsO2qC1MgNSVSvII2qdepWs { width:6.4375rem;height:1.875rem;top:67.713001251219rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlMur15LNqTWTT2PZMOuhXQRiHTlP3mX { display:block; }
 }@media only screen and (max-width: 763px) { #rkThEheEoEIAwRSiCZpifn94puDzOTAU { display:block; }#rkThEheEoEIAwRSiCZpifn94puDzOTAU > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeq4ga0TfMOUkeu5ZHn5AUTZNK6up2uE { width:17.1875rem;height:1rem;top:2.6723365783691rem;left:1.4051011800766rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0iorIB2mFPWbQXHsRo9lVapmHFnG7IH { width:17.249540328979rem;height:5.125rem;top:3.6339588165283rem;left:1.3740807771682rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld { display:block; }#dSS0n9GRdTZJNXn7HPsOUB0qspxT44ld > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ2LkVEhPNFSDfqpQOw3twyNmt1I1CRo { display:flex;width:4.375rem;height:4.375rem;top:4.348575592041rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #CEFdAJlx7HvQffMKa0C2OloNvP6zfW4J { display:flex;width:4.375rem;height:4.375rem;top:34.188419342041rem;left:7.7490806579587rem; }
 }@media only screen and (max-width: 763px) { #i24vHGCuBcqywBiMRr2qbTIR4nXhzLzX { display:flex;width:1.875rem;height:1.875rem;top:71.546875rem;left:7.7812519073488rem; }
 }@media only screen and (max-width: 763px) { #IQtt2bOQUGBKrfOPs7MkhGa0HEA83wXn { width:16.9375rem;height:1.625rem;top:9.72265625rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwwwDNpyIMLKFfnGMFoWIN81AaTXeFDd { width:17.311580657959rem;height:1.625rem;top:39.430835723877rem;left:1.2819404602051rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmyCrtZpItCXiT68VgAW91xhgmSRIPE { width:16.25rem;height:1.625rem;top:69.305835723875rem;left:1.811580657959rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yocIPuMStFAOCGrhvGmxFLPWZXy2iUek { width:17.687269210816rem;height:11rem;top:14.973575592041rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq9mipL1CGUQJh2AW4Nrz5Dob9n5g07o { width:17.874540328979rem;height:9.625rem;top:44.947383880615rem;left:1.0016098022461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuaby9Gd7TwwsfovdGdPdZe3sAkO3lV { width:17.874540328979rem;height:11rem;top:74.369026184081rem;left:0.99930953979494rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuPeXi2ClhlLMi1TsuGa2Q59e0BZh7PR { display:flex;width:1.875rem;height:1.875rem;top:12.187961578369rem;left:4.9368095397949rem; }
 }@media only screen and (max-width: 763px) { #PImSkTdMKaCLlXXgTai1lNmtXWGiWZo1 { display:flex;width:2.5625rem;height:2.5625rem;top:11.848575592041rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #iVt4OTUDQpL2OBFRlcqzvlcu2NOI6xgE { display:flex;width:1.875rem;height:1.875rem;top:12.223575592041rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #IKpIFFuT9KIlZiEmQux74qPif9egwgXS { display:flex;width:1.5625rem;height:1.5625rem;top:12.348575592041rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #hMA25zekoQzT7Wh5vxC11L1koTJI5voQ { display:flex;width:1.875rem;height:1.875rem;top:41.734375rem;left:4.8449001312256rem; }
 }@media only screen and (max-width: 763px) { #gCm38LmC6nZL4Lr5J4cFhEX9Xng5okU5 { display:flex;width:1.875rem;height:1.875rem;top:41.734375rem;left:7.5949001312256rem; }
 }@media only screen and (max-width: 763px) { #oXC2ThdQuCRBm7WF2O2KxWJyEIbhJ09d { width:1.875rem;height:1.875rem;top:41.734375rem;left:13.219900131226rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBiQmdysGH6ynihvz5w5u0ByTrOGDorI { display:flex;width:1.875rem;height:1.875rem;top:41.734375rem;left:10.407400131226rem; }
 }@media only screen and (max-width: 763px) { #eJvMTDzBREn049NOaH0DZDy8sAD9TUKh { width:9.625rem;height:2.1875rem;top:65.189338684081rem;left:5.1548728942871rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6S3sPrzXVyhyS7iqhysAbZGnoJlm6Tw { display:flex;width:1.5625rem;height:1.5625rem;top:71.734375rem;left:10.593751907349rem; }
 }@media only screen and (max-width: 763px) { #WWbgrg6flGrFnCdLwoe8vN2ahHd4Pbb2 { width:19.0625rem;height:28.6875rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHnazlnkcGtC9ltxPgfMfZxJDVsTEXQp { width:19.0625rem;height:28.625rem;top:31.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScBZn41CApR9v0ENEVuT3sSFtL5oLpHf { width:19.0625rem;height:28.625rem;top:61.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM { display:block; }#Z4k1Tpi9yU0wOT8J0O2MS3HzgPAxTzCM > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXkOz60Z06wdZcSgwlTfkTDhurtOuwgg { width:17.249540328979rem;height:1.625rem;top:10.033325195312rem;left:1.3740807771682rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QduxZ9OXTNpCTriL5ZR4zMnshNOM2kyZ { width:17.311580657959rem;height:1.625rem;top:39.430835723877rem;left:1.2819404602051rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKQAMNc2Zdg1TEvco9U8bpSfSd4QW3B3 { width:16.25rem;height:1.625rem;top:69.305835723875rem;left:1.811580657959rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skL79LiMC39dy6GCJclAhtmseogAhmkB { width:17.687269210816rem;height:11rem;top:14.973575592041rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8MZnmTMrc1Wovt0tT5dGr2yOhTFDN3 { width:17.874540328979rem;height:9.625rem;top:44.947383880615rem;left:1.0016098022461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh2ZyJTplnhINKP3JqTaIStv2T6OetoC { width:17.874540328979rem;height:9.625rem;top:74.369026184081rem;left:0.99930953979494rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9wDruTQ5k4sZVxrN6S9SDgG8hz0J6A0 { width:19.0625rem;height:28.6875rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTq29QKAJ5QrLBN0vCIhx4XCOZTgzUZ3 { width:19.0625rem;height:28.625rem;top:31.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJf9alim1fG4ZmdgVcfAGeTiDlVeucer { width:19.0625rem;height:28.625rem;top:61.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnxJ8ENM0vZc0HTvv6sT9JanN7SzQwbe { width:3.75rem;height:3.75rem;top:5.3336334228516rem;left:8.1238509416581rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhCO1wuGKwbclf9mFw36CE8hn89XTE4D { width:4.625rem;height:3.7505591427076rem;top:34.709106445312rem;left:7.6861211061475rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTZzT7pDice2QQ4MMQ3CEwDbHrUkWqzB { display:flex;width:3.75rem;height:3.75rem;top:63.90234375rem;left:8.1238509416581rem; }
 }@media only screen and (max-width: 763px) { #ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC { display:block; }#ezfUbBfHhSZ4vUhmNXeCFOyiD10xoFQC > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU7CqFkf8LGUw8HP1mWlO92VJF2EsRZ3 { width:17.5rem;height:3.4375rem;top:2.9611663818359rem;left:1.2488511800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83zEr1NlypQMeko1Nh7Lgs9FdH6zyPP { display:block; }
 }@media only screen and (max-width: 763px) { #V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx { display:block; }#V4KILJCrMiOkHHqEpU8ok7rRCUv2AzXx > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVgKqxu8bno3vi3J3bghtOxRZvLHg3CC { width:17.1875rem;height:1rem;top:2.25rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRF2cJJfJoa4y0R6llsgpALcA0JkUgx { width:17.249540328979rem;height:2.5625rem;top:3.25rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk { display:block; }#mMvoHmnPep0gu7hvXdqzzuirMZMFFMXk > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnktxHl1pAEdvmloTmWlFJcZXz5KFeSs { width:7.5rem;height:1.3125rem;top:2.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOn756UiSq6tabNbOwHDTf4uctd1Odap { width:7.5rem;height:2.4368104934692rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36eBq9hlwPub7MODMEQe3Qq5Mv53ByE { width:7.5rem;height:2.6872701644898rem;top:7.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkqXeXerm29ubb70xx4iUFa1h9Gg2B8s { width:7.5rem;height:2.8745403289795rem;top:7.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG { display:block; }#HNT6UFeTQCKZgx0HKl7BGbfR9F2rmyVG > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSWkLzzTEk1glTZTHW623Er4g89qR37D { width:7.5rem;height:2.4368104934692rem;top:8.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eszle1DAgNWq6t9pXxLvNPvpGOyHL4mF { width:7.5rem;height:4.375rem;top:7.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLh2vK3LKVN8wDi0duTAXGLKJ8GnXbg8 { width:7.5rem;height:4.186580657959rem;top:0.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9SdKT3Kt0GmmazNDFTKHcJJLqFTDAW { width:7.5rem;height:2.9997701644898rem;top:1.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C { display:block; }#LpiLi6XlvrG5rbsEhJiC7U3Z39sRa88C > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycDmQMlsEuSgHRvha7ykKlcUO8L1Fw6o { width:6.1247701644897rem;height:4.0625rem;top:7.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrZdgwV02TLg4w7UC7p3fy0ls3E6xVS2 { width:8.125rem;height:3.0618104934692rem;top:7.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJswVDUzBdshPwUtOQH5PQAmIN5HIEut { width:9.375rem;height:2.6240808963776rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3eHi9ORQ3ohp9169OJPgy3T6KlB5CFZ { width:7.3115806579587rem;height:2.5rem;top:1.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb { display:block; }#QFIfvdVT5b69PqAHlPJW6CJxGRFFLWCb > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm148Nab5R9kfeV89oXK2SvqSyoyWyIu { width:7.5rem;height:2.625rem;top:6.5625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSOtT0cgZQ1zDOE6ophM9xBlcfCwF0O3 { width:7.5rem;height:1.625rem;top:2.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqgkhugFq8xUMW0f1H6e7JAKd9a9b6Tp { width:9.375rem;height:1.5625rem;top:2.5625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyBBm7fPsW3MLOuf2z2WI4RED2cTFOFh { width:7.5rem;height:3.75rem;top:6.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa { display:block; }#mx0MEgrhWPVJ0iy6TsEt3pygN4SlPsAa > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9mEKaMDw2ybGs7l9HEQWRWHXfIDBZc3 { width:9.375rem;height:2.25rem;top:2.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sim4CcxB9i83HB9RWTl49gZuvh7i1B8q { width:4.5622701644897rem;height:4.6243104934692rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6amTvCGXblCTwIEh3QVoavPdB5dyTEk { width:9.375rem;height:2.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeuduDMmrmUbyQZngzTozXTI2zumv7Ni { width:6.5625rem;height:2.5rem;top:8.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTK6AeNakXNUPwUVVRtRgKnx6fEVPKxx { width:7.3115806579587rem;height:1.625rem;top:9rem;left:12.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee1Z3ZbnQiSJKTIPAP0d6rZeFRViBUT5 { width:2.4368104934692rem;height:2.5rem;top:8.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D { display:block; }#LTGCzJFRQ4heZNxvZIeZ0boiuvbVlP4D > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 { display:block; }#MbmiGConGkSGkmX5QOshmHDBQ8JuxFN2 > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifzKZwauHAP7GBZCrxTAiARIMAMdguJE { width:16.25rem;height:15.687040328979rem;top:34.829498291016rem;left:1.8727022409439rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k3IOMBShl4axpPynn0nCdOBFhMRnrCpK { display:flex;height:auto;width:17.5rem;top:6.6990051269531rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #hE3WavzzayKPfUch8aLBbvKprvhdUEs6 {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #mTNbo5iSxH6Szfi44IBJOhidloh5aIJu {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VNOfI9ZaeutlwtHQ7fcVFPGmNOFLP2Sy {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #v43o3mW8K2A3IEHNZkXolhM12gdL3Mlg {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #o3naQFHaHz7iaencoIxGEUvGf8fsf8hI {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #aNXUqLZxyAhkgypfxIu1UzK6TVftM3ez {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #om6PULLVn4av1JShL2Z2NlUJ12vGGSvc {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #n9QHMKyi5yk6TrKHwhvAqsQrbi7JA40i {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #l0pUMkQTuTbmIkkyAMntpURxtxTydvnd {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #RLxiVWd716iEdvW4BNbHiMWBLPPdGAr8 {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #VA0y2Zd8gqTFLxmU7v1plvEu5a8u11fR {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #GLaVLSQydhE8ai6iJEveWSgMsyypSTDu {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #F52t5bwiCaA8aP5rnxbepsoeSQ8zU6qk {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #igcpUiOiaMmvywAU0A9VK8kEGniuL9dq {  }
 }@media only screen and (max-width: 763px) { #k3IOMBShl4axpPynn0nCdOBFhMRnrCpK #cm5KBoKycDaiMudAnZwLthgxkI5TlP5E {  }
 }@media only screen and (max-width: 763px) { #Je3vs7x7ov47rgdufbWLTTZHHrchyBzT { width:20rem;height:2.5625rem;top:2.7366943359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGm17gRgQu9Cb2fLbrywidLbbPc17mTc { display:block; }#dGm17gRgQu9Cb2fLbrywidLbbPc17mTc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQsLQ3Bd3feUU4UqNkgnlhLGWf3rPsEs { width:17.5rem;height:3.4375rem;top:2.9480895996094rem;left:1.2488511800766rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1519hD1VZxw3owsiRNk2cP5uh3PLpDk { display:block; }
 }@media only screen and (max-width: 763px) { #ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW { display:block; }#ZkzWDTCT3uKb1xJZeBFrcDExHOv4oQCW > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzThUyZRRlMVnW1lXZ1s5PVhUbIM8roW { width:20rem;height:4rem;top:1.6647644042969rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TW9zTO3VU66GOXq8Jr63TEhWmJoGPNg3 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJ78MdigT3PN82NlIucuiJuZxpcMfA4U { width:20rem;height:1.125rem;top:1.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q9NVO46cF4g3xLq00svg5FMgTHyTGdCJ { width:13.727941185236rem;height:2.2274815142155rem;top:3.5719299316406rem;left:3.1353398561478rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrHg1fUTCfV1B3OG3PBu37QScFpdUx3l { display:block; }
 }