.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;
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1251;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo > .row .container { border-width: 0; border-radius: 0; }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#HJ7fHCWhJTrIV6igpcXFOK0PsNkMnohU { color:#ffffff;display:block;width:47.6875rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:12.4375rem;height:2.1125rem;font-style:normal;display:block; }
#AQxuTerkPLwDCp4IF7IJSr0aQFix7TwO { background-color:#e866ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:63.75rem;display:block; }
#kLGmd2CgqPpb4ELRMpaR5VBCF9g16lx6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTWIWdRRSSbFdS1rG3nxmcrs1xB0xID7 { 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:5rem;width:10.9375rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#EuO1hm3alIfollL8x2axSH4SRos94adI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fd6603;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EuO1hm3alIfollL8x2axSH4SRos94adI > .row .container { border-width: 0; border-radius: 0; }#EuO1hm3alIfollL8x2axSH4SRos94adI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EuO1hm3alIfollL8x2axSH4SRos94adI > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#ZkQTFU1bITHMpvCxo5Kyf54teKZxKioc { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:16.5rem;height:1.95rem;font-style:normal;display:block; }
#PAIqz917zHBgkHoaJUxAFSFvGVOUyGs2 { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:16.5rem;height:1.4625rem;font-style:normal;display:block; }
#r5r9ByQUTR23m2uEKXCeSLXyU1Tr4360 { background-color:#0316d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.625rem;left:63.75rem;display:block; }
#rzxRcpHl2a5ygmks41Ds2oCNL2EZXVVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AlSBkgaTWyHrFBT1uif8OO3OhVH1AHUk { 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:6.25rem;width:21.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed7dac;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;z-index:auto;display:block; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { background-color: transparent; background-image: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container > .video-iframe-container { display: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row > .video-iframe-container { display: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .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); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { border-width: 0; border-radius: 0; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#vomngxHTieGl87xSk5MwGpnSDGz4PXow { 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.5rem;width:11.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#ulIkFVRpaw22koyFRsy7SVxOa2SVRwnI { color:#ffffff;display:block;width:43.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:24.8115234375rem;height:0;text-align:left;text-align-last:left;display:none; }
#Pal692qleW67E4y6efmEllzLcPqrxkhL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.46770858764649rem;left:51.014587402344rem;display:block; }
#XnpQTJmAT6sQDJNu3z9dE7sWI60KKNG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLFsemu7x3wI27lvmETUgozdZXoZbZFD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.46770858764649rem;left:71.25rem;display:block; }
#MmUldF4Op1EZaPystyZCcgirZln4WTRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6x4kAUIwkbKEpZxTMoeXkSbnKw17uRN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.4375rem;left:59.4375rem;display:block; }
#BUb71SGPHtv6iTyUMgAyvaR3Fi9UBBqS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nV6yQZFp4noRGHoaLvKDGX1whz4Ca3St { 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:2.875rem;width:7.5625rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:none; }
#xVoSD4CM4o6CerDhMkLMmEdSGVQcleCn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.0625rem;height:1.3rem;font-style:normal;display:block; }
#FRgor69zQEM2g72OfgBnT3JdJa3FH37J { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:.5;top:0.875rem;left:11.6875rem; }
#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT { background-color:#ed7dac;background-image:url("https://images.assets-landingi.com/uc/2b63cc0e-2e78-4745-a863-4493e45e3c73/tlo_kolor.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT.adaptive-delivery-prevent-bg, #gMFz2lJmtGl36e8no9T9PsJo5roD5EIT.lazyload, #gMFz2lJmtGl36e8no9T9PsJo5roD5EIT.lazyloading { background-image: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { background-color: transparent; background-image: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container > .video-iframe-container { display: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row > .video-iframe-container { display: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .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); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { border-width: 0; border-radius: 0; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;overflow:visible;position:relative;display:block; }#pJuX2c1EUeEHvPkxNbsWD2v6wlTSKpfV { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:11.05rem;font-style:normal;display:block; }
#uBAJWImBMI5yOu8WOVNnHUyeOErENlBW { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:6.175rem;font-style:normal;display:block; }
#S7aMiwqbKb73Hd6bCvQUEIunBP2R8r8k { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ed7dac;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:23.6875rem;left:0rem;display:block; }
#tK6xLhnXqVbAD82O2F2a903xgm1uf4g5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vA3S1ZqKDGCg6MFDewDIcEH24cdC5Uts { position:absolute;display:block;z-index:15044;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:30rem;width:39.375rem;top:1.25rem;left:35.625rem;overflow:hidden;display:block; }
#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ca4d84;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; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container { background-color: transparent; background-image: none; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container > .video-iframe-container { display: none; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row > .video-iframe-container { display: none; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .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); }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container { border-width: 0; border-radius: 0; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container { font-size:0.875rem;font-family:"open sans";height:15rem;width:75rem;position:relative;display:block; }#qgGW1NzukWEU3rphByWUKEz8qiuksTfm { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#cPiCrhUt4Xk5grlDtRnTPAGoiPGp6RPk { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:15.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#kUJ87dZd5fh1VGPRBpxSRBSBa0PiwASB { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:30.3125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lMOQu2PvU8epAnF8eEM42am8bzgPBEcc { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.362503051757rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rRNSeGa9Kxi4I7u7vJDgsbb2Fh1PKehl { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.6875rem;left:61.125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#EyakoCqck36bOtttyUbF6q0mC46Ek4l1 { position:absolute;display:block;z-index:15018;background-color:#ed7dac;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:1.25rem;width:75rem;top:13.75rem;left:0rem;display:block; }
#HfaWPhm184oMCicxfhw8qEt4kfwxSe7I { position:absolute;display:block;z-index:15024;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:0.625rem;left:5.3125rem;overflow:hidden;display:block; }
#pTlB3hTxdVWZa7UmekCxoAKT5gSeG45y { position:absolute;display:block;z-index:15025;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:0.625rem;left:35.625rem;overflow:hidden;display:block; }
#PQcWm2kRpw5nXJgh1o3OBsrosf6PD6Un { position:absolute;display:block;z-index:15025;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:0.625rem;left:50.675003051757rem;overflow:hidden;display:block; }
#yGuOIp8hL6z5JtHHxHlTTEpcxfoyoW34 { position:absolute;display:block;z-index:15025;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:0.625rem;left:65.875rem;overflow:hidden;display:block; }
#WCmdWTiJznbkhdBdgt54FsbhHaknydRq { position:absolute;display:block;z-index:15025;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:0.625rem;left:20.625rem;overflow:hidden;display:block; }
#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { position:relative;display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { background-color: transparent; background-image: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container > .video-iframe-container { display: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row > .video-iframe-container { display: none; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .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); }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { border-width: 0; border-radius: 0; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .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; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed7dac;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { color:#ffffff;display:block;width:70rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:0.625rem;left:2.5rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 { position:relative;display:block; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 { background-color: transparent; background-image: none; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row .container > .video-iframe-container { display: none; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row > .video-iframe-container { display: none; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .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); }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 { border-width: 0; border-radius: 0; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .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; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Ki85D9BL3ArUE8onI5dOWN8lyOyzs5RT { color:#444444;display:block;width:53.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:0.5625rem;left:10.9375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixVm3X3p9iIVP32s4AOfpbWBPya2GauH { position:absolute;display:block;z-index:15017;background-color:#ffffff;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: 0rem 0rem 1.25rem rgba(0,0,0,0.1) ;height:4.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { position:relative;display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { background-color: transparent; background-image: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container > .video-iframe-container { display: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row > .video-iframe-container { display: none; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .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); }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { border-width: 0; border-radius: 0; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .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; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:-0.03125rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { position:relative;display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { background-color: transparent; background-image: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container > .video-iframe-container { display: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row > .video-iframe-container { display: none; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .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); }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { border-width: 0; border-radius: 0; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .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; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#mU5du30NINPatEpEeGzOArz5KgJJHLQZ { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.75rem;left:3.75rem;display:block; }
#QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { position:absolute;display:block;z-index:15017;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:26.75rem;display:block; }
#FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WZZUo3cl17DBDZCJUOthm14ew3abzsVr { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { position:absolute;display:block;z-index:15019;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:1.25rem;display:block; }
#nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { color:#707070;display:block;width:18.311625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:40rem;width:25rem;top:0rem;left:25rem;display:block; }
#GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.9375rem;left:1.25rem; }
#fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.9375rem;left:1.25rem; }
#ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22rem;left:1.25rem; }
#VVc14DBEA3APqfioHtGPzvnp5blUuhiq { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.0625rem;left:1.25rem; }
#cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.25rem;height:1.1375rem;font-style:normal;display:block; }
#lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.9375rem;left:26.875rem; }
#ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.75rem;left:29.375rem;display:block; }
#nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { position:absolute;display:block;z-index:15018;background-color:#ffffff;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:1.4375rem;width:8.75rem;top:27.5625rem;left:33.125rem;display:block; }
#QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { color:#8e8e8e;display:block;width:7.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.44375038147rem;left:33.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.9375rem;left:26.875rem; }
#Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22rem;left:26.875rem; }
#BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.0625rem;left:26.875rem; }
#qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.5rem;height:1.1375rem;font-style:normal;display:block; }
#aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.875rem;height:1.1375rem;font-style:normal;display:block; }
#q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.9375rem;left:52.5rem; }
#gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.9375rem;left:52.625rem; }
#b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22rem;left:52.625rem; }
#EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.0625rem;left:52.625rem; }
#PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:55rem;display:block; }
#Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { position:absolute;display:block;z-index:15022;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:52.5rem;display:block; }
#QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { position:absolute;display:block;z-index:15039;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:5rem;width:7.5rem;top:6.875rem;left:8.125rem;overflow:hidden;display:block; }
#icpkmfnkdLX8twP03V92uCBtuiyeAE08 { position:absolute;display:block;z-index:15040;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.625rem;width:14.0625rem;top:6.5625rem;left:30.46875rem;overflow:hidden;display:block; }
#k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { position:absolute;display:block;z-index:15040;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:5rem;width:7.5rem;top:6.875rem;left:59.375rem;overflow:hidden;display:block; }
#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J { background-color:#ed7dac;background-image:url("https://images.assets-landingi.com/uc/2b63cc0e-2e78-4745-a863-4493e45e3c73/tlo_kolor.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J.adaptive-delivery-prevent-bg, #L7JsAZol3r6LwLOe4Vmv1okvIfwet27J.lazyload, #L7JsAZol3r6LwLOe4Vmv1okvIfwet27J.lazyloading { background-image: none; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J > .row .container { border-width: 0; border-radius: 0; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;overflow:visible;position:relative;display:none; }#yrlc1wdiMBS0wEeGXC225s226F2wTZ0m { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UxFsqvVgTDA2JRTVIzcRyUKwT71JbfXy { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.73046875rem;left:0rem;height:12.5125rem;font-style:normal;display:block; }
#vrL88rBvlS8CKFL4gUoupKlH8AJbqCJX { position:absolute;display:block;z-index:15013;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: 0.25rem 0.3125rem 0.5625rem rgba(0,0,0,0.5) ;height:25.5625rem;width:17.75rem;top:1.9375rem;left:51.240373121585rem;overflow:hidden;display:block; }
#w094V6N4Gx2079AXAOTsMEwcF8CHeMfT { position:absolute;display:block;z-index:15014;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.5625rem;width:13.4375rem;top:18.552734375rem;left:25.3125rem;overflow:hidden;display:block; }
#D7JOW8B9ONL01ToI5qGdezTRGLRTBwwS { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:0rem;height:1.3rem;font-style:normal;display:block; }
#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC { position:relative;display:none; }#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC { border-width: 0; border-radius: 0; }#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC > .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; }#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:41.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GtuUGsX04fvtBCX7ihFANWwfgDSRT8U2 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39b0451d-b9c6-4282-a7d4-e41b8b837a04/1200x1200_pd_TLO_1.png");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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }#TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4.adaptive-delivery-prevent-bg, #TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4.lazyload, #TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4.lazyloading { background-image: none; }
#JZ85JL16JHcKLtdwenaKe0LHdHNDJmJT { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#RaabdTTfwCbp8IbnS5yW1zEsIWKJTO1f { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.75rem;left:3.75rem;display:block; }
#oZTGsbKI7Nw53lyBsFIDTTNCDZM6I9Ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFKK4KkTCJOmEGcpmDrp0MGIyp8syu1O { position:absolute;display:block;z-index:15017;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125001430511rem;left:26.875001907349rem;display:block; }
#dMQw8T4o10LoK7bSr6dkgbDN6rmgrwK2 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2ARpANKMMZl7g61dV2mB6zswC0x085W { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gp5uzFi15410UTZBou8SASSBx8v493z2 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VacKc9CDwP2sJDaiqC7GdDW45DBNqMTN { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BBsapfvAZBfnWgqeoxP5DKo0JBIOrpTg { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AS4ZKFTq7UR57xfAsww0UPwwsZStrQ21 { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5625rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JawXS4qu4KeMPehKtwUvTgrM0loRtxpD { position:absolute;display:block;z-index:15019;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:1.25rem;display:block; }
#qy9TrBxDgDOnkvqfAtheVHRnQl3vJbzQ { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7LiokHPLWn4tVNSdK9wEd69ktqrJbg5 { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D04n2bQmoWMgSAToP0aZUaLhh1XZP43b { color:#707070;display:block;width:18.311625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IcgpOQ9cMo0ntzFSLnBmnwQkvz8PFQhK { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:40rem;width:25rem;top:0rem;left:25rem;display:block; }
#NFfcXbhOuSWSDxv6Z5ZqdylfFaOzaWi0 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN3JiJ5ukIAQx49HwLZCpPfrGF1zUqR7 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylvdnmx80OU1c127g1UNu80gz1VWybTX { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:14.4375rem;left:1.25rem; }
#EBpU35m67kGG7k9tgzFd4RfPQeXq8Wu0 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mRq8BWITE9x5QTXt2JFg21SqX57ihwy4 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:17.4375rem;left:1.25rem; }
#bBHMcTtTT5uoSXc8btNthKsXx6BhqTd0 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.5rem;left:1.25rem; }
#XT0yi7BKJ10qAUL7JAfN2F5VoiHiguSR { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.5625rem;left:1.25rem; }
#yzhrHQnBhM4yctfZtczwbR9HBQDGp4go { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1.25rem;height:1.1375rem;font-style:normal;display:block; }
#yCu91awLVa6eAoai8VIbMM4Tle4QQ4WE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.4375rem;left:26.875rem; }
#KGsIDd5WwoafcGdde1ifGnQH0egePg3U { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LDrylVP4utZ1MnpfFwAq7SVu8KxoZPkT { background-color:#e866ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.75rem;left:29.375rem;display:block; }
#xr6BGxRa3CVgEW1HFnRORwON4QkmsmNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRulQOGzidsXIBwS4IFX7pM15EzAsPkO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.78125rem;left:52.5rem; }
#MwqKITz3tAeEQCneePZqIyKhwF0WgbUg { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:20.5rem;left:26.875rem; }
#T9y09fqdzfpxhLAZDNThG0mVwTsBxmeT { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23.5625rem;left:26.875rem; }
#BNH53XwKxW9U3aNawQM7sGRIPSzMCfwL { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dkOuBVxnNmr8wTkHltAyN33V6r4Gr4Eh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.0625rem;left:52.5rem;height:1.1375rem;font-style:normal;display:block; }
#SnTOt8fidmbX5R0z6DPvX1LAClkq96RL { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:12.0625rem;left:26.875rem;height:1.1375rem;font-style:normal;display:block; }
#PIhRb5zEJJmo0rttS93gTyuUExORzPPR { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.4375rem;left:52.5rem; }
#ygmwTyeDzn3PmVlhxu9K9U7Cd6CJ75m6 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:17.4375rem;left:52.625rem; }
#iUqTuSECX67CpTVIQm8MixWg29GHetWq { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.375rem;left:26.875rem; }
#l2zeUxa58xeaP2h7dCJ3LBFA8EH43JOd { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.5625rem;left:52.5rem; }
#hfk70raFSf7XQhwwUq7UdUzzKneUE7Ub { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.5625rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ifozF9JAP7daFXAoLXv81xfuRliksEqd { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.5rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E81SHsQeFIeBb5bVemu5VOwk4rO8bNTN { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.375rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tzitxRR05NXfofzdQbT4GzbaTGRqx3E4 { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:55rem;display:block; }
#rO0qHhOBxzEL3apfbRS4TPqF2KThmG8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iX56xIL7nSvTrxWUscSaDMqz300EvS0f { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cFvFM3R1ZmefzdFMQE10OZFcMwiJKdnA { position:absolute;display:block;z-index:15022;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:52.5rem;display:block; }
#S1w5tprnGnxk7r8dNhMkIivOykPlmLF8 { position:absolute;display:block;z-index:15039;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:5rem;width:7.5rem;top:6.25rem;left:8.125rem;overflow:hidden;display:block; }
#pzJ03NaiwWsWkRcASh04nWOWr8Rty8u9 { position:absolute;display:block;z-index:15040;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:5rem;width:7.5rem;top:6.25rem;left:59.375rem;overflow:hidden;display:block; }
#ttShimgPItqluoKu4KzislSPbuXeyZew { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:37.875rem;left:25.40625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#TzAa5ErawkRFP8Dhem1NLIzCFnyWeZID { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.8125rem;left:26.875rem; }
#CD6Tx0anvgX49XWUXwCg03nr4dGskFvu { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.703125rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEsxqu4NAlVnDrhH51Ru2ciPiAuVs3bk { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.8125rem;left:1.25rem; }
#CMnfPk2C3E6LRmd0uoTZPEneiP7mXVzE { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.703125rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zM8pgbdgZwe1SvqfqLttc88ie09RATBF { position:absolute;display:block;z-index:15043;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.6875rem;width:12.5rem;top:6.5625rem;left:31.25rem;overflow:hidden;display:block; }
#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf { position:relative;display:none; }#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf { border-width: 0; border-radius: 0; }#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf > .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; }#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BpOMwAXyedfhV5UzK5XsUOfZ7PKwrhg4 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:0rem;display:block; }
#vCyXmGz2rccigZlehTCBSD4ZafFqTABr { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #1c1c4a);background-image: -moz-linear-gradient(180deg, #ffffff, #1c1c4a);background-image: -ms-linear-gradient(180deg, #ffffff, #1c1c4a);background-image: -o-linear-gradient(180deg, #ffffff, #1c1c4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1c1c4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1c1c4a' );";background-image: linear-gradient(180deg, #ffffff, #1c1c4a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:25.625rem;display:block; }
#NeP3SNoUDBOmRXwJunuXVB7AJc9ZT1gX { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:38.75rem;width:23.75rem;top:0.625rem;left:51.25rem;display:block; }
#qX91o91FRd9kRED3ST0lVJ4sekT9ioQx { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.75rem;left:3.75rem;display:block; }
#WIfOD6fibnfD04tuIkhapzQaJkaablCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1TTfAQTy0vmwmkW1JbescSR2qC4lL8d { position:absolute;display:block;z-index:15017;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125001430511rem;left:26.875001907349rem;display:block; }
#SDrbbq4spFlhZW789P3lDr4TvsbdZEAJ { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.75rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wOaOHSoC2T8Busw66LpUEIrgS858NZho { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:3.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LOqTfG7Zv95zkE5UAn3CAPR3pMD0T6sl { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJisOXozpB0hihz8TnKIgnQGRt7SiiOU { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BGk26MZEVP6wzGCZzf6r7w02m6yzK4zl { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:29rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tDasbh2L2ZQElF8XWzO4buIhsFqvnL9z { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPdKvAZXsFikqAC6sPT8lIyDUbhcne3s { position:absolute;display:block;z-index:15019;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:1.25rem;display:block; }
#CtfJ458qtUFtWcrVD8S9palQt3U5qJBo { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rMLvuToiUE86aCySw99eDgA3Gz5ikIzd { color:#707070;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQUB45752bEcMEScbi1xEP64LtXOC6eo { color:#707070;display:block;width:18.311625rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wR1MoB9NKQCS3O1XnTCpDe4EtdPRU5mu { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -moz-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -ms-linear-gradient(135deg, #fbfbfb, #f4f4f4);background-image: -o-linear-gradient(135deg, #fbfbfb, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f4f4f4' );";background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:40rem;width:25rem;top:0rem;left:25rem;display:block; }
#aFWCRxExWObFpUq3V7bzuS5bRhHTDcVD { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nA376vdLMVuHUIkQT7XilnEQ9nX3wPXK { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTdZuwFhO9cI2vwOa8TSweR1xtXJEGbW { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:15.9375rem;left:1.25rem; }
#wuPKUDWfMKDPwQ1RmgXJCzBgTt8t6aRN { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WGUUBwTFTTNbJ01XXKJXReVR9OSQxTQD { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.9375rem;left:1.25rem; }
#pQl1W9oTc4UOmG9rutMarNguoc9R2FN9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22rem;left:1.25rem; }
#rURqAvULlWpBUuA0U40ub6CBD4inUL4n { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:25.0625rem;left:1.25rem; }
#cOQBvz77ZyqtbJ2aKQyv0uwWfCmIuGrr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.25rem;height:1.1375rem;font-style:normal;display:block; }
#TngDdBpowL4LyvoBDeCaJJg4s1w2C4g7 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.9375rem;left:26.875rem; }
#PS3Kaa9JCX55ctF6DnohAlzmugluv403 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:25.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#i7p0B9rhgH0omx5WIl6MWtN5oNfwMW9A { background-color:#ff0099;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.75rem;left:29.375rem;display:block; }
#p081IVcyTu4ngaThQZoIKolDrZfxZlv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4A4Lb8ZCTsz2dUqZKJv63ZqKXd1E3eA { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.9375rem;left:26.875rem; }
#WgBPXxhF9eIXU4kEIIBoTiBf4pwWMUGa { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:22rem;left:26.875rem; }
#MIQVwys5KLvMSn0VXUHB3Ghowyo0RT5x { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:25.0625rem;left:26.875rem; }
#k2Onm4E3qhQpH8hehZuFbrKk5VCV6OS8 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bevSpy3QM0TT6IV1Z2c4SqxsbmbTREAU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.5rem;height:1.1375rem;font-style:normal;display:block; }
#evDeP4mA2Tv93v4CmTRXJxJN7esEPiuk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.875rem;height:1.1375rem;font-style:normal;display:block; }
#ykvZcWGVsonfC1fWVuTlE8SM5MV9i1Pq { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.9375rem;left:52.5rem; }
#LKHq88nWuUHFJ1EVVNitCHd9v6m3etzu { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:18.9375rem;left:52.625rem; }
#Hn2H7dOJCXH803OtZ5tz8bHdsaebZKmN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22rem;left:52.625rem; }
#l39xKn8ICRsX6OtLnA0IS9XNfK1UPnAN { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.0625rem;left:52.625rem; }
#KDxvaUCetWnHsnlmsU9kPTCF1Stz4Muw { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:54.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wyEzcwEuOqQz6hcnbhEUF8AWTEWTksZ3 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OUBBesqPxnfbwVcMEnDnkXyw15NwLleK { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.875rem;left:54.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fd52PkZl82ovcuqTRpx8J6xnXRObLuiQ { background-color:#ed7dac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.75rem;left:55rem;display:block; }
#GLA5wCLU84sMmNdWulZmbWPDcRTQhzio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOtwTtw7059RaQ2ZyD7uXb5RXLWUZIkI { color:#000000;display:block;width:23.75rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:51.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HTmOE63htabrpcSh2W3SIuAV4ZLeR02h { position:absolute;display:block;z-index:15022;background-color:#c0c0c0;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:0.0625rem;width:21.25rem;top:28.125rem;left:52.5rem;display:block; }
#F6CJ258GXzdG95O0Mwub9xLH6uzZJ44D { position:absolute;display:block;z-index:15039;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:5rem;width:7.5rem;top:6.875rem;left:8.125rem;overflow:hidden;display:block; }
#rluWqxCJD8hyfc6zW37MHbDLAz07I69X { position:absolute;display:block;z-index:15040;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.625rem;width:14.0625rem;top:6.5625rem;left:30.46875rem;overflow:hidden;display:block; }
#WUZaH9Frxk2npnVXx6v8o1NKORGwUg2f { position:absolute;display:block;z-index:15040;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:5rem;width:7.5rem;top:6.875rem;left:59.375rem;overflow:hidden;display:block; }
#czRdyoTrpg3H6HALXZL74ctsFighq9yZ { color:#ffffff;display:block;width:24.1875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:37.875rem;left:25.40625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
#JxbMbgMB8iiaoKFVrcBi3WwhoA7VCSPo { position:absolute;display:block;z-index:15043;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.625rem;width:3.625rem;top:31.5625rem;left:44.6875rem;overflow:hidden;display:block; }
#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a { position:relative;display:block; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a { background-color: transparent; background-image: none; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row .container > .video-iframe-container { display: none; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row > .video-iframe-container { display: none; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .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); }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a { border-width: 0; border-radius: 0; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .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; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q53cnS3QQI3ubFfWTTSSbXMhIeumf5BW { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5rFtGyzHH1ScgdUZKBG089TeCQKWgyM { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31.3125rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#FCQauqpzVr4E0A5l4u9UqTwKE0JO233L { position:absolute;display:block;z-index:15009;background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/442b8c13-6c8e-4b1b-8bfd-e221948ada2b/tlo_landingu_szare.jpg");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:8.75rem;width:75rem;top:5rem;left:0rem;display:block; }#FCQauqpzVr4E0A5l4u9UqTwKE0JO233L.adaptive-delivery-prevent-bg, #FCQauqpzVr4E0A5l4u9UqTwKE0JO233L.lazyload, #FCQauqpzVr4E0A5l4u9UqTwKE0JO233L.lazyloading { background-image: none; }
#sgfH4TTxS90y2dKpUQS1XGpLcQTf0Ofe { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.75rem;left:29.375rem; }
#SJCt3XSy9JRxklslbOquNHW0MLSftwQf { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.5rem;left:29.375rem; }
#IVIitpsmnGVKmuw4R0qJmnK3HiJXErVM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12rem;left:29.375rem; }
#FDLbUBlQv2QQViDeHAvFoWTQhp1TbNTS { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.625rem;left:29.375rem; }
#Mqa1uQuTCVQPFuyGHJImFGPdiJUK6fNS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:21.125rem;left:29.375rem;display:block; }
#ExLxmgUkHrWL6ghT8Hfz13DG4rGETveg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CpHB0cR2cHGARRw71V2rg4MNtGngFTQw { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:17.125rem;left:29.375rem; }
#uIJRteCSe3zdxwJvFHTzd8lreWH5mAcv { position:absolute;display:block;z-index:15046;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:20rem;width:27.9375rem;top:5rem;left:0.9375rem;overflow:hidden;display:block; }
#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL { position:relative;display:block; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL { background-color: transparent; background-image: none; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row .container > .video-iframe-container { display: none; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row > .video-iframe-container { display: none; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .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); }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL { border-width: 0; border-radius: 0; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .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; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FgkGbxgapCl4e0pEznJ6Tgu9s57JRdaD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#zVen22373bs4zT5CgxLCiQ5azKiZEGlb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { background-color: transparent; background-image: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container > .video-iframe-container { display: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container { display: none; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .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); }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { border-width: 0; border-radius: 0; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { color:#000000;display:block;width:62.1875rem;position:absolute;font-family:inter;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:6.40625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:4.2687530517578rem;left:0rem;display:block; }
#pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:4.7875003814697rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#k4DGrns6gdliEgWZOiol6uFKk0LD676u { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.2687501907349rem;left:72.5rem; }
#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { position:relative;display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { background-color: transparent; background-image: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container > .video-iframe-container { display: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row > .video-iframe-container { display: none; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .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); }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy { border-width: 0; border-radius: 0; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .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; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZkirdoO81Tqr5trb36weZDeTrFnQyccU { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:17.6rem;display:block; }
#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { position:relative;display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { background-color: transparent; background-image: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container > .video-iframe-container { display: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row > .video-iframe-container { display: none; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .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); }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { border-width: 0; border-radius: 0; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .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; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:0.8125rem;left:72.5rem; }
#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { position:relative;display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { background-color: transparent; background-image: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container > .video-iframe-container { display: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row > .video-iframe-container { display: none; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .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); }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { border-width: 0; border-radius: 0; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .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; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { color:#000000;display:block;width:50.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.600475rem;display:block; }
#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { position:relative;display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { background-color: transparent; background-image: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container > .video-iframe-container { display: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row > .video-iframe-container { display: none; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .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); }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { border-width: 0; border-radius: 0; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .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; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mysin3w8waoJtfinncSbvm29nqH6Bvlh { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:0.875rem;left:72.5rem; }
#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { position:relative;display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { background-color: transparent; background-image: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container > .video-iframe-container { display: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row > .video-iframe-container { display: none; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .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); }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { border-width: 0; border-radius: 0; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .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; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { color:#000000;display:block;width:50.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { position:relative;display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { background-color: transparent; background-image: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container > .video-iframe-container { display: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row > .video-iframe-container { display: none; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .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); }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { border-width: 0; border-radius: 0; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .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; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.8125rem;left:72.5rem; }
#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { position:relative;display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { background-color: transparent; background-image: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container > .video-iframe-container { display: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row > .video-iframe-container { display: none; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .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); }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { border-width: 0; border-radius: 0; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .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; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qsHo3WJZWb7XrBlzvJqerqZ7zPOuo1B7 { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { position:relative;display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { background-color: transparent; background-image: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container > .video-iframe-container { display: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row > .video-iframe-container { display: none; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .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); }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { border-width: 0; border-radius: 0; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .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; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GORoJfILvET99GJTWqGoRnSUfeLmvF4J { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.4124984741211rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:0.875rem;left:72.5rem; }
#lLwDc69sxg8MTccApbAMZestDZZcDV7T { position:relative;display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T { background-color: transparent; background-image: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container > .video-iframe-container { display: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row > .video-iframe-container { display: none; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .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); }#lLwDc69sxg8MTccApbAMZestDZZcDV7T { border-width: 0; border-radius: 0; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .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; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbhImeTaVmT45XKayHFAvTMD2aOpAuxx { color:#000000;display:block;width:59.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { position:relative;display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { background-color: transparent; background-image: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container > .video-iframe-container { display: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row > .video-iframe-container { display: none; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .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); }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { border-width: 0; border-radius: 0; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .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; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:0.9375rem;left:0rem;display:block; }
#T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:0.875rem;left:72.5rem; }
#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { position:relative;display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { background-color: transparent; background-image: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container > .video-iframe-container { display: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row > .video-iframe-container { display: none; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .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); }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { border-width: 0; border-radius: 0; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .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; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gxzolaxzn849xTEVHiOB0x9civiFh8fk { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:4.8rem;display:block; }
#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { position:relative;display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { background-color: transparent; background-image: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container > .video-iframe-container { display: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row > .video-iframe-container { display: none; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .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); }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg { border-width: 0; border-radius: 0; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .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; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3937492370606rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:0.8125rem;left:72.5rem; }
#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { position:relative;display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { background-color: transparent; background-image: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container > .video-iframe-container { display: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row > .video-iframe-container { display: none; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .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); }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu { border-width: 0; border-radius: 0; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .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; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { position:relative;display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { background-color: transparent; background-image: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container > .video-iframe-container { display: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row > .video-iframe-container { display: none; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .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); }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { border-width: 0; border-radius: 0; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .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; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uRR28ATN8TOamBTK214e7U156oXX8Utm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15054;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { color:#000000;display:block;width:29.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.4125061035156rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:0.875rem;left:72.5rem; }
#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { position:relative;display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { background-color: transparent; background-image: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container > .video-iframe-container { display: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row > .video-iframe-container { display: none; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .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); }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { border-width: 0; border-radius: 0; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .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; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { color:#000000;display:block;width:60.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { position:relative;display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { background-color: transparent; background-image: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container > .video-iframe-container { display: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row > .video-iframe-container { display: none; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .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); }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { border-width: 0; border-radius: 0; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .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; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { color:#000000;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.3937377929688rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:0.9375rem;left:72.5rem; }
#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { position:relative;display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { background-color: transparent; background-image: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container > .video-iframe-container { display: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row > .video-iframe-container { display: none; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .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); }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { border-width: 0; border-radius: 0; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .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; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { color:#000000;display:block;width:62.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { position:relative;display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { background-color: transparent; background-image: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container > .video-iframe-container { display: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row > .video-iframe-container { display: none; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .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); }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { border-width: 0; border-radius: 0; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .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; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ed7dac;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; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { background-color: transparent; background-image: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container > .video-iframe-container { display: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container { display: none; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .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); }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { border-width: 0; border-radius: 0; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:-0.0625rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ye6QgzF658bv2CyTqxyarirG9V1BGKsW { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.0625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.6875rem;left:27.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:25rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:5.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:50rem;height:6.6625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:52.25rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2344;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; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { background-color: transparent; background-image: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container > .video-iframe-container { display: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container { display: none; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .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); }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { border-width: 0; border-radius: 0; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.8125rem;left:1.25rem;height:10.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { position:absolute;display:block;z-index:15029;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:23.4375rem;top:8.375rem;left:25.78125rem;overflow:hidden;display:block; }
#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041227;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; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { background-color: transparent; background-image: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container > .video-iframe-container { display: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container { display: none; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .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); }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { border-width: 0; border-radius: 0; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { font-size:0.875rem;font-family:"open sans";height:17.5rem;width:75rem;position:relative;display:block; }#WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:21.625rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xzORlXMULQlrf5shrHAegHd0y0xlBfpV { color:#ffffff;display:block;width:19.8739375rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.5rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { 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:2rem;width:2rem;top:9.375rem;left:18.1875rem;overflow:hidden;display:block; }
#iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { 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:2rem;width:2rem;top:9.25rem;left:38.1875rem;overflow:hidden;display:block; }
#Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { color:#cacaca;display:block;width:56.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.15625rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { color:#cacaca;display:block;width:28.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.15625rem;left:46.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #lcUJCTTZqddob2lOR5pQ13TZu9TMICpo { display:none; }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HJ7fHCWhJTrIV6igpcXFOK0PsNkMnohU { width:23.3125rem;height:2.925rem;top:1.6625003814698rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AQxuTerkPLwDCp4IF7IJSr0aQFix7TwO { width:10rem;height:3.125rem;top:1.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLGmd2CgqPpb4ELRMpaR5VBCF9g16lx6 { display:block; }
 }@media only screen and (max-width: 1199px) { #iTWIWdRRSSbFdS1rG3nxmcrs1xB0xID7 { width:8.1875rem;height:3.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EuO1hm3alIfollL8x2axSH4SRos94adI { display:none; }#EuO1hm3alIfollL8x2axSH4SRos94adI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ZkQTFU1bITHMpvCxo5Kyf54teKZxKioc { width:20.625rem;height:2.925rem;top:0.875rem;left:16rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PAIqz917zHBgkHoaJUxAFSFvGVOUyGs2 { width:17.0625rem;height:1.21875rem;top:4.1875rem;left:15.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5r9ByQUTR23m2uEKXCeSLXyU1Tr4360 { width:10rem;height:3.125rem;top:1.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzxRcpHl2a5ygmks41Ds2oCNL2EZXVVi { display:block; }
 }@media only screen and (max-width: 1199px) { #AlSBkgaTWyHrFBT1uif8OO3OhVH1AHUk { width:21.9375rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X { display:block; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vomngxHTieGl87xSk5MwGpnSDGz4PXow { width:11.0625rem;height:1.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulIkFVRpaw22koyFRsy7SVxOa2SVRwnI { width:20rem;height:1.625rem;top:7rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pal692qleW67E4y6efmEllzLcPqrxkhL { width:8.125rem;height:2.875rem;top:0.3125rem;left:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 1199px) { #XnpQTJmAT6sQDJNu3z9dE7sWI60KKNG8 { display:block; }
 }@media only screen and (max-width: 1199px) { #mLFsemu7x3wI27lvmETUgozdZXoZbZFD { width:3.125rem;height:2.875rem;top:0.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmUldF4Op1EZaPystyZCcgirZln4WTRV { display:block; }
 }@media only screen and (max-width: 1199px) { #G6x4kAUIwkbKEpZxTMoeXkSbnKw17uRN { width:11.125rem;height:2.875rem;top:0.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUb71SGPHtv6iTyUMgAyvaR3Fi9UBBqS { display:block; }
 }@media only screen and (max-width: 1199px) { #nV6yQZFp4noRGHoaLvKDGX1whz4Ca3St { width:6.5rem;height:2.3125rem;top:1.375rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xVoSD4CM4o6CerDhMkLMmEdSGVQcleCn { width:6.6875rem;height:1.3rem;top:1.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRgor69zQEM2g72OfgBnT3JdJa3FH37J { width:1.875rem;height:1.875rem;top:0.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMFz2lJmtGl36e8no9T9PsJo5roD5EIT { display:block; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { width:47.75rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pJuX2c1EUeEHvPkxNbsWD2v6wlTSKpfV { width:23.25rem;height:8.45rem;top:1.875rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uBAJWImBMI5yOu8WOVNnHUyeOErENlBW { width:22.4375rem;height:7.8rem;top:11.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7aMiwqbKb73Hd6bCvQUEIunBP2R8r8k { width:16.25rem;height:3.25rem;top:21.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tK6xLhnXqVbAD82O2F2a903xgm1uf4g5 { display:block; }
 }@media only screen and (max-width: 1199px) { #vA3S1ZqKDGCg6MFDewDIcEH24cdC5Uts { width:22.8125rem;height:17.375rem;top:4.375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #roAKyRICPhPO3ZqCkpNdRbi3xth6Puus { display:block; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgGW1NzukWEU3rphByWUKEz8qiuksTfm { width:15.625rem;height:3.65625rem;top:6.3250007629394rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cPiCrhUt4Xk5grlDtRnTPAGoiPGp6RPk { width:15.625rem;height:6.09375rem;top:6.3250007629394rem;left:16.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kUJ87dZd5fh1VGPRBpxSRBSBa0PiwASB { width:15.625rem;height:2.4375rem;top:6.3250007629394rem;left:32.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #lMOQu2PvU8epAnF8eEM42am8bzgPBEcc { width:15.625rem;height:2.4375rem;top:19.25rem;left:8.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rRNSeGa9Kxi4I7u7vJDgsbb2Fh1PKehl { width:15.375rem;height:3.65625rem;top:19.25rem;left:24.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EyakoCqck36bOtttyUbF6q0mC46Ek4l1 { width:47.75rem;height:1.25rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HfaWPhm184oMCicxfhw8qEt4kfwxSe7I { width:3.75rem;height:3.75rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTlB3hTxdVWZa7UmekCxoAKT5gSeG45y { width:3.75rem;height:3.75rem;top:1.25rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQcWm2kRpw5nXJgh1o3OBsrosf6PD6Un { width:3.75rem;height:3.75rem;top:14.25rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGuOIp8hL6z5JtHHxHlTTEpcxfoyoW34 { width:3.75rem;height:3.75rem;top:14.25rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCmdWTiJznbkhdBdgt54FsbhHaknydRq { width:3.75rem;height:3.75rem;top:1.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { width:47.75rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { width:46.75rem;height:6.375rem;top:0.625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 { display:block; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ki85D9BL3ArUE8onI5dOWN8lyOyzs5RT { width:46.875rem;height:2.4375rem;top:0.625rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ixVm3X3p9iIVP32s4AOfpbWBPya2GauH { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { width:47.75rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { width:47.75rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { width:15.625rem;height:35rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mU5du30NINPatEpEeGzOArz5KgJJHLQZ { width:14.375rem;height:35rem;top:0.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { width:15.625rem;height:35rem;top:0.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { width:13.125rem;height:3.75rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block; }
 }@media only screen and (max-width: 1199px) { #Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { width:13.25rem;height:0.0625rem;top:25.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { width:10.3125rem;height:2.1125rem;top:11.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { width:11.6875rem;height:1.05625rem;top:22.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { width:9.75rem;height:2.1125rem;top:11.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { width:11.8125rem;height:3.16875rem;top:14.75rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZZUo3cl17DBDZCJUOthm14ew3abzsVr { width:9.5rem;height:3.16875rem;top:18.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { width:10.8125rem;height:1.05625rem;top:22.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { width:13.125rem;height:0.0625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { width:9.4375rem;height:3.16875rem;top:18.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { width:11.875rem;height:3.16875rem;top:14.75rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { width:9.75rem;height:2.1125rem;top:11.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { width:15.625rem;height:36.25rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { width:15.6875rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { width:13.25rem;height:2.4375rem;top:1.25rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { width:1rem;height:1rem;top:12rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { width:13.125rem;height:2.4375rem;top:26.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { width:1rem;height:1rem;top:14.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { width:1rem;height:1rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVc14DBEA3APqfioHtGPzvnp5blUuhiq { width:1rem;height:1rem;top:22.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { width:12.5rem;height:1.05625rem;top:9.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { width:1rem;height:1rem;top:12rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { width:14.3125rem;height:2.4375rem;top:27.1875rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { width:13.125rem;height:3.75rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block; }
 }@media only screen and (max-width: 1199px) { #ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { width:7.6875rem;height:1.4375rem;top:25rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { width:7.0625rem;height:1.1375rem;top:25.06875038147rem;left:20.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { width:1rem;height:1rem;top:14.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { width:1rem;height:1rem;top:18.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { width:1rem;height:1rem;top:22.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { width:15.625rem;height:2.4375rem;top:1.25rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { width:12.5rem;height:1.05625rem;top:9.9375rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { width:12.5rem;height:1.05625rem;top:9.9375rem;left:17.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { width:1rem;height:1rem;top:12rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { width:1rem;height:1rem;top:14.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { width:1rem;height:1rem;top:18.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { width:1rem;height:1rem;top:22.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { width:10.5625rem;height:1.05625rem;top:22.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { width:11.8125rem;height:3.16875rem;top:18.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { width:11.9375rem;height:3.16875rem;top:14.75rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { width:13.125rem;height:3.75rem;top:30.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block; }
 }@media only screen and (max-width: 1199px) { #b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { width:15.5rem;height:2.4375rem;top:27.1875rem;left:32.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { width:13.125rem;height:0.0625rem;top:25.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { width:5.625rem;height:3.75rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icpkmfnkdLX8twP03V92uCBtuiyeAE08 { width:9.375rem;height:3.75rem;top:4.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { width:5.625rem;height:3.75rem;top:4.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L7JsAZol3r6LwLOe4Vmv1okvIfwet27J { display:none; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J > .row .container { width:47.75rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yrlc1wdiMBS0wEeGXC225s226F2wTZ0m { width:29.0625rem;height:2.1125rem;top:2.8125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UxFsqvVgTDA2JRTVIzcRyUKwT71JbfXy { width:29.3125rem;height:11.7rem;top:7.27734375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #vrL88rBvlS8CKFL4gUoupKlH8AJbqCJX { width:14.3125rem;height:20.5625rem;top:2.84375rem;left:31.197265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w094V6N4Gx2079AXAOTsMEwcF8CHeMfT { width:9.375rem;height:3.6875rem;top:15.34765625rem;left:18.4326171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7JOW8B9ONL01ToI5qGdezTRGLRTBwwS { width:29.9375rem;height:1.21875rem;top:24.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC { display:none; }#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC > .row .container { width:47.75rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GtuUGsX04fvtBCX7ihFANWwfgDSRT8U2 { width:15.625rem;height:35rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4 { width:14.375rem;height:35rem;top:0.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZ85JL16JHcKLtdwenaKe0LHdHNDJmJT { width:15.625rem;height:35rem;top:0.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaabdTTfwCbp8IbnS5yW1zEsIWKJTO1f { width:13.125rem;height:3.75rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oZTGsbKI7Nw53lyBsFIDTTNCDZM6I9Ew { display:block; }
 }@media only screen and (max-width: 1199px) { #aFKK4KkTCJOmEGcpmDrp0MGIyp8syu1O { width:13.125rem;height:0.0625rem;top:25.687505722046rem;left:17.312500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMQw8T4o10LoK7bSr6dkgbDN6rmgrwK2 { width:10.3125rem;height:2.1125rem;top:10.5625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2ARpANKMMZl7g61dV2mB6zswC0x085W { width:11.6875rem;height:1.05625rem;top:21.5625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gp5uzFi15410UTZBou8SASSBx8v493z2 { width:9.75rem;height:2.1125rem;top:10.5625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VacKc9CDwP2sJDaiqC7GdDW45DBNqMTN { width:11.8125rem;height:3.16875rem;top:13.5rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBsapfvAZBfnWgqeoxP5DKo0JBIOrpTg { width:9.5rem;height:3.16875rem;top:17.5625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS4ZKFTq7UR57xfAsww0UPwwsZStrQ21 { width:10.8125rem;height:1.05625rem;top:21.5625rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JawXS4qu4KeMPehKtwUvTgrM0loRtxpD { width:13.125rem;height:0.0625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qy9TrBxDgDOnkvqfAtheVHRnQl3vJbzQ { width:9.4375rem;height:3.16875rem;top:17.5625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h7LiokHPLWn4tVNSdK9wEd69ktqrJbg5 { width:11.875rem;height:3.16875rem;top:13.5rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D04n2bQmoWMgSAToP0aZUaLhh1XZP43b { width:9.75rem;height:2.1125rem;top:10.5625rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcgpOQ9cMo0ntzFSLnBmnwQkvz8PFQhK { width:15.625rem;height:36.25rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFfcXbhOuSWSDxv6Z5ZqdylfFaOzaWi0 { width:15.6875rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xN3JiJ5ukIAQx49HwLZCpPfrGF1zUqR7 { width:13.25rem;height:2.4375rem;top:0.9375rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylvdnmx80OU1c127g1UNu80gz1VWybTX { width:1rem;height:1rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBpU35m67kGG7k9tgzFd4RfPQeXq8Wu0 { width:13.125rem;height:2.4375rem;top:26.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRq8BWITE9x5QTXt2JFg21SqX57ihwy4 { width:1rem;height:1rem;top:13.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBHMcTtTT5uoSXc8btNthKsXx6BhqTd0 { width:1rem;height:1rem;top:17.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT0yi7BKJ10qAUL7JAfN2F5VoiHiguSR { width:1rem;height:1rem;top:21.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzhrHQnBhM4yctfZtczwbR9HBQDGp4go { width:12.5rem;height:1.05625rem;top:8.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCu91awLVa6eAoai8VIbMM4Tle4QQ4WE { width:1rem;height:1rem;top:10.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGsIDd5WwoafcGdde1ifGnQH0egePg3U { width:14.3125rem;height:2.4375rem;top:27.1875rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDrylVP4utZ1MnpfFwAq7SVu8KxoZPkT { width:13.125rem;height:3.75rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xr6BGxRa3CVgEW1HFnRORwON4QkmsmNG { display:block; }
 }@media only screen and (max-width: 1199px) { #KRulQOGzidsXIBwS4IFX7pM15EzAsPkO { width:1rem;height:1rem;top:17.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwqKITz3tAeEQCneePZqIyKhwF0WgbUg { width:1rem;height:1rem;top:17.625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9y09fqdzfpxhLAZDNThG0mVwTsBxmeT { width:1rem;height:1rem;top:21.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BNH53XwKxW9U3aNawQM7sGRIPSzMCfwL { width:15.625rem;height:2.4375rem;top:0.9375rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dkOuBVxnNmr8wTkHltAyN33V6r4Gr4Eh { width:12.5rem;height:1.05625rem;top:8.6875rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnTOt8fidmbX5R0z6DPvX1LAClkq96RL { width:12.5rem;height:1.05625rem;top:8.6875rem;left:17.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIhRb5zEJJmo0rttS93gTyuUExORzPPR { width:1rem;height:1rem;top:10.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ygmwTyeDzn3PmVlhxu9K9U7Cd6CJ75m6 { width:1rem;height:1rem;top:13.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iUqTuSECX67CpTVIQm8MixWg29GHetWq { width:1rem;height:1rem;top:13.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2zeUxa58xeaP2h7dCJ3LBFA8EH43JOd { width:1rem;height:1rem;top:21.5625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfk70raFSf7XQhwwUq7UdUzzKneUE7Ub { width:10.5625rem;height:1.05625rem;top:21.5625rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ifozF9JAP7daFXAoLXv81xfuRliksEqd { width:11.8125rem;height:3.16875rem;top:17.5625rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E81SHsQeFIeBb5bVemu5VOwk4rO8bNTN { width:11.9375rem;height:3.16875rem;top:13.5rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzitxRR05NXfofzdQbT4GzbaTGRqx3E4 { width:13.125rem;height:3.75rem;top:30.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rO0qHhOBxzEL3apfbRS4TPqF2KThmG8U { display:block; }
 }@media only screen and (max-width: 1199px) { #iX56xIL7nSvTrxWUscSaDMqz300EvS0f { width:15.5rem;height:2.4375rem;top:27.1875rem;left:32.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFvFM3R1ZmefzdFMQE10OZFcMwiJKdnA { width:13.125rem;height:0.0625rem;top:25.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1w5tprnGnxk7r8dNhMkIivOykPlmLF8 { width:5.625rem;height:3.75rem;top:3.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzJ03NaiwWsWkRcASh04nWOWr8Rty8u9 { width:5.625rem;height:3.75rem;top:3.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ttShimgPItqluoKu4KzislSPbuXeyZew { width:24.1875rem;height:0.8941rem;top:34.523956298828rem;left:11.78125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzAa5ErawkRFP8Dhem1NLIzCFnyWeZID { width:1rem;height:1rem;top:23.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CD6Tx0anvgX49XWUXwCg03nr4dGskFvu { width:10.8125rem;height:1.05625rem;top:23.75rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEsxqu4NAlVnDrhH51Ru2ciPiAuVs3bk { width:1rem;height:1rem;top:21.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CMnfPk2C3E6LRmd0uoTZPEneiP7mXVzE { width:11.6875rem;height:1.05625rem;top:21.5625rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zM8pgbdgZwe1SvqfqLttc88ie09RATBF { width:8.875rem;height:4rem;top:4.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf { display:none; }#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf > .row .container { width:47.75rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BpOMwAXyedfhV5UzK5XsUOfZ7PKwrhg4 { width:15.625rem;height:35rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCyXmGz2rccigZlehTCBSD4ZafFqTABr { width:14.375rem;height:35rem;top:0.625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeP3SNoUDBOmRXwJunuXVB7AJc9ZT1gX { width:15.625rem;height:35rem;top:0.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qX91o91FRd9kRED3ST0lVJ4sekT9ioQx { width:13.125rem;height:3.75rem;top:30.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIfOD6fibnfD04tuIkhapzQaJkaablCp { display:block; }
 }@media only screen and (max-width: 1199px) { #u1TTfAQTy0vmwmkW1JbescSR2qC4lL8d { width:13.125rem;height:0.0625rem;top:25.687505722046rem;left:17.312500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SDrbbq4spFlhZW789P3lDr4TvsbdZEAJ { width:10.3125rem;height:2.1125rem;top:11.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOaOHSoC2T8Busw66LpUEIrgS858NZho { width:11.6875rem;height:1.05625rem;top:22.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LOqTfG7Zv95zkE5UAn3CAPR3pMD0T6sl { width:9.75rem;height:2.1125rem;top:11.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJisOXozpB0hihz8TnKIgnQGRt7SiiOU { width:11.8125rem;height:3.16875rem;top:14.75rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGk26MZEVP6wzGCZzf6r7w02m6yzK4zl { width:9.5rem;height:3.16875rem;top:18.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tDasbh2L2ZQElF8XWzO4buIhsFqvnL9z { width:10.8125rem;height:1.05625rem;top:22.8125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPdKvAZXsFikqAC6sPT8lIyDUbhcne3s { width:13.125rem;height:0.0625rem;top:25.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtfJ458qtUFtWcrVD8S9palQt3U5qJBo { width:9.4375rem;height:3.16875rem;top:18.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMLvuToiUE86aCySw99eDgA3Gz5ikIzd { width:11.875rem;height:3.16875rem;top:14.75rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQUB45752bEcMEScbi1xEP64LtXOC6eo { width:9.75rem;height:2.1125rem;top:11.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wR1MoB9NKQCS3O1XnTCpDe4EtdPRU5mu { width:15.625rem;height:36.25rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFWCRxExWObFpUq3V7bzuS5bRhHTDcVD { width:15.6875rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nA376vdLMVuHUIkQT7XilnEQ9nX3wPXK { width:13.25rem;height:2.4375rem;top:1.25rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTdZuwFhO9cI2vwOa8TSweR1xtXJEGbW { width:1rem;height:1rem;top:12rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wuPKUDWfMKDPwQ1RmgXJCzBgTt8t6aRN { width:13.125rem;height:2.4375rem;top:26.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGUUBwTFTTNbJ01XXKJXReVR9OSQxTQD { width:1rem;height:1rem;top:14.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQl1W9oTc4UOmG9rutMarNguoc9R2FN9 { width:1rem;height:1rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rURqAvULlWpBUuA0U40ub6CBD4inUL4n { width:1rem;height:1rem;top:22.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cOQBvz77ZyqtbJ2aKQyv0uwWfCmIuGrr { width:12.5rem;height:1.05625rem;top:9.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TngDdBpowL4LyvoBDeCaJJg4s1w2C4g7 { width:1rem;height:1rem;top:12rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PS3Kaa9JCX55ctF6DnohAlzmugluv403 { width:14.3125rem;height:2.4375rem;top:27.1875rem;left:16.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i7p0B9rhgH0omx5WIl6MWtN5oNfwMW9A { width:13.125rem;height:3.75rem;top:30.5625rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p081IVcyTu4ngaThQZoIKolDrZfxZlv1 { display:block; }
 }@media only screen and (max-width: 1199px) { #P4A4Lb8ZCTsz2dUqZKJv63ZqKXd1E3eA { width:1rem;height:1rem;top:14.9375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgBPXxhF9eIXU4kEIIBoTiBf4pwWMUGa { width:1rem;height:1rem;top:18.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MIQVwys5KLvMSn0VXUHB3Ghowyo0RT5x { width:1rem;height:1rem;top:22.8125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2Onm4E3qhQpH8hehZuFbrKk5VCV6OS8 { width:15.625rem;height:2.4375rem;top:1.25rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bevSpy3QM0TT6IV1Z2c4SqxsbmbTREAU { width:12.5rem;height:1.05625rem;top:9.9375rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evDeP4mA2Tv93v4CmTRXJxJN7esEPiuk { width:12.5rem;height:1.05625rem;top:9.9375rem;left:17.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ykvZcWGVsonfC1fWVuTlE8SM5MV9i1Pq { width:1rem;height:1rem;top:12rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKHq88nWuUHFJ1EVVNitCHd9v6m3etzu { width:1rem;height:1rem;top:14.9375rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hn2H7dOJCXH803OtZ5tz8bHdsaebZKmN { width:1rem;height:1rem;top:18.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l39xKn8ICRsX6OtLnA0IS9XNfK1UPnAN { width:1rem;height:1rem;top:22.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KDxvaUCetWnHsnlmsU9kPTCF1Stz4Muw { width:10.5625rem;height:1.05625rem;top:22.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyEzcwEuOqQz6hcnbhEUF8AWTEWTksZ3 { width:11.8125rem;height:3.16875rem;top:18.8125rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUBBesqPxnfbwVcMEnDnkXyw15NwLleK { width:11.9375rem;height:3.16875rem;top:14.75rem;left:35.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fd52PkZl82ovcuqTRpx8J6xnXRObLuiQ { width:13.125rem;height:3.75rem;top:30.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLA5wCLU84sMmNdWulZmbWPDcRTQhzio { display:block; }
 }@media only screen and (max-width: 1199px) { #QOtwTtw7059RaQ2ZyD7uXb5RXLWUZIkI { width:15.5rem;height:2.4375rem;top:27.1875rem;left:32.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTmOE63htabrpcSh2W3SIuAV4ZLeR02h { width:13.125rem;height:0.0625rem;top:25.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F6CJ258GXzdG95O0Mwub9xLH6uzZJ44D { width:5.625rem;height:3.75rem;top:4.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rluWqxCJD8hyfc6zW37MHbDLAz07I69X { width:9.375rem;height:3.75rem;top:4.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUZaH9Frxk2npnVXx6v8o1NKORGwUg2f { width:5.625rem;height:3.75rem;top:4.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czRdyoTrpg3H6HALXZL74ctsFighq9yZ { width:24.1875rem;height:0.8941rem;top:34.523956298828rem;left:11.78125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxbMbgMB8iiaoKFVrcBi3WwhoA7VCSPo { width:2.875rem;height:2.875rem;top:29.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0UXzSf8AFq3wWncnptV8FTR128Qdo9a { display:block; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row .container { width:47.75rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q53cnS3QQI3ubFfWTTSSbXMhIeumf5BW { width:47.75rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5rFtGyzHH1ScgdUZKBG089TeCQKWgyM { width:45.1875rem;height:10.96875rem;top:26.0625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCQauqpzVr4E0A5l4u9UqTwKE0JO233L { width:47.75rem;height:11.625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgfH4TTxS90y2dKpUQS1XGpLcQTf0Ofe { width:1.375rem;height:1.375rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJCt3XSy9JRxklslbOquNHW0MLSftwQf { width:1.375rem;height:1.375rem;top:30.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVIitpsmnGVKmuw4R0qJmnK3HiJXErVM { width:1.375rem;height:1.375rem;top:28.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDLbUBlQv2QQViDeHAvFoWTQhp1TbNTS { width:1.375rem;height:1.375rem;top:25.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mqa1uQuTCVQPFuyGHJImFGPdiJUK6fNS { width:16.25rem;height:3.75rem;top:39rem;left:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ExLxmgUkHrWL6ghT8Hfz13DG4rGETveg { display:block; }
 }@media only screen and (max-width: 1199px) { #CpHB0cR2cHGARRw71V2rg4MNtGngFTQw { width:1.375rem;height:1.375rem;top:35.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uIJRteCSe3zdxwJvFHTzd8lreWH5mAcv { width:28.0625rem;height:20rem;top:5.3125rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL { display:block; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FgkGbxgapCl4e0pEznJ6Tgu9s57JRdaD { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVen22373bs4zT5CgxLCiQ5azKiZEGlb { display:block; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { width:47.75rem;height:2.275rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { width:47.125rem;height:2.5rem;top:3.4375rem;left:0.625rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 1199px) { #pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block; }
 }@media only screen and (max-width: 1199px) { #FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { width:14.375rem;height:1.3rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4DGrns6gdliEgWZOiol6uFKk0LD676u { width:2.5rem;height:2.5rem;top:3.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQnImDs37h87PrpcblA5fh2WVMio0Nvy { display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZkirdoO81Tqr5trb36weZDeTrFnQyccU { width:46rem;height:18rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block; }
 }@media only screen and (max-width: 1199px) { #iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { width:17.375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { width:45.5625rem;height:1.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 1199px) { #uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block; }
 }@media only screen and (max-width: 1199px) { #Mysin3w8waoJtfinncSbvm29nqH6Bvlh { width:11.875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { width:47.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 1199px) { #RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block; }
 }@media only screen and (max-width: 1199px) { #zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { width:21.4375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { width:47.75rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qsHo3WJZWb7XrBlzvJqerqZ7zPOuo1B7 { width:46.9375rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block; }
 }@media only screen and (max-width: 1199px) { #GORoJfILvET99GJTWqGoRnSUfeLmvF4J { width:16.6875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLwDc69sxg8MTccApbAMZestDZZcDV7T { display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VbhImeTaVmT45XKayHFAvTMD2aOpAuxx { width:44.8125rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block; }
 }@media only screen and (max-width: 1199px) { #kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { width:18.5625rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gxzolaxzn849xTEVHiOB0x9civiFh8fk { width:46.5625rem;height:6rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH327zg611y8Fd9eEdn5ONfTWp4p39bg { display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block; }
 }@media only screen and (max-width: 1199px) { #BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { width:24.5625rem;height:1.3rem;top:1.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6oAL3wghZqnwNFRNC6RhnVznmilTULu { display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { width:47.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uRR28ATN8TOamBTK214e7U156oXX8Utm { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block; }
 }@media only screen and (max-width: 1199px) { #U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { width:30.125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { width:46.375rem;height:3rem;top:0rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block; }
 }@media only screen and (max-width: 1199px) { #ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { width:30.8125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { width:45.4375rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QVAo46NrTqwl8C5B56IoDtFc772tVMIX { display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { width:15.875rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ye6QgzF658bv2CyTqxyarirG9V1BGKsW { width:15.625rem;height:3.65625rem;top:6.6875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { width:15.625rem;height:3.65625rem;top:6.6875rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { width:15.875rem;height:4.0625rem;top:2.0625rem;left:15.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { width:15.875rem;height:4.0625rem;top:2.0625rem;left:31.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { width:15.625rem;height:3.65625rem;top:6.6875rem;left:32rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { display:block; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { width:47.75rem;height:2.275rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { width:46.5rem;height:13.6rem;top:10.75rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { width:18.75rem;height:2.5rem;top:6.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { display:block; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { width:43rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { width:19.8125rem;height:1.462675rem;top:7.26953125rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzORlXMULQlrf5shrHAegHd0y0xlBfpV { width:19.8125rem;height:1.462675rem;top:7.25rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { width:1.5rem;height:1.5rem;top:7.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { width:1.5rem;height:1.5rem;top:7.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { width:36.25rem;height:1.1375rem;top:12.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { width:10.5625rem;height:1.1375rem;top:12.625rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lcUJCTTZqddob2lOR5pQ13TZu9TMICpo { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -moz-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -ms-linear-gradient(135deg, #1c1c4a, #1f1f68);background-image: -o-linear-gradient(135deg, #1c1c4a, #1f1f68);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c4a', endColorstr='#1f1f68' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c4a', endColorstr='#1f1f68' );";background-image: linear-gradient(135deg, #1c1c4a, #1f1f68);background-size:auto !important;display:none; }#lcUJCTTZqddob2lOR5pQ13TZu9TMICpo > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HJ7fHCWhJTrIV6igpcXFOK0PsNkMnohU { width:18.75rem;height:2.4rem;top:4.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AQxuTerkPLwDCp4IF7IJSr0aQFix7TwO { width:16.25rem;height:3.125rem;top:7.25rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kLGmd2CgqPpb4ELRMpaR5VBCF9g16lx6 { display:block; }
 }@media only screen and (max-width: 763px) { #iTWIWdRRSSbFdS1rG3nxmcrs1xB0xID7 { width:6.75rem;height:3.125rem;top:0.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuO1hm3alIfollL8x2axSH4SRos94adI { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #fe8005, #fd6603);background-image: -moz-linear-gradient(135deg, #fe8005, #fd6603);background-image: -ms-linear-gradient(135deg, #fe8005, #fd6603);background-image: -o-linear-gradient(135deg, #fe8005, #fd6603);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8005', endColorstr='#fd6603' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8005', endColorstr='#fd6603' );";background-image: linear-gradient(135deg, #fe8005, #fd6603);background-size:auto !important;display:none; }#EuO1hm3alIfollL8x2axSH4SRos94adI > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZkQTFU1bITHMpvCxo5Kyf54teKZxKioc { width:20rem;height:3.0875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PAIqz917zHBgkHoaJUxAFSFvGVOUyGs2 { width:20rem;height:1.3rem;top:4.7874994277954rem;left:0rem;font-size:1rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5r9ByQUTR23m2uEKXCeSLXyU1Tr4360 { width:16.25rem;height:3.125rem;top:6.875rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rzxRcpHl2a5ygmks41Ds2oCNL2EZXVVi { display:block; }
 }@media only screen and (max-width: 763px) { #AlSBkgaTWyHrFBT1uif8OO3OhVH1AHUk { width:17.5rem;height:5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X { position:relative;z-index:auto;background-color:#ed7dac;background-image:none;display:block; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { background-color: transparent; background-image: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container > .video-iframe-container { display: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row > .video-iframe-container { display: none; }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .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); }#U5TS8MyXd821FpEyxTUdkyGwgKrXhS9X > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vomngxHTieGl87xSk5MwGpnSDGz4PXow { width:10rem;height:1.375rem;top:0.875rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ulIkFVRpaw22koyFRsy7SVxOa2SVRwnI { width:20rem;height:0;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Pal692qleW67E4y6efmEllzLcPqrxkhL { width:6.25rem;height:2.25rem;top:0.0625rem;left:0rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #XnpQTJmAT6sQDJNu3z9dE7sWI60KKNG8 { display:block; }
 }@media only screen and (max-width: 763px) { #mLFsemu7x3wI27lvmETUgozdZXoZbZFD { width:2.75rem;height:2.25rem;top:0.0625rem;left:17.25rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #MmUldF4Op1EZaPystyZCcgirZln4WTRV { display:block; }
 }@media only screen and (max-width: 763px) { #G6x4kAUIwkbKEpZxTMoeXkSbnKw17uRN { width:10rem;height:2.25rem;top:0.0625rem;left:6.6875rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #BUb71SGPHtv6iTyUMgAyvaR3Fi9UBBqS { display:block; }
 }@media only screen and (max-width: 763px) { #nV6yQZFp4noRGHoaLvKDGX1whz4Ca3St { width:7.5625rem;height:2.875rem;top:3.3125rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVoSD4CM4o6CerDhMkLMmEdSGVQcleCn { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRgor69zQEM2g72OfgBnT3JdJa3FH37J { display:flex;width:1.875rem;height:1.875rem;top:0.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMFz2lJmtGl36e8no9T9PsJo5roD5EIT { background-color:#ed7dac;background-image:none;display:block; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { background-color: transparent; background-image: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container > .video-iframe-container { display: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row > .video-iframe-container { display: none; }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .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); }#gMFz2lJmtGl36e8no9T9PsJo5roD5EIT > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJuX2c1EUeEHvPkxNbsWD2v6wlTSKpfV { width:20rem;height:7.8rem;top:16.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uBAJWImBMI5yOu8WOVNnHUyeOErENlBW { width:19.3125rem;height:8.53125rem;top:25.125rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S7aMiwqbKb73Hd6bCvQUEIunBP2R8r8k { width:16.25rem;height:3.125rem;top:34.875rem;left:1.875rem;color:#ed7dac;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tK6xLhnXqVbAD82O2F2a903xgm1uf4g5 { display:block; }
 }@media only screen and (max-width: 763px) { #vA3S1ZqKDGCg6MFDewDIcEH24cdC5Uts { width:18.0625rem;height:13.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roAKyRICPhPO3ZqCkpNdRbi3xth6Puus { display:block; }#roAKyRICPhPO3ZqCkpNdRbi3xth6Puus > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgGW1NzukWEU3rphByWUKEz8qiuksTfm { width:14.8125rem;height:3.16875rem;top:1.875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPiCrhUt4Xk5grlDtRnTPAGoiPGp6RPk { width:14.75rem;height:4.225rem;top:6.875rem;left:4.09375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUJ87dZd5fh1VGPRBpxSRBSBa0PiwASB { width:13.4375rem;height:2.1125rem;top:13.318748474121rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMOQu2PvU8epAnF8eEM42am8bzgPBEcc { width:15.625rem;height:2.1125rem;top:18.4375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRNSeGa9Kxi4I7u7vJDgsbb2Fh1PKehl { width:14.75rem;height:2.1125rem;top:23.3125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyakoCqck36bOtttyUbF6q0mC46Ek4l1 { width:20rem;height:1.25rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfaWPhm184oMCicxfhw8qEt4kfwxSe7I { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlB3hTxdVWZa7UmekCxoAKT5gSeG45y { width:3.125rem;height:3.125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQcWm2kRpw5nXJgh1o3OBsrosf6PD6Un { width:3.125rem;height:3.125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGuOIp8hL6z5JtHHxHlTTEpcxfoyoW34 { width:3.125rem;height:3.125rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCmdWTiJznbkhdBdgt54FsbhHaknydRq { width:3.125rem;height:3.125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB { display:block; }#qI4fwQbbVCscxqWwfpIvDlyhm7eKXIGB > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g43yqaMTfqF1d9zM7xE7TizviUsvm5bw { width:17.5rem;height:11.8125rem;top:0rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 { display:block; }#hpwTZW0H0gDWn2wbJWketuAXvmXgIqx8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki85D9BL3ArUE8onI5dOWN8lyOyzs5RT { width:18.75rem;height:4.875rem;top:0.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ixVm3X3p9iIVP32s4AOfpbWBPya2GauH { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 { display:block; }#GRMO72wAwZTdLQOZW8Hqt9ZWt2ktnQK8 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbTT50ukVK4vFGwZsU4I5Nkd8vKntJri { width:20rem;height:3.9rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ISTE9lwuOqy51tcxfryTl7U1EBKeac { display:block; }#m9ISTE9lwuOqy51tcxfryTl7U1EBKeac > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzSyk2VDLtE4hnOPVp6SHlURlJSbOO5x { width:20rem;height:33.75rem;top:36.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU5du30NINPatEpEeGzOArz5KgJJHLQZ { width:18.75rem;height:33.75rem;top:0.62291622161865rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MqMuGXUq7HabeoXiUqnzx5EHRtyAv8 { width:20rem;height:33.75rem;top:71.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ieIzbhUTO4Gby1oHSTtZxoIP1JFJL22k { width:16.25rem;height:3.125rem;top:65.623962402344rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNMFifTnc4z3rqbvNdkxLJQmFKFNhqg { display:block; }
 }@media only screen and (max-width: 763px) { #Wq51PrvhHlf7KqXkOTwddCEhDHWMMXl8 { width:17.5rem;height:0.0625rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FngCgeW7Krg7iDnVPlxfSSOuIVpM2wdV { width:15.9375rem;height:2.275rem;top:48.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3apgz8SPFJpCrvcxImM9BMMnSvvTErL { width:15rem;height:1.1375rem;top:57.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvh0heyi7vmZMCXQbSFt9DNBxFigMnwT { width:13.6875rem;height:2.275rem;top:12.638534545899rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgvuRlyx1eTX9AXFGMfyhNng4QIhKAse { width:16.3125rem;height:2.275rem;top:15.673965454101rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZUo3cl17DBDZCJUOthm14ew3abzsVr { width:16.0625rem;height:2.275rem;top:18.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc9CTIfa7hmC9mvPHah5MnPmBA6QTtQV { width:15.1875rem;height:1.1375rem;top:21.90625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ49vLLNq5yCQzHy6dASgzB6KJcMLzFX { width:17.5rem;height:0.0625rem;top:60.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBs95CFvJ8iHCWJQRNuiqclt1sGUD5x { width:17.0625rem;height:2.275rem;top:54.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2Q6FCsuUTyxhPUnG6eOGPLywBIJ71T { width:17.0625rem;height:2.275rem;top:51.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgBd6sfggtkWil2NEk2u8KBLQSAQw2p2 { width:15.1875rem;height:2.275rem;top:83.506248474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnJfDwcpcHP53hkOAiSc11EIBqpKMrS9 { width:20rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxF5hNn3cCUkwMJOJkPNlicPBmRq979H { width:20rem;height:2.6rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e88F9Z7TdMzzMOxvDCXLklyPqqOusl3R { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRpSwllIUIhwGu3LJJJE6Je50JUho9NC { width:1rem;height:1rem;top:48.612503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI5WTcxTHvLJIIS15bAnQQEwwyWdhWeG { width:18.75rem;height:2.6rem;top:62.011459350586rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJltAmZ64qvQJm8hKv1MrdT6zyoXTrH { width:1rem;height:1rem;top:51.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndC6vXhElT0DTBJGxzRBHTzcUTx7qOTI { width:1rem;height:1rem;top:83.568748474119rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVc14DBEA3APqfioHtGPzvnp5blUuhiq { width:1rem;height:1rem;top:57.787506103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuLEeJUIC2W4h3Z6SrntdckbaGRWr91 { width:12.5rem;height:1.1375rem;top:46.387496948243rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw0gubdOKeXh1mpSTus6pZkbfbB3p962 { width:1rem;height:1rem;top:12.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck1T4nUJG5nDA2qBU4xK5u2gZzctGokv { width:18.75rem;height:2.6rem;top:26.487503051757rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9AMKUgTzwsc0pXeeE2oIiCdwrkB403q { width:16.25rem;height:3.125rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwT48RoxM39dU0ynQfpipoZZTIOcnMSN { display:block; }
 }@media only screen and (max-width: 763px) { #ica1TZoaahFpmUETgQHAfB7wJTpxIGT3 { width:8.75rem;height:1.4375rem;top:24.523956298828rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUF5BN9S9MhEw4zp7flqQgUTCkVmvr6t { width:7.0625rem;height:1.3rem;top:24.523956298828rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3dEyOl7AEJ8g0Tm4PpN50o1pNcMVR9z { width:1rem;height:1rem;top:86.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhy3GzbTfoNOffNKW0yg2ygV6izVRMIr { width:1rem;height:1rem;top:92.918746948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNykaEpiBACNMRKbptRRGkCf1JtxQv0 { width:1rem;height:1rem;top:21.975006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyToMuiIGDiNPGxOu6Ah14iFqrpLCrxm { width:20rem;height:2.6rem;top:72.550003051756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlRHQan74G2R5T0pvMSGBVrIlVR4V36 { width:12.5rem;height:1.1375rem;top:81.368751525881rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCiR02ENXkgeUOeWyh5slrDz1x2q3MVz { width:12.5rem;height:1.1375rem;top:10.586456298828rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7k51VMaW5ldgZ9RlhIuOxcuMeCb12TA { width:1rem;height:1rem;top:54.800003051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqNV1KPE0Bs6hU9BhTgONJKcFGaPEusB { width:1rem;height:1rem;top:89.887496948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7xhEpJ9yybfDbIsmlHqlxqn3hu3hefB { width:1rem;height:1rem;top:15.725006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDJ0GDSs2tTreTbmrB99pR3yF46uZC6 { width:1rem;height:1rem;top:18.997909545899rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWU7vWN4FiGGmwu5ftkJWIDQr5aqH0vI { width:15.1875rem;height:1.1375rem;top:92.912498474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQOUFrvDXzJ9zHcHlJmFdUawWa3ARwEq { width:16.0625rem;height:2.275rem;top:89.824996948244rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCVdCdpJ6HOAoLG1wnxZLVZdIDqffXu8 { width:16.4375rem;height:2.275rem;top:86.612503051756rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKop7TEov3ZVpCQsdlVVWrK6pShpO96 { width:16.25rem;height:3.125rem;top:100.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0MOclhFF5zeOU65qwxQehBDWvEJ4o3 { display:block; }
 }@media only screen and (max-width: 763px) { #b2W3ELKKPiBgCAS2oGacFEZb9vaX3L2r { width:18.75rem;height:2.6rem;top:96.962501525881rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEEDfo7RDRZHt9tLNToyZcWIKCqt0GWg { width:17.5rem;height:0.0625rem;top:95.900001525881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIex5vGHGVQ8ZnyA8uT6QoOX9I8mg3K { width:5.625rem;height:3.75rem;top:41.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpkmfnkdLX8twP03V92uCBtuiyeAE08 { width:9.375rem;height:3.75rem;top:5.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Oa4wilS0zIfC9WUKPm2Agt8OxZPmul { width:5.625rem;height:3.75rem;top:76.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7JsAZol3r6LwLOe4Vmv1okvIfwet27J { background-color:#ed7dac;background-image:none;display:none; }#L7JsAZol3r6LwLOe4Vmv1okvIfwet27J > .row .container { width:20rem;height:41.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yrlc1wdiMBS0wEeGXC225s226F2wTZ0m { width:20rem;height:1.95rem;top:1.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UxFsqvVgTDA2JRTVIzcRyUKwT71JbfXy { width:19.375rem;height:10.96875rem;top:26.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vrL88rBvlS8CKFL4gUoupKlH8AJbqCJX { width:11.25rem;height:16.125rem;top:5.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w094V6N4Gx2079AXAOTsMEwcF8CHeMfT { width:9.125rem;height:3.5625rem;top:22.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7JOW8B9ONL01ToI5qGdezTRGLRTBwwS { width:20rem;height:1.05625rem;top:39.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC { display:none; }#ef5DdMxllRz0Ad0HiSo65E0ehg7uewTC > .row .container { width:20rem;height:106.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GtuUGsX04fvtBCX7ihFANWwfgDSRT8U2 { width:20rem;height:33.75rem;top:36.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpfIkLTnrVBE2Q5HoOGCf7OSLFPCIPD4 { width:18.75rem;height:33.75rem;top:0.62291622161865rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ85JL16JHcKLtdwenaKe0LHdHNDJmJT { width:20rem;height:33.75rem;top:71.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RaabdTTfwCbp8IbnS5yW1zEsIWKJTO1f { width:16.25rem;height:3.125rem;top:66.248046875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTGsbKI7Nw53lyBsFIDTTNCDZM6I9Ew { display:block; }
 }@media only screen and (max-width: 763px) { #aFKK4KkTCJOmEGcpmDrp0MGIyp8syu1O { width:17.5rem;height:0.0625rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQw8T4o10LoK7bSr6dkgbDN6rmgrwK2 { width:15.9375rem;height:2.275rem;top:47.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ARpANKMMZl7g61dV2mB6zswC0x085W { width:15rem;height:1.1375rem;top:56.875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp5uzFi15410UTZBou8SASSBx8v493z2 { width:13.6875rem;height:2.275rem;top:11.3876953125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VacKc9CDwP2sJDaiqC7GdDW45DBNqMTN { width:16.3125rem;height:2.275rem;top:14.423828125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBsapfvAZBfnWgqeoxP5DKo0JBIOrpTg { width:16.0625rem;height:2.275rem;top:17.5625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ZKFTq7UR57xfAsww0UPwwsZStrQ21 { width:15.1875rem;height:1.1375rem;top:20.65625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JawXS4qu4KeMPehKtwUvTgrM0loRtxpD { width:17.5rem;height:0.0625rem;top:61.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9TrBxDgDOnkvqfAtheVHRnQl3vJbzQ { width:17.0625rem;height:2.275rem;top:53.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7LiokHPLWn4tVNSdK9wEd69ktqrJbg5 { width:17.0625rem;height:2.275rem;top:50.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D04n2bQmoWMgSAToP0aZUaLhh1XZP43b { width:15.1875rem;height:2.275rem;top:83.506248474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcgpOQ9cMo0ntzFSLnBmnwQkvz8PFQhK { width:20rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFfcXbhOuSWSDxv6Z5ZqdylfFaOzaWi0 { width:20rem;height:2.6rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN3JiJ5ukIAQx49HwLZCpPfrGF1zUqR7 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylvdnmx80OU1c127g1UNu80gz1VWybTX { width:1rem;height:1rem;top:47.7373046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpU35m67kGG7k9tgzFd4RfPQeXq8Wu0 { width:18.75rem;height:2.6rem;top:62.6357421875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq8BWITE9x5QTXt2JFg21SqX57ihwy4 { width:1rem;height:1rem;top:50.8623046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBHMcTtTT5uoSXc8btNthKsXx6BhqTd0 { width:1rem;height:1rem;top:83.568748474119rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT0yi7BKJ10qAUL7JAfN2F5VoiHiguSR { width:1rem;height:1rem;top:56.912109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzhrHQnBhM4yctfZtczwbR9HBQDGp4go { width:12.5rem;height:1.1375rem;top:45.51171875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCu91awLVa6eAoai8VIbMM4Tle4QQ4WE { width:1rem;height:1rem;top:11.4873046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGsIDd5WwoafcGdde1ifGnQH0egePg3U { width:18.75rem;height:2.6rem;top:26.487503051757rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDrylVP4utZ1MnpfFwAq7SVu8KxoZPkT { width:16.25rem;height:3.125rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6BGxRa3CVgEW1HFnRORwON4QkmsmNG { display:block; }
 }@media only screen and (max-width: 763px) { #KRulQOGzidsXIBwS4IFX7pM15EzAsPkO { width:1rem;height:1rem;top:86.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwqKITz3tAeEQCneePZqIyKhwF0WgbUg { width:1rem;height:1rem;top:17.7470703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9y09fqdzfpxhLAZDNThG0mVwTsBxmeT { width:1rem;height:1rem;top:20.724609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNH53XwKxW9U3aNawQM7sGRIPSzMCfwL { width:20rem;height:2.6rem;top:72.550003051756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkOuBVxnNmr8wTkHltAyN33V6r4Gr4Eh { width:12.5rem;height:1.1375rem;top:81.368751525881rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnTOt8fidmbX5R0z6DPvX1LAClkq96RL { width:12.5rem;height:1.1375rem;top:9.3359375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIhRb5zEJJmo0rttS93gTyuUExORzPPR { width:1rem;height:1rem;top:53.9248046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygmwTyeDzn3PmVlhxu9K9U7Cd6CJ75m6 { width:1rem;height:1rem;top:89.887496948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUqTuSECX67CpTVIQm8MixWg29GHetWq { width:1rem;height:1rem;top:14.474609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2zeUxa58xeaP2h7dCJ3LBFA8EH43JOd { width:1rem;height:1rem;top:92.98046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfk70raFSf7XQhwwUq7UdUzzKneUE7Ub { width:15.1875rem;height:1.1375rem;top:92.912498474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifozF9JAP7daFXAoLXv81xfuRliksEqd { width:16.0625rem;height:2.275rem;top:89.824996948244rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E81SHsQeFIeBb5bVemu5VOwk4rO8bNTN { width:16.4375rem;height:2.275rem;top:86.612503051756rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzitxRR05NXfofzdQbT4GzbaTGRqx3E4 { width:16.25rem;height:3.125rem;top:100.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO0qHhOBxzEL3apfbRS4TPqF2KThmG8U { display:block; }
 }@media only screen and (max-width: 763px) { #iX56xIL7nSvTrxWUscSaDMqz300EvS0f { width:18.75rem;height:2.6rem;top:96.962501525881rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFvFM3R1ZmefzdFMQE10OZFcMwiJKdnA { width:17.5rem;height:0.0625rem;top:95.900001525881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1w5tprnGnxk7r8dNhMkIivOykPlmLF8 { width:5.625rem;height:3.75rem;top:40.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzJ03NaiwWsWkRcASh04nWOWr8Rty8u9 { width:5.625rem;height:3.75rem;top:76.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttShimgPItqluoKu4KzislSPbuXeyZew { width:20rem;height:0.8941rem;top:33.271881103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzAa5ErawkRFP8Dhem1NLIzCFnyWeZID { width:1rem;height:1rem;top:23.26171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD6Tx0anvgX49XWUXwCg03nr4dGskFvu { width:10.6875rem;height:1.1375rem;top:23.193359375rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsxqu4NAlVnDrhH51Ru2ciPiAuVs3bk { width:1rem;height:1rem;top:59.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnfPk2C3E6LRmd0uoTZPEneiP7mXVzE { width:9.9375rem;height:1.1375rem;top:59.181640625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM8pgbdgZwe1SvqfqLttc88ie09RATBF { width:9.5625rem;height:4.375rem;top:4.3000001907349rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf { display:none; }#ABBGsBuaHWdLTIFA7xSZfbauM9xP1nlf > .row .container { width:20rem;height:112.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BpOMwAXyedfhV5UzK5XsUOfZ7PKwrhg4 { width:20rem;height:33.75rem;top:36.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyXmGz2rccigZlehTCBSD4ZafFqTABr { width:18.75rem;height:33.75rem;top:0.62291622161865rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeP3SNoUDBOmRXwJunuXVB7AJc9ZT1gX { width:20rem;height:33.75rem;top:71.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qX91o91FRd9kRED3ST0lVJ4sekT9ioQx { width:16.25rem;height:3.125rem;top:65.623962402344rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfOD6fibnfD04tuIkhapzQaJkaablCp { display:block; }
 }@media only screen and (max-width: 763px) { #u1TTfAQTy0vmwmkW1JbescSR2qC4lL8d { width:17.5rem;height:0.0625rem;top:25.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDrbbq4spFlhZW789P3lDr4TvsbdZEAJ { width:15.9375rem;height:2.275rem;top:48.5rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOaOHSoC2T8Busw66LpUEIrgS858NZho { width:15rem;height:1.1375rem;top:57.75rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOqTfG7Zv95zkE5UAn3CAPR3pMD0T6sl { width:13.6875rem;height:2.275rem;top:12.638534545899rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJisOXozpB0hihz8TnKIgnQGRt7SiiOU { width:16.3125rem;height:2.275rem;top:15.673965454101rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGk26MZEVP6wzGCZzf6r7w02m6yzK4zl { width:16.0625rem;height:2.275rem;top:18.8125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDasbh2L2ZQElF8XWzO4buIhsFqvnL9z { width:15.1875rem;height:1.1375rem;top:21.90625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPdKvAZXsFikqAC6sPT8lIyDUbhcne3s { width:17.5rem;height:0.0625rem;top:60.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtfJ458qtUFtWcrVD8S9palQt3U5qJBo { width:17.0625rem;height:2.275rem;top:54.6875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMLvuToiUE86aCySw99eDgA3Gz5ikIzd { width:17.0625rem;height:2.275rem;top:51.625rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQUB45752bEcMEScbi1xEP64LtXOC6eo { width:15.1875rem;height:2.275rem;top:83.506248474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR1MoB9NKQCS3O1XnTCpDe4EtdPRU5mu { width:20rem;height:35rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFWCRxExWObFpUq3V7bzuS5bRhHTDcVD { width:20rem;height:2.6rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA376vdLMVuHUIkQT7XilnEQ9nX3wPXK { width:20rem;height:2.6rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTdZuwFhO9cI2vwOa8TSweR1xtXJEGbW { width:1rem;height:1rem;top:48.612503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuPKUDWfMKDPwQ1RmgXJCzBgTt8t6aRN { width:18.75rem;height:2.6rem;top:62.011459350586rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGUUBwTFTTNbJ01XXKJXReVR9OSQxTQD { width:1rem;height:1rem;top:51.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQl1W9oTc4UOmG9rutMarNguoc9R2FN9 { width:1rem;height:1rem;top:83.568748474119rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rURqAvULlWpBUuA0U40ub6CBD4inUL4n { width:1rem;height:1rem;top:57.787506103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOQBvz77ZyqtbJ2aKQyv0uwWfCmIuGrr { width:12.5rem;height:1.1375rem;top:46.387496948243rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TngDdBpowL4LyvoBDeCaJJg4s1w2C4g7 { width:1rem;height:1rem;top:12.737503051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS3Kaa9JCX55ctF6DnohAlzmugluv403 { width:18.75rem;height:2.6rem;top:26.487503051757rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7p0B9rhgH0omx5WIl6MWtN5oNfwMW9A { width:16.25rem;height:3.125rem;top:30rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p081IVcyTu4ngaThQZoIKolDrZfxZlv1 { display:block; }
 }@media only screen and (max-width: 763px) { #P4A4Lb8ZCTsz2dUqZKJv63ZqKXd1E3eA { width:1rem;height:1rem;top:86.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgBPXxhF9eIXU4kEIIBoTiBf4pwWMUGa { width:1rem;height:1rem;top:92.918746948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQVwys5KLvMSn0VXUHB3Ghowyo0RT5x { width:1rem;height:1rem;top:21.975006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Onm4E3qhQpH8hehZuFbrKk5VCV6OS8 { width:20rem;height:2.6rem;top:72.550003051756rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bevSpy3QM0TT6IV1Z2c4SqxsbmbTREAU { width:12.5rem;height:1.1375rem;top:81.368751525881rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDeP4mA2Tv93v4CmTRXJxJN7esEPiuk { width:12.5rem;height:1.1375rem;top:10.586456298828rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykvZcWGVsonfC1fWVuTlE8SM5MV9i1Pq { width:1rem;height:1rem;top:54.800003051757rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKHq88nWuUHFJ1EVVNitCHd9v6m3etzu { width:1rem;height:1rem;top:89.887496948244rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn2H7dOJCXH803OtZ5tz8bHdsaebZKmN { width:1rem;height:1rem;top:15.725006103516rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l39xKn8ICRsX6OtLnA0IS9XNfK1UPnAN { width:1rem;height:1rem;top:18.997909545899rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDxvaUCetWnHsnlmsU9kPTCF1Stz4Muw { width:15.1875rem;height:1.1375rem;top:92.912498474119rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyEzcwEuOqQz6hcnbhEUF8AWTEWTksZ3 { width:16.0625rem;height:2.275rem;top:89.824996948244rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUBBesqPxnfbwVcMEnDnkXyw15NwLleK { width:16.4375rem;height:2.275rem;top:86.612503051756rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd52PkZl82ovcuqTRpx8J6xnXRObLuiQ { width:16.25rem;height:3.125rem;top:100.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLA5wCLU84sMmNdWulZmbWPDcRTQhzio { display:block; }
 }@media only screen and (max-width: 763px) { #QOtwTtw7059RaQ2ZyD7uXb5RXLWUZIkI { width:18.75rem;height:2.6rem;top:96.962501525881rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTmOE63htabrpcSh2W3SIuAV4ZLeR02h { width:17.5rem;height:0.0625rem;top:95.900001525881rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6CJ258GXzdG95O0Mwub9xLH6uzZJ44D { width:5.625rem;height:3.75rem;top:41.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rluWqxCJD8hyfc6zW37MHbDLAz07I69X { width:9.375rem;height:3.75rem;top:5.5625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUZaH9Frxk2npnVXx6v8o1NKORGwUg2f { width:5.625rem;height:3.75rem;top:76.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czRdyoTrpg3H6HALXZL74ctsFighq9yZ { width:20rem;height:0.8941rem;top:33.271881103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxbMbgMB8iiaoKFVrcBi3WwhoA7VCSPo { width:3.625rem;height:3.625rem;top:27.1875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0UXzSf8AFq3wWncnptV8FTR128Qdo9a { display:block; }#D0UXzSf8AFq3wWncnptV8FTR128Qdo9a > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q53cnS3QQI3ubFfWTTSSbXMhIeumf5BW { width:20rem;height:1.95rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5rFtGyzHH1ScgdUZKBG089TeCQKWgyM { width:18.0625rem;height:14.7875rem;top:18.0625rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #FCQauqpzVr4E0A5l4u9UqTwKE0JO233L { width:20rem;height:9.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfH4TTxS90y2dKpUQS1XGpLcQTf0Ofe { width:1.375rem;height:1.375rem;top:27.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJCt3XSy9JRxklslbOquNHW0MLSftwQf { width:1.375rem;height:1.375rem;top:23.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVIitpsmnGVKmuw4R0qJmnK3HiJXErVM { width:1.375rem;height:1.375rem;top:21.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDLbUBlQv2QQViDeHAvFoWTQhp1TbNTS { width:1.375rem;height:1.375rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqa1uQuTCVQPFuyGHJImFGPdiJUK6fNS { width:16.25rem;height:3.125rem;top:34.8125rem;left:1.875rem;color:#000000;border-top:0.0625rem solid #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExLxmgUkHrWL6ghT8Hfz13DG4rGETveg { display:block; }
 }@media only screen and (max-width: 763px) { #CpHB0cR2cHGARRw71V2rg4MNtGngFTQw { width:1.375rem;height:1.375rem;top:30.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIJRteCSe3zdxwJvFHTzd8lreWH5mAcv { width:18.75rem;height:13.375rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL { display:block; }#ZuP0PsVvrit6hKP6NzlqUTqEOttSaWyL > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgkGbxgapCl4e0pEznJ6Tgu9s57JRdaD { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVen22373bs4zT5CgxLCiQ5azKiZEGlb { display:block; }#zVen22373bs4zT5CgxLCiQ5azKiZEGlb > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvXMRzGf9HCZSGooK0RiItmmwsVwXe9w { width:17.5rem;height:3.9rem;top:0.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKfxUbJtLD6JJ4rKVXatfZJX1Q0r0uU8 { width:12.5rem;height:2.5rem;top:5.8000001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfcsQtNITOzBSiGEnvvU8iNWQIcdeXiz { display:block; }
 }@media only screen and (max-width: 763px) { #FtQ5JZNJkULJkWXkcO79Tl0I1BwlFZzd { width:18.75rem;height:1.3rem;top:6.39999961853rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4DGrns6gdliEgWZOiol6uFKk0LD676u { width:2.5rem;height:2.5rem;top:9.5498046875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQnImDs37h87PrpcblA5fh2WVMio0Nvy { display:block; }#fQnImDs37h87PrpcblA5fh2WVMio0Nvy > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkirdoO81Tqr5trb36weZDeTrFnQyccU { width:17.5rem;height:21rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan { display:block; }#ahkohHkC5Ky9DN77fTQEDTqWIC2Dudan > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbaTTKZmkHkNT8EZsboFiizPBvJM0kKC { width:14.5625rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJTQ2Bt1iM6ubkvF9VH2rw4EauoRu9I { display:block; }
 }@media only screen and (max-width: 763px) { #iVSIM4vmxlkEtqXDeGbPOfpsNLxWIi58 { width:17.1875rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqyxFROIMcPXBS3AlNcvK8BiA7f9XzFX { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 { display:block; }#k4N5nFuNOsdIG29i2Eg8N2BINpvfXqf2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qvtevpzn877pIoMnCNSfUlGVZX8tAvTr { width:18.75rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC { display:block; }#Xi5tPgVsCWL1uwhnALOx1OIuRxd3FvfC > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNx2NfJ5vsKdsvqDsylyHHQA6o7BQkeE { width:10.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyDugQ6cbkgCxtDgslxntAFhZRi1ULwe { display:block; }
 }@media only screen and (max-width: 763px) { #Mysin3w8waoJtfinncSbvm29nqH6Bvlh { width:12.0625rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIff3SfQCJ13w1cscpx1b1UTxqvDiQQk { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz { display:block; }#sIqUvte9b31rFrTsiMDMFUyWT7RAKwAz > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SffPOrp3sGZMVqDhTKmuXuJBvbuAgMGN { width:18.75rem;height:9.8rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwHc9OXDQxah6lahcLuryqGTdhkCBaJT { display:block; }#pwHc9OXDQxah6lahcLuryqGTdhkCBaJT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLNpNhmB9QUffQXgyQniFQW0kKLMohcT { width:17.8125rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG0wxxzH3H0OSIM4IrHS2rRtsyGitTdC { display:block; }
 }@media only screen and (max-width: 763px) { #zhsJgT7PQcwWtKUGx4QqzibPgQkro8y1 { width:19.125rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLXNoaWyzPKxznuGIadrn5vC6u7NUZa { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BteTfdLETFVTo3RMTGs1r10FJQTX0c1b { display:block; }#BteTfdLETFVTo3RMTGs1r10FJQTX0c1b > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsHo3WJZWb7XrBlzvJqerqZ7zPOuo1B7 { width:18.9375rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i { display:block; }#hCSHrxKAzeEgceDat6BqzvM6IQSn7z7i > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POhrkiF8J9ET8fb0TKvpWAQLR4Ok5xTy { width:15.125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9C3TiVVGBvLJ8cs4xmR9skFahvhLyo5 { display:block; }
 }@media only screen and (max-width: 763px) { #GORoJfILvET99GJTWqGoRnSUfeLmvF4J { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhMJLN9ZJFxusuuRobO4T5IGu0kzXBJO { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLwDc69sxg8MTccApbAMZestDZZcDV7T { display:block; }#lLwDc69sxg8MTccApbAMZestDZZcDV7T > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbhImeTaVmT45XKayHFAvTMD2aOpAuxx { width:18.8125rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 { display:block; }#Repsnxb3mwOPFv1AaABfuEtJ5KwWzL17 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvsBkZwb3mADlbsDTVDAzqBFUfi0dADb { width:18.0625rem;height:2.5rem;top:0.64999961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5sRTKwpvl94WdOSI7Wsl6613IgVWpZS { display:block; }
 }@media only screen and (max-width: 763px) { #kfBwRSZzEn5xfTZWLulZBVPts9m9B8Kk { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW5K2RckyercQ8fu8PhTeoydikDSP3Bg { width:2.5rem;height:2.5rem;top:4.3994140625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U { display:block; }#nmDcwpJbAQnHHw0u4rpbN6U0zEBoz03U > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxzolaxzn849xTEVHiOB0x9civiFh8fk { width:18.75rem;height:12.6rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SH327zg611y8Fd9eEdn5ONfTWp4p39bg { display:block; }#SH327zg611y8Fd9eEdn5ONfTWp4p39bg > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpTsCqot3hbNpGGI3xZ1C0sdVkQ6NDy5 { width:11.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh5a33nBuf7hU1WNGyAHrdff6K9SJ57v { display:block; }
 }@media only screen and (max-width: 763px) { #BieG3PLgTJb98yqTTfxK1Swa6NbSvWyE { width:18.75rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JID6x4X1bnpuxwS86AM5IoDdyOQt2E5B { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6oAL3wghZqnwNFRNC6RhnVznmilTULu { display:block; }#N6oAL3wghZqnwNFRNC6RhnVznmilTULu > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bU4KDgV0BVHXBBpqmNmuJEMv2VzBZg7E { width:18.75rem;height:11.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 { display:block; }#fHDWPsk8KJqhAdSI8rGXwvQNO3HXCXr0 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRR28ATN8TOamBTK214e7U156oXX8Utm { width:19rem;height:2.5rem;top:1.3125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2bk9xzdTCBquOKVPmuO0J7Pww3cWx8C { display:block; }
 }@media only screen and (max-width: 763px) { #U0CTvPtMS9ZsLWoOZTDcsZECbk85t5qC { width:17.9375rem;height:2.6rem;top:1.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ4kvPQAhlegg1eALRtK5HDr9AtZnCEm { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK { display:block; }#SL9p1l0yvVzQnIp4yEoSZHx0HTxwrnyK > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OR0xf1stSKmsTvWT7fhfNw9QOsShLLJ7 { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn { display:block; }#OAKlzm7dbRkIVXUVuMHR2sEqLg3ywdNn > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FBwx7iD4nnAyTM5XToVenxMxb6BrQJJ2 { width:19rem;height:2.5rem;top:1.375rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfZADZvrSGy3pQvAwi9QMPFO90hAKTcN { display:block; }
 }@media only screen and (max-width: 763px) { #ZwIqGcdcyFm8R1xE3JEaRhR2pBhT2SEH { width:16.3125rem;height:2.6rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJlkqayqDaUptETL8n3CZiv42gNJ0lD { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry { display:block; }#sVaX5ZArcJ3565kKpGZKypxFN8yAX7ry > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMGI0gKJTzIzfvbcIq0r1KKQUzKB0AlO { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ { display:block; }#GqJN4OULyLwrsN8oCeNf6pt5qB2AzgRZ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVAo46NrTqwl8C5B56IoDtFc772tVMIX { display:block; }#QVAo46NrTqwl8C5B56IoDtFc772tVMIX > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZdwMXu65WKSv5EKs89DTziBy4WO0xhH { width:18.75rem;height:4.55rem;top:1.875rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6QgzF658bv2CyTqxyarirG9V1BGKsW { width:18.75rem;height:2.4375rem;top:6.66250038147rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2a0MSr0MaxkKoJPToTakmwZRs63ZDk4 { width:18.75rem;height:2.4375rem;top:15.699999809265rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQ1Q6rhvT3rNzSxrrz63HGEhSkiCImR { width:18.75rem;height:4.55rem;top:10.85000038147rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvRVRDsdc6Tm8A1DixrhlGgIB0u73IKI { width:18.75rem;height:4.55rem;top:19.949999809265rem;left:0.625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3uxKqLb6aRhJHWNRwrbTVdm98Rqt4r9 { width:18.75rem;height:2.4375rem;top:24.800000190735rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc { display:block; }#zJny6Bm9VeZL7JZD4gFKSVfmpRD7GrUc > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTso1mTq2uTl13E0FCEtXCOGC7QWDZkg { width:17.5rem;height:1.95rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqwGqwp2Rru681QN7XTo4ndt6aV6F5zb { width:18.75rem;height:24rem;top:9.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #qNq6hLt09SxtEwwl2lvCJVH1riJVDbxH { width:16.875rem;height:2.25rem;top:5.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd { display:block; }#DvyBQ4TrA5Oob15T2VUGNQ90eylB8khd > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT0cvcOvkKrAsC1J2mKs0JNaPZ7MeKUL { width:19.875rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #yMigwhmfeeQ6U3hAdHMGp5RHGRyFQFWW { width:12.4375rem;height:1.462675rem;top:9.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xzORlXMULQlrf5shrHAegHd0y0xlBfpV { width:19.8125rem;height:1.462675rem;top:15.3994140625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #ScTsVP2aS7ZG7VTbmnsZVZraHwRiVs5n { width:1.875rem;height:1.875rem;top:6.8994140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqEdqSI969lFi2iZidHuKtDVvh8tKV8w { width:1.875rem;height:1.875rem;top:12.7373046875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9TDPuEiHTkcRm68ifodVU4QoCgd285 { width:20rem;height:1.1375rem;top:18.5488265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PXibA5EpbzqTeVbkyvhmP2pEzh3kES { width:20rem;height:1.1375rem;top:20.3105453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }