.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,204,204;--color-primary-1:255,102,102;--color-primary-2:255,0,0;--color-primary-3:239,0,0;--color-primary-4:51,0,0;--color-secondary-0:255,255,255;--color-secondary-1:255,253,253;--color-secondary-2:153,152,152;--color-secondary-3:92,91,91;--color-secondary-4:31,30,30;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:228,228,228;--color-tertiary-3:0,0,11;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfdff;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; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { background-color: transparent; background-image: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .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); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { border-width: 0; border-radius: 0; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.75rem;top:0.40625rem;left:1.3125rem;overflow:hidden;display:block; }
#oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { color:#e80000;display:block;width:21.1865rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6064453125rem;left:11.6943359375rem;height:1.7871125rem;font-style:normal;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.499267578125rem;left:0.562744140625rem;height:6.3346375rem;text-align:left;text-align-last:left;display:block; }
#ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { color:rgba(var(--color-tertiary-0),1);display:block;width:59.43725rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.759033203125rem;left:0.562744140625rem;height:3.8183625rem;text-align:left;text-align-last:left;display:block; }
#aFfU429rqOZvqLsXPvrWIhviT8FStWhr { 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:23.375rem;width:59.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:20.4375rem;top:10.1259765625rem;left:0rem;display:block; }
#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { background-color: transparent; background-image: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container > .video-iframe-container { display: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container { display: none; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .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); }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { border-width: 0; border-radius: 0; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0859375rem;left:3.1228313446045rem;height:4.5486125rem;font-style:normal;display:block; }
#bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.372314453125rem;left:3.123779296875rem;height:2.35595625rem;display:block; }
#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:23.74755859375rem;left:3.34228515625rem;height:;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
#pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.523193359375rem;left:3.123779296875rem;height:4.62890625rem;display:block; }
#eIJJHlyQXhLQpEdWeCTqKNOFyLE8qT2m { color:rgba(var(--color-tertiary-3),1);display:block;width:49.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6345500946044rem;left:2.4967460632324rem;height:3.24978125rem;font-style:normal;display:block; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.21533203125rem;left:3.125rem;height:2.43706875rem;font-style:normal;display:block; }
#dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { color:rgba(var(--color-tertiary-4),1);display:block;width:50.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.992431640625rem;left:3.125rem;height:13.88671875rem;font-style:normal;display:block; }
#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container { background-color: transparent; background-image: none; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container > .video-iframe-container { display: none; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row > .video-iframe-container { display: none; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .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); }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container { border-width: 0; border-radius: 0; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#A7Jc4C2qxRiWoI20nmTSnWekD5BOs7tJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.59033203125rem;left:24.125rem;height:2.43706875rem;font-style:normal;display:block; }
#C8FEJoLX1AWTnLdD6heu1VJl0GlZJ0fn { color:rgba(var(--color-tertiary-4),1);display:block;width:29.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.173095703125rem;left:24.124755859375rem;height:7.71484375rem;font-style:normal;display:block; }
#TPoeZluGTRpEyQPoTQE2Kz0QXXJxnV13 { 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:17.1875rem;width:13.75rem;top:1.436767578125rem;left:4.49951171875rem;overflow:hidden;display:block; }
#WVTkPpFncOmI5AcCVFbLx1QS8TND897o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { background-color: transparent; background-image: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .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); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { border-width: 0; border-radius: 0; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;position:relative;display:block; }#p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;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:12.125rem;width:39rem;top:3.787109375rem;left:12.6494140625rem;display:block; }
#yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { color:rgba(var(--color-tertiary-2),1);display:block;width:36.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.194580078125rem;left:21.085205078125rem;height:2.92535rem;font-style:normal;display:block; }
#P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.038818359375rem;left:21.085205078125rem;height:4.983725rem;display:block; }
#tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.37426875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:11.7431640625rem;left:21.085205078125rem;display:block; }
#sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/lIARjDjV/455142_PF969X_678BAJA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9365rem;width:17.8125rem;top:1.051025390625rem;left:1.998291015625rem;display:block; }#WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.adaptive-delivery-prevent-bg, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyload, #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9.lazyloading { background-image: none; }
#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { position:relative;display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { background-color: transparent; background-image: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { border-width: 0; border-radius: 0; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5614156723023rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { position:relative;display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { background-color: transparent; background-image: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container > .video-iframe-container { display: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row > .video-iframe-container { display: none; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .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); }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { border-width: 0; border-radius: 0; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.6875rem;top:2.4365234375rem;left:17.65625rem;overflow:hidden;display:block; }
#XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { 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:2.99805rem;width:8.061rem;top:2.5002174377441rem;left:33.468970298767rem;overflow:hidden;display:block; }
#ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.625rem;top:3.4375rem;left:1.6875rem;overflow:hidden;display:block; }
#b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { 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:1.6875rem;width:8rem;top:2.9658203125rem;left:48.5rem;overflow:hidden;display:block; }
#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { position:relative;display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { background-color: transparent; background-image: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container > .video-iframe-container { display: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row > .video-iframe-container { display: none; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .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); }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { border-width: 0; border-radius: 0; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .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; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0601119995118rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { position:relative;display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { background-color: transparent; background-image: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container > .video-iframe-container { display: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row > .video-iframe-container { display: none; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .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); }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { border-width: 0; border-radius: 0; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { 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.0625rem;width:13.18725rem;top:1.842041015625rem;left:45.904541015625rem;overflow:hidden;display:block; }
#LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.8125rem;top:1.68359375rem;left:5.060546875rem;overflow:hidden;display:block; }
#OVOrTkQd50C3w01obVOs60VFD810hH7z { 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:2.06055rem;width:11.9360625rem;top:2.843017578125rem;left:16.53076171875rem;overflow:hidden;display:block; }
#QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.3108125rem;top:2.623291015625rem;left:33.843994140625rem;overflow:hidden;display:block; }
#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { position:relative;display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { background-color: transparent; background-image: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container > .video-iframe-container { display: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row > .video-iframe-container { display: none; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .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); }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q { border-width: 0; border-radius: 0; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:6.875rem;top:2.03125rem;left:4.6240234375rem;overflow:hidden;display:block; }
#sNOHTIg0E3sl7mATMmspXJRupVeIahaK { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.06175rem;top:2.8125rem;left:16.46728515625rem;overflow:hidden;display:block; }
#ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:10.9375rem;top:3.155517578125rem;left:32.03125rem;overflow:hidden;display:block; }
#NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:11.1853125rem;top:1.749267578125rem;left:46.90673828125rem;overflow:hidden;display:block; }
#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { position:relative;display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { background-color: transparent; background-image: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container > .video-iframe-container { display: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row > .video-iframe-container { display: none; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .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); }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { border-width: 0; border-radius: 0; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .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; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { position:relative;display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { background-color: transparent; background-image: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container > .video-iframe-container { display: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row > .video-iframe-container { display: none; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .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); }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { border-width: 0; border-radius: 0; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.3118125rem;top:2.5621480941773rem;left:1.3432173728943rem;overflow:hidden;display:block; }
#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { position:relative;display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { background-color: transparent; background-image: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container > .video-iframe-container { display: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row > .video-iframe-container { display: none; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .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); }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { border-width: 0; border-radius: 0; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .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; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { position:relative;display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { background-color: transparent; background-image: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container > .video-iframe-container { display: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row > .video-iframe-container { display: none; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .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); }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { border-width: 0; border-radius: 0; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.0615rem;top:1.937255859375rem;left:18.468017578125rem;overflow:hidden;display:block; }
#d33NC2SEiydr2wPrJIprwoutw7tB4WBm { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.3735625rem;top:1.312255859375rem;left:32.31201171875rem;overflow:hidden;display:block; }
#AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { position:absolute;display:block;z-index:15060;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:4.875rem;top:0.7421875rem;left:5.0922307968139rem;overflow:hidden;display:block; }
#yksVuF4qpkIGFKhutyhWToaILLSHI5qa { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:10.3125rem;top:1.9677734375rem;left:47.34375rem;overflow:hidden;display:block; }
#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { position:relative;display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { background-color: transparent; background-image: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container > .video-iframe-container { display: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row > .video-iframe-container { display: none; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .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); }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { border-width: 0; border-radius: 0; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.124rem;top:1.868896484375rem;left:1.436767578125rem;overflow:hidden;display:block; }
#g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5610375rem;width:12.06175rem;top:2.62451171875rem;left:16.468505859375rem;overflow:hidden;display:block; }
#TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.4359rem;top:1.8696727752686rem;left:34.780716896057rem;overflow:hidden;display:block; }
#w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93714375rem;width:10.625rem;top:2.6566047668457rem;left:47.186612129211rem;overflow:hidden;display:block; }
#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { position:relative;display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { background-color: transparent; background-image: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container > .video-iframe-container { display: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row > .video-iframe-container { display: none; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .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); }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { border-width: 0; border-radius: 0; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:9.0625rem;top:1.3370018005371rem;left:2.96875rem;overflow:hidden;display:block; }
#A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8rem;top:1.6484375rem;left:18.5rem;overflow:hidden;display:block; }
#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { position:relative;display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { background-color: transparent; background-image: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container > .video-iframe-container { display: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row > .video-iframe-container { display: none; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .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); }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { border-width: 0; border-radius: 0; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .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; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.84309768676756rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { position:relative;display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { background-color: transparent; background-image: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container > .video-iframe-container { display: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row > .video-iframe-container { display: none; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .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); }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { border-width: 0; border-radius: 0; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.0625rem;top:1.3411455154419rem;left:1.4366321563721rem;overflow:hidden;display:block; }
#vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374025rem;width:10rem;top:1.4970703125rem;left:17.5rem;overflow:hidden;display:block; }
#XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.75rem;top:0.9345703125rem;left:31.125rem;overflow:hidden;display:block; }
#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { position:relative;display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { background-color: transparent; background-image: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container > .video-iframe-container { display: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row > .video-iframe-container { display: none; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .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); }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { border-width: 0; border-radius: 0; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .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; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348175048825rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { position:relative;display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { background-color: transparent; background-image: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container > .video-iframe-container { display: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row > .video-iframe-container { display: none; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .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); }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { border-width: 0; border-radius: 0; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.25rem;top:1.6875rem;left:19.9990234375rem;overflow:hidden;display:block; }
#gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93555rem;width:10.8105625rem;top:2.515625rem;left:32.09375rem;overflow:hidden;display:block; }
#cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81055rem;width:5.87305rem;top:1.078125rem;left:49.5634765625rem;overflow:hidden;display:block; }
#cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.6875rem;left:5.3740234375rem;overflow:hidden;display:block; }
#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { position:relative;display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { background-color: transparent; background-image: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container > .video-iframe-container { display: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row > .video-iframe-container { display: none; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .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); }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { border-width: 0; border-radius: 0; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { 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:4.1875rem;width:7.375rem;top:0.875rem;left:18.8125rem;overflow:hidden;display:block; }
#hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62305rem;width:12.9980625rem;top:2.15625rem;left:31rem;overflow:hidden;display:block; }
#LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.875rem;top:0.21875rem;left:3.0625rem;overflow:hidden;display:block; }
#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { position:relative;display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { background-color: transparent; background-image: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container > .video-iframe-container { display: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row > .video-iframe-container { display: none; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .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); }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { border-width: 0; border-radius: 0; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .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; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8734703063965rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { position:relative;display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { background-color: transparent; background-image: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container > .video-iframe-container { display: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row > .video-iframe-container { display: none; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .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); }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { border-width: 0; border-radius: 0; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.3125rem;top:1.927734375rem;left:4.34375rem;overflow:hidden;display:block; }
#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { position:relative;display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { background-color: transparent; background-image: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container > .video-iframe-container { display: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row > .video-iframe-container { display: none; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .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); }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { border-width: 0; border-radius: 0; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .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; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8734703063965rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { position:relative;display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { background-color: transparent; background-image: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container > .video-iframe-container { display: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row > .video-iframe-container { display: none; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .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); }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { border-width: 0; border-radius: 0; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:6.3748125rem;top:1.3031678199768rem;left:4.3109798431396rem;overflow:hidden;display:block; }
#vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.5rem;top:1.3374557495118rem;left:17.187500953674rem;overflow:hidden;display:block; }
#zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06196875rem;width:11.1239375rem;top:2.3748226165771rem;left:31.938031196594rem;overflow:hidden;display:block; }
#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { position:relative;display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { background-color: transparent; background-image: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container > .video-iframe-container { display: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row > .video-iframe-container { display: none; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .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); }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { border-width: 0; border-radius: 0; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .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; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348556518556rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { position:relative;display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { background-color: transparent; background-image: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container > .video-iframe-container { display: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row > .video-iframe-container { display: none; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .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); }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { border-width: 0; border-radius: 0; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.625rem;top:2.08251953125rem;left:2.935791015625rem;overflow:hidden;display:block; }
#ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93685rem;width:12.061625rem;top:2.4604034423828rem;left:16.467507362366rem;overflow:hidden;display:block; }
#GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.6875rem;top:2.1770820617676rem;left:34.157552719116rem;overflow:hidden;display:block; }
#tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3739375rem;width:6.93625rem;top:2.1129245758057rem;left:49.030537605286rem;overflow:hidden;display:block; }
#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { position:relative;display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { background-color: transparent; background-image: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container > .video-iframe-container { display: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row > .video-iframe-container { display: none; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .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); }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { border-width: 0; border-radius: 0; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .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; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VaWtoUFi36r5uFwt0uARnclmId8fBJNm { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87456703186037rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { position:relative;display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { background-color: transparent; background-image: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container > .video-iframe-container { display: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row > .video-iframe-container { display: none; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .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); }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { border-width: 0; border-radius: 0; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18728125rem;width:4.0625rem;top:1.5201826095581rem;left:5.4361972808838rem;overflow:hidden;display:block; }
#tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:13.3125rem;top:2.98828125rem;left:15.843099594116rem;overflow:hidden;display:block; }
#fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:12.874375rem;top:3.6241321563721rem;left:31.062284469604rem;overflow:hidden;display:block; }
#FEDRz4tmV0ULJVR5E92eXleebPchCogQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.125rem;top:1.90625rem;left:49.9375rem;overflow:hidden;display:block; }
#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { position:relative;display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { background-color: transparent; background-image: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container > .video-iframe-container { display: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row > .video-iframe-container { display: none; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .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); }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { border-width: 0; border-radius: 0; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.125rem;top:1.123046875rem;left:18.95703125rem;overflow:hidden;display:block; }
#wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99805rem;width:8.3105625rem;top:1.716796875rem;left:33.34375rem;overflow:hidden;display:block; }
#wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:6.0620125rem;top:1.280517578125rem;left:4.4677734375rem;overflow:hidden;display:block; }
#R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:5.49926875rem;top:2.249755859375rem;left:49.749755859375rem;overflow:hidden;display:block; }
#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { position:relative;display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { background-color: transparent; background-image: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container > .video-iframe-container { display: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row > .video-iframe-container { display: none; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .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); }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { border-width: 0; border-radius: 0; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87329375rem;width:6.9983125rem;top:0.999755859375rem;left:19.560546875rem;overflow:hidden;display:block; }
#gLg4AecBTzt24SnboNtDow07J7XeZrp9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0.999755859375rem;left:34.810791015625rem;overflow:hidden;display:block; }
#xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.562rem;top:2.093505859375rem;left:3.87451171875rem;overflow:hidden;display:block; }
#NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.625rem;top:1.156005859375rem;left:49.6875rem;overflow:hidden;display:block; }
#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { position:relative;display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { background-color: transparent; background-image: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container > .video-iframe-container { display: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row > .video-iframe-container { display: none; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .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); }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { border-width: 0; border-radius: 0; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3110375rem;width:7.9980625rem;top:2.4365234375rem;left:18.499755859375rem;overflow:hidden;display:block; }
#t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.749025rem;width:5.7495125rem;top:1.71875rem;left:4.6240234375rem;overflow:hidden;display:block; }
#fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { position:absolute;display:block;z-index:15008;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.0620125rem;width:12.5rem;top:5.5615234375rem;left:16.25rem;overflow:hidden;display:block; }
#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { position:relative;display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { background-color: transparent; background-image: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container > .video-iframe-container { display: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row > .video-iframe-container { display: none; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .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); }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { border-width: 0; border-radius: 0; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.4375rem;top:1.593017578125rem;left:50.78125rem;overflow:hidden;display:block; }
#zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3112rem;width:10.3736875rem;top:2.625rem;left:32.3125rem;overflow:hidden;display:block; }
#m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62329375rem;width:5.561525rem;top:1.68701171875rem;left:4.718017578125rem;overflow:hidden;display:block; }
#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { position:relative;display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { background-color: transparent; background-image: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container > .video-iframe-container { display: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row > .video-iframe-container { display: none; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .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); }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { border-width: 0; border-radius: 0; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31055rem;width:6.4355625rem;top:1.5625rem;left:49.281005859375rem;overflow:hidden;display:block; }
#TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6870125rem;width:8.18725rem;top:2.374267578125rem;left:33.404541015625rem;overflow:hidden;display:block; }
#q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.812rem;top:2.5927734375rem;left:17.5927734375rem;overflow:hidden;display:block; }
#P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.99975625rem;top:1.8115234375rem;left:4.49951171875rem;overflow:hidden;display:block; }
#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { position:relative;display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { background-color: transparent; background-image: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container > .video-iframe-container { display: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row > .video-iframe-container { display: none; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .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); }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { border-width: 0; border-radius: 0; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:9.24925rem;top:1.88720703125rem;left:33.56201171875rem;overflow:hidden;display:block; }
#JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18725625rem;width:3.93676875rem;top:0.919189453125rem;left:20.531005859375rem;overflow:hidden;display:block; }
#m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9370125rem;width:7.68675rem;top:1.16943359375rem;left:4.718017578125rem;overflow:hidden;display:block; }
#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { position:relative;display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { background-color: transparent; background-image: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container > .video-iframe-container { display: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row > .video-iframe-container { display: none; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .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); }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { border-width: 0; border-radius: 0; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .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; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348556518556rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { position:relative;display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { background-color: transparent; background-image: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container > .video-iframe-container { display: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row > .video-iframe-container { display: none; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .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); }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { border-width: 0; border-radius: 0; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:5rem;top:1.4116754531861rem;left:5rem;overflow:hidden;display:block; }
#xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:8.75rem;top:1.8478736877441rem;left:18.125001907349rem;overflow:hidden;display:block; }
#pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56185rem;width:6.436625rem;top:2.0969429016113rem;left:34.280893325806rem;overflow:hidden;display:block; }
#x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93685rem;width:7.249375rem;top:2.6594429016113rem;left:48.841440200806rem;overflow:hidden;display:block; }
#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { position:relative;display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { background-color: transparent; background-image: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container > .video-iframe-container { display: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row > .video-iframe-container { display: none; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .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); }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F { border-width: 0; border-radius: 0; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BuohCrptV2xOPHg68fgzCVPnTPMu28Np { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3120125rem;width:6.0620125rem;top:1.15478515625rem;left:4.4677734375rem;overflow:hidden;display:block; }
#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { position:relative;display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { background-color: transparent; background-image: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container > .video-iframe-container { display: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row > .video-iframe-container { display: none; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .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); }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { border-width: 0; border-radius: 0; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .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; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87348175048825rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { position:relative;display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { background-color: transparent; background-image: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container > .video-iframe-container { display: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row > .video-iframe-container { display: none; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .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); }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE { border-width: 0; border-radius: 0; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.3125rem;top:2.75rem;left:4.875rem;overflow:hidden;display:block; }
#gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99978125rem;width:8.9995625rem;top:2.75rem;left:32.4375rem;overflow:hidden;display:block; }
#DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06163125rem;width:9.4998125rem;top:2.75rem;left:47.1875rem;overflow:hidden;display:block; }
#cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.1875rem;top:1.5625rem;left:19.90625rem;overflow:hidden;display:block; }
#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { position:relative;display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { background-color: transparent; background-image: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container > .video-iframe-container { display: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row > .video-iframe-container { display: none; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .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); }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { border-width: 0; border-radius: 0; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.3125rem;top:2rem;left:18.875rem;overflow:hidden;display:block; }
#m1STZuWXoFt4nLKDHquOA3wUruRl41BH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.1875rem;top:1.90625rem;left:4.40625rem;overflow:hidden;display:block; }
#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { position:relative;display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { background-color: transparent; background-image: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container > .video-iframe-container { display: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row > .video-iframe-container { display: none; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .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); }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { border-width: 0; border-radius: 0; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .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; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcd9da;background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87456607818606rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rATE4xInRnaTXs3rtylTewwckhRHieDW { position:relative;display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW { background-color: transparent; background-image: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container > .video-iframe-container { display: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row > .video-iframe-container { display: none; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .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); }#rATE4xInRnaTXs3rtylTewwckhRHieDW { border-width: 0; border-radius: 0; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62413125rem;width:3.56228125rem;top:1.997688293457rem;left:5.71644115448rem;overflow:hidden;display:block; }
#CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:10.125rem;top:3.2172383069992rem;left:17.623697280884rem;overflow:hidden;display:block; }
#DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:5.68685rem;top:1.9969787597656rem;left:34.03053855896rem;overflow:hidden;display:block; }
#NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:8.6230625rem;top:3.2177734375rem;left:47.623291015625rem;overflow:hidden;display:block; }
#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { position:relative;display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { background-color: transparent; background-image: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container > .video-iframe-container { display: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row > .video-iframe-container { display: none; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .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); }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { border-width: 0; border-radius: 0; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8110375rem;width:6.3110625rem;top:1.392822265625rem;left:4.34326171875rem;overflow:hidden;display:block; }
#Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5610375rem;width:7.9980625rem;top:2.017822265625rem;left:18.499755859375rem;overflow:hidden;display:block; }
#vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:11.7480625rem;top:1.954345703125rem;left:31.624755859375rem;overflow:hidden;display:block; }
#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { background-color: transparent; background-image: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .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); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { border-width: 0; border-radius: 0; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9387912750244rem;left:4.1232662200928rem;height:9.7461rem;font-style:normal;display:block; }
#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { background-color: transparent; background-image: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { display: none; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .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); }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { border-width: 0; border-radius: 0; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { 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:5.0625rem;width:12.8125rem;top:3.0403671264649rem;left:17.186416625976rem;overflow:hidden;display:block; }
#QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { 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:9.437125rem;width:11.7498125rem;top:2.4677734375rem;left:2.1298828125rem;overflow:hidden;display:block; }
#DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4479217529297rem;left:30.625rem;height:4.0625rem;font-style:italic;display:block; }
#Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { color:#282828;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.7578125rem;left:0rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { top:0.375rem;left:0rem;width:8.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { top:1.5625rem;left:5.5693359375rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { top:10.4375rem;left:0rem;width:27.8125rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { top:16.75rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFfU429rqOZvqLsXPvrWIhviT8FStWhr { top:0rem;left:0rem;width:47.75rem;height:18.66091954023rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { top:10.125rem;left:0rem;width:20.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { display:block; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { top:3.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { top:20.3125rem;left:0rem;width:33.5625rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { top:23.6875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
 }@media only screen and (max-width: 763px) { #pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { top:12.5rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJJHlyQXhLQpEdWeCTqKNOFyLE8qT2m { top:7.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { top:3.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { top:5.9375rem;left:0rem;width:47.75rem;height:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv { display:block; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7Jc4C2qxRiWoI20nmTSnWekD5BOs7tJ { top:2.5625rem;left:13.375rem;width:34.375rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8FEJoLX1AWTnLdD6heu1VJl0GlZJ0fn { top:6.125rem;left:17.999349594116rem;width:29.375rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPoeZluGTRpEyQPoTQE2Kz0QXXJxnV13 { top:1.375rem;left:0rem;width:13.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { top:3.75rem;left:0.3125rem;width:39rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { top:3.1875rem;left:11rem;width:36.6875rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { top:6rem;left:14.960205078125rem;width:27.5rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { width:10.3125rem;height:2.3125rem;top:11.6875rem;left:14.960205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { top:1rem;left:0rem;width:17.8125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { top:1.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { top:2.375rem;left:13.0625rem;width:9.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { top:2.5rem;left:25.812720298767rem;width:8rem;height:2.9753628582062rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { top:3.4375rem;left:0.15625rem;width:11.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { top:2.9375rem;left:37.78125rem;width:8rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { top:1rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { top:1.8125rem;left:34.5625rem;width:13.125rem;height:4.0433230961724rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { top:1.625rem;left:3.529296875rem;width:6.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOrTkQd50C3w01obVOs60VFD810hH7z { top:2.8125rem;left:11.9375rem;width:11.875rem;height:2.0500086397839rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { top:2.5625rem;left:26.187744140625rem;width:7.25rem;height:2.4792046027716rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyK52wlLDxmlldqmccXcku9WU2nSp8q { display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { width:6.875rem;height:3.75rem;top:2rem;left:3.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOHTIg0E3sl7mATMmspXJRupVeIahaK { top:2.8125rem;left:11.8125rem;width:12rem;height:2.1763011171679rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { top:3.125rem;left:24.375rem;width:10.9375rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { top:1.6875rem;left:36.18798828125rem;width:11.125rem;height:4.2882767580253rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { top:2.5rem;left:0rem;width:12.25rem;height:2.4874485377356rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { width:8rem;height:2.1708118836445rem;top:1.875rem;left:13.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33NC2SEiydr2wPrJIprwoutw7tB4WBm { width:10.3125rem;height:3.41726564524rem;top:1.25rem;left:24.65576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { top:0.6875rem;left:3.5609807968139rem;width:4.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksVuF4qpkIGFKhutyhWToaILLSHI5qa { width:10.3125rem;height:2.124025rem;top:1.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { top:1.8125rem;left:0rem;width:12.0625rem;height:3.1091481771693rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { top:2.5625rem;left:11.875rem;width:12rem;height:2.5479262959355rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { top:1.8125rem;left:27.124466896057rem;width:5.375rem;height:3.3989886679299rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { top:2.625rem;left:36.467862129211rem;width:10.625rem;height:1.93625625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { top:1.3125rem;left:1.4375rem;width:9.0625rem;height:3.2492875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { top:1.625rem;left:13.90625rem;width:8rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { top:1.3125rem;left:0rem;width:12.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { top:1.4375rem;left:12.90625rem;width:10rem;height:2.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { top:0.875rem;left:23.0625rem;width:12.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { top:1.6875rem;left:15.4052734375rem;width:4.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { top:2.5rem;left:24.4375rem;width:10.75rem;height:1.9247067393579rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { top:1.0625rem;left:38.8447265625rem;width:5.8125rem;height:4.7609541677663rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { top:1.6875rem;left:3.8427734375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { top:0.875rem;left:14.21875rem;width:7.375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { top:2.125rem;left:22.875rem;width:12.9375rem;height:1.6154876447932rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { top:0.1875rem;left:1.53125rem;width:8.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { top:0.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { top:1.875rem;left:2.8125rem;width:6.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { top:1.25rem;left:2.7797298431396rem;width:6.3125rem;height:3.3415830245007rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { top:1.3125rem;left:12.593750953674rem;width:9.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { top:2.3125rem;left:24.281781196594rem;width:11.0625rem;height:3.0450574984689rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { top:2.0625rem;left:1.404541015625rem;width:8.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { top:2.4375rem;left:11.875rem;width:12rem;height:1.9263935165274rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { top:2.125rem;left:26.501302719116rem;width:7.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { top:2.0625rem;left:38.311787605286rem;width:6.875rem;height:2.3529746350694rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaWtoUFi36r5uFwt0uARnclmId8fBJNm { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { top:1.5rem;left:3.9049472808838rem;width:4.0625rem;height:4.18728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { top:2.9375rem;left:10.5625rem;width:13.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { top:3.5625rem;left:23rem;width:12.8125rem;height:0.62199621340842rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEDRz4tmV0ULJVR5E92eXleebPchCogQ { top:1.875rem;left:39.21875rem;width:5.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { top:1.0625rem;left:14.36328125rem;width:8.125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { top:1.6875rem;left:25.6875rem;width:8.25rem;height:2.9762019718882rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { top:1.25rem;left:2.9365234375rem;width:6rem;height:3.2778903870621rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { top:2.1875rem;left:39.031005859375rem;width:5.4375rem;height:1.3590737348034rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { top:0.9375rem;left:14.966796875rem;width:6.9375rem;height:3.8396363967206rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg4AecBTzt24SnboNtDow07J7XeZrp9 { top:0.9375rem;left:27.154541015625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { top:2.0625rem;left:2.34326171875rem;width:8.5rem;height:1.2409483765476rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { top:1.125rem;left:38.96875rem;width:5.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { top:2.375rem;left:13.906005859375rem;width:7.9375rem;height:1.3011101321414rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { top:1.6875rem;left:3.0927734375rem;width:5.6875rem;height:2.719374849172rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { top:5.5rem;left:11.375rem;width:12.5rem;height:6.0620125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { top:1.5625rem;left:40.0625rem;width:3.4375rem;height:3.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { top:2.625rem;left:24.65625rem;width:10.3125rem;height:1.3028984328399rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { top:1.625rem;left:3.186767578125rem;width:5.5rem;height:2.5942732658758rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { top:1.5625rem;left:38.562255859375rem;width:6.375rem;height:3.2793957404656rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { top:2.3125rem;left:25.748291015625rem;width:8.125rem;height:1.6741856621576rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { top:2.5625rem;left:12.9990234375rem;width:9.75rem;height:1.2421015083571rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { top:1.75rem;left:2.96826171875rem;width:5.9375rem;height:2.7833161972205rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { top:1.875rem;left:25.90576171875rem;width:9.1875rem;height:1.2416547287618rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { top:0.875rem;left:15.937255859375rem;width:3.875rem;height:3.1372475126333rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { top:1.125rem;left:3.186767578125rem;width:7.625rem;height:2.9134185855531rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { top:1.375rem;left:3.46875rem;width:5rem;height:3.31163125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { top:1.8125rem;left:13.531251907349rem;width:8.75rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { top:2.0625rem;left:26.624643325806rem;width:6.375rem;height:2.5368083809949rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { top:2.625rem;left:38.122690200806rem;width:7.1875rem;height:1.9198954022245rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD1ep5lxFSLURBzznpLGrkEPTAounA4F { display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuohCrptV2xOPHg68fgzCVPnTPMu28Np { top:1.125rem;left:2.9365234375rem;width:6rem;height:2.2883613321484rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aywaqce0eRotI6h4PHgipR5TNxf4LydE { display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { top:2.75rem;left:3.34375rem;width:5.3125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { top:2.75rem;left:24.78125rem;width:8.9375rem;height:1.9851096340439rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { top:2.75rem;left:36.46875rem;width:9.4375rem;height:2.047922410333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { top:1.5625rem;left:15.3125rem;width:5.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { top:2rem;left:14.28125rem;width:7.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1STZuWXoFt4nLKDHquOA3wUruRl41BH { top:1.875rem;left:2.875rem;width:5.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { top:0.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATE4xInRnaTXs3rtylTewwckhRHieDW { display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { top:1.9375rem;left:4.18519115448rem;width:3.5rem;height:3.5610718634955rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { top:3.1875rem;left:13.029947280884rem;width:10.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { top:1.9375rem;left:26.37428855896rem;width:5.625rem;height:3.2757644254073rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { top:3.1875rem;left:36.904541015625rem;width:8.5625rem;height:1.3648588632229rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { top:1.375rem;left:2.81201171875rem;width:6.25rem;height:3.7741639185161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { top:2rem;left:13.906005859375rem;width:7.9375rem;height:2.5416449491674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { top:1.9375rem;left:23.968505859375rem;width:11.6875rem;height:2.6717057067921rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { top:3.9375rem;left:0rem;width:43.8125rem;height:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { top:3rem;left:11.0625rem;width:12.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { top:2.4375rem;left:0rem;width:11.6875rem;height:9.3870773203825rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { top:4.4375rem;left:21rem;width:26.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { top:12.75rem;left:0rem;width:47.75rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gs3DSiAgMRJyT37BVTFQWJTHtTStFHif { width:8.75rem;height:3.875rem;top:0.875rem;left:5.8541669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG9mGFsEsNLILtthFpv1pJBREd6tgD4w { width:20rem;height:1.7871125rem;top:5.372314453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOZdf83Vh6beeevgpFQxBSoFTMRZEhKK { width:5.874025rem;height:4.049475rem;top:2.567138671875rem;left:0.576171875rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ryPgDFENXhhdvxgWHtAcS33u0ZvVMXBx { width:18.4985625rem;height:1.2999125rem;top:6.617431640625rem;left:0.56201171875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aFfU429rqOZvqLsXPvrWIhviT8FStWhr { width:20rem;height:7.8125rem;top:0.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKcENZPDIALJlFv9yNSOeZRQfNO5T3fd { width:6.375rem;height:4.75rem;top:1.938232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 { display:block; }#vBnyqgvi8L54D4gwEPGuLK3FK8lX3zn1 > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIzTb9Ne8ORODf2AeyQN1clxeHSV7N7z { width:18.8733125rem;height:3.9160125rem;top:1.6748046875rem;left:0.562744140625rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bLNPSLVTBh6sXk5r0tyx8QJEAUyw5BUg { width:14.375rem;height:1.13606875rem;top:18.181427001953rem;left:0.56206601858139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T { width:17.310125rem;height:8.48525rem;top:20.303821563721rem;left:1.3444011807442rem;font-size:0.6875rem;display:block; }#ymGbCbihHaWR1An5LT5PKLJhIyrcWw2T li:before{  }
 }@media only screen and (max-width: 763px) { #pQew8b9LMTUwlxRXffWDW5Oll0aQyIKL { width:18.560125rem;height:6.334625rem;top:9.8220500946044rem;left:0.71940106153488rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJJHlyQXhLQpEdWeCTqKNOFyLE8qT2m { width:20rem;height:1.3053375rem;top:6.493087768555rem;left:0rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsENMZAX0FMGcHTzdsc6ZNzxNalDr7tk { width:19.3125rem;height:3.41363125rem;top:2.5523681640625rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dttrMSxSTXxVGBQTBpl0qxk9khN6IKtz { width:19.0625rem;height:13.72504375rem;top:7.1755638122556rem;left:0.93641501665113rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv { display:block; }#gEh8weuImDFt3TvLBlOpN8WrLOeHO1qv > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7Jc4C2qxRiWoI20nmTSnWekD5BOs7tJ { width:17.3111875rem;height:1.7068125rem;top:16.177302360534rem;left:1.3433161377907rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8FEJoLX1AWTnLdD6heu1VJl0GlZJ0fn { width:17.7485rem;height:6.3346375rem;top:18.986546516419rem;left:1.1252171397209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPoeZluGTRpEyQPoTQE2Kz0QXXJxnV13 { width:10.1248125rem;height:12.686625rem;top:1.6341142654419rem;left:4.9370663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1vQyN9pTfBE6HZEpchZTQQ5vHN22qMW { width:20rem;height:10.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXChZVfKgmygWmV6BvwHTl1VG8h4dynq { width:20rem;height:3.73698125rem;top:0.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6wQ79Zk8Wq4fvfk4f332UzAqOPkkdda { width:20rem;height:3.40820625rem;top:15.370010375976rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tifCIRqQdJgaDvH5xUPOc4DCK4pml08s { width:10.3125rem;height:1.74926875rem;top:19.766845703125rem;left:4.154052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv6LVXnT4UVmPTgOAZOXfMN1nrET2A7u { display:block; }
 }@media only screen and (max-width: 763px) { #WQbReqheztZDBo2OUGyxdQHOJxZWCwf9 { width:11.311875rem;height:9.4998125rem;top:5.0575084686279rem;left:3.6555989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb { display:block; }#ORtREnMTEHxRd72GTCQ7hD4dXmVS2FAb > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXsPaIVNHNRVu2SPWoVVTPbX5UbsF4Be { width:7.7478125rem;height:1.9348125rem;top:4.18701171875rem;left:6.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNnyXpKGsWmi68WWzPyazHxCLac8tDo { width:6.6223125rem;height:2.31079375rem;top:6.873779296875rem;left:6.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptxlPXgcDqd9lu7TtBn38L5O83ZrCrTe { width:12.0625rem;height:1.375rem;top:1.408203125rem;left:4.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2U2FfxgoqWOIK3ikC76NhGVl9Q7CQpK { width:7.99925rem;height:1.6870125rem;top:9.998779296875rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA { display:block; }#slwCTZfTI4Q4TzE6BXQgacf0TNSU8ylA > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1teTZh5o1uDvAZ2d4B8LLtBcrNTGccN { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s { display:block; }#sQTDn6xNgbvJG4sLTGsLgAUcJLCe8d3s > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyEslBXWdfmfMaZ5u4beDO5WLohmJL29 { width:13.5608125rem;height:4.1870125rem;top:11.20361328125rem;left:3.934326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcW6mp6TxlU52hWz8aqWk56WzZqzSeBx { width:5.81176875rem;height:2.9370125rem;top:1.785888671875rem;left:7.093505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVOrTkQd50C3w01obVOs60VFD810hH7z { width:9.5605625rem;height:1.5625rem;top:5.986328125rem;left:5.218505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHeSF9RWiXuXi9RKBWP6OBH9fc7OA0Z { width:7.2485625rem;height:2.4755875rem;top:8.72802734375rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiyK52wlLDxmlldqmccXcku9WU2nSp8q { display:block; }#iiyK52wlLDxmlldqmccXcku9WU2nSp8q > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2HRyW6hKFJegL5Lz9UvOfOXvm6JvAf1 { width:6.875rem;height:3.75rem;top:1.248779296875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOHTIg0E3sl7mATMmspXJRupVeIahaK { width:12.0605625rem;height:2.1875rem;top:4.998779296875rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxCkiQLsBEmt17MkNc9NpzEgVGwChTv { width:9.2480625rem;height:1.3110375rem;top:8.404541015625rem;left:5.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZtwq0xIMBKovfOAB6odiVhnqT5ldt { width:9.6228125rem;height:3.62305rem;top:9.715576171875rem;left:5.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh { display:block; }#C8tNMqIJHXM3cXqt3o6VrQzwB5SJzDdh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUSaXeiVP1ptrvm2Kb2vL9yOcUS6Trlu { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 { display:block; }#Hil8AN1zFAC2Jsx1QMo5T5JvtWMIwve9 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaRHG7VPpX4shSPNnX4NExlk9wfl6g2D { width:12.3125rem;height:2.5000380716458rem;top:1.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 { display:block; }#PMBvV87rtH21l1nSanH5WCrwmrD9Pfx6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdPSyZGwJxEPse7Dox5vJZHPEGEgPbLT { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 { display:block; }#vqapoIxhFd7ytPAFfnXLLFHs84xckBa5 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZcQT8cKV04kqpDGJ5iSuBmzB9I3KAAq { width:5.3735375rem;height:1.74805rem;top:10.843505859375rem;left:7.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33NC2SEiydr2wPrJIprwoutw7tB4WBm { width:6.7480625rem;height:2.31079375rem;top:6.58203125rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgUo0mdDoQvl9Or46JulwJFpNUNXqrQJ { width:4.8739375rem;height:3.99946875rem;top:1.5589487552643rem;left:7.5621446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksVuF4qpkIGFKhutyhWToaILLSHI5qa { width:8.374rem;height:1.6235375rem;top:14.14306640625rem;left:5.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syuJkx3fULqQ52EDG9A7IT95QT8EqJcS { display:block; }#syuJkx3fULqQ52EDG9A7IT95QT8EqJcS > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSXLXBHmaLRLA5ug9K5OC6ZQ5UBvvXs5 { width:8.8743125rem;height:2.5rem;top:1.3742897510529rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9VpXwc4G9VIU66Lb5LT6pp0MkTavwvo { width:12.0605625rem;height:2.5610375rem;top:4.620361328125rem;left:3.968505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMWOen0pmDTygyFyEumifIwgCgSt0zh1 { width:4.56176875rem;height:2.8125rem;top:7.9345703125rem;left:7.718505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2XHbDtmIIeeHOPMcHkPTxF6H2bn34Eh { width:10.625rem;height:1.9360375rem;top:11.748046875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D { display:block; }#tSSlyi7qqJ1FdXyT4USgn8EyNTsrFV5D > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0V6ovIOQ86TZTfT2tuQkUkwdFJHRZM2 { width:10.625rem;height:3.8734rem;top:0.8123416900635rem;left:4.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nSCAGkERbUuxcUsyCTxQi2JcIIovlX { width:7.99925rem;height:2.6245125rem;top:5.61279296875rem;left:5.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 { display:block; }#wRTJhIzNJaqz1iJQIfSUyf40dAQrTy67 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taEa3T1dElJsAAbrOhDnA6JLa3xnEQWT { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emuyyvL8aAGSvzlLb78TfQPV5smB35X3 { display:block; }#emuyyvL8aAGSvzlLb78TfQPV5smB35X3 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zu7mquKPCGK7Les0aQoKOk9pEQylrPVZ { width:10.874rem;height:2.24975625rem;top:1.36474609375rem;left:4.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnAwcJonrvf1pvdDRbp2MG2aiD2D3zGf { width:10rem;height:2.37305rem;top:4.24072265625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVRJse0ctZ5TVyXKRz8JyvxwDvpQOgHg { width:12.7478125rem;height:3.4973125rem;top:6.61376953125rem;left:4.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHCuTmLhNPHgEiBTMQpKd29D6afReb1H { display:block; }#tHCuTmLhNPHgEiBTMQpKd29D6afReb1H > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWtkNZ3tndW9Vct9UcLk8FaeL948nCz6 { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM { display:block; }#UL2p4iII9V2zMuIpKrUcTKGGMZcUwkQM > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RCptaQXIEQEwy8TiEnQTs9zvOorvKHT9 { width:5.18555rem;height:4.375rem;top:6.246337890625rem;left:7.406005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfatBW15tbidvMGx6L7TzKkLwpvEmTbD { width:9.6228125rem;height:1.6223125rem;top:12.344970703125rem;left:5.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9oTPRDi1LRnmuJF5dciUi9uxhUOl1E { width:5.81055rem;height:4.75708125rem;top:14.837646484375rem;left:7.093505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKTiHEHb9ga9itpTH2rTAGhu5aag4TB { width:3.75rem;height:3.75rem;top:1.1025390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg { display:block; }#gP3rBCm57qu7L6uVKNt62zTWAvRaW3Mg > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZfTTrsnUrDaJdBOk3fQfNfNWDcUeUHx { width:7.37425rem;height:4.1870125rem;top:1.436767578125rem;left:6.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIeVdZL17uTZyhrtgeDTvZU32QOSH7oB { width:12.9345625rem;height:1.6162125rem;top:5.623779296875rem;left:3.531494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpQhiWEytmfO4tNsOONqE8htyzwv4VM { width:8.8745rem;height:4.4995125rem;top:7.92236328125rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 { display:block; }#u6sQ4hNS5u2tqazrsOkVowSu261mnmm6 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yd8rubEpz9k6C8L8RP4qvu6ihvGQy5Ha { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE { display:block; }#TPCxZn8IDcxIydTVAdKNpEeXcw3s2KdE > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLPMvXdJ8aiOXINA2FMJhsHyeAw0eTPH { width:5.9375rem;height:2.0625rem;top:2.3133687973023rem;left:6.9997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my { display:block; }#AQGgaMaX6TRHQCB2Fv0T5Ix3z4vvX2my > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzqGx9idzkdrgheBzGnCRQOSyydWLsgz { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 { display:block; }#V04CTXiwCzqqSTCuty1TtMDkA6CeAvB3 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe7yl8EfGsIgwD8rvDIfbtrOV3GlCeZl { width:5.9375rem;height:3.06206875rem;top:2.3133687973023rem;left:6.9997833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPnLTVWJOlw5uXG8MZ7AfRP9U6SiVItA { width:7.8735625rem;height:2.124025rem;top:6.810302734375rem;left:6.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDgmLsCxWSzXJUelJAdSNq1oswZa5VVp { width:11.062rem;height:3.04443125rem;top:9.873046875rem;left:4.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM { display:block; }#Oxr0w4e1UyVBLTHtcwUV5FP9PxMO6bPM > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3cyG3mWh4vSf9aUtz8uUr9PGUJy3f30 { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRDheLPNAwMfw0yT5867nL5DzZD6k8J { display:block; }#mmRDheLPNAwMfw0yT5867nL5DzZD6k8J > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GzwfnBZ1pEzPTecMDsCNvMLS7wLwGNya { width:8.1875rem;height:2.3125rem;top:1.810302734375rem;left:5.5370924440888rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca5mMsxx6e3qmSp4RFVNvEltU2NZDG40 { width:11.9995rem;height:1.92626875rem;top:5.12451171875rem;left:3.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbsphpSqVv5POVbr4LPH9rQADgAQLL3E { width:8.999rem;height:2.99805rem;top:8.3642578125rem;left:5.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNkdlF3wridTG0fl83Oz9csTInhQQ6Nq { width:6.875rem;height:2.34985625rem;top:12.98828125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOEtHAac77wxlr55m4ElfSSLLM0dtFiG { display:block; }#MOEtHAac77wxlr55m4ElfSSLLM0dtFiG > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VaWtoUFi36r5uFwt0uARnclmId8fBJNm { width:20rem;height:1.7068125rem;top:0.95703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh { display:block; }#iQAuu2OGhZ9Kmco05kvf877NmJsn9lHh > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIyn3wqua21AwGaUdlxzy5TPH7A8oB3N { width:2.68663125rem;height:2.74956875rem;top:2.3111763000488rem;left:8.6566842198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGRabn4zULI7SVXUlSweyTcZFwQ7q17Q { width:13.3105625rem;height:1.25rem;top:6.123046875rem;left:3.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbATfsPJioJcgbRStsmqhmvEnqctIV7 { width:12.8125rem;height:0.621338125rem;top:9.375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEDRz4tmV0ULJVR5E92eXleebPchCogQ { width:5.1245125rem;height:3.374025rem;top:10.811767578125rem;left:7.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ { display:block; }#VKH2UhzzJAeyQdlWepexCOOpQXhoCeXQ > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yBMm2lL2fZkFFHvMT7IkQyV128XLkzQT { width:7.5rem;height:3.93555rem;top:6.605224609375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypWRhi2T2QQJI2AMW53085LZNs9MLn4 { width:8.2470625rem;height:2.97363125rem;top:11.13525390625rem;left:5.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEeX8G8e89VqVkdHTX3zsmLU50gsnWuF { width:6.8103125rem;height:3.5620125rem;top:3.62060546875rem;left:6.59423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TxUTNNFnCo8tSr8BaBr6WTT6mDhMKa { width:5rem;height:1.25rem;top:2.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DerTc1sgM5eG84p5HT2JgTmKb592BoXJ { display:block; }#DerTc1sgM5eG84p5HT2JgTmKb592BoXJ > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD7NAPv91qTlhhbmOfoyAPQUaq7XZfGL { width:7.99925rem;height:3.999025rem;top:8.446044921875rem;left:5.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLg4AecBTzt24SnboNtDow07J7XeZrp9 { width:3.87329375rem;height:3.87329375rem;top:12.445068359375rem;left:8.062744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfTmU1Kn51WhM3NHe6ZETbwfbsksRZWt { width:7.749rem;height:1.25rem;top:2.659912109375rem;left:6.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDT6EFE1sHZVLKRiKRXdzpBgpq7O8UXx { width:6.5625rem;height:3.5620125rem;top:4.884033203125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZaloAli4vldJzKRs3RMl1xbDSw2JhhS { display:block; }#XZaloAli4vldJzKRs3RMl1xbDSw2JhhS > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vk7Q51bl59WOzlEkWZH8eThL7KnsQNgK { width:7.3123125rem;height:1.25rem;top:2.6877174377441rem;left:6.3433163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7T3qI20F8UQUbiIww6hqKzRQ5El6398 { width:5.68725625rem;height:2.8125rem;top:5.123291015625rem;left:7.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVgiPMEhdCdmpibOOzHTu72WORfJMKsh { width:12rem;height:5.625rem;top:7.935791015625rem;left:3.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW { display:block; }#WLt01BtVlymrNbOeMhKaKEPqTIpQg7AW > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMqu2PTqyewOJBZn4C6F8yyaDKP4LPiq { width:4.6875rem;height:4.49829375rem;top:8.56201171875rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsl26DGClSD5B5Eb2kM0mHuhfwobxtDq { width:10.3125rem;height:1.30126875rem;top:5.968017578125rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m20CRzzbJtSmD8oPblVdbEKBS4xNIBHL { width:5.49805rem;height:2.592775rem;top:1.8115234375rem;left:7.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTsJoOgHtXJuPUW666ce3VKeTinvpuxR { display:block; }#PTsJoOgHtXJuPUW666ce3VKeTinvpuxR > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvU9v3d8xk4lZgTXxmTQLBWXqlbddvDZ { width:7rem;height:3.3125rem;top:1.078125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGM9TuQwwmi63uwxfAm7nSbMdLlLAJ3H { width:8.18725rem;height:1.6870125rem;top:12.82470703125rem;left:5.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ilC0l1uXud8J9NuiEHiqI52HgLCiem { width:9.812rem;height:1.25rem;top:10.155029296875rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7v1P5RvwIN1nWzwAqSND9UqTZvswKLb { width:5.99975625rem;height:2.8125rem;top:5.672607421875rem;left:6.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J { display:block; }#FPLaHfBGoqAUgrRJmmXOqAzBnb8Wf02J > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqBWkCSn0oCBP3w250nO33KXq7ZpOQyb { width:8.999rem;height:1.25rem;top:12.24853515625rem;left:5.499267578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JdKcpLPIFBuTVbgUnlcUxH0zI5Ug9BR6 { width:5.1245125rem;height:4.1870125rem;top:6.1669921875rem;left:7.437744140625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m2J8iSOGQb3TAGKntfzPnL7avT5TRrHw { width:8.5rem;height:3.0625rem;top:1.98046875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 { display:block; }#NaeZADeWGzhT2hnQv8NiTIGiVgd4CnQ7 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRAJCIJCykcbiqlid6Ivk7nNuU6PtQAE { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 { display:block; }#dOsfcTvCXbFwuHtXdeekKcCITGRCqS27 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jm5pUcwWRZ8TZbtsl2eWnRNL4GpBFdzo { width:4.12435rem;height:2.62478125rem;top:1.3758678436279rem;left:7.9372838139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnDkGMSlT2WJamvML5x5aMnwiqwlQ17D { width:6.9995rem;height:1.875rem;top:5.37353515625rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNyD8v2ihUFnBeUGGaJD8bb2FpDD0aN { width:6.3745rem;height:2.53661875rem;top:9.061279296875rem;left:6.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kEFKhWE2gOdx4blc1NuX9zx3PRSIM4 { width:7.1875rem;height:1.91894375rem;top:13.03466796875rem;left:6.075439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD1ep5lxFSLURBzznpLGrkEPTAounA4F { display:block; }#PD1ep5lxFSLURBzznpLGrkEPTAounA4F > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuohCrptV2xOPHg68fgzCVPnTPMu28Np { width:5.9985375rem;height:2.286375rem;top:2.562255859375rem;left:6.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewOX04irQpS6O3JIv0qQfP5vRZtrcQV { display:block; }#kewOX04irQpS6O3JIv0qQfP5vRZtrcQV > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhXzQPTdiBualPm9vwTPKxZPmmKN3AEr { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aywaqce0eRotI6h4PHgipR5TNxf4LydE { display:block; }#Aywaqce0eRotI6h4PHgipR5TNxf4LydE > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEdtWyg6dPQD5hqTVgtiDhL5famGSL4f { width:4.81228125rem;height:1.875rem;top:1.9997844696045rem;left:7.5607646107675rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdqasmtZrILJ5iccCFG7uyCW0ci05Xbp { width:8.9355625rem;height:1.98364375rem;top:10.499267578125rem;left:5.531005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgqSIppc2XhN12UTtAxvOR4IfATdsB22 { width:9.4360625rem;height:2.0459rem;top:13.936767578125rem;left:5.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB7sHamD8egZ3HVHP3U8M1ZyJNUK6Vy8 { width:5.18676875rem;height:3.4375rem;top:5.582275390625rem;left:7.406005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl7MG71eL9bEuaNy32I1C2H9Hro9T99K { display:block; }#sl7MG71eL9bEuaNy32I1C2H9Hro9T99K > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IS9Z2eE2XUoobTl3LCrzJLZb238F5NpN { width:6.0620125rem;height:2.56225625rem;top:5.80322265625rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1STZuWXoFt4nLKDHquOA3wUruRl41BH { width:4.24926875rem;height:3.061525rem;top:1.568603515625rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u { display:block; }#HRA95O0MyJNNxZKUZr2NsAk3gIqEFW8u > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrQ70ZvaP7l6IcBAVvuNRTBSUrB2OKDg { width:20rem;height:1.7068125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rATE4xInRnaTXs3rtylTewwckhRHieDW { display:block; }#rATE4xInRnaTXs3rtylTewwckhRHieDW > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7mDSzPREKWHr10VSUWGkWIEAlO1G3B5 { width:3.4985375rem;height:3.4985375rem;top:1.685791015625rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoD9EU4lK7K64fXAmIKS6OIFZyfyw579 { width:10.1245rem;height:1.3745125rem;top:9.937744140625rem;left:5.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfrEw54ntzUo65E5LHlJq24HZxt6Fz0 { width:5.625rem;height:3.27270625rem;top:12.685546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ2DJ3xvkeBumORxSrpC5a10ROHeMnCB { width:8.3105625rem;height:1.25rem;top:6.561279296875rem;left:5.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld { display:block; }#PVhXfnIZRCsb1tDGgWuWKBlO7iTPXRld > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43ero9Ta5iUDTpMf7Vo0eFu4GtWVsNT { width:6.25rem;height:3.771975rem;top:6.56005859375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw2pOnkT0wfSCbnkwwcTFvRkQr3LOVdr { width:7.9358125rem;height:2.54150625rem;top:11.710205078125rem;left:6.031494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmOZe6LgaXQLdxIJ5bkdR3ItZq64wAM { width:10.3723125rem;height:2.37305rem;top:2.7490234375rem;left:4.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScSz7DgXSObLdOigUzT0vsUpMDFTLJwB { width:18.375rem;height:9.50195625rem;top:0.872802734375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO { display:block; }#XuyTBxwfgEM3wznlQvsHfr78IGFDAtMO > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcUKFfwFfJgT0F1WrHXaXe1nwc1npUmr { width:7.56225rem;height:2.99926875rem;top:3.86962890625rem;left:6.217041015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QNDuI3CrPTIaOwncO2axbUwvdFmmJtlH { width:9.874rem;height:7.9365rem;top:9.8388671875rem;left:5.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSh62cTb5pUAg9G0QBFzF8OUFaZRbaOt { width:18.4375rem;height:2.599825rem;top:7.3193359375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mo52b06WAzCbq6uu2f8OffV9ciwAi5F8 { width:17.9375rem;height:1.46050625rem;top:19.898956298828rem;left:1.03125rem;font-size:0.5625rem;display:block; }
 }