.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,233;--color-primary-1:255,243,182;--color-primary-2:255,231,108;--color-primary-3:128,116,54;--color-primary-4:38,35,16;--color-secondary-0:224,227,232;--color-secondary-1:163,170,187;--color-secondary-2:102,113,142;--color-secondary-3:61,68,85;--color-secondary-4:0,18,66;--color-tertiary-0:255,255,255;--color-tertiary-1:166,169,182;--color-tertiary-2:106,112,133;--color-tertiary-3:64,67,80;--color-tertiary-4:7,16,51;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@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:transparent;background-size:auto !important;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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { border-width: 0; border-radius: 0; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:60rem;height:8.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { box-sizing:content-box;height:5.8125rem;width:7.8125rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9956f26c-6d77-4e48-8d8d-fcc60de954f3/VideoMusic4.crop_578x544_84,271.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1.5625rem;left:26.09375rem;display:block; }#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.adaptive-delivery-prevent-bg, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyload, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyloading { background-image: none; }
#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf { 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; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container { background-color: transparent; background-image: none; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container > .video-iframe-container { display: none; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row > .video-iframe-container { display: none; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .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); }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container { border-width: 0; border-radius: 0; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:60rem;position:relative;display:block; }#Tw0EEyMC9OVKTkuCkd1MtiGsPPi3ZFWK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:20.75rem;left:3.0625rem;height:12.597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtTPLi3KVRvM8q1DV05og0TPBwmvWSCd { box-sizing:content-box;height:2.375rem;width:12.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:1.625rem;left:32.9375rem;display:block; }
#DC8kwRHy8RoIcC86Q8ZSbUzBE57iTQFZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6rVnuf433h1yT890lwznRW8fzpbLbTT { color:#101b6e;display:block;width:27.375rem;position:absolute;font-family:adelle;font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:1.625rem;left:3.0625rem;height:13.5rem;font-style:normal;display:block; }
#q0LrLIzCOF5QqaduwqJoftXUgHEdcxTW { position:absolute;display:block;z-index:15028;height:21.75rem;width:27.0625rem;top:5.8125rem;left:32.9375rem;display:block; }
#VlnO6FsJfUiR45eoI8KO7x3QmDHRNvFL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:43.75rem;left:3.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3W6LeOStM5VU7HqaqK3xpRDrvCO6xGa { color:#101b6e;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:38.6943359375rem;left:3.4375rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NeGunCSJahqro1cq24KUdinZNshog4Op { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:36.6943359375rem;left:7.46875rem; }
#gDnIeTPTQRZWpTpu0y0TTCS2nF3dtFLZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:43.75rem;left:15.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vPFapHiUGMTdGCza2IfpTrfFrBVpc86y { color:#101b6e;display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:38.6943359375rem;left:18.53125rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiug8Tt8qyS31smgCa3HJ6GLwoQPnKHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:36.5693359375rem;left:20.09375rem; }
#TeREpc2ue2y67Ki8PqhAw4sH8UIFaMUr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:56.0556640625rem;left:3.0625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Urqy9pKHh8o2IFNfMoa96KuwNP61RrWW { color:#101b6e;display:block;width:6.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:50.9375rem;left:5.28125rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOXoFIgiysHJI1Grf5N1rD2kd4vGcuKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:49.1875rem;left:7.5rem; }
#BLsORWl3ywrrHuB8dfhwyuOCh8uOApDd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:49.125rem;left:20.1875rem; }
#wKiVyAkyTNbcdfT9kI7J7XiOU0oNNZ5H { color:#101b6e;display:block;width:10.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:51rem;left:16.1875rem;height:5.11865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRX07g3a4CzocFMWBsgNlbFo1XEIsTrC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:56.375rem;left:16.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cikpq5touW7z7vtwRaVyeCsHPs9FxMKK { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;top:61.8125rem;left:20.625rem;display:block; }
#rcvXBnAeoDFVOgeZSULg3xUvT9L70bcR { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;top:35.0625rem;left:5.46875rem;display:block; }
#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { 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; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { background-color: transparent; background-image: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container > .video-iframe-container { display: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container { display: none; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .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); }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { border-width: 0; border-radius: 0; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#cCPAMZuUCy818KBGXyg3qEGzV5GikC9J { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.375rem;width:52.5rem;top:0rem;left:3.75rem;display:block; }
#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF { 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; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container { background-color: transparent; background-image: none; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container > .video-iframe-container { display: none; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row > .video-iframe-container { display: none; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .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); }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container { border-width: 0; border-radius: 0; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container { font-size:0.875rem;font-family:arial;height:69.5rem;width:60rem;position:relative;display:block; }#pa8ekFuW52MHF4wkif4ElFq29IvVGtUP { box-sizing:content-box;height:2.375rem;width:9rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.125rem;left:25.5rem;display:block; }
#GCv8uOzkmsoOci3768xJnooRNsn6k8tL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.6875rem;left:25.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1MaIDnCQirrzyx4uyB2CJwMyIMyI6fP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.6875rem;left:17.6875rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lnoEptmx89raoQoSBR2TKmZRhNrv97AP { position:absolute;display:block;z-index:15033;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:6.875rem;width:6.875rem;top:20.8125rem;left:10.875rem;overflow:hidden;display:block; }
#QmBMZlmW5BKXyyrNyZaDllkKPcNUpXKN { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:33.4375rem;left:17.6875rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLzmDfqFQltf2gqAd6CERLreu78w1wKZ { position:absolute;display:block;z-index:15031;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:7.4375rem;width:7.4375rem;top:29.6875rem;left:10.3125rem;overflow:hidden;display:block; }
#k3B0IffakLXJlb5HM0cSqq2l6RbeZyW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:43.5rem;left:17.625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#akgNM0gMTxvIWofvQPd6TTJhtR3dGl0h { position:absolute;display:block;z-index:15032;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:7.4375rem;width:7.4375rem;top:40.9375rem;left:10.25rem;overflow:hidden;display:block; }
#XoEfzNP9c5hWyB4iyFZfhme3CeJImSp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:52.4375rem;left:17.625rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIkOxL6DnLMJG0dyWgV5aHxXHruyAGb8 { position:absolute;display:block;z-index:15033;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:7.4375rem;width:7.4375rem;top:49.5625rem;left:10.25rem;overflow:hidden;display:block; }
#VTpgdLJ8UVqT7tuPJrz1h3s34HMfwC8J { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:61.25rem;left:17.6875rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LsRlPcFbO1Tk9k0LCfnxeAg2KLhfD5MS { position:absolute;display:block;z-index:15034;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:7.4375rem;width:7.4375rem;top:57.875rem;left:10.3125rem;overflow:hidden;display:block; }
#GrmvB9WGC4KhUhbkmOtsTo9e78mH2eyF { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:59.0625rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqDy2TsQgxstNw77pzn7u3eO1dOy93FN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:50.375rem;left:17.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mU7T7sOB95nfetr78zgurrNhGE2hCw5D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:41.1875rem;left:17.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iruBF39CnTb8nHrN4TCs97M8bClF98k8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:31.1875rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvhwVx0HTFWLDgwuTmas4BuEHulRJXNx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FLifdzdw06NEJG1OtT22gbfTkCKc1NwX { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:7.375rem;left:7.1875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptLbFPutN0AyKsTMvdzAyxdEa8Suz3Dd { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:adelle;font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.4375rem;left:24.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT1T6K0yBKNv5zNN22hZPCOsROPoV0CJ { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:68.1875rem;left:20.625rem;display:block; }
#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { 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; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { background-color: transparent; background-image: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .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); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { border-width: 0; border-radius: 0; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { box-sizing:content-box;height:2.375rem;width:9rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.25rem;left:25.5rem;display:block; }
#qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.8125rem;left:25.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.1875rem;height:6.9043rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { background-color: transparent; background-image: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .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); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { border-width: 0; border-radius: 0; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:60rem;position:relative;display:block; }#tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:4.8125rem;display:block; }
#fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:22.1875rem;display:block; }
#A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.1875rem;left:39.4375rem;display:block; }
#heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:4.8125rem;display:block; }
#Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:22.1875rem;display:block; }
#zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { box-sizing:content-box;height:15.75rem;width:15.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.625rem;left:39.4375rem;display:block; }
#q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { box-sizing:content-box;height:2.375rem;width:13.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.5625rem;left:23.0625rem;display:block; }
#HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:6.4375rem;left:11.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:13.8125rem;left:5.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:13.81201171875rem;left:23.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:13.81201171875rem;left:40.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:31.0625rem;left:5.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:31.0625rem;left:23rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:31.0625rem;left:40.5625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:17.015625rem;left:6.125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NftqXG43liI1O4d3KXEr6q2X2eITSOJU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:17.015625rem;left:23.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:17.015625rem;left:40.75rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:34.453125rem;left:6.125rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:34.453125rem;left:23.4375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:34.453125rem;left:40.75rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlirxTakUuG9hneCVoxasRJXG0NkPdXg { box-sizing:content-box;height:2.4375rem;width:9.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#101b6e;background-image:none;top:49.3125rem;left:25.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HC8VKZsToT4rgnzPO9qu5sR2F5OCn8bh { color:rgba(var(--color-tertiary-0),0);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:49.88134765625rem;left:26.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { background-color: transparent; background-image: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .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); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { border-width: 0; border-radius: 0; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { 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:4rem;width:12.0625rem;top:3.125rem;left:16rem;overflow:hidden;display:block; }
#ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { 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:4.5rem;width:9.125rem;top:2.875rem;left:1.875rem;overflow:hidden;display:block; }
#rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { 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:6.375rem;width:8.5625rem;top:1.9375rem;left:33.75rem;overflow:hidden;display:block; }
#yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { 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.1875rem;width:10.375rem;top:2.53125rem;left:47.75rem;overflow:hidden;display:block; }
#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { 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; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { background-color: transparent; background-image: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container > .video-iframe-container { display: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container { display: none; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .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); }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { border-width: 0; border-radius: 0; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { box-sizing:content-box;height:2.375rem;width:7.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.4375rem;left:26.0625rem;display:block; }
#pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:4rem;left:26.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:8.40625rem;left:5.5625rem;height:8.125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { color:#101b6e;display:block;width:23.25rem;position:absolute;font-family:guthen;font-size:2.375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.4375rem;left:18.375rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:adelle;font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.75rem;left:18.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { background-color: transparent; background-image: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .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); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { border-width: 0; border-radius: 0; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { 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:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.29980625rem;display:block; }
#pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#fLCXg51ciUaJU0guXwF6epr5P69HyMzo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.29980625rem;display:block; }
#D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:adelle;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.29980625rem;display:block; }
#tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#QQFBV0xOf3WCF74upNOyazPsdsCag9yC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { background-color: transparent; background-image: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .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); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { border-width: 0; border-radius: 0; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.9746125rem;display:block; }
#gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { top:1.5625rem;left:19.96875rem;width:7.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf { display:block; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw0EEyMC9OVKTkuCkd1MtiGsPPi3ZFWK { top:20.75rem;left:0rem;width:23.5625rem;height:12.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtTPLi3KVRvM8q1DV05og0TPBwmvWSCd { top:1.625rem;left:26.8125rem;width:12.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8kwRHy8RoIcC86Q8ZSbUzBE57iTQFZ { top:2.1875rem;left:26.8125rem;width:12.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rVnuf433h1yT890lwznRW8fzpbLbTT { top:1.625rem;left:0rem;width:27.375rem;height:16.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0LrLIzCOF5QqaduwqJoftXUgHEdcxTW { top:5.8125rem;left:20.6875rem;width:27.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlnO6FsJfUiR45eoI8KO7x3QmDHRNvFL { top:43.75rem;left:0rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3W6LeOStM5VU7HqaqK3xpRDrvCO6xGa { top:38.6875rem;left:0rem;width:10.125rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGunCSJahqro1cq24KUdinZNshog4Op { top:36.6875rem;left:1.34375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDnIeTPTQRZWpTpu0y0TTCS2nF3dtFLZ { top:43.75rem;left:9.6875rem;width:10.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFapHiUGMTdGCza2IfpTrfFrBVpc86y { top:38.6875rem;left:12.40625rem;width:5.4375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiug8Tt8qyS31smgCa3HJ6GLwoQPnKHw { top:36.5625rem;left:13.96875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeREpc2ue2y67Ki8PqhAw4sH8UIFaMUr { top:56rem;left:0rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urqy9pKHh8o2IFNfMoa96KuwNP61RrWW { top:50.9375rem;left:0rem;width:6.4375rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOXoFIgiysHJI1Grf5N1rD2kd4vGcuKa { top:49.1875rem;left:1.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLsORWl3ywrrHuB8dfhwyuOCh8uOApDd { top:49.125rem;left:14.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKiVyAkyTNbcdfT9kI7J7XiOU0oNNZ5H { top:51rem;left:10.0625rem;width:10.125rem;height:5.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRX07g3a4CzocFMWBsgNlbFo1XEIsTrC { top:56.375rem;left:10.0625rem;width:10.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikpq5touW7z7vtwRaVyeCsHPs9FxMKK { top:61.8125rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvXBnAeoDFVOgeZSULg3xUvT9L70bcR { top:35.0625rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { display:block; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCPAMZuUCy818KBGXyg3qEGzV5GikC9J { top:0rem;left:0rem;width:47.75rem;height:26.717261904762rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8r961UF1XnIxKrmGrOetzRJXxdhFrF { display:block; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa8ekFuW52MHF4wkif4ElFq29IvVGtUP { top:3.125rem;left:19.375rem;width:9rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCv8uOzkmsoOci3768xJnooRNsn6k8tL { top:3.6875rem;left:19.625rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1MaIDnCQirrzyx4uyB2CJwMyIMyI6fP { top:24.6875rem;left:11.5625rem;width:32.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnoEptmx89raoQoSBR2TKmZRhNrv97AP { top:20.8125rem;left:4.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBMZlmW5BKXyyrNyZaDllkKPcNUpXKN { top:33.4375rem;left:11.5625rem;width:32.0625rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLzmDfqFQltf2gqAd6CERLreu78w1wKZ { top:29.6875rem;left:4.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3B0IffakLXJlb5HM0cSqq2l6RbeZyW7 { top:43.5rem;left:11.5rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akgNM0gMTxvIWofvQPd6TTJhtR3dGl0h { top:40.9375rem;left:4.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoEfzNP9c5hWyB4iyFZfhme3CeJImSp8 { top:52.4375rem;left:11.5rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkOxL6DnLMJG0dyWgV5aHxXHruyAGb8 { top:49.5625rem;left:4.125rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpgdLJ8UVqT7tuPJrz1h3s34HMfwC8J { top:61.25rem;left:11.5625rem;width:32.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRlPcFbO1Tk9k0LCfnxeAg2KLhfD5MS { top:57.875rem;left:4.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmvB9WGC4KhUhbkmOtsTo9e78mH2eyF { top:59.0625rem;left:11.5625rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqDy2TsQgxstNw77pzn7u3eO1dOy93FN { top:50.375rem;left:11.5rem;width:10.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU7T7sOB95nfetr78zgurrNhGE2hCw5D { top:41.1875rem;left:11.5rem;width:12.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iruBF39CnTb8nHrN4TCs97M8bClF98k8 { top:31.1875rem;left:11.5625rem;width:24.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvhwVx0HTFWLDgwuTmas4BuEHulRJXNx { top:22.375rem;left:11.5625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLifdzdw06NEJG1OtT22gbfTkCKc1NwX { top:7.375rem;left:1.0625rem;width:45.6875rem;height:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptLbFPutN0AyKsTMvdzAyxdEa8Suz3Dd { top:17.4375rem;left:18.8125rem;width:10.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT1T6K0yBKNv5zNN22hZPCOsROPoV0CJ { top:68.1875rem;left:14.5rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { top:2.25rem;left:19.375rem;width:9rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { top:2.8125rem;left:19.625rem;width:8.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { top:6.5rem;left:1.0625rem;width:45.6875rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { top:12.1875rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { top:12.1875rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { top:12.1875rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { top:29.625rem;left:0rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { top:29.625rem;left:16.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { top:29.625rem;left:32rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { top:2.5625rem;left:16.9375rem;width:13.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { top:3.125rem;left:17.0625rem;width:13.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { top:6.4375rem;left:5.375rem;width:37.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { top:13.8125rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { top:13.75rem;left:17.125rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { top:13.75rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { top:31.0625rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { top:31.0625rem;left:16.875rem;width:14rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { top:31.0625rem;left:34.25rem;width:13.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { top:17rem;left:0rem;width:13.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftqXG43liI1O4d3KXEr6q2X2eITSOJU { top:17rem;left:17.3125rem;width:13.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { top:17rem;left:34.625rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { top:34.4375rem;left:0rem;width:13.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { top:34.4375rem;left:17.3125rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { top:34.4375rem;left:34.625rem;width:13.125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlirxTakUuG9hneCVoxasRJXG0NkPdXg { top:49.3125rem;left:19.28125rem;width:9.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8VKZsToT4rgnzPO9qu5sR2F5OCn8bh { top:49.875rem;left:20rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { top:3.125rem;left:9.875rem;width:12.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { top:2.875rem;left:0rem;width:9.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { top:1.9375rem;left:27.625rem;width:8.5625rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { top:2.5rem;left:37.375rem;width:10.375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { display:block; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { top:3.4375rem;left:19.9375rem;width:7.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { top:4rem;left:20.1875rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { top:8.375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { top:17.4375rem;left:12.25rem;width:23.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { top:20.75rem;left:12.25rem;width:23.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:#ffffff;background-image:none;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { width:6.625rem;height:4.4375rem;top:1.181640625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf { display:block; }#D2xEV7xhOtRCTTogrhgZQELtzPNyEXZf > .row .container { width:20rem;height:141.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw0EEyMC9OVKTkuCkd1MtiGsPPi3ZFWK { width:19.25rem;height:9.597625rem;top:10.4658203125rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtTPLi3KVRvM8q1DV05og0TPBwmvWSCd { width:15.625rem;height:2.375rem;top:21.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC8kwRHy8RoIcC86Q8ZSbUzBE57iTQFZ { width:15.5625rem;height:1.29980625rem;top:22.25rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rVnuf433h1yT890lwznRW8fzpbLbTT { width:20rem;height:8.3984375rem;top:1.01611328125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0LrLIzCOF5QqaduwqJoftXUgHEdcxTW { width:20rem;height:11.0625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlnO6FsJfUiR45eoI8KO7x3QmDHRNvFL { width:10.875rem;height:2.4375rem;top:94.25rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3W6LeOStM5VU7HqaqK3xpRDrvCO6xGa { width:10.5rem;height:5.6875rem;top:88.5625rem;left:4.75rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeGunCSJahqro1cq24KUdinZNshog4Op { display:flex;width:2.0625rem;height:2.0625rem;top:86.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #gDnIeTPTQRZWpTpu0y0TTCS2nF3dtFLZ { width:10.875rem;height:3.65625rem;top:108.0625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFapHiUGMTdGCza2IfpTrfFrBVpc86y { width:5.4375rem;height:5.6875rem;top:102.375rem;left:7.3125rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiug8Tt8qyS31smgCa3HJ6GLwoQPnKHw { display:flex;width:2.3125rem;height:2.3125rem;top:100.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TeREpc2ue2y67Ki8PqhAw4sH8UIFaMUr { width:10.875rem;height:2.4375rem;top:122.875rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urqy9pKHh8o2IFNfMoa96KuwNP61RrWW { width:6.4375rem;height:5.6875rem;top:117.1875rem;left:6.8125rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOXoFIgiysHJI1Grf5N1rD2kd4vGcuKa { display:flex;width:2rem;height:2rem;top:115.1875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #BLsORWl3ywrrHuB8dfhwyuOCh8uOApDd { display:flex;width:2.125rem;height:2.125rem;top:129.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #wKiVyAkyTNbcdfT9kI7J7XiOU0oNNZ5H { width:10.125rem;height:5.6875rem;top:131.125rem;left:4.9375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRX07g3a4CzocFMWBsgNlbFo1XEIsTrC { width:10.875rem;height:2.4375rem;top:136.75rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cikpq5touW7z7vtwRaVyeCsHPs9FxMKK { width:18.75rem;height:0.125rem;top:26.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcvXBnAeoDFVOgeZSULg3xUvT9L70bcR { width:18.75rem;height:0.125rem;top:84.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH { display:block; }#Nn3cBvV8DXu7wfbxLIzsZNhWHtRMEaoH > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCPAMZuUCy818KBGXyg3qEGzV5GikC9J { height:11.228070175439rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW8r961UF1XnIxKrmGrOetzRJXxdhFrF { display:block; }#fW8r961UF1XnIxKrmGrOetzRJXxdhFrF > .row .container { width:20rem;height:113.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa8ekFuW52MHF4wkif4ElFq29IvVGtUP { width:8.25rem;height:2.3125rem;top:2.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCv8uOzkmsoOci3768xJnooRNsn6k8tL { width:8rem;height:1.29980625rem;top:2.625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1MaIDnCQirrzyx4uyB2CJwMyIMyI6fP { width:18.25rem;height:6.09375rem;top:34.125rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnoEptmx89raoQoSBR2TKmZRhNrv97AP { width:7.4375rem;height:7.4375rem;top:24.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmBMZlmW5BKXyyrNyZaDllkKPcNUpXKN { width:20rem;height:6.09375rem;top:51rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLzmDfqFQltf2gqAd6CERLreu78w1wKZ { width:7.4375rem;height:7.4375rem;top:41.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3B0IffakLXJlb5HM0cSqq2l6RbeZyW7 { width:20rem;height:6.09375rem;top:69.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #akgNM0gMTxvIWofvQPd6TTJhtR3dGl0h { width:7.4375rem;height:7.4375rem;top:58.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoEfzNP9c5hWyB4iyFZfhme3CeJImSp8 { width:19.4375rem;height:4.875rem;top:87.0625rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIkOxL6DnLMJG0dyWgV5aHxXHruyAGb8 { width:7.4375rem;height:7.4375rem;top:77.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpgdLJ8UVqT7tuPJrz1h3s34HMfwC8J { width:20rem;height:4.875rem;top:104.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsRlPcFbO1Tk9k0LCfnxeAg2KLhfD5MS { width:7.4375rem;height:7.4375rem;top:93.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrmvB9WGC4KhUhbkmOtsTo9e78mH2eyF { width:20rem;height:3.25rem;top:100.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqDy2TsQgxstNw77pzn7u3eO1dOy93FN { width:10.5rem;height:1.625rem;top:84.625rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mU7T7sOB95nfetr78zgurrNhGE2hCw5D { width:12.6875rem;height:1.625rem;top:67rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iruBF39CnTb8nHrN4TCs97M8bClF98k8 { width:16.0625rem;height:1.625rem;top:48.625rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvhwVx0HTFWLDgwuTmas4BuEHulRJXNx { width:12.5rem;height:1.625rem;top:31.8125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLifdzdw06NEJG1OtT22gbfTkCKc1NwX { width:20rem;height:10.96875rem;top:5.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptLbFPutN0AyKsTMvdzAyxdEa8Suz3Dd { width:10.125rem;height:2.11230625rem;top:20.5625rem;left:4.9375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT1T6K0yBKNv5zNN22hZPCOsROPoV0CJ { width:18.75rem;height:0.125rem;top:112.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { width:8.25rem;height:2.3125rem;top:2.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { width:8rem;height:1.29980625rem;top:2.625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E75vvckZ2eTUSXiD4BSzyVOhPu76vTJZ { width:20rem;height:9.75rem;top:5.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:20rem;height:115.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPonoH2ZoIN0lqLuGTlXWMgZyZHQwHEa { width:15.75rem;height:15.75rem;top:9.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHaCia6EZQWK3Rvht4l6PmgLPF6JSMb { width:15.75rem;height:15.75rem;top:26.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6vC8fBpZSdltzUdOEA6xBLTHOTIs0HS { width:15.75rem;height:15.75rem;top:43.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFB5MNDKwELXnJxLTB6btpTxGMKUGdr { width:15.75rem;height:15.75rem;top:60.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bto5P3CvdiRfFfIMU0TnrTPTfBFDFO30 { width:15.75rem;height:15.75rem;top:77.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn4BRkz7d1u78s98E73LxVTyPy0P8EI9 { width:15.75rem;height:15.75rem;top:94.78125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8NxgqUpSs16AUC7R8LWBZTefFgv0aKM { width:13.9375rem;height:2.375rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGS8XRAxtGh1irGObBPiyMRfWz2BCyp3 { width:13.625rem;height:1.29980625rem;top:1.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpRIDeVczdcyBbfPRmB3c7e0xFKWstF { width:20rem;height:3.65625rem;top:4.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3EcaolGfPvOWafMkbUSqf6BD9qkHAwW { width:13.5rem;height:1.4624rem;top:11.40625rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kvIBdnqkoiaZFMQTT402T5t4L4PewV { width:13.5rem;height:1.4624rem;top:28.40576171875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTiNOh1WIZUTlstLeQ9dF5XZ6tzVQ8H { width:13.5rem;height:1.4624rem;top:45.40576171875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awRwPRsktx6AQb1cTKBBDOL7qa6WZ4N5 { width:13.5rem;height:1.4624rem;top:62.21875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Gx0sMVd43ooeTvXkTCXvxchniebXqI { width:14rem;height:1.4624rem;top:79.21875rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgiN4xdJ1eqFnlIcdE9mLTnw9pIVUkBZ { width:13.5rem;height:1.4624rem;top:96.21875rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPhWKvBCiyhXlXoswhsyNT6vidL0OnX4 { width:13.125rem;height:6.09375rem;top:14.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NftqXG43liI1O4d3KXEr6q2X2eITSOJU { width:13.125rem;height:6.09375rem;top:31.609375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k57fycpZkpDe6hyaFFazRpx4gJBoV0Oh { width:13.125rem;height:8.53125rem;top:48.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoLh5hp3Z5FTl04EfIurrczWiwcguiFO { width:13.125rem;height:7.3125rem;top:65.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8nJ0D15gN1vJRBO0qAwNatSHu5oDcLb { width:13.125rem;height:8.53125rem;top:82.609375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqt4Rq3JhJamy2f6PGNTqaqyBJ2nBgtn { width:13.125rem;height:8.53125rem;top:99.609375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlirxTakUuG9hneCVoxasRJXG0NkPdXg { width:9.1875rem;height:2.4375rem;top:111.78125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC8VKZsToT4rgnzPO9qu5sR2F5OCn8bh { width:7.75rem;height:1.29980625rem;top:112.35009765625rem;left:6.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:20rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHdNgmIehtRQFLTXc6PVxrtVNtqiQRBb { width:13.375rem;height:4.375rem;top:1.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaSqrZTgKpCVI3gDn4sO8FEHNUyTTewU { width:9.75rem;height:4.8125rem;top:7.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugz4WDUOXnBSR9i9M6FRHncmHTqCd9F { width:6.875rem;height:5.1875rem;top:14.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzB22VTGzvEANxq9p6Bm3JMg3yrfnhF { width:10.375rem;height:5.1875rem;top:20.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c { display:block; }#e3fr6iE0rVXFGgmFTrVIhayD8o0ipz4c > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWolr1qpC1hTLWVRgKyeyvJg1ObA1ri2 { width:7.8125rem;height:2.3125rem;top:1.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6LFtbvBgTs0h25n4RvDwZzKe7rd2fz { width:7.625rem;height:1.29980625rem;top:2rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiGuF8RhQXXGKgM4b0WZwT95T05ygRcM { width:18.25rem;height:7.3125rem;top:5.2041015625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQrB4m71yiE26QxO8dXSJ0lTyUrDQG4S { width:15.9375rem;height:2.5996125rem;top:13.7041015625rem;left:2.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4biax18fX8DSkvvUXdKPX8yZdJmieaC { width:16.3125rem;height:1.13720625rem;top:16.9287109375rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { width:7.25rem;height:7.25rem;top:2.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { width:4.0625rem;height:1.29980625rem;top:2.6875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { width:6.125rem;height:5.847675rem;top:4.02734375rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { width:6.5625rem;height:1.29980625rem;top:12.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { width:7.5625rem;height:4.8730625rem;top:14.3125rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { width:8.5rem;height:1.29980625rem;top:12.5625rem;left:10.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { width:9.1875rem;height:5.847675rem;top:14.3125rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { display:flex;width:0.8125rem;height:0.8125rem;top:14.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { display:flex;width:0.8125rem;height:0.8125rem;top:16.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { display:flex;width:0.6875rem;height:0.6875rem;top:18.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { display:flex;width:0.75rem;height:0.75rem;top:14.375rem;left:9.875rem; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { display:flex;width:0.8125rem;height:0.8125rem;top:16.5625rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:20rem;height:2.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { width:6.625rem;height:0.9746125rem;top:0.875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { width:5rem;height:0.9746125rem;top:0.875rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }