.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,226,226;--color-primary-1:247,167,167;--color-primary-2:241,108,108;--color-primary-3:244,106,62;--color-primary-4:254,140,0;--color-secondary-0:23,155,185;--color-secondary-1:30,89,153;--color-secondary-2:19,66,116;--color-secondary-3:7,47,90;--color-secondary-4:16,20,37;--color-tertiary-0:255,255,255;--color-tertiary-1:136,136,136;--color-tertiary-2:51,51,51;--color-tertiary-3:28,28,28;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/21b8658f-1037-48d3-95d2-20d888a7f9e7/APD2026WeterynariaKRKD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.53125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { background-color:#ff8d07;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;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:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HaF1zAzusoa7woyC9lEmFf94PKPG55bH { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { 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:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { position:absolute;display:block;z-index:15035;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:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:31.1875rem;top:3.75rem;left:3.125rem;overflow:hidden;display:none; }
#Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { position:absolute;display:block;z-index:15144;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.9375rem;width:7.25rem;top:17.65625rem;left:65.5625rem;overflow:hidden;display:block; }
#PGl0LCgGR9tcNpqG9mDDheqt1rC1XaZG { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.25rem;left:1.25rem;display:block; }
#kJ68GTaPHgOtCUCe9SOidzgqWTcStSKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzMP0Rzis3ipMPXlcg90UUwRIU10sIuP { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:9.5rem;display:block; }
#Qux1w6CTDVk089eSSkyCbaEeCumDp0hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIi6dfcBEN2teHI0SqMqz3ucZdSPQTLg { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:20.4375rem;display:block; }
#QrlRp5OKyZecPUu16SeqnCumfC3WXULW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bp4SaW01qH8TVZghVXLb9EEpWuOLXB5z { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:27.5rem;display:block; }
#gSdT1VEIXS0Dw1dUzFzzTkCUvFALHUzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohwi9c8HdbTBQltrhGhKZqED45T5iMlp { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:30.875rem;display:block; }
#TwmSDb7VF0ZOcVxttJ4wW4RkZy8h8J3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nZ91idnR4Es8Jbkmz7DLQGeR15ITZVeX { background-color:rgba(var(--color-secondary-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 #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#pcu3nvd2kwvmzw7QxnV5asahw3LGePwy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuvHng0nQ8wGVtnLdgHz8b41XBsmNGTK { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#nGTT65DVTVzIoQ7WTa6TTd38fA3HU1iN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLDhNchn0Xbdn0k5lKwDh4ubCMaJN7CN { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:14.6875rem;display:block; }
#TklFkrBPlquTNmUH7DbkBJ1aomIbQUdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { background-color: transparent; background-image: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .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); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { border-width: 0; border-radius: 0; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#vcOGkTX0ka0lhdJOUAlmzAXkBKodHJzl { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvxuQtHkampabi89311OzsTngUhcFRk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:6.4rem;font-style:normal;display:block; }
#dHuyTGJMIbgMtU7nTWwf5WnSWgOqUg1L { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:39.71875rem;left:52.125rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#icUs8NanCXebtqDh06FsvO8e1pWuQTTg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:37rem;left:65.625rem;overflow:hidden;display:block; }
#Z9Fax1P04OKZbAoOhzKDtzI0ksAlC0eq { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#CGkGTpyWN7ByS22fUP45zFEfSuQTzT2f { box-sizing:content-box;height:34.6875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),0.35);background-image:none;top:8.75rem;left:0rem;display:block; }
#o0tDT30xRh5fxVz5v48e3Hfp982tFeWZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:37rem;left:45.9375rem;overflow:hidden;display:block; }
#Hovef25Ce0ChhCSHVgJWqpN2CMXDbdS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:39.6875rem;left:32.3125rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lEmqR0ffXtsUoKPke9QmuEiXtNLQIJDa { color:rgba(var(--color-tertiary-0),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:19rem;left:1.875rem;height:19.2rem;font-style:normal;display:block; }
#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f641c0d0-502e-4052-ad58-ac4ab1f60d64/APD_2025_WETERYNARIA_KRK_PUSTE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.adaptive-delivery-prevent-bg, #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.lazyload, #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ.lazyloading { background-image: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { background-color: transparent; background-image: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container > .video-iframe-container { display: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row > .video-iframe-container { display: none; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .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); }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { border-width: 0; border-radius: 0; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { color:rgba(var(--color-primary-3),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.375rem;left:29.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.375rem;left:4.03125rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { color:rgba(var(--color-primary-3),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.03125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GJHtrNP5FReso9llW2a83TUsuKExuePz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3874969482422rem;left:54.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { color:rgba(var(--color-primary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#me7ulTPUeyytvR90uqHlodVz8UoTC6oI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:1.5625rem;left:0rem; }
#HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:1.5625rem;left:25rem; }
#XHXowcuy81xJZk5soIbsBTl1afPsMI3T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:1.5625rem;left:50rem; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;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; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width: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; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.125rem;left:5.9375rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.125rem;left:29.71875rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hldt9OdA7shSDchZRPbqgidBWqOPASTx { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.125rem;left:55.875rem;display:block; }
#qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width: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; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.125rem;left:6.6875rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.125rem;left:29.3125rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.125rem;left:55.90625rem;display:block; }
#AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { position:relative;display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { background-color: transparent; background-image: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width: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; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { color:rgba(var(--color-tertiary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.125rem;left:29.9375rem;display:block; }
#kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.125rem;left:52.71875rem;display:block; }
#xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { position:relative;display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { background-color: transparent; background-image: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.5625rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.2062377929688rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#emG3kkQrqTyg6heruxyNDHuL49f3yvAv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.25rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:14.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:18.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:21.125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.5rem;left:0rem;display:block; }
#s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:26.375rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:26.012512207031rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.25rem;left:0rem;display:block; }
#sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:30.887512207031rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.6875rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-1),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.0625rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqDQqXILLobwHCWPvNdphBBkH36LPtCI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#zaasr78bww8TJvnRu7MdfUe772p8oFdW { box-sizing:content-box;height:5.1875rem;width:75rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:5.125rem;left:0rem;display:block; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { background-color: transparent; background-image: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.6875rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:rgba(var(--color-tertiary-1),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRDFreK1q3RRux4EbVlwTVViwxIvSAop { color:rgba(var(--color-tertiary-1),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.0625rem;left:0rem;display:block; }
#GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.1875rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:17.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.375rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:24.011459350586rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0U23n4wtO3COvufErATvThn6ZCxeBNQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#sMXgM64bwuxtv9SauglDqD0zockGpdfd { color:rgba(var(--color-tertiary-1),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.037506103516rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEdQyBbuOwekDx3W87Gq3CaOlVOEIaEk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:28.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K5FIsPt3fZ4hGTLRnKMKHTZ305OHsy7H { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.125rem;left:0rem;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { background-color: transparent; background-image: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.875rem;left:0rem;display:block; }
#LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.0625rem;left:0rem;display:block; }
#eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:11.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.375rem;left:0rem;display:block; }
#SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:24.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.1875rem;left:0rem;display:block; }
#GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnURLbewTzJ19fDeFBFRaiL2ZLqKAu6P { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:21.0625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NtEdvw4q2codg84FiKToDh5GVJkiFQ4V { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:17.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QXOIAw4HOQagMJUv76J2RyHBaRG1pKLI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.3125rem;left:0rem;display:block; }
#m2QDfsN03g7anKya4vm5RAol4aAdrddi { position:relative;display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { background-color: transparent; background-image: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row > .video-iframe-container { display: none; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .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); }#m2QDfsN03g7anKya4vm5RAol4aAdrddi { border-width: 0; border-radius: 0; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .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; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#slEhUluQuhf3eshEl5cD7i95nCqpgl5I { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.75rem;left:0rem;display:block; }
#JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.3989562988281rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.59375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.300003051757rem;left:0rem;display:block; }
#paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.568756103516rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:33.350006103516rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.725006103516rem;left:0rem;display:block; }
#GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.125rem;left:0rem;display:block; }
#xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:11.636459350586rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4fxcmfgtWABro664LwlknF65F6THIT8 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:14.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDC661mZdxp2FlrD9Ad8dWCWaxoTdLGa { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23rem;left:0rem;display:block; }
#kmzoPO1y8JKfqd1XBmxS8hGHALP5CzDN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:22.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wr8C3aw95qrHGhWICXC2yCaaTq5gHo2g { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:39.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCZKI7f48UclWOOiaSZ3ySplEPRtRTQT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:40.0625rem;left:0rem;display:block; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { background-color: transparent; background-image: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.9375rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.1875rem;left:0rem;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:38.9375rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:39rem;left:0rem; }
#c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { color:rgba(var(--color-primary-3),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:38.9375rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:38.5rem;left:60.9375rem;display:block; }
#ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:39rem;left:73.4375rem; }
#ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.875rem;left:0rem;display:block; }
#qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:33.5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGOeoxm1HJUlOANkp5bHJzuH41sQF0mm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.037498474121rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#byfN46oT0mXZOICmxahX0KnpCQGMnnM8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#JgIG0om0oyTboyCdbybm58gq3haRUZ67 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.3125rem;left:0rem;display:block; }
#AALxBxMO0VgVAEa54ku89ikkaU35fwn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:28.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOiXJazM0O5xHO0M8tIRNUFgFzJFGD65 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:25.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrQoQdOW6cGrmwlUHOZERBihGoCO5rXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:22.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh9l6SLRscKUXeNK5tIBp4lnodx38o8y { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23rem;left:0rem;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.125rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:9.5625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:28.597916603088rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.234375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.211458206177rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:32.91250038147rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#IMi9EleF6uiUGkyVyB6xtpGmFwbfcWbu { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.1875rem;left:0rem;display:block; }
#UnsxPxr7dfSXf65n5GIqSggx8GAd0TfD { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:15.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRlJAZSMgUUfQhf6cHVmhnuyRATUx6Ha { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRaGi0tgpwT3GROFZEpU05TQ7qyTXyE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:22rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgXnKCtnO6h8APb3RrpvbG7F111yUK6T { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:25.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6ayr7VigzPomEEQ3rJQV1WOJIgyuAQh { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.4375rem;left:0rem;display:block; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;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; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.8125rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.548957824707rem;left:0rem;display:block; }
#o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:24.185417175293rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.3125rem;left:0rem;display:block; }
#nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:28.948959350586rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#WwP0TP1hDHUWwVvnkkuTXzU1B3CUDGuv { color:rgba(var(--color-tertiary-1),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:14.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LF9hyTJ48rnTTOVAs10cebnnEmTDsHzg { color:rgba(var(--color-tertiary-4),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:11.6875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1IAZ0FVtfX834lTzP8yc5SeCWzWGhrB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.125rem;left:0rem;display:block; }
#iJlgipqU4EcJSSBIWlTfiuvzVxyJ6kQx { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:21.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zAyKT6NMSHkMQQWer2kLLEU6I1dOT7QJ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:17.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOHZhKtL4kekSSEo6WRwHtoiZNPKa6TB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.375rem;left:0rem;display:block; }
#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv { position:relative;display:block; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv { background-color: transparent; background-image: none; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row .container > .video-iframe-container { display: none; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row > .video-iframe-container { display: none; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .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); }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv { border-width: 0; border-radius: 0; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .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; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;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; }#zNDarUMCnxx0BiPgHGcGlwFkcNXZxShQ { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#W7Rf62VylkoriymyXN45ZO6MLLk7ZlrG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.8125rem;left:0rem;display:block; }
#zxqbclWTwKWD0oiCOVlxWKngBHOfUbfk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5.375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZt3tWlhx3e3HxtbdO0SqStQxJiCG5lk { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIoTDrqJMhzyUm34hXfPQkMEaOHJSnJ3 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.986457824707rem;left:0rem;display:block; }
#OZbvSGUHPlTAqszZGt5uXeyJCb0Iewv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:11.622917175293rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zcymKTLMdBtfNAKGZoh7UCdZ2ocdIeTB { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.75rem;left:0rem;display:block; }
#tK1DPERaxlrxwO3cchcyG8M0bkx3mtRs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:16.386458396912rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a1ZzdyTqzzAcHq3XmCFHMqdirNmtEmrD { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#lBXpsLfATygbMu29s6RVEJnhar0H44Eh { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.673958778381rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#XmS1MICW0guLQu1KcXm5fKAL1UrXn6vd { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#QAozk6Bd18eGsmFAJpueerTkHIHuRBJd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:39.8125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqbGiSyrsf3eTZm3WX8ZHxxX2ONATgWd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:33.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqOSUdymLxGS2a50ObFilhcwUWQANAx9 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:30.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlMwbuVL8ddUTBryNb0L9CdxkLObLwhI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:27.1875rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xruiAbnSc7CqIvMX5d7xTprsGVsHFp1p { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;top:27.625rem;left:0rem;display:block; }
#UioMuwlF4hlKLk5i43VmIsn21zCTUwUl { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.8125rem;left:0rem;display:block; }
#qwa43cW8r37XWaCUlr2cviXwG1Wx00pr { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:rgba(var(--color-primary-3),1);background-image:none;top:40.1875rem;left:0rem;display:block; }
#fZu3wohkpTvAvAGVrG7FL38RfTN5W5R6 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:36.66250038147rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:0.51251220703125rem;left:1.8125rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWk58BcaT5MKBqdQhodStKRIUXGEVltz { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:0.53125rem;left:0rem; }
#T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { color:#c7c7c7;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:0.51251220703125rem;left:60.300003051757rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:0.53125rem;left:72.925003051756rem; }
#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM { position:relative;display:block; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM { background-color: transparent; background-image: none; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row .container > .video-iframe-container { display: none; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row > .video-iframe-container { display: none; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .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); }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM { border-width: 0; border-radius: 0; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .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; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#NmBE9Ii5cTd8eTLdaTwPrFoxgKTQuEOM { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eoap4piGSVE2szNlISLHX328BlnnIiWv { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { position:relative;display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { border-width: 0; border-radius: 0; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .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; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:172.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:none; }#UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.875rem;left:0rem;display:block; }
#zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:8.6875rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { position:absolute;display:block;z-index:15027;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;height:5.125rem;width:5.125rem;top:8.6875rem;left:1.875rem;overflow:hidden;display:block; }
#n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.25rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.6875rem;left:0rem;display:block; }
#QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15105;background-color:#e2e2e2;background-image:none;top:118.1875rem;left:0rem;display:block; }
#wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:120.8125rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:31.625rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:36.625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p523bLvdcydZByf2uF8gFdXFz1xaVNtT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:38.8125rem;left:8.125rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { position:absolute;display:block;z-index:15042;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;height:5rem;width:5rem;top:57.6875rem;left:1.875rem;overflow:hidden;display:block; }
#IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:59.875rem;left:0rem;display:block; }
#uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:57.6875rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:60.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:63.4375rem;left:8.125rem;height:22.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:93.899999618531rem;left:8.125rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:92.118774414062rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:88.900024414062rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:91.3125rem;left:0rem;display:block; }
#WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:130.25rem;left:8.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:127.875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:124.5625rem;left:8.125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:126.97497558594rem;left:0rem;display:block; }
#OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { position:absolute;display:block;z-index:15047;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;height:5rem;width:5rem;top:124.5625rem;left:1.875rem;overflow:hidden;display:block; }
#GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { position:absolute;display:block;z-index:15047;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;height:5rem;width:5rem;top:88.900024414062rem;left:1.875rem;overflow:hidden;display:block; }
#Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:9.4375rem;top:8.4375rem;left:62.534482758619rem;overflow:hidden;display:block; }
#ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:8rem;top:88.400024414062rem;left:66.9375rem;overflow:hidden;display:block; }
#aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { position:absolute;display:block;z-index:15108;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.9375rem;width:6.6875rem;top:124.9375rem;left:59.366668701172rem;overflow:hidden;display:block; }
#ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:58.0625rem;left:66.375rem;overflow:hidden;display:block; }
#wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:8.1875rem;top:125.0625rem;left:66.8125rem;overflow:hidden;display:block; }
#DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { position:absolute;display:block;z-index:15043;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;height:5rem;width:5rem;top:31.625rem;left:1.875rem;overflow:hidden;display:block; }
#yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { color:#072312;display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:156.0625rem;left:8.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { color:rgba(var(--color-tertiary-1),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:153.6875rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { position:absolute;display:block;z-index:15115;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.9375rem;width:9.4375rem;top:151.8125rem;left:43.048957824707rem;overflow:hidden;display:block; }
#UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { position:absolute;display:block;z-index:15054;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;height:5rem;width:5rem;top:150.375rem;left:1.875rem;overflow:hidden;display:block; }
#i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { color:#072312;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:150.375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:152.8125rem;left:0rem;display:block; }
#fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.875rem;top:151.3125rem;left:66.356246948244rem;overflow:hidden;display:block; }
#XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { position:absolute;display:block;z-index:15047;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;height:5rem;width:5rem;top:88.900024414062rem;left:1.875rem;overflow:hidden;display:block; }
#lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:152.8125rem;left:0rem;display:block; }
#SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:126.97497558594rem;left:0rem;display:none; }
#lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10rem;top:151.1875rem;left:54.375rem;overflow:hidden;display:block; }
#bewKc0wykB61DR8udZiU01erRORnhQWT { position:absolute;display:block;z-index:15116;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.4375rem;width:8.625rem;top:151.30555534363rem;left:33.187501907349rem;overflow:hidden;display:block; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { background-color: transparent; background-image: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row > .video-iframe-container { display: none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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); }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .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; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;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; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/83a4cab9-1fee-4724-8480-0927f9325fa9/apd_CENA_wet_KRK.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.adaptive-delivery-prevent-bg, #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.lazyload, #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh.lazyloading { background-image: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { background-color: transparent; background-image: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container > .video-iframe-container { display: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container { display: none; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .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); }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { border-width: 0; border-radius: 0; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { position:absolute;display:block;z-index:15148;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:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.0625rem;left:22.5rem;display:block; }
#VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.125rem;left:23.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.25rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpZFekgFGb5SbI2OzFdG413FAi4dZBML { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:25.4375rem;left:23.125rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBEamUW36F1LDcMv3m6AabraeM5gpTat { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;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:15010;text-align:center;text-align-last:center;top:27.4375rem;left:29.375rem;display:block; }
#Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { color:rgba(var(--color-tertiary-1),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.6875rem;left:23.125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c68a9;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; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .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); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { border-width: 0; border-radius: 0; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#usopnl421qeKwecadAwafXz8Bn4kg8aD { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#uFe3ahodVWKDnVf5RydpIkteKB7stKct { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:2.8rem;display:block; }
#PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { 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:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { 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:15141;opacity:1;top:21.0625rem;left:0rem; }
#aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:20.875rem;left:3.125rem;height:4.2rem;display:block; }
#NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { 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:15143;opacity:1;top:10rem;left:39.6875rem; }
#EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:8.3125rem;left:3.125rem;height:2.8rem;display:block; }
#Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { 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:15141;opacity:1;top:8.625rem;left:0rem; }
#niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:12.875rem;left:3.125rem;height:2.8rem;display:block; }
#UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { 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:15143;opacity:1;top:13.1875rem;left:0rem; }
#pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:17.5625rem;left:3.125rem;height:1.4rem;display:block; }
#neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { 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:15145;opacity:1;top:17.375rem;left:0rem; }
#ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.2rem;display:block; }
#SJPSZug564JLheabVt6Sg1JUuHCzg4OL { 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:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:10.5rem;display:block; }
#aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { color:#dfdfdf;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15141;line-height:1.4;letter-spacing:0;top:25.75rem;left:3.125rem;height:1.225rem;display:block; }
#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46da4d90-f5a1-4a22-a218-bddde2b61ea0/6bcfae4793884f3a949e3042730f4ce6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { border-width: 0; border-radius: 0; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtCSW4B2qCKK28vwPUvMq7M144z7faGk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.25rem;left:46.8125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:16.125rem;width:22.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3rem;left:48.4375rem; }
#nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.299987792969rem;left:51.8125rem;display:block; }
#WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:22.6875rem;top:2.1125030517578rem;left:48.53125rem;overflow:hidden;display:block; }
#a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { 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:12.375rem;width:18.75rem;top:21.375rem;left:0rem;overflow:hidden;display:block; }
#NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:25.1875rem;left:46.1875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { background-color: transparent; background-image: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container > .video-iframe-container { display: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container { display: none; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .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); }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { border-width: 0; border-radius: 0; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#lWf8RJKpvoEXQf6599ukoTFudbKzClfV { background-color:rgba(var(--color-tertiary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { background-color: transparent; background-image: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container > .video-iframe-container { display: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container { display: none; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .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); }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { border-width: 0; border-radius: 0; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:21.75rem;top:1.96875rem;left:34.5625rem;overflow:hidden;display:block; }
#tQ4ng2UaUBox43buZiNFfTcDtgnf85Us { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:13rem;top:3.25rem;left:22.375rem;overflow:hidden;display:block; }
#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { background-color: transparent; background-image: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container > .video-iframe-container { display: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container { display: none; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .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); }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { border-width: 0; border-radius: 0; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.25rem;top:2.875rem;left:47.375rem;overflow:hidden;display:block; }
#KMitQTJu61NP0MkMCgpITaW0aRccR52b { position:absolute;display:block;z-index:15048;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.8125rem;width:6.25rem;top:2.25rem;left:19.8125rem;overflow:hidden;display:block; }
#HGFZ4NO0LFKbZ7DEIkrKlmXULXeMADPg { position:absolute;display:block;z-index:15049;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:9.5625rem;top:2.375rem;left:32.71875rem;overflow:hidden;display:block; }
#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { background-color: transparent; background-image: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container > .video-iframe-container { display: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container { display: none; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .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); }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { border-width: 0; border-radius: 0; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#FApTCtocDuF85iCMtD70966OILFTct3B { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { 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:3.8125rem;width:11.5625rem;top:4.5625rem;left:47.4375rem;overflow:hidden;display:block; }
#gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.5rem;top:4.375rem;left:32.9375rem;overflow:hidden;display:block; }
#kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { position:absolute;display:block;z-index:15045;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.125rem;width:14.9375rem;top:3.9375rem;left:1.1875rem;overflow:hidden;display:block; }
#HD5yNI7lrdinMsI0MUBM2m1peLxsrBr7 { position:absolute;display:block;z-index:15045;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.375rem;width:10.375rem;top:5rem;left:61.375rem;overflow:hidden;display:block; }
#iZzI9JTbhmWJD4IBd9Etg31AGBLGTvoe { 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:5.0625rem;width:12.4375rem;top:3.9375rem;left:17.9375rem;overflow:hidden;display:block; }
#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { background-color: transparent; background-image: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container > .video-iframe-container { display: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container { display: none; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .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); }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { border-width: 0; border-radius: 0; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBMtslqU6rD4iODpum34XXXyXzp857aF { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:17.125rem;top:3.5rem;left:43.8125rem;overflow:hidden;display:block; }
#S1oDcapNE4PpbcCnn36stCh26V42LGmk { 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:5.5625rem;width:11.8125rem;top:3rem;left:30.625rem;overflow:hidden;display:block; }
#nnRWHGHilobNEbuXkMmneoU5TasOrXmS { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:11.8125rem;top:12.375rem;left:33.5rem;overflow:hidden;display:block; }
#mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { position:absolute;display:block;z-index:15048;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.3125rem;width:10.3125rem;top:3.1875rem;left:62.5rem;overflow:hidden;display:block; }
#vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.25rem;top:11.4375rem;left:60.4375rem;overflow:hidden;display:block; }
#Tu9BXo4Ne0q2RRbdCoXbachBMUB7ZUad { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:8.6875rem;top:1.9375rem;left:18rem;overflow:hidden;display:block; }
#sFPMRS75INsva4NMC2A3vvhyuiIwFG3b { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.25rem;top:11.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#vp0r22nC3FhOk8ly6indouE9rsylXy48 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.5625rem;top:12.375rem;left:6.25rem;overflow:hidden;display:block; }
#d1nXuoZtLgpa45Z6KNslkHJdoMBPztOT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.125rem;top:11.5625rem;left:47.5rem;overflow:hidden;display:block; }
#CVBK3pRtGQeygdJ9TtgRO9iJoffQ6zwM { position:absolute;display:block;z-index:15050;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.5625rem;width:10.4375rem;top:4.0625rem;left:4.5093746185303rem;overflow:hidden;display:block; }
#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { background-color: transparent; background-image: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container > .video-iframe-container { display: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container { display: none; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .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); }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { border-width: 0; border-radius: 0; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { position:absolute;display:block;z-index:15047;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:7.25rem;top:4.28125rem;left:1.0625rem;overflow:hidden;display:block; }
#tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { position:absolute;display:block;z-index:15048;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.6875rem;width:5.625rem;top:3.8125rem;left:68.5625rem;overflow:hidden;display:block; }
#DheQD3FvB3Hm8TFJFRDpSaFypzlRitpt { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:12.25rem;top:4.875rem;left:53.625rem;overflow:hidden;display:block; }
#JM2PaS4AcVqPAqQPkIA5GDA3d2uG0z3Z { position:absolute;display:block;z-index:15051;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.4375rem;width:11.625rem;top:3.9375rem;left:28.3125rem;overflow:hidden;display:block; }
#CT27ECOhKCLTp0gAk2dlzzsxLPES4T4A { position:absolute;display:block;z-index:15052;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.4375rem;width:7.8125rem;top:3.9375rem;left:43.125rem;overflow:hidden;display:block; }
#vmAh3QLC8sNGBASRsS4PH4rvmNxFqiLL { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:14.25rem;top:6.9375rem;left:11.6875rem;overflow:hidden;display:block; }
#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { background-color: transparent; background-image: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container > .video-iframe-container { display: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container { display: none; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .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); }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { border-width: 0; border-radius: 0; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4E3rah94koLwXlmVILzykOzIDOVO2OJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:9.625rem;top:4.3125rem;left:17.4375rem;overflow:hidden;display:block; }
#XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { 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.6875rem;width:12.8125rem;top:3.3125rem;left:31.125rem;overflow:hidden;display:block; }
#GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { 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:2.9375rem;width:10rem;top:3.8125rem;left:47.4375rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;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.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:rgba(var(--color-tertiary-2),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:29rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:35.1875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:41.3125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH { position:relative;display:block; } #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection *:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="text"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="email"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="tel"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection textarea:focus-visible { outline: none; } #zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH > .row .container { position:relative;display:block; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container { background-color: transparent; background-image: none; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container > .video-iframe-container { display: none; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row > .video-iframe-container { display: none; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .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); }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container { border-width: 0; border-radius: 0; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#mPNyub0qgkSWKtKLbplBwSufvdtLMhyn { color:rgba(255,255,255,0.8);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:6.25625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 { position:relative;display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/a7719ee1-655c-45dc-b853-f0a8bb93f414/APD2026WETKRKT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { border-width: 0; border-radius: 0; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { top:35.3125rem;left:3.8000001907349rem;width:42.25rem;height:1.54375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 1199px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 1199px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { top:32.96875rem;left:0.625rem;width:46.4375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:21.1875rem;height:15.25rem;top:3.71875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { width:5.6875rem;height:2.25rem;top:31.28125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGl0LCgGR9tcNpqG9mDDheqt1rC1XaZG { width:8.4375rem;height:2.1875rem;top:1.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kJ68GTaPHgOtCUCe9SOidzgqWTcStSKC { display:block; }
 }@media only screen and (max-width: 1199px) { #PzMP0Rzis3ipMPXlcg90UUwRIU10sIuP { width:5.375rem;height:2.1875rem;top:1.75rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qux1w6CTDVk089eSSkyCbaEeCumDp0hb { display:block; }
 }@media only screen and (max-width: 1199px) { #WIi6dfcBEN2teHI0SqMqz3ucZdSPQTLg { width:6.4375rem;height:2.1875rem;top:1.75rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QrlRp5OKyZecPUu16SeqnCumfC3WXULW { display:block; }
 }@media only screen and (max-width: 1199px) { #Bp4SaW01qH8TVZghVXLb9EEpWuOLXB5z { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSdT1VEIXS0Dw1dUzFzzTkCUvFALHUzO { display:block; }
 }@media only screen and (max-width: 1199px) { #ohwi9c8HdbTBQltrhGhKZqED45T5iMlp { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwmSDb7VF0ZOcVxttJ4wW4RkZy8h8J3b { display:block; }
 }@media only screen and (max-width: 1199px) { #nZ91idnR4Es8Jbkmz7DLQGeR15ITZVeX { width:16.15rem;height:3.65rem;top:38.25rem;left:25.625rem;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;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #pcu3nvd2kwvmzw7QxnV5asahw3LGePwy { display:block; }
 }@media only screen and (max-width: 1199px) { #fuvHng0nQ8wGVtnLdgHz8b41XBsmNGTK { width:16.25rem;height:3.75rem;top:38.125rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGTT65DVTVzIoQ7WTa6TTd38fA3HU1iN { display:block; }
 }@media only screen and (max-width: 1199px) { #TLDhNchn0Xbdn0k5lKwDh4ubCMaJN7CN { width:6.4375rem;height:2.1875rem;top:1.75rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TklFkrBPlquTNmUH7DbkBJ1aomIbQUdi { display:block; }
 }@media only screen and (max-width: 1199px) { #NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld { background-color:#1e5999;background-image:none;display:block; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { background-color: transparent; background-image: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .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); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vcOGkTX0ka0lhdJOUAlmzAXkBKodHJzl { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvxuQtHkampabi89311OzsTngUhcFRk2 { top:7.925000190735rem;left:1.25rem;width:44.875rem;height:11.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHuyTGJMIbgMtU7nTWwf5WnSWgOqUg1L { top:49.699996948243rem;left:26.75rem;width:11.25rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #icUs8NanCXebtqDh06FsvO8e1pWuQTTg { width:6.4375rem;height:7.375rem;top:48.137500762939rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9Fax1P04OKZbAoOhzKDtzI0ksAlC0eq { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CGkGTpyWN7ByS22fUP45zFEfSuQTzT2f { width:47.75rem;height:47.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0tDT30xRh5fxVz5v48e3Hfp982tFeWZ { width:6.5625rem;height:7.5rem;top:48.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hovef25Ce0ChhCSHVgJWqpN2CMXDbdS8 { top:49.699996948243rem;left:6.1875rem;width:14.75rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEmqR0ffXtsUoKPke9QmuEiXtNLQIJDa { top:21.049999237061rem;left:1.25rem;width:44.875rem;height:25.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { display:block; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { top:1.5625rem;left:19.375rem;width:7.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { top:3.1375007629394rem;left:19.375rem;width:9.8125rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { top:3.1375007629394rem;left:3.375rem;width:10rem;height:1.1375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { top:1.5625rem;left:3.375rem;width:9.1875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJHtrNP5FReso9llW2a83TUsuKExuePz { top:3.1374998092651rem;left:35.239582061767rem;width:10.3125rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { top:1.5625rem;left:35.270832061767rem;width:9.8125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #me7ulTPUeyytvR90uqHlodVz8UoTC6oI { width:2.5rem;height:2.5rem;top:1.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { width:2.5rem;height:2.5rem;top:1.5625rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XHXowcuy81xJZk5soIbsBTl1afPsMI3T { width:2.5rem;height:2.5rem;top:1.5625rem;left:31.895832061767rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1.0625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:11.5625rem;height:3.125rem;top:0.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:12.25rem;height:3.125rem;top:0.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #hldt9OdA7shSDchZRPbqgidBWqOPASTx { width:15.625rem;height:1.4625rem;top:1.0625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { width:10.0625rem;height:3.125rem;top:0.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1.0625rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { width:15.625rem;height:1.4625rem;top:1.0625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { width:10.0625rem;height:3.125rem;top:0.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.1875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:4.1124992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.8rem;top:3.7124996185302rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:46.25rem;height:2.925rem;top:8.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:13.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:36.6875rem;height:2.8rem;top:12.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:15.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:36.6875rem;height:2.8rem;top:18.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:19.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:23.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.8rem;top:23.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:28.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:36.6875rem;height:2.8rem;top:28.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zaasr78bww8TJvnRu7MdfUe772p8oFdW { width:47.75rem;height:5.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:40.1875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:35.8125rem;height:1.125rem;top:13.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:36.6875rem;height:2.8rem;top:10.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:16.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.8rem;top:16.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:22.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.8rem;top:22.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sMXgM64bwuxtv9SauglDqD0zockGpdfd { width:35.8125rem;height:1.125rem;top:19.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEdQyBbuOwekDx3W87Gq3CaOlVOEIaEk { width:36.6875rem;height:2.8rem;top:27.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K5FIsPt3fZ4hGTLRnKMKHTZ305OHsy7H { width:0.625rem;height:0.625rem;top:27.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:40.1875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:35.8125rem;height:1.125rem;top:7.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:36.6875rem;height:2.8rem;top:10.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:23.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:36.6875rem;height:2.8rem;top:22.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:27.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:36.6875rem;height:2.8rem;top:27.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { width:35.8125rem;height:1.125rem;top:13.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnURLbewTzJ19fDeFBFRaiL2ZLqKAu6P { width:35.8125rem;height:1.125rem;top:19.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtEdvw4q2codg84FiKToDh5GVJkiFQ4V { width:36.6875rem;height:2.8rem;top:16.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXOIAw4HOQagMJUv76J2RyHBaRG1pKLI { width:0.625rem;height:0.625rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:40.1875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:35.8125rem;height:1.125rem;top:7.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:16.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:36.6875rem;height:2.8rem;top:16.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { width:35.8125rem;height:1.125rem;top:33.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { width:40.1875rem;height:2.8rem;top:30.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { width:46.25rem;height:2.925rem;top:25.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { width:0.625rem;height:0.625rem;top:30.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { width:0.625rem;height:0.625rem;top:10.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { width:40.1875rem;height:2.8rem;top:10.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q4fxcmfgtWABro664LwlknF65F6THIT8 { width:35.8125rem;height:1.125rem;top:13.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDC661mZdxp2FlrD9Ad8dWCWaxoTdLGa { width:0.625rem;height:0.625rem;top:21.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmzoPO1y8JKfqd1XBmxS8hGHALP5CzDN { width:36.6875rem;height:2.8rem;top:21.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wr8C3aw95qrHGhWICXC2yCaaTq5gHo2g { width:40.1875rem;height:2.8rem;top:36.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCZKI7f48UclWOOiaSZ3ySplEPRtRTQT { width:0.625rem;height:0.625rem;top:36.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:38.6875rem;height:2.8rem;top:4.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:7.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:40rem;height:2.8rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:11.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:36.0625rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { width:1.5625rem;height:1.5625rem;top:36.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:36.0625rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:16.375rem;height:2.625rem;top:35.625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 1199px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { width:1.5625rem;height:1.5625rem;top:36.125rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { width:0.625rem;height:0.625rem;top:31.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { width:36.6875rem;height:2.8rem;top:30.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGOeoxm1HJUlOANkp5bHJzuH41sQF0mm { width:46.25rem;height:2.925rem;top:15.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byfN46oT0mXZOICmxahX0KnpCQGMnnM8 { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JgIG0om0oyTboyCdbybm58gq3haRUZ67 { width:0.625rem;height:0.625rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AALxBxMO0VgVAEa54ku89ikkaU35fwn0 { width:40rem;height:2.8rem;top:26.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOiXJazM0O5xHO0M8tIRNUFgFzJFGD65 { width:35.8125rem;height:1.125rem;top:23.0625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CrQoQdOW6cGrmwlUHOZERBihGoCO5rXJ { width:38.6875rem;height:2.8rem;top:19.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kh9l6SLRscKUXeNK5tIBp4lnodx38o8y { width:0.625rem;height:0.625rem;top:20.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:46.25rem;height:2.925rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:8.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:35.375rem;height:2.8rem;top:8.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:11.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:26.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.8rem;top:26.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:31.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.8rem;top:31.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IMi9EleF6uiUGkyVyB6xtpGmFwbfcWbu { width:0.625rem;height:0.625rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnsxPxr7dfSXf65n5GIqSggx8GAd0TfD { width:35.375rem;height:2.8rem;top:14.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRlJAZSMgUUfQhf6cHVmhnuyRATUx6Ha { width:35.8125rem;height:1.125rem;top:17.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRaGi0tgpwT3GROFZEpU05TQ7qyTXyE2 { width:35.375rem;height:2.8rem;top:20.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QgXnKCtnO6h8APb3RrpvbG7F111yUK6T { width:35.8125rem;height:1.125rem;top:23.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6ayr7VigzPomEEQ3rJQV1WOJIgyuAQh { width:0.625rem;height:0.625rem;top:20.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.8rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:7.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:23.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:36.6875rem;height:2.8rem;top:22.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:27.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:36.6875rem;height:2.8rem;top:27.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WwP0TP1hDHUWwVvnkkuTXzU1B3CUDGuv { width:35.8125rem;height:1.125rem;top:13.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LF9hyTJ48rnTTOVAs10cebnnEmTDsHzg { width:40.1875rem;height:2.8rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1IAZ0FVtfX834lTzP8yc5SeCWzWGhrB { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJlgipqU4EcJSSBIWlTfiuvzVxyJ6kQx { width:35.8125rem;height:1.125rem;top:19.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAyKT6NMSHkMQQWer2kLLEU6I1dOT7QJ { width:40.1875rem;height:2.8rem;top:16.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOHZhKtL4kekSSEo6WRwHtoiZNPKa6TB { width:0.625rem;height:0.625rem;top:17.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv { display:block; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row .container { width:47.75rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zNDarUMCnxx0BiPgHGcGlwFkcNXZxShQ { width:46.25rem;height:2.925rem;top:0rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W7Rf62VylkoriymyXN45ZO6MLLk7ZlrG { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxqbclWTwKWD0oiCOVlxWKngBHOfUbfk { width:40.1875rem;height:2.8rem;top:4.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZt3tWlhx3e3HxtbdO0SqStQxJiCG5lk { width:35.8125rem;height:1.125rem;top:7.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vIoTDrqJMhzyUm34hXfPQkMEaOHJSnJ3 { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZbvSGUHPlTAqszZGt5uXeyJCb0Iewv6 { width:36.6875rem;height:2.8rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcymKTLMdBtfNAKGZoh7UCdZ2ocdIeTB { width:0.625rem;height:0.625rem;top:15.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tK1DPERaxlrxwO3cchcyG8M0bkx3mtRs { width:36.6875rem;height:2.8rem;top:15.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1ZzdyTqzzAcHq3XmCFHMqdirNmtEmrD { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lBXpsLfATygbMu29s6RVEJnhar0H44Eh { width:46.25rem;height:2.925rem;top:20rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XmS1MICW0guLQu1KcXm5fKAL1UrXn6vd { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QAozk6Bd18eGsmFAJpueerTkHIHuRBJd { width:36.6875rem;height:2.8rem;top:36.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqbGiSyrsf3eTZm3WX8ZHxxX2ONATgWd { width:36.6875rem;height:2.8rem;top:30.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zqOSUdymLxGS2a50ObFilhcwUWQANAx9 { width:35.8125rem;height:1.125rem;top:27.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlMwbuVL8ddUTBryNb0L9CdxkLObLwhI { width:40.1875rem;height:2.8rem;top:24.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xruiAbnSc7CqIvMX5d7xTprsGVsHFp1p { width:0.625rem;height:0.625rem;top:25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UioMuwlF4hlKLk5i43VmIsn21zCTUwUl { width:0.625rem;height:0.625rem;top:31.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwa43cW8r37XWaCUlr2cviXwG1Wx00pr { width:0.625rem;height:0.625rem;top:37.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZu3wohkpTvAvAGVrG7FL38RfTN5W5R6 { width:35.8125rem;height:1.125rem;top:33.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { top:0.4375rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { width:1.5625rem;height:1.5625rem;top:0.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { top:0.4375rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:16.375rem;height:2.625rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 1199px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { width:1.5625rem;height:1.5625rem;top:0.5rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM { display:block; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NmBE9Ii5cTd8eTLdaTwPrFoxgKTQuEOM { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eoap4piGSVE2szNlISLHX328BlnnIiWv { width:46.25rem;height:1.4625rem;top:9.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:47.75rem;height:189.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:46.25rem;height:1.4625rem;top:3.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:8.5864562988281rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:36.6875rem;height:2.8rem;top:6.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:35.8125rem;height:1.125rem;top:10.0625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:7.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:39.4375rem;height:18.2rem;top:12.3125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:34.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:47.75rem;height:0.0625rem;top:128.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:46.25rem;height:1.4625rem;top:130.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { width:39.6875rem;height:5.6rem;top:32.375rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { width:35.8125rem;height:1.125rem;top:38.4375rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p523bLvdcydZByf2uF8gFdXFz1xaVNtT { width:39.4375rem;height:21rem;top:40.5625rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { width:3.75rem;height:3.75rem;top:33rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { width:0.625rem;height:0.625rem;top:65.178123474119rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { width:36.6875rem;height:2.8rem;top:63.678123474119rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { width:35.8125rem;height:1.125rem;top:66.476043701175rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { width:39.4375rem;height:25.2rem;top:69.136459350588rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { width:39.4375rem;height:25.2rem;top:101.84791564941rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { width:35.8125rem;height:1.125rem;top:99.8125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { width:36.6875rem;height:2.8rem;top:96.4375rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { width:0.625rem;height:0.625rem;top:98.773956298825rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { width:39.4375rem;height:18.2rem;top:140.3125rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { width:35.8125rem;height:1.125rem;top:139.1875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { width:26.3125rem;height:4.2rem;top:134.625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { width:3.75rem;height:3.75rem;top:63.678123474119rem;left:2.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { width:3.75rem;height:3.75rem;top:134.85000038147rem;left:2.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 1199px) { #Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { width:6.25rem;height:3rem;top:8.5864582061769rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { width:6.5rem;height:2.9375rem;top:96.367706298825rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { width:5.3125rem;height:3rem;top:135.22500038147rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { width:6.8125rem;height:3.3125rem;top:63.419792175294rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { width:6.4375rem;height:3.125rem;top:135.16250038147rem;left:41.3125rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { width:3.75rem;height:3.75rem;top:97.25rem;left:2.5rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 1199px) { #yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { width:39.4375rem;height:15.4rem;top:169.875rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { width:35.8125rem;height:1.125rem;top:167.3125rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { width:7.6875rem;height:1.5rem;top:164.31250953674rem;left:40.062499582768rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { width:3.75rem;height:3.75rem;top:63.678123474119rem;left:2.5rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 1199px) { #i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { width:16.875rem;height:2.8rem;top:163.9375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { width:5.875rem;height:1.9375rem;top:166.05556488037rem;left:41.874999582768rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { width:3.75rem;height:3.75rem;top:164.1875rem;left:2.6875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 1199px) { #lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { width:0.625rem;height:0.625rem;top:165.75rem;left:0.75rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 1199px) { #SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { width:0.625rem;height:0.625rem;top:136.0625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { width:7.5rem;height:2.375rem;top:166.11806488037rem;left:32.868056833744rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #bewKc0wykB61DR8udZiU01erRORnhQWT { width:6.9375rem;height:2rem;top:163.99306488037rem;left:31.368054926396rem;z-index:15109;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { display:block; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { width:22.5rem;height:18.75rem;top:12.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { width:22.4375rem;height:2.4375rem;top:14.8125rem;left:12.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { width:22.5rem;height:4.875rem;top:18.4375rem;left:12.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rpZFekgFGb5SbI2OzFdG413FAi4dZBML { width:22.4375rem;height:0.975rem;top:23.6875rem;left:12.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBEamUW36F1LDcMv3m6AabraeM5gpTat { width:16.25rem;height:3.75rem;top:25.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block; }
 }@media only screen and (max-width: 1199px) { #lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { width:22.5rem;height:1.95rem;top:29.4375rem;left:12.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { background-color:#2c68a9;background-image:none;display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { background-color: transparent; background-image: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row > .video-iframe-container { display: none; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .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); }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:47.75rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:44.1875rem;height:1.3125rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { width:1.25rem;height:1.25rem;top:18.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:42.8125rem;height:2.625rem;top:18.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:43.1875rem;height:1.3125rem;top:28.625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { width:1.25rem;height:1.25rem;top:28.612500190735rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:41.3125rem;height:2.625rem;top:6.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { width:1.25rem;height:1.25rem;top:6.6124992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:42.75rem;height:2.625rem;top:10.799999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { width:1.25rem;height:1.25rem;top:10.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:42.75rem;height:1.3125rem;top:15.174999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { width:1.25rem;height:1.25rem;top:15.237503051757rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:42.8125rem;height:2.625rem;top:24.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { width:1.25rem;height:1.25rem;top:24.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:43.1875rem;height:8.575rem;top:30.5625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:44.1875rem;height:1.1375rem;top:21.375rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { top:21.5625rem;left:24.75rem;width:22.25rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { width:15.5rem;height:15.4375rem;top:4.90625rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.75rem;top:31.625rem;left:27.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 1199px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:20.25rem;height:23.75rem;top:4.1875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { top:26.71875rem;left:24.21875rem;width:22.25rem;height:3.675rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { display:block; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lWf8RJKpvoEXQf6599ukoTFudbKzClfV { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;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;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block; }
 }@media only screen and (max-width: 1199px) { #KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { display:block; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { width:18.875rem;height:5.5rem;top:2.34375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tQ4ng2UaUBox43buZiNFfTcDtgnf85Us { width:10.9375rem;height:3.25rem;top:3.46875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { display:block; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { width:11.1875rem;height:3.75rem;top:3.21875rem;left:30.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMitQTJu61NP0MkMCgpITaW0aRccR52b { width:5rem;height:4.6875rem;top:2.75rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGFZ4NO0LFKbZ7DEIkrKlmXULXeMADPg { width:7.0625rem;height:4.0625rem;top:3.0625rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { display:block; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FApTCtocDuF85iCMtD70966OILFTct3B { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { width:8.125rem;height:2.5625rem;top:3.625rem;left:28.231944444444rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { width:7.5625rem;height:2.75rem;top:3.71875rem;left:19.347915649414rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { width:10.375rem;height:3.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HD5yNI7lrdinMsI0MUBM2m1peLxsrBr7 { width:9.5625rem;height:2.125rem;top:3.875rem;left:37.033783783784rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZzI9JTbhmWJD4IBd9Etg31AGBLGTvoe { width:8.8125rem;height:3.5625rem;top:3.375rem;left:10.097916603088rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { display:block; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { width:47.75rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBMtslqU6rD4iODpum34XXXyXzp857aF { width:13.1875rem;height:3.375rem;top:2.25rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S1oDcapNE4PpbcCnn36stCh26V42LGmk { width:9.8125rem;height:4.6875rem;top:1.5625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nnRWHGHilobNEbuXkMmneoU5TasOrXmS { width:10.125rem;height:1.5625rem;top:8.875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { width:10.5rem;height:5.125rem;top:7.21875rem;left:2.7045454545454rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { width:10rem;height:3.8125rem;top:12.3125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tu9BXo4Ne0q2RRbdCoXbachBMUB7ZUad { width:6.5rem;height:5.8125rem;top:1.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFPMRS75INsva4NMC2A3vvhyuiIwFG3b { width:6.8125rem;height:3.5rem;top:8rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vp0r22nC3FhOk8ly6indouE9rsylXy48 { width:8.25rem;height:3.125rem;top:8.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1nXuoZtLgpa45Z6KNslkHJdoMBPztOT { width:5.9375rem;height:2.1875rem;top:14rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVBK3pRtGQeygdJ9TtgRO9iJoffQ6zwM { width:9.0625rem;height:3.1875rem;top:3.3125rem;left:2.2416667938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { display:block; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { width:47.75rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { width:5.0625rem;height:3.9375rem;top:3.59375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { width:4.5625rem;height:5.5rem;top:2.875rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DheQD3FvB3Hm8TFJFRDpSaFypzlRitpt { width:9.4375rem;height:3.5rem;top:3.875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JM2PaS4AcVqPAqQPkIA5GDA3d2uG0z3Z { width:7.75rem;height:4.1875rem;top:3.5rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CT27ECOhKCLTp0gAk2dlzzsxLPES4T4A { width:6.4375rem;height:5.25rem;top:2.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmAh3QLC8sNGBASRsS4PH4rvmNxFqiLL { width:9.625rem;height:1.75rem;top:4.53125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { display:block; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { width:47.75rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4E3rah94koLwXlmVILzykOzIDOVO2OJ { width:9.625rem;height:1.875rem;top:3.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { width:12.8125rem;height:3.6875rem;top:3rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { width:10rem;height:2.9375rem;top:3.375rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH { display:block; } #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection *:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="text"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="email"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="tel"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection textarea:focus-visible { outline: none; } #zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QdWN89GbwPxJTkNpHTOMrohnAKXctLyq { display:block; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mPNyub0qgkSWKtKLbplBwSufvdtLMhyn { width:47.75rem;height:8.9375rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 { display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 { background-color:#2c68a9;background-image:url("https://images.assets-landingi.com/uc/31062f9f-ec14-413c-864c-aff03b1dc4bc/APD_2024_PEDIATRIA_PION_WET_KRK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.adaptive-delivery-prevent-bg, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyload, #nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8.lazyloading { background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { background-color: transparent; background-image: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { display: none; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .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); }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nwHnvILLxL0ycu7E9m3qiIUgCFHpRkr8 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm6RlfWcQwzhZGK8dTZZG9Hq2mLOFBnH { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRx91IV4ZWi08yGyuIlByZAAxzi1xDzo { width:18.125rem;height:2.925rem;top:27.8125rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucUyCaJh51sJUgnVHQT7UTe6eahWQ1W7 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnRHr88dExXLTqyrupyRFD4lX6IWO7qq { display:block; }
 }@media only screen and (max-width: 763px) { #HaF1zAzusoa7woyC9lEmFf94PKPG55bH { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxFugxJJ0orkhPP36B0Lzx9IrhrEPTMM { display:block; }
 }@media only screen and (max-width: 763px) { #tne0xHc36NL8I6LEA9Viuze2Rd1UdhcW { width:13.8125rem;height:2.475rem;top:21.125rem;left:2.25rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmOF7iTy41arbl6WkDmr20x4e1XmfNvV { width:18.75rem;height:1.3rem;top:24.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQ4oigMAFgvJ28myhdgdxTEBXTEAgF2h { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxqScsThT1ZlRGG1XVNaDzyrMG9aRutg { width:20rem;height:29.6875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1VN7C5xEzpcLiSRJv9Kb3T9wlNyprew { width:6.75rem;height:6.75rem;top:12.425000190735rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ3tJIiCn6AuzlSO4Iimmncv4CwGO7qB { width:20rem;height:14.375rem;top:4.375rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ex3VcsDXeNo12s3ihV0Q0JqhOOswPSVT { width:3.8125rem;height:1.5rem;top:22.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGl0LCgGR9tcNpqG9mDDheqt1rC1XaZG { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJ68GTaPHgOtCUCe9SOidzgqWTcStSKC { display:block; }
 }@media only screen and (max-width: 763px) { #PzMP0Rzis3ipMPXlcg90UUwRIU10sIuP { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qux1w6CTDVk089eSSkyCbaEeCumDp0hb { display:block; }
 }@media only screen and (max-width: 763px) { #WIi6dfcBEN2teHI0SqMqz3ucZdSPQTLg { width:6.875rem;height:2.25rem;top:1.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrlRp5OKyZecPUu16SeqnCumfC3WXULW { display:block; }
 }@media only screen and (max-width: 763px) { #Bp4SaW01qH8TVZghVXLb9EEpWuOLXB5z { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSdT1VEIXS0Dw1dUzFzzTkCUvFALHUzO { display:block; }
 }@media only screen and (max-width: 763px) { #ohwi9c8HdbTBQltrhGhKZqED45T5iMlp { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwmSDb7VF0ZOcVxttJ4wW4RkZy8h8J3b { display:block; }
 }@media only screen and (max-width: 763px) { #nZ91idnR4Es8Jbkmz7DLQGeR15ITZVeX { width:15.625rem;height:3.75rem;top:37.1875rem;left:2.1875rem;z-index:15019;color:#ffffff;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 #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcu3nvd2kwvmzw7QxnV5asahw3LGePwy { display:block; }
 }@media only screen and (max-width: 763px) { #fuvHng0nQ8wGVtnLdgHz8b41XBsmNGTK { width:15.625rem;height:3.75rem;top:32.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGTT65DVTVzIoQ7WTa6TTd38fA3HU1iN { display:block; }
 }@media only screen and (max-width: 763px) { #TLDhNchn0Xbdn0k5lKwDh4ubCMaJN7CN { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TklFkrBPlquTNmUH7DbkBJ1aomIbQUdi { display:block; }
 }@media only screen and (max-width: 763px) { #NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld { background-color:#1e5999;background-image:none;display:block; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { background-color: transparent; background-image: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row > .video-iframe-container { display: none; }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .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); }#NFM0owi5gc8bGKsLniSTN0yfKvvIO9ld > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcOGkTX0ka0lhdJOUAlmzAXkBKodHJzl { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #UvxuQtHkampabi89311OzsTngUhcFRk2 { width:20rem;height:18rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHuyTGJMIbgMtU7nTWwf5WnSWgOqUg1L { width:10rem;height:2.1rem;top:77.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #icUs8NanCXebtqDh06FsvO8e1pWuQTTg { width:4.9375rem;height:5.6875rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Fax1P04OKZbAoOhzKDtzI0ksAlC0eq { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGkGTpyWN7ByS22fUP45zFEfSuQTzT2f { width:20rem;height:34.6875rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0tDT30xRh5fxVz5v48e3Hfp982tFeWZ { width:4.9375rem;height:5.6875rem;top:71.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hovef25Ce0ChhCSHVgJWqpN2CMXDbdS8 { width:10rem;height:2.1rem;top:77.875rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEmqR0ffXtsUoKPke9QmuEiXtNLQIJDa { width:20rem;height:45rem;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ { display:block; }#hWvZlrNTFfx8oSL7MxFOzK6ZIlWQ4ESJ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WodkNNqG7EnnaefO1PcRlM9Ll2iNg9ag { width:6.625rem;height:1.05625rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QduMT6SeE5vTkTaUvx6KNvkOFfUoeaCi { width:6.6875rem;height:4.225rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR2wCsC6J80lowgqhPyTKWgFQChvIb87 { width:6.25rem;height:2.1125rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGBCmx9VrIQWWnC2sEVnIOlUdan7q2LZ { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJHtrNP5FReso9llW2a83TUsuKExuePz { width:6.625rem;height:3.16875rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxlnwb04gbTbXHTZA1GQsTulCTgS4bhP { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #me7ulTPUeyytvR90uqHlodVz8UoTC6oI { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HauGdoWBv3uET2B6kMwEldXSgkg2ZJo1 { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XHXowcuy81xJZk5soIbsBTl1afPsMI3T { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:6.3125rem;height:3.125rem;top:0.33749961853027rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:6rem;height:3.125rem;top:0.33749961853027rem;left:6.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #hldt9OdA7shSDchZRPbqgidBWqOPASTx { width:6.25rem;height:1.05625rem;top:1.4375rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgbzZymRgWe6ZdVwNmy8JpS923gKWh2g { width:6.1875rem;height:3.125rem;top:0.33749961853027rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #qKuf9yAyfHWN3UoIh95BoTpEayhvmr3m { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:5.9375rem;height:3.1875rem;top:0.25rem;left:6.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #lh3JJpybacKOwfHtf63B4Kwgf6Z7dXki { width:6.25rem;height:1.05625rem;top:1.3125rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTSlmyyZlJCRWyQh9tmUwxOH3XGHo0s { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #AKkTNVmXdxwwTqFeFqEvXfMl4ZZ96Jch { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.125rem;height:3.125rem;top:0.3125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6rem;height:3.1875rem;top:0.25rem;left:6.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 763px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:6.25rem;height:1.05625rem;top:1.3125rem;left:13.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.1875rem;height:3.125rem;top:0.3125rem;left:13.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.3999938964844rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:18.125rem;height:2.625rem;top:3.0874938964844rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:18.4375rem;height:2.6rem;top:7.5rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:17.8125rem;height:3.9375rem;top:11.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:17.8125rem;height:2.25rem;top:16.012496948243rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:18.125rem;height:2.625rem;top:20.168746948243rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:20.481246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.625rem;top:24.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtIw0NUETT0Z3WvE62ye8CXdBVByPHh0 { width:0.625rem;height:0.625rem;top:29.300003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL5Ruid3K8A7aaH9eiyHRLaZhCRMMdbv { width:18.4375rem;height:2.625rem;top:29.050003051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqGB9pNJm8tQzJAnQ8QhzssEL35bFnQx { width:0.625rem;height:0.625rem;top:7.875rem;left:0rem;z-index:15012;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:2.625rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:7.1374969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.293750762939rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #GqDQqXILLobwHCWPvNdphBBkH36LPtCI { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15013;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zaasr78bww8TJvnRu7MdfUe772p8oFdW { width:20rem;height:5.1875rem;top:3.8562507629394rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:18.4375rem;height:2.625rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:7.1374969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:18.4375rem;height:1.125rem;top:12.981246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:18.4375rem;height:2.625rem;top:10.043746948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:10.293746948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.625rem;top:15.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:22.050003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.625rem;top:21.675003051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0U23n4wtO3COvufErATvThn6ZCxeBNQ { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15014;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sMXgM64bwuxtv9SauglDqD0zockGpdfd { width:18.125rem;height:1.125rem;top:18.75rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEdQyBbuOwekDx3W87Gq3CaOlVOEIaEk { width:18.4375rem;height:2.625rem;top:26.049999237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5FIsPt3fZ4hGTLRnKMKHTZ305OHsy7H { width:0.625rem;height:0.625rem;top:26.425003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3oxkfqgRP08cBVS7LN7ZdHqQqoc95cv { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LngCq2bUMmQXAOmBO6hWwIS3dl0tM1gN { width:18.4375rem;height:2.625rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2g2NG4a6JSrnrcixmdU9OJo8ZB9fezC { width:18.4375rem;height:1.125rem;top:7.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBE1HlROxpJkmwyK2LPFNUqBWATWdZUn { width:0.625rem;height:0.625rem;top:10.337493896484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCf9syRNrHEH1qvoLwWR05ZngHSJ3LsI { width:18.4375rem;height:2.625rem;top:10.087493896484rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkkrLbEI1ItL71hoVvwCD13SaeEN2zNX { width:0.625rem;height:0.625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCBL7iDsafqxTTGsGOvsZlnA1PVmDUva { width:18.4375rem;height:2.625rem;top:21.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3O2nXPI8kVJO8Pu6hWD3bcWne2Gh93I { width:0.625rem;height:0.625rem;top:26.299999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTAhdVRf62SyvJDSCC7P60uk4dUdeE7R { width:18.4375rem;height:2.625rem;top:25.987499237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuGCKPfyF6PXIPfXLhAssOc3SZRwtg07 { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWpX7wU8NNItuuzlAt1fKqcm19fLQpn { width:18.5rem;height:1.125rem;top:13rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnURLbewTzJ19fDeFBFRaiL2ZLqKAu6P { width:18.4375rem;height:1.125rem;top:18.737499237061rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NtEdvw4q2codg84FiKToDh5GVJkiFQ4V { width:18.4375rem;height:2.625rem;top:15.799999237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXOIAw4HOQagMJUv76J2RyHBaRG1pKLI { width:0.625rem;height:0.625rem;top:16.112499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2QDfsN03g7anKya4vm5RAol4aAdrddi { display:block; }#m2QDfsN03g7anKya4vm5RAol4aAdrddi > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slEhUluQuhf3eshEl5cD7i95nCqpgl5I { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rHXiWhxz1gQKIrF0XLCarANFaihJR0rv { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZozqr0atpTrPb5bNbOo0eGX2DQzAA7 { width:18.4375rem;height:3.9375rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCrbuuHS6cSSG5fzFHOv3LQ7dqIRenHU { width:18.4375rem;height:1.125rem;top:8.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCRSM5mTa0ISBikA4SI8kpzBcpp9ukpv { width:0.625rem;height:0.625rem;top:18.742706298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paCMuDKHlgXyoWdD8qiBypKfOxbkEVkc { width:18.4375rem;height:2.625rem;top:18.492706298828rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJdoJUTFMFps60N9T5k2FeUpEUFgSylc { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15015;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WCsGnlTqiCytRsvoHCtFNQViwhDlB4JJ { width:18.4375rem;height:1.125rem;top:34.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBHJ9fIITsPZaE3rpOqFcxr5bSvqE6IK { width:18.4375rem;height:2.625rem;top:31.40625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sFoeoPKxdd3DstNJMUwZ5KRZHf1Kwb3b { width:18.4375rem;height:2.6rem;top:27.198959350586rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1DVsdZ54V9UCooq15MExlA60T6dlMt { width:0.625rem;height:0.625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE4bnsJGUS7qphJtXH2FFq9gFDziUKcK { width:0.625rem;height:0.625rem;top:27.448959350586rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Sbf6piCkzD3PWUZg0eFBmWqeBsKOyiSX { width:0.625rem;height:0.625rem;top:11.648956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmPyxDftw8XAGFzXFRlEOGOk4gFdwPNN { width:16.8125rem;height:3.9375rem;top:11.336456298828rem;left:1.59375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4fxcmfgtWABro664LwlknF65F6THIT8 { width:14.6875rem;height:1.125rem;top:15.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #gDC661mZdxp2FlrD9Ad8dWCWaxoTdLGa { width:0.625rem;height:0.625rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmzoPO1y8JKfqd1XBmxS8hGHALP5CzDN { width:18.4375rem;height:2.625rem;top:22.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wr8C3aw95qrHGhWICXC2yCaaTq5gHo2g { width:18.4375rem;height:2.625rem;top:37.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCZKI7f48UclWOOiaSZ3ySplEPRtRTQT { width:0.625rem;height:0.625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:18.4375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:18.4375rem;height:1.125rem;top:8.5124969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:2.625rem;top:11.356250762939rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:11.731250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.1125rem;top:35.006248474121rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { display:flex;width:1.5625rem;height:1.5625rem;top:35.300003051757rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.1125rem;top:35.006248474121rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:8.875rem;height:2.625rem;top:34.75rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 763px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { display:flex;width:1.5625rem;height:1.5625rem;top:35.362503051757rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ozozRJVt2qbuHr8hpGElnMRzicTtFmHr { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15016;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OgpALVRTfP92gTdiAuEXyx0B7WleZxEW { width:0.625rem;height:0.625rem;top:30.712501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmboMW6zinTGxUUCvyoZJRQsAESixPeZ { width:18.4375rem;height:2.625rem;top:30.337501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGOeoxm1HJUlOANkp5bHJzuH41sQF0mm { width:18.4375rem;height:2.6rem;top:15.849998474121rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byfN46oT0mXZOICmxahX0KnpCQGMnnM8 { width:0.625rem;height:0.625rem;top:16.1875rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JgIG0om0oyTboyCdbybm58gq3haRUZ67 { width:0.625rem;height:0.625rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AALxBxMO0VgVAEa54ku89ikkaU35fwn0 { width:18.4375rem;height:2.625rem;top:25.90625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iOiXJazM0O5xHO0M8tIRNUFgFzJFGD65 { width:18.4375rem;height:1.125rem;top:23rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CrQoQdOW6cGrmwlUHOZERBihGoCO5rXJ { width:18.4375rem;height:2.625rem;top:20.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kh9l6SLRscKUXeNK5tIBp4lnodx38o8y { width:0.625rem;height:0.625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:2.6rem;top:3.0625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:18.3125rem;height:3.9375rem;top:7.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:11.512500762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.625rem;top:26.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:31.049999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.625rem;top:30.674999237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A36OdTVnAZ2lvS0eekwNURA0cyotSeHo { width:0.625rem;height:0.625rem;top:3.375rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IMi9EleF6uiUGkyVyB6xtpGmFwbfcWbu { width:0.625rem;height:0.625rem;top:14.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnsxPxr7dfSXf65n5GIqSggx8GAd0TfD { width:18.4375rem;height:2.625rem;top:14.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRlJAZSMgUUfQhf6cHVmhnuyRATUx6Ha { width:18.4375rem;height:1.125rem;top:17.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LRaGi0tgpwT3GROFZEpU05TQ7qyTXyE2 { width:18.4375rem;height:2.625rem;top:20.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QgXnKCtnO6h8APb3RrpvbG7F111yUK6T { width:18.4375rem;height:1.125rem;top:23.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B6ayr7VigzPomEEQ3rJQV1WOJIgyuAQh { width:0.625rem;height:0.625rem;top:20.800000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:18.4375rem;height:1.125rem;top:8.5125007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V6NN6KOwMdgVnVIHq2fvcqtARk5dfTsO { width:0.625rem;height:0.625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4uuLZ5AeV4fycXnJEdlwf7AUs2PIQW4 { width:18.4375rem;height:2.625rem;top:24.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tk10VqWQwgr6FxTSh04iQ35GAAnFe0lF { width:0.625rem;height:0.625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfDIFHZ7dWUTL0sxhftEAnEMtLeLPyf { width:18.4375rem;height:2.625rem;top:28.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRoHxD9nHOKwUrpO3homxN7IWQI4b3eN { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WwP0TP1hDHUWwVvnkkuTXzU1B3CUDGuv { width:18.4375rem;height:1.125rem;top:15.612500190735rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LF9hyTJ48rnTTOVAs10cebnnEmTDsHzg { width:18.4375rem;height:3.9375rem;top:11.362500190735rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X1IAZ0FVtfX834lTzP8yc5SeCWzWGhrB { width:0.625rem;height:0.625rem;top:11.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJlgipqU4EcJSSBIWlTfiuvzVxyJ6kQx { width:18.4375rem;height:1.125rem;top:21.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zAyKT6NMSHkMQQWer2kLLEU6I1dOT7QJ { width:18.4375rem;height:2.625rem;top:18.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOHZhKtL4kekSSEo6WRwHtoiZNPKa6TB { width:0.625rem;height:0.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv { display:block; }#fRBnryJmlx2oTFT7ETEJJT9EbFiiJMJv > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNDarUMCnxx0BiPgHGcGlwFkcNXZxShQ { width:18.4375rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W7Rf62VylkoriymyXN45ZO6MLLk7ZlrG { width:0.625rem;height:0.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxqbclWTwKWD0oiCOVlxWKngBHOfUbfk { width:18.4375rem;height:3.9375rem;top:4.25rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZt3tWlhx3e3HxtbdO0SqStQxJiCG5lk { width:18.4375rem;height:1.125rem;top:8.5125007629394rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vIoTDrqJMhzyUm34hXfPQkMEaOHJSnJ3 { width:0.625rem;height:0.625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbvSGUHPlTAqszZGt5uXeyJCb0Iewv6 { width:18.4375rem;height:2.625rem;top:11.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zcymKTLMdBtfNAKGZoh7UCdZ2ocdIeTB { width:0.625rem;height:0.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK1DPERaxlrxwO3cchcyG8M0bkx3mtRs { width:18.4375rem;height:2.625rem;top:15.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1ZzdyTqzzAcHq3XmCFHMqdirNmtEmrD { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lBXpsLfATygbMu29s6RVEJnhar0H44Eh { width:18.4375rem;height:2.6rem;top:20.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XmS1MICW0guLQu1KcXm5fKAL1UrXn6vd { width:0.625rem;height:0.625rem;top:20.5625rem;left:0rem;z-index:15019;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QAozk6Bd18eGsmFAJpueerTkHIHuRBJd { width:18.4375rem;height:2.625rem;top:37.412498474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqbGiSyrsf3eTZm3WX8ZHxxX2ONATgWd { width:18.4375rem;height:2.625rem;top:31.724998474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqOSUdymLxGS2a50ObFilhcwUWQANAx9 { width:18.4375rem;height:1.125rem;top:28.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XlMwbuVL8ddUTBryNb0L9CdxkLObLwhI { width:18.4375rem;height:3.9375rem;top:24.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xruiAbnSc7CqIvMX5d7xTprsGVsHFp1p { width:0.625rem;height:0.625rem;top:24.912498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UioMuwlF4hlKLk5i43VmIsn21zCTUwUl { width:0.625rem;height:0.625rem;top:32.099998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwa43cW8r37XWaCUlr2cviXwG1Wx00pr { width:0.625rem;height:0.625rem;top:37.724998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu3wohkpTvAvAGVrG7FL38RfTN5W5R6 { width:18.4375rem;height:1.125rem;top:34.662498474121rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGUbexDxP9gmvlerlETDdiHoUSx6SUwF { width:7.375rem;height:2.1125rem;top:0.23124694824219rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FWk58BcaT5MKBqdQhodStKRIUXGEVltz { display:flex;width:1.5625rem;height:1.5625rem;top:0.50520324707031rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T2xxA3sFv2gOsDZWpHm9dbX9JSNtl3EE { width:7.375rem;height:2.1125rem;top:0.28020477294922rem;left:11.111458778381rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #caFsuBGXxsqOC0XWRMSSkMn2JRsNZu4g { width:9.375rem;height:2.625rem;top:0rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #SPsLICgI5GwKrFRJneW8x9TnTCaqWTHX { display:block; }
 }@media only screen and (max-width: 763px) { #mM98kPnSTiq24cz9fHGVdpGiwigJGpV2 { display:flex;width:1.5625rem;height:1.5625rem;top:0.50520324707031rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM { display:block; }#D3dl9rbPmFg1fAqe79Z3T4DOTX5lp8JM > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmBE9Ii5cTd8eTLdaTwPrFoxgKTQuEOM { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eoap4piGSVE2szNlISLHX328BlnnIiWv { width:18.75rem;height:1.3rem;top:9.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff { display:none; }#qq3r2E8yQWkQAeCf3erz8WsD6mDTf0ff > .row .container { width:20rem;height:287.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UWiiyLx4VEq90TVvlGZawrXHTaZTaxsl { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #awFi4ZQE8ToRpRRcSqiNBOTgthvqof9V { width:18.4375rem;height:1.3rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NeZ7svEdQOoZ8LeVWtQz8bed3Bu85P2b { width:0.625rem;height:0.625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKnIc7B4C3EMxspBby8dnFwomTHsbnZb { width:18.4375rem;height:2.625rem;top:6.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvLaox3c9a5kuPQOahVT5XpfwMAre8qV { width:17.8125rem;height:1.125rem;top:9.3249969482425rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIJ2r2y0dqGki88xfLnXi1IACHiOrSLA { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4kR08Zu2ytmWTqsGtsHNF9GB2D5RkJf { width:0.625rem;height:0.625rem;top:3.625rem;left:0rem;z-index:15017;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Nkskr8P3HTd3QKew8Gl1D6CSRhnqtvx1 { width:18.4375rem;height:32.5rem;top:14.699996948243rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E7wTwJpWfciZeBcmL2VHhRoRIc3M3JeQ { width:0.625rem;height:0.625rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzsOItHmxiJI8WOGiyD5WaFBc0mnTSHx { width:20rem;height:0.0625rem;top:205.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXHOfHrMaCio8TkkV3virIekbSwCrXe3 { width:15rem;height:1.3rem;top:207.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TI41CEQ7GVXqvGVAER0z62JDOtm4tANc { width:15.6875rem;height:11.8125rem;top:49.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmpaMbfRil0qG7wG88bMWBZ8ubHSTEoK { width:15.8125rem;height:1.125rem;top:61.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p523bLvdcydZByf2uF8gFdXFz1xaVNtT { width:18.375rem;height:37.7rem;top:63.75rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToEmvaSQ0kDgAwn4IMwRyfstfRKNaA18 { width:5rem;height:5rem;top:57.6875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpR3H3wTVJ0pvAGBxFaXdT6No3dPwaPC { width:0.625rem;height:0.625rem;top:103.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD9FlfgaQm9tRnSFh58MXoWJRhhMOFdJ { width:16.6875rem;height:3.9375rem;top:103.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dUTvxDHWV90TEyCC0b9TkLasEnh9pAd1 { width:14.9375rem;height:1.125rem;top:107.5rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmmDmGcqJpcPbUEhT2LE1C5RUOn1s7Vu { width:17.8125rem;height:36.4rem;top:112.68229293823rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RaOkDsTwosxFPQZwhaRlNlfkNf2RHfz5 { width:18.375rem;height:42.9rem;top:161.10729217529rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLrrrzqAsy9H0zWBTlao3qMG2cvvF1us { width:15.875rem;height:1.125rem;top:154.125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EhtMMbA5c6vBVwa2rOD6O4A5rcn9U2RD { width:14.8125rem;height:2.625rem;top:151rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wKgW9w5pymxaIwdvUlfF0Kp2xL2Td8Lu { width:0.625rem;height:0.625rem;top:151.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKXwS1teTGBuJlILiXJz6TyySwKKwsMf { width:18.3125rem;height:27.3rem;top:221.25rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MzWXwiNBrxeTZQgpQtUaWDod060VPzQg { width:13.375rem;height:1.125rem;top:215.375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l4mQPCZDNf7en1o2HM1QgSpNXciPZvyV { width:14.875rem;height:3.9375rem;top:211.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HenxGlaCA7P9A5odapV4gDNwbEGa0TLT { width:0.625rem;height:0.625rem;top:211.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLxM9JED2z4cCfyBQOPETc9DBaFDlpXi { width:5rem;height:5rem;top:124.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GETTxhLsfRyXLNV7xSNK6ekXdnaAEfzv { width:5rem;height:5rem;top:88.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lw62I127K8ImGERPqWT0yUTw3wPLiU2C { width:0.625rem;height:0.625rem;top:208.08645629882rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ERG8H9JF58r7PoKVMFLoab2AbDrc7DOr { width:6.6875rem;height:3.1875rem;top:11.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTyZMbv9lGSGPbdDlrVBoh0TF6122J0E { width:8rem;height:3.6875rem;top:156.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPoaJiblU35Tdvf8B5DpGfvBhbwdZBT { width:4.0625rem;height:2.375rem;top:217.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENuzQX8mxCrT7Dynzui8L2S06uC4xNEc { width:7.625rem;height:3.625rem;top:108.875rem;left:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wHhh73OIvN1AChg1OyDn1THQMg99cTq4 { width:5.375rem;height:2.375rem;top:217.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZxLWBDF4y0J5LerKgnOXtEP8tNc1Et { width:5rem;height:5rem;top:31.625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoa3yftEALOTUG5oTXpEPNSwntiThUO3 { width:18.5625rem;height:23.4rem;top:262.64931488037rem;left:1.4375000596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gFcUB2xBlGpvtcJPVhvKEkx71B8wegIw { width:12.75rem;height:1.125rem;top:253.67500019074rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTgZr3PKTMhgRHv4dVUHgQ2g3UmvxlQG { width:9.25rem;height:1.875rem;top:256.08073806763rem;left:10.750000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGQoK3LBDIHDBIlLOTDLTbTWQf0JiCGi { width:5rem;height:5rem;top:150.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0sakLKfnqRauafgkfcPxNSyNUgTS9XK { width:15.4375rem;height:2.625rem;top:250.79999923706rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSoU2VnvM2tTRCQf1KCp3ofONUDiqinw { width:0.625rem;height:0.625rem;top:152.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaW0ZBQwR6ndzn1BiBRyV7ggHiGDtgl { width:6.8125rem;height:2.1875rem;top:259.33073806763rem;left:12.062500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMUE6EXfIrQRo6qIKd4gepFt43DD5emQ { width:5rem;height:5rem;top:88.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTZ8qy6fqzUTOAsD8TkEuBq850KTy4Wo { width:0.625rem;height:0.625rem;top:152.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeK0ZRl4u9ra2SzwE90UX2e5X03dTC8E { width:0.625rem;height:0.625rem;top:251.25rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lP94MwJpOuQFaG1AH5p8XNswzQ03PhcM { width:10rem;height:3.1875rem;top:258.83125019074rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewKc0wykB61DR8udZiU01erRORnhQWT { width:8.625rem;height:2.620253164557rem;top:255.70834159851rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:block; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:3.1875rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh { display:block; }#k0cKuNogRy1ahHKCBzE4IZ1hes5J5TPh > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1W7PXflswm3w9T5ez4nCg1l8XAo5Xep { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #lBBdveneBJIVuHIKyZmeS8FJdqA5MshC { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #fXEniLAy9Ab3bThBQvcOcb72PKudDuKX { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0KJN8kowDAnfE5LfKw5uQG93LLcd1Fq { width:11.375rem;height:7.5rem;top:50.125rem;left:1.0791664123535rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TyHV68azr7O1GaIJnwTqIPbgoOgW3EmU { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSeCLFZVPpI45htFP1eZl94iuPxUtTBW { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUr7DSRPSExCcK8SFkPBHLxETgfUK6Xw { width:20rem;height:3.9rem;top:16.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpZFekgFGb5SbI2OzFdG413FAi4dZBML { width:20rem;height:0.975rem;top:20.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBEamUW36F1LDcMv3m6AabraeM5gpTat { width:16.25rem;height:3.75rem;top:22.0625rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;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) { #Gpc5zESCnQbDWm8b1OKUhrAOT1tLHtZy { display:block; }
 }@media only screen and (max-width: 763px) { #lfTrNMcelucC8X5NpakLJq3oUrXeB7Jx { width:20rem;height:1.7875rem;top:26.0625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 { display:block; }#Epvfs6oL3aX5TiLmeTPvLQE87D3RZAU2 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usopnl421qeKwecadAwafXz8Bn4kg8aD { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFe3ahodVWKDnVf5RydpIkteKB7stKct { width:17.5rem;height:3.675rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmigKnExRmdrDTn6WnOSlPtIzJE9RakS { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CqiySVRWc7nwBwpbkqpMcn8ZTygSfPaA { display:flex;width:1.25rem;height:1.25rem;top:24.025001525879rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aCDnPSJHmwG5eddE6apwzdX0UD6y9zSd { width:17.5rem;height:6.125rem;top:23.900001525879rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #NrW13U6u3yftcTh0ZEXeRdHKo7PAaw7S { width:17.5rem;height:1.225rem;top:42.350006103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #vlZhGkI68Bxvszb9FROVW6Zc99qLvVg9 { display:flex;width:1.25rem;height:1.25rem;top:42.475006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EX4EExtSCMv46a6oLzN21EC5Vbbk81K7 { width:17.5rem;height:3.675rem;top:8.5500030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl4UGeGmsVUhZUHzTp19QoFWBzCnGJxd { display:flex;width:1.25rem;height:1.25rem;top:8.6125030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #niB9zylSLNOfbaN7LWFxQbGzNTQ29G6l { width:17.5rem;height:3.675rem;top:14.074996948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeGT6pL5VxU4btaOgsl26xOL9tEv8hgS { display:flex;width:1.25rem;height:1.25rem;top:14.199996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pB7B7rIDIRawi93gqSCgwpxwk7HKlwL5 { width:17.5rem;height:2.45rem;top:19.59375rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neZre0NqvTm4Tqn32x2LqwSABWB9Bmxp { display:flex;width:1.25rem;height:1.25rem;top:19.8125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ocJ6B2ASpHr0MZUGFKeZGegSdTBfg9Bi { width:17.5rem;height:6.125rem;top:34.4375rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #SJPSZug564JLheabVt6Sg1JUuHCzg4OL { display:flex;width:1.25rem;height:1.25rem;top:34.5625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fQ28wTkvIU2EM3Wc7veZarF0PyKyp7tL { width:17.5rem;height:13.65rem;top:44.15625rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #aTuXNZ2vuElLXVT4OosbJxzQ0UoIxFWu { width:17.5rem;height:2.1rem;top:30.528121948243rem;left:2.5rem;font-size:0.75rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46da4d90-f5a1-4a22-a218-bddde2b61ea0/6bcfae4793884f3a949e3042730f4ce6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { width:17.5rem;height:4.21875rem;top:21.0625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { display:flex;width:10.3125rem;height:13.1875rem;top:8.84375rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.4375rem;top:31.375rem;left:1.875rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 763px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:16.25rem;height:19rem;top:11.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAxMhp8Q9DB1MAa0arJSMfz7DomyCr0M { width:20rem;height:3.4125rem;top:26.5625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ { display:block; }#HKkZk7gKNglF2kG2DAcDfpKVzZGWrUlJ > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWf8RJKpvoEXQf6599ukoTFudbKzClfV { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #pye1FkQklCRiTP6zkqHLBGAFi4PAyWog { display:block; }
 }@media only screen and (max-width: 763px) { #KNJpHvqVTBZfIXhBmXx6wZnOePhwLHlg { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.55rem;top:1.875rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk { display:block; }#TJwybTtdhDizB2MrTVFv1R3FMrXO1Vrk > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhMNuT7yhRde7VQgyz2DUlhBrNJ32uV2 { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHGJaaTrGWZI18tmKCCWIiMPOp0paVKB { width:18.25rem;height:5.1875rem;top:6.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4ng2UaUBox43buZiNFfTcDtgnf85Us { width:11.8125rem;height:3.375rem;top:2.75rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 { display:block; }#atR2WQqAC751TJC2KKmHRFa8pFn6ASN5 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsqCkpApyXht2eo1HTygsNaTkSB9O6wN { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1nBTEmc85UW3Uk9pETtrDx9m7raZcgk { width:11.125rem;height:3.625rem;top:16.359375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMitQTJu61NP0MkMCgpITaW0aRccR52b { width:5.6875rem;height:5.3125rem;top:2.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGFZ4NO0LFKbZ7DEIkrKlmXULXeMADPg { width:8rem;height:4.625rem;top:9.421875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf { display:block; }#fs5Jbte12PcVNzrbGi8cSe93vOD9HLQf > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FApTCtocDuF85iCMtD70966OILFTct3B { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yss0ZT4PQWFffp4KuCIQTRDC50NzqTKo { width:10.4375rem;height:3.0625rem;top:21.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfNuIGt0lRvFRoc9K3L86n0e12RMCJC3 { width:10.125rem;height:3.9375rem;top:14.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEPrQOtdLJLFfFrN4wTicrcWgkivTiPO { width:14.9375rem;height:5.125rem;top:2.1249809265137rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD5yNI7lrdinMsI0MUBM2m1peLxsrBr7 { width:13rem;height:3.1379310344828rem;top:25.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZzI9JTbhmWJD4IBd9Etg31AGBLGTvoe { width:12.4375rem;height:5.0625rem;top:8.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtbKt3zG1A8XO8pSB0IZa7opCd5upII { display:block; }#TxtbKt3zG1A8XO8pSB0IZa7opCd5upII > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKosyTy4s4SyJ3rW3deE0JIJKk4k5RFG { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMtslqU6rD4iODpum34XXXyXzp857aF { width:13.5rem;height:3.375rem;top:21.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1oDcapNE4PpbcCnn36stCh26V42LGmk { width:11.25rem;height:5.5227272727273rem;top:15.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnRWHGHilobNEbuXkMmneoU5TasOrXmS { width:11.8125rem;height:1.9871495327103rem;top:42.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNNxWMBOXQyuWoJJ2Tlrc2rnV7E7008N { width:10.3125rem;height:5.3125rem;top:25.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFFvMS8X8ravbAXOfha60v0NLb3XHXT { width:10.25rem;height:4.0625rem;top:52.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu9BXo4Ne0q2RRbdCoXbachBMUB7ZUad { width:8.6875rem;height:7.8125rem;top:7.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFPMRS75INsva4NMC2A3vvhyuiIwFG3b { width:9.25rem;height:4.7522935779817rem;top:36.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp0r22nC3FhOk8ly6indouE9rsylXy48 { width:10.5625rem;height:4.3125rem;top:30.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nXuoZtLgpa45Z6KNslkHJdoMBPztOT { width:10.125rem;height:3.8125rem;top:46.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVBK3pRtGQeygdJ9TtgRO9iJoffQ6zwM { width:10.4375rem;height:3.5625rem;top:2.75rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd { display:block; }#nwUB5vfq6AoWaUpUyBTySNnA5Uon8XXd > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrkbZiEVULbnZHXPqsztMxJgxOIN5TCL { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQKrazW4eZ4RhBV6C6qSHPK0snxiXcG { width:6.125rem;height:4.6875rem;top:3.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZp0EpBDfopxez7cO7LOg74azWZTnVT2 { width:5.625rem;height:6.6875rem;top:37.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DheQD3FvB3Hm8TFJFRDpSaFypzlRitpt { width:12.25rem;height:4.5430463576159rem;top:30.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM2PaS4AcVqPAqQPkIA5GDA3d2uG0z3Z { width:11.625rem;height:6.28125rem;top:14.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT27ECOhKCLTp0gAk2dlzzsxLPES4T4A { width:7.8125rem;height:6.4375rem;top:23rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmAh3QLC8sNGBASRsS4PH4rvmNxFqiLL { width:14.25rem;height:2.625rem;top:10rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc { display:block; }#fCgLTNwpGvFiMbZNM5JHsMKxV2tK4cCc > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieFIWzzWe7zoOT9IZTIwwbevyRoURHFg { width:20rem;height:0.975rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4E3rah94koLwXlmVILzykOzIDOVO2OJ { width:7.125rem;height:1.375rem;top:2.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkkIz6TTnlHGuW2ClzoSSk3NteskDFkm { width:8.75rem;height:2.4375rem;top:2.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTQfuKkKZT5HUOBWVBEGRq4ckK8Hspe1 { width:8.125rem;height:2.3125rem;top:6.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:20rem;height:4.21875rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:4.21875rem;top:17.587493896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:2.6rem;top:14.412506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:4.21875rem;top:25.637496948243rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:2.6rem;top:22.337493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sJo8Nbt0QT4VEEW7hXPbBaBPzMzKde { width:20rem;height:2.8125rem;top:35.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0NcwLbymkCAZu8GdapQQTu6p16Csug { width:20rem;height:2.7625rem;top:31.762496948243rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDB1mslWZQm9VWQe99I8GUQhV7vInPrJ { width:20rem;height:4.21875rem;top:42.881256103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwwsTTGiHDHBZmuKtxTRvgtTkChcPTaP { width:20rem;height:2.6rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:4.21875rem;top:53.562506103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:3.9rem;top:49.100006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH { display:block; } #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection *:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="text"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="email"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection input[type="tel"]:focus-visible, #S955008c22c6e5ab771047ca86dfa19b.widget-smartsection textarea:focus-visible { outline: none; } #zT9c7shVM4aRXnx7FLXDs2Qo1kdeaZTH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdWN89GbwPxJTkNpHTOMrohnAKXctLyq { display:block; }#QdWN89GbwPxJTkNpHTOMrohnAKXctLyq > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPNyub0qgkSWKtKLbplBwSufvdtLMhyn { width:20rem;height:21.125rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 { display:block; } #bf4c990e47f00c785017d5f72da852d8.widget-smartsection *:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="text"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="email"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection input[type="tel"]:focus-visible, #bf4c990e47f00c785017d5f72da852d8.widget-smartsection textarea:focus-visible { outline: none; } #cVXPRuGEwzvTqCQNEr3CRwXs4VacoR85 > .row .container { position:relative;display:block; } }