.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,217;--color-primary-1:255,180,128;--color-primary-2:255,105,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container { background-color: transparent; background-image: none; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container > .video-iframe-container { display: none; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row > .video-iframe-container { display: none; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .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); }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container { border-width: 0; border-radius: 0; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#eNdUmau7ObDWZs79GXvqdwsyU5IJ5yp0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:75rem;display:none; }
#GVGTPF5MgspGdzU0y4mOLnoZ4Pkr5q6f { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top: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.437375rem;width:11.93725rem;top:1.4373779296875rem;left:2.4359130859375rem;overflow:hidden;display:block; }
#oOiflWTSSvDcvUIznAqrIZ1ZEHHGg7IU { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.812125rem;height:2.43713125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.9368896484375rem;left:61.812133789062rem;display:block; }
#ByMrRTs7JAP10aLqG1u8kE10Ar48irhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb1d4f91-8fa8-4506-8020-45fce122bb3f/AH109084WIDE1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.adaptive-delivery-prevent-bg, #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.lazyload, #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.lazyloading { background-image: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { background-color: transparent; background-image: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.39); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container > .video-iframe-container { display: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.39); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row > .video-iframe-container { display: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .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); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { border-width: 0; border-radius: 0; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;overflow:visible;position:relative;display:block; }#F8uEuJruwf8nWbBWsIupnlh5nvzyWmRE { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.5625rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#cSG58kb570uSRZSWOqF23LS2rTHaDKym { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:3.625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#kSNTSIdDMhThT7PD8OsU10tFTrrdRF2c { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7480625rem;height:3.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.25rem;left:10.6875rem;display:block; }
#s6MAgO1IHVrrG6C3ruUFTXMM26SKsCcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shalzd5RdmVOFQUbQX8KiPX1ufCzTXLC { position:absolute;display:block;z-index:15005;height:8.1875rem;width:75rem;top:34.625rem;left:0rem;display:block; }
#SeSdBd6BShPduz0vKoDytGHorWtDioOd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#sPfdka6bnsESBJuB1B3nIPdscW1E4hFR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#L9yh82GaLXzCw3o3fbuMfnPivgzSMtpg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#A6Z2qFoqczwdyrBt3z7kgx5Z1Hmpcc84 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.5rem;left:13.125rem;height:1.625rem;font-style:normal;display:block; }
#OnT5I5J5weBrVUDTsNvIX1bVEkfdCNhq { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ZtTXWM2FTieIn2fAUwlTHiOPOWT2C3Dt { position:absolute;display:block;z-index:15012;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.875rem;width:6rem;top:15.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#QtBiQ5SELTe0p5u8FrWuGMTXweyMgOTE { box-sizing:content-box;height:26.3125rem;width:31.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.49);background-image:none;top:7.53125rem;left:5.25rem;display:block; }
#xqmDhRmeKFaF0REEb1Wb1MNGCQLk86uA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:6.125rem;top:18.125rem;left:8.375rem;overflow:hidden;display:block; }
#ZA7yi996kOWdl0fUUkWLNV4eNQ5Ck4Ms { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.25rem;top:21.5rem;left:9.3125rem;overflow:hidden;display:block; }
#PA8445lfIpxyrqHdLx2OsIMzZIANB6cM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.6875rem;top:24.375rem;left:9.125rem;overflow:hidden;display:block; }
#IBgMwx5TgfFzkTA3TaKNVeRkHdz0Fgmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.875rem;width:6.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.9375rem;left:7.375rem; }
#EPGSOFZCnpTTx1RTpeVadGV6oi11rrvh { color:#ffd900;display:block;width:20.3125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.8125rem;left:14.3125rem;height:;font-style:normal;display:block; }
#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container { background-color: transparent; background-image: none; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container > .video-iframe-container { display: none; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row > .video-iframe-container { display: none; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .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); }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container { border-width: 0; border-radius: 0; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#uhpaiT3hHVVA2D9rh1rvgScvQoqvPNoJ { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.208984375rem;left:4.1875rem;height:;text-align:center;text-align-last:center;display:block; }
#c6PlPBfokRrshsCOd4wHx6D6TqRWnlfr { color:rgba(var(--color-tertiary-0),1);display:block;width:66.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.208984375rem;left:4.1875rem;height:;text-align:center;text-align-last:center;display:none; }
#DvtB74sZIRHeST69APVbshmnM2zCf2sa { position:relative;display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa { background-color: transparent; background-image: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container > .video-iframe-container { display: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row > .video-iframe-container { display: none; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .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); }#DvtB74sZIRHeST69APVbshmnM2zCf2sa { border-width: 0; border-radius: 0; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .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; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .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:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.124rem;position:absolute;font-family:barlow;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:22.43798828125rem;height:4.46894375rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { position:absolute;display:block;z-index:15000;height:42.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { background-color: transparent; background-image: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container > .video-iframe-container { display: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container { display: none; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .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); }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { border-width: 0; border-radius: 0; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container { background-color: transparent; background-image: none; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container > .video-iframe-container { display: none; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row > .video-iframe-container { display: none; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .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); }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container { border-width: 0; border-radius: 0; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;position:relative;display:block; }#rd9feecd727c9f45aec7339be0f3c0ee { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:13.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#b850efbbf90c79759326d79ae5d89b3e { color:rgba(var(--color-tertiary-4),1);display:block;width:55.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4990234375rem;left:9.8114013671875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#x00f5f57d6ba14400c940f6585f4c25c { 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:9.312rem;width:13.687rem;top:12.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#cb8c638d4dd44afd669f8bc4f22365b2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3115rem;width:14.5610625rem;top:12.6875rem;left:20.9375rem;overflow:hidden;display:block; }
#ba500e33a8b0b1cbf03c75b43473e580 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4985625rem;width:14.0625rem;top:12.6875rem;left:40.3125rem;overflow:hidden;display:block; }
#e5e6c5c0355553381d875d9bbbdaef9f { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.2485625rem;width:13.6235625rem;top:12.75rem;left:59.4375rem;overflow:hidden;display:block; }
#l58a3c12f677bba5f9a00219259472d9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:14.125rem;top:25.6875rem;left:1.625rem;overflow:hidden;display:block; }
#z047bbcd575aab5e6b31a3e67d08aeea { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7485625rem;width:14.2485625rem;top:25.75rem;left:21.25rem;overflow:hidden;display:block; }
#bddc2422e91b665b5e3110c320555f4b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.7485625rem;width:14.2485625rem;top:25.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#e4614e8659ee346692d53a16b181fa7e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4365rem;width:14.4360625rem;top:24.9375rem;left:59.125rem;overflow:hidden;display:block; }
#b1560aae15a3b2ae095654941b948f95 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4360625rem;height:2.936525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.25rem;left:29.78173828125rem;display:block; }
#c08f766787a228d66075cd352b5ce3d6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfd38e8af30632c800c4042949a12d9c { position:absolute;display:block;z-index:15066;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.5625rem;width:1.5625rem;top:22rem;left:31.3125rem;overflow:hidden;display:block; }
#e70c9d46c6d783e0b66aab9d8ed6c310 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.1875rem;left:33.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#bf41bb003213eb40d533852e0d249f62 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22rem;left:26.0625rem;overflow:hidden;display:block; }
#bab97cfbc1862984756956526030c22d { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:22.1875rem;left:27.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#a686d1a1ad928852d8b5f10ad668251a { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:block; }
#f3a85ab9df83d64ec14f538b41d92259 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.125rem;left:21.75rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#n31da97ef2770f970a1d8d18b179fb5f { position:absolute;display:block;z-index:15072;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.5625rem;width:1.5625rem;top:22.1875rem;left:11.625rem;overflow:hidden;display:block; }
#e789532d921072c55b9667f261415ca1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#haf41a5483b8cfc1be7284863e97b3e2 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#f703c71c7a24b8e4281ae425121f67cc { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:22.375rem;left:8.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#gbef535f72879491d7ac833b7f565b25 { position:absolute;display:block;z-index:15070;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.43676875rem;width:1.43676875rem;top:22.1875rem;left:0.3125rem;overflow:hidden;display:block; }
#N728d00e016579f5e6f9d6b30e3ed30c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:2.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#e69ae5769867498f0944d3088bf69c75 { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:block; }
#Wfe85499d4e93621af3dec9fa3787ec7 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:22.1875rem;left:52.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#d3e24bdabdb273fea0c1fa508af769c3 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:block; }
#e8d94ba9e7c43eb3fd880b5e2537898e { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#F02311f5b3c5bbb5a764e52a82d31e22 { position:absolute;display:block;z-index:15076;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.43676875rem;width:1.43676875rem;top:22.0625rem;left:39.125rem;overflow:hidden;display:block; }
#feddb52bf54aa10cb72a74bf484fc7fb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#m025aeb2cd0ce92f74d3f966d5530fb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.1875rem;left:71.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Q437290a5d84f83255a95dcaf7543933 { position:absolute;display:block;z-index:15072;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.5625rem;width:1.5625rem;top:22rem;left:69.5625rem;overflow:hidden;display:block; }
#fc6bfa5baf6bafc28f367c45e133fe84 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22rem;left:64.3125rem;overflow:hidden;display:block; }
#Ha4dce947e4c9b248f2a73c981db03c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:22.1875rem;left:66.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#a76d8cf572b4afc9d166552d7a123c05 { position:absolute;display:block;z-index:15070;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.43676875rem;width:1.43676875rem;top:22.0625rem;left:58.25rem;overflow:hidden;display:block; }
#c4472817e5e406f58d056f262419d51c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:22.1875rem;left:60.0625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#D479eab5ca64f0314ad0747881229350 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:35.625rem;left:13.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#qba93ff99b6c3fb688fd46ca1b6dc83b { position:absolute;display:block;z-index:15036;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.5625rem;width:1.5625rem;top:35.4375rem;left:11.8125rem;overflow:hidden;display:block; }
#ccfdd809d5026bc8d3eb5fd8ed38fd27 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.625rem;left:8.4375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Rf451d18135d532cc81c720dab7b0e38 { 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:1.499025rem;width:1.499025rem;top:35.4375rem;left:6.6875rem;overflow:hidden;display:block; }
#N25dc3d24e6c3c963e0e8d3cc2ce5771 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:35.4375rem;left:0.5rem;overflow:hidden;display:block; }
#S04279443c88647f01ace3e5eb0d3217 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.5625rem;left:2.375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#g02d51ceefc44d4d8dd85b896e6ef8bb { 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.5625rem;width:1.5625rem;top:35.4375rem;left:31.5rem;overflow:hidden;display:block; }
#R9c78a5639b34db587af3ed0bf9851ed { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:35.625rem;left:33.375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#y4f438189459505f4973ef3deb409a31 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:35.5rem;left:26.3125rem;overflow:hidden;display:block; }
#ae31243f6b5a32b5ab3d0110d282f58c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:35.625rem;left:28.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#f088d5693580aba0f2620ec040e7849c { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.43676875rem;width:1.43676875rem;top:35.5rem;left:20.1875rem;overflow:hidden;display:block; }
#cea38e9e935cc319c6906b92cc9fc0f2 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:35.625rem;left:21.9375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#d7b9a4dade95402a12d73bc08f11e445 { 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:1.5625rem;width:1.5625rem;top:35.4375rem;left:50.625rem;overflow:hidden;display:block; }
#a9f89c9fef2b8761f32cf0b9b80b7e09 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:35.625rem;left:52.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#A66224ad446076c8484a749c193ee697 { 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:1.499025rem;width:1.499025rem;top:35.5rem;left:45.4375rem;overflow:hidden;display:block; }
#b00b9be133f36fa2d1a048f45bcb6dfd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:35.6875rem;left:47.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#e47efb0a4bb134888dd71b73bc696ee5 { 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:1.43676875rem;width:1.43676875rem;top:35.5rem;left:39.3125rem;overflow:hidden;display:block; }
#f3a4c071eb4f59b7d2327eda259c8bf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:35.625rem;left:41.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#D4a76ef1a7ab41dc8fb87f0cbc7a8e49 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2495125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:35.5625rem;left:71.3125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Zb9fd9ba2e1af32967c43e8509600820 { position:absolute;display:block;z-index:15054;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.5625rem;width:1.5625rem;top:35.375rem;left:69.5625rem;overflow:hidden;display:block; }
#Haaba7f4a30fcd15e81afc67b666ff64 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:35.4375rem;left:64.25rem;overflow:hidden;display:block; }
#C16624c0ca665482fa081e94e12edc56 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.061525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:35.625rem;left:66.125rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#f6eb8f03f1ee2aa8b31be55807677c2a { 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:1.43676875rem;width:1.43676875rem;top:35.5rem;left:58.3125rem;overflow:hidden;display:block; }
#abe02659274cf37fa47d41a8f5ed4d3e { color:rgba(var(--color-tertiary-4),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:35.625rem;left:60.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#e8219fbf8741df4a11fc7cca7bae0986 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#O666b412d3524bac20d4bb8a30e87f9f { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#P4924c20ed04f6cdc694046069ffd87b { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#f1284d7fd4a77e76996e808924917051 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#d4fb8a38b8d9f8d282db8a55d7c1205a { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#b96b2ae2db350c98adb88454c3cab9ab { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#P2acc171a8e2f3443662a98be71a9e81 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#z2c2829b11fc5fa7e299f416f0579946 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#fd010e53361b2a2b6b920a6f1d98961a { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#Q87dbe9545399eb16736def8e5b57df5 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#o672ee34d8e23d0abacb0490e5b9ba4c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Wd188c572138d3f941eb5a48133dc464 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#A8480aefb18247d6c1d71ca08720bfe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#B6102dc1104866a23e074f1ea02ff7c8 { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#d67cee21815e276f3ff735c4f8b9a918 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#aa3338a08af0e9102139103081b946dd { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#nedf0cef418970c0119d0a98711d202f { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Fd5537a744861fbb62c5afec8a4116f1 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#q94d91370319c163c8044f9280b54d9a { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#L2c6c68f34f633d72ce3af78fa02b717 { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#f2f6c90017951665f97e03578c5a0527 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#b6c09848b9ceb90b8fe37bea014c79e2 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#xf245a68264f2125961588f3c3ec5db2 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#c6d1c8ebaa95b645dd92ad0a4e509e98 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#e37bd5ac4296b1560f7a3096a72d7e66 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#t33d67f551da5c12b373af98010e47b1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#g1352ab6146484fb7444a4e184b8ec1e { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#c964d74a112ef361595fecd3aca30fdf { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Tfccd1489fe3703f797afd006f81b2ba { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#ade01d96f0b206072471aa7d31116fe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#T0612e0421f7cc5190bd1ff0dbcf9f64 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#q759feec534e0a07b222fbc1d7543149 { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#lbd7a55eb40e29379ef657fa07a0ade1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#d77bb6af0f049568008fd8588a03460b { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#Aa6a5c94d7183cba57a39c99a2c45d4c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#Z469d2a59bc7f086bea4a28e872a8b04 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#bd8f0361313c84099dd951913c6ec93c { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#y85d98fd0d7c34eb7122afd29575af56 { position:absolute;display:block;z-index:15078;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.5625rem;width:1.5625rem;top:22rem;left:50.4375rem;overflow:hidden;display:none; }
#d23c6535308be71580180c3a06640cbc { color:rgba(var(--color-tertiary-4),1);display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:22.25rem;left:46.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#a72cf4cab1af10e4601c6f24eb7a1c83 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.499025rem;top:22.0625rem;left:45.0625rem;overflow:hidden;display:none; }
#gefad6deb242113d8dd86600211c3332 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:22.1875rem;left:40.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#dc4e1d76ba16ba9510007496778f36a5 { position:absolute;display:block;z-index:15064;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.43676875rem;width:1.43676875rem;top:22rem;left:20rem;overflow:hidden;display:none; }
#xa3c9125f0b60f0cfe7d58f9617d86d0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.5rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#A6aba5630c3f33662c2992818fc178e0 { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:24.125rem;left:4.125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#i0ebeff11808b840fd728cc90b009f7f { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:24.125rem;left:10.3125rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#Ze1a032cd13b4e1de69f942e96501e4c { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:10.0625rem;display:block; }
#wff189c621d82ce4675da933a0c66924 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:24.125rem;left:30rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#C8e7dff70833f8679adc4d979b3ab02d { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:29.75rem;display:block; }
#c2a181be87e48610fd8c30c2bf8f4eab { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:24.125rem;left:23.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#ab0e17b7a7f41b79b8723b395b87a2b5 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:24.125rem;left:49.1875rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#O92723650358022c74552fe3e1fe6bcf { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:48.9375rem;display:block; }
#l57f2da25586f77d2e0a0565e509019c { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:24.125rem;left:43rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#D36e052ecee9e261d655f4840cdacd50 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:24.125rem;left:68.125rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#n46a83295a34a643dd5d20ebb1ebcb25 { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:67.875rem;display:block; }
#cd6d93727a804bc091d3b8689c5ea35d { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:24.125rem;left:61.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#le02674ee50b2de9d8521adfd98be253 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:37.4375rem;left:10.1875rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#Dd1776952dfcb994ddd682201d9ece0e { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:9.9375rem;display:block; }
#v8c41ed62d060666c05e8f05d315a322 { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:37.4375rem;left:4rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#cd7caecff903f4fd7d55f9e2b3d394b7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:37.4375rem;left:29.875rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#w1f3edf393cb3e31b73258f2b7505a69 { box-sizing:content-box;height:1.4375rem;width:2.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:29.625rem;display:block; }
#x511620aefb3565fe9388ea78384f320 { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:37.4375rem;left:23.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#qd30afaa0db6947f007222978a72f2b2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.3125rem;left:49.5625rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#fba5b137e825e0aec8530db3cfc5f0f4 { box-sizing:content-box;height:1.4375rem;width:2.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.25rem;left:49.3125rem;display:block; }
#mf52ef1fe10e00f959876bca79ae6402 { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:37.3125rem;left:43.375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#kaa199c3a2f744a8716a68939e50b98a { box-sizing:content-box;height:1.4375rem;width:2.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.375rem;left:68.1875rem;display:block; }
#ba0f755342504083cf9b74c8d2c90939 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:37.4375rem;left:68.4375rem;height:1.30019375rem;text-align:left;text-align-last:left;display:block; }
#b295af3da2399469652e26f10fbfd50f { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:37.4375rem;left:62.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#bGgXpsUsBdo64ghTh5dywolsSP9xDLwi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4360625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.375rem;left:29.78173828125rem;display:none; }
#Xfk75kDTCh8kxINVV5MXBoN2Lo9l5BCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container { background-color: transparent; background-image: none; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container > .video-iframe-container { display: none; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row > .video-iframe-container { display: none; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .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); }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container { border-width: 0; border-radius: 0; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#i5e10c12740b22acf849772dd3de2f64 { color:rgba(var(--color-secondary-2),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:3.73193359375rem;left:12.375rem;height:3.54375rem;text-align:center;text-align-last:center;display:block; }
#eff537129db1a58d6d85974eb666be20 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4360625rem;height:2.936525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.375rem;left:29.78173828125rem;display:block; }
#Xdf81775b54b4e8c34369d2a688d9f8e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcfd542892625d1c735e74d9833209c2 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:26.75rem;top:8.84375rem;left:7.78125rem;overflow:hidden;display:block; }
#u75e4cdb10dc955a4815fdf5ffeb84c4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.4375rem;height:6.3369125rem;text-align:left;text-align-last:left;display:block; }
#f45ead6151de02bee36287da87d38e66 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:17.25rem;left:23.875rem;height:6.3369125rem;text-align:right;text-align-last:right;display:block; }
#e8955d09edf296d238530efc2b27a351 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:17.5625rem;top:25.25rem;left:12.375rem;overflow:hidden;display:block; }
#b2fa8d46ec2067fcf958cbe82abf55ce { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.0625rem;left:21.9375rem;height:2.1123rem;text-align:right;text-align-last:right;display:block; }
#K5569e42f69897d88a11e39e87232e59 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:33.5625rem;left:13rem;height:4.22460625rem;text-align:left;text-align-last:left;display:block; }
#S3c895f5a7346afea6374931bf5df0da { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:12.75rem;top:24.75rem;left:54.375rem;overflow:hidden;display:block; }
#d8960f2fc5865cb00ecff5293cdf2aaa { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:13.375rem;top:24.5625rem;left:37.4375rem;overflow:hidden;display:block; }
#k9257679084812b804b944d64c41668e { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:17.625rem;top:8.875rem;left:35.3125rem;overflow:hidden;display:block; }
#e8f90df1c23593f541b831db453ddc54 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:15.375rem;top:8.75rem;left:53.0625rem;overflow:hidden;display:block; }
#ecf8998458abc30907869c4275ca9292 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:17.375rem;left:38.8125rem;height:2.1123rem;text-align:center;text-align-last:center;display:block; }
#I844dbb9ea4de6b7e6f9a700b6d4b9c0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.5625rem;left:39.625rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#bade78410b276640037c0d0d5ec66a2d { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:34.75rem;left:55.8125rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#b2b3c9bea36aa58ebece617a5a37c0a3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:16.8125rem;left:55.5rem;height:3.16845rem;text-align:center;text-align-last:center;display:block; }
#A851545fd3fcc996c3c3caaed45d0d7e { box-sizing:content-box;height:1.8125rem;width:7.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:17.5rem;display:block; }
#a7b021f5b4094420b5782019567d39c3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:22.8125rem;left:17.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#de3d445ecebce16faebe487b02223b32 { box-sizing:content-box;height:1.8125rem;width:5.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:41.25rem;display:block; }
#pcc0ef94fa5145408a8fa551ce28a299 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:21.0625rem;left:41.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#T3043845f5d321cd833b33d1f0e56b05 { box-sizing:content-box;height:1.8125rem;width:7.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:57.3125rem;display:block; }
#ebc2634396c5ab00a7385b68c5b61d61 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:21.125rem;left:57.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bc6a2e5ac284e02b2748aa67739e6c2f { box-sizing:content-box;height:1.8125rem;width:7.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.0625rem;left:17.6875rem;display:block; }
#b03a72567e73d4b4c0c24e4d5eccfd91 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:37.125rem;left:17.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#mb29c39f56fb2f57c57dbdab24b35656 { box-sizing:content-box;height:1.8125rem;width:5.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.0625rem;left:41.1875rem;display:block; }
#Ne41a4264661cf8e1365f61ee3f69708 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:37.1875rem;left:41.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pb71e708b9845c59518a0e7721b8eb8d { box-sizing:content-box;height:1.8125rem;width:6rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.1875rem;left:57.75rem;display:block; }
#G412e2765e1f8b6b77ace3e7e478fd58 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:37.3125rem;left:57.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#noFKFyKraTOKNwPioH3gREz2JJTLoH2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { background-color: transparent; background-image: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container > .video-iframe-container { display: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container { display: none; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .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); }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { border-width: 0; border-radius: 0; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc { 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; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container { background-color: transparent; background-image: none; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container > .video-iframe-container { display: none; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row > .video-iframe-container { display: none; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .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); }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container { border-width: 0; border-radius: 0; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:block; }#fP8vUkN4lgCqDafeP7S4tVrMi5FawUEm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.625rem;top:4.99951171875rem;left:1.248046875rem;overflow:hidden;display:block; }
#lMF53FPsQTKKb4HUkT1bc2UxMF2K8wp9 { position:absolute;display:block;z-index:15001;height:19.9370625rem;width:35.625rem;top:19.31033039093rem;left:1.2472877502441rem;display:block; }
#XlCB7SKBF8e76iUwoW697xpvQJTDpNUk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.375rem;height:5.76855625rem;text-align:left;text-align-last:left;display:block; }
#Jt7pRfq74VEilaGpLoD1EEpKGuvuqLpO { color:rgba(var(--color-primary-2),1);display:block;width:28.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wFVxrZ4pERUkfzmEJ2PzpmK6cOFnvZgs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.75rem;left:40.375rem;height:14rem;display:block; }
#fSTSGehEoiIIAv7c1UpVmKTynR8U5SFw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.6875rem;left:40.375rem;height:7.5rem;display:block; }
#gNuAmGrSBMOeptRpu7V6I5vPBumqsCGI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.0625rem;left:40.375rem;display:block; }
#VnekvB8LxZl4BrCbRGtEyRpDbLt7hfoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgqvwRqzolHnzOqmcGdC3yuQ8StHsBGE { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#eVERUJCbb8pe3Hl4Aq81hrZIXaPqQVG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydDOHseNxdJeXWEunakTbRBAV0wxX1EK { box-sizing:content-box;height:1.625rem;width:13.875rem;position:absolute;display:block;z-index:14999;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:40.1875rem;display:block; }
#HGmUres9us54zwizNLPqpTMJbTo3GJn0 { 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; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container { background-color: transparent; background-image: none; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container > .video-iframe-container { display: none; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row > .video-iframe-container { display: none; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .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); }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container { border-width: 0; border-radius: 0; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#rSqBSdL3syGF7UgGo8vHSubKpkCEaK9M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:35.6875rem;top:4.123046875rem;left:37.40234375rem;overflow:hidden;display:block; }
#zPSeTBt6X6ssce6EBZHi9Eo2lFSuSklT { position:absolute;display:block;z-index:15001;height:19.875rem;width:35.5625rem;top:18.560653686524rem;left:37.433270454407rem;display:block; }
#dSIVu1Wr0Iuii7K4i2IKQ4KZSWScwDkR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:2.375rem;height:5.76855625rem;display:block; }
#GM22fMuBcLINON7SVyhttqK6riRiJogM { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:2.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zZPy05Pyn3UalwsMuqIEo9uCaCgb1O6p { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.375rem;height:13rem;display:block; }
#viOqCCvfT4gxTh5phLLSLq0HWzdNa1mp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.375rem;height:5.625rem;display:block; }
#a6kfPsCAVBnHJDQGFEUUqy0DbNCAmiBz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4365rem;height:2.936525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.625rem;left:2.375rem;display:block; }
#bd5dd2BLJiNKpKnsgGR97HxIihTaXctx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gtFkqAameyhBrPLv4u8FgNMiTVOxkfkc { box-sizing:content-box;height:1.625rem;width:23.25rem;position:absolute;display:block;z-index:15000;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:2.1875rem;display:block; }
#SVswaTZ48DIZdw4eddU3ALNQvig2xtGK { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#QTzHIW5ffchv1PW4C7AA1FKXGi68w49T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.92);background-image:none;position:relative;border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { background-color: transparent; background-image: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container > .video-iframe-container { display: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container { display: none; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .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); }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { border-width: 0; border-radius: 0; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row > .video-iframe-container { border-top-left-radius:0.375rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.0625rem;left:16.25rem;height:0;text-align:center;text-align-last:center;display:block; }
#LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { box-sizing:content-box;height:4.3125rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:24rem;left:42.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GZLJtgTSZEkOHlppigVylrK28Xru4lfE { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:5.0371125rem;display:block; }
#N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { color:rgba(var(--color-primary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:1.86865rem;display:block; }
#tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:5.19921875rem;display:block; }
#de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { color:rgba(var(--color-primary-2),1);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.59375rem;left:44.03125rem;height:;text-align:justify;text-align-last:initial;display:block; }
#NZuQy7sT0W5vBVEsTHTMWDpCTRF0J6n1 { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.9375rem;left:0rem;display:block; }
#VCdXSkNAmRB0RPCMz7yF1AT6CkBbUr5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { box-sizing:content-box;height:2.3125rem;width:30.8125rem;position:absolute;display:block;z-index:15021;background-color:#c6ff00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:0rem;display:block; }
#vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.73095703125rem;left:0.34375rem;height:5.0371125rem;display:block; }
#zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:31.25rem;top:2.3125rem;left:42.875rem;overflow:hidden;display:block; }
#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container { background-color: transparent; background-image: none; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container > .video-iframe-container { display: none; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row > .video-iframe-container { display: none; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .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); }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container { border-width: 0; border-radius: 0; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#H1GC1KiTPLNB3UcK4qUgTQX6qI1lQHJ6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:16.75rem;top:9.53125rem;left:54.125rem;overflow:hidden;display:block; }
#ivq7xDS7e2veuMNwW5zbdsDg9etolkhM { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.25rem;left:53.125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgQkhQZpO2TIzddGmE1Dc4GLHNNqXOJf { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.25rem;left:28.125rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QugxfA2Hv0T9IfDhl3OUoZ9QMdt1v0Ts { position:absolute;display:block;z-index:14997;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:16.75rem;width:16.75rem;top:9.53125rem;left:29.125rem;overflow:hidden;display:block; }
#cOWQv8EET92JE9wTpHo7DkIk0i9rF7aA { position:absolute;display:block;z-index:14998;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:16.9375rem;width:16.9375rem;top:9.4375rem;left:4.03125rem;overflow:hidden;display:block; }
#Qf8DErSCpWfMMp8NcbQfhk0LDfzHOzxV { color:#000000;display:block;width:9.25rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.25rem;left:7.25rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O51FcSiVM0Hnwe7m9oED8XrW55IKoMgd { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:3.59375rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fzNMrtJq7lCTveTwpeUSE0e5UMsZfk0e { background-color:#ff6900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:36.4375rem;left:29.75rem;display:block; }
#CFAu7x9y6DKwZkTuXEpGl7voVI0FvBpP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwwDN9UxHzvF4g4dLhNVhEah3LAlRx81 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:30.09375rem;height:3.89941875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GAQRao1RDw3C7oIMiA8hif02PoasMsFC { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:barlow;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:30.18701171875rem;left:54.40625rem;height:5.199225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VVKegTaVFESVAuIJWSKFZKtnRvNvneBO { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:barlow;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.37451171875rem;left:18.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#oN3mEdWSyWJvObrWAnvURWOv1STItgig { box-sizing:content-box;height:0.1875rem;width:6.1875rem;position:absolute;display:block;z-index:15017;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:8.8125rem;display:block; }
#tNmuz8dgMTzRTJUBxpmVnMB5RBLGk1Uf { box-sizing:content-box;height:0.1875rem;width:11.6875rem;position:absolute;display:block;z-index:15017;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:56.625rem;display:block; }
#lU7Z7EByHNml99AUe9EyOMr94lQVFodi { box-sizing:content-box;height:0.1875rem;width:12.125rem;position:absolute;display:block;z-index:15018;background-color:#ff6900;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29rem;left:31.5rem;display:block; }
#VicwKFVN7DEw1RAOD88ia7bWypZHSSRz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.37451171875rem;left:26.28125rem;height:;text-align:center;text-align-last:center;display:block; }
#TDIcHSOrBtVNazh5Ag5PyqTqHozF7I9F { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.755859375rem;left:4.03125rem;height:1.30019375rem;text-align:center;text-align-last:center;display:block; }
#vnECmMKhPIfCHelv721DIEAD4hETzh9K { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:4rem;display:block; }
#kFZpIsbUUxFE66S2SwBgwhC3Rr5nQTy1 { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:29.125rem;display:block; }
#Z6wXliTNexpKyoZZNIl8AKwT1UCF9FTv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.8125rem;left:29.25rem;height:;text-align:center;text-align-last:center;display:block; }
#SU2IwAyduPZpVGQU2DvehvEoTRTwpcvv { box-sizing:content-box;height:1.9375rem;width:10rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.4375rem;left:54.125rem;display:block; }
#fI1dWWCPwmfn2V0N9AyVhDsx1lBTlyqa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:8.8125rem;left:54.25rem;height:;text-align:center;text-align-last:center;display:block; }
#wwL88gENCiQloT8HTX9Q4cE1sWypxsmp { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.7498125rem;height:3.87478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.437284469604rem;left:5.9375009536743rem;display:none; }
#UkB53FgO0rfqo6okJGFelGWAsXgGpVnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8353ae8c-25d0-479e-89da-1de6cd7b0c53/Untitleddesign49.svg");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; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.adaptive-delivery-prevent-bg, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyload, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyloading { background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { background-color: transparent; background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .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.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .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); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { border-width: 0; border-radius: 0; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::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; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:14rem;left:14.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:9.625rem;left:4.25rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.1875rem;left:5.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:.52;top:4.125rem;left:12.375rem; }
#aJ4SnQdfkieG585n9lOetwlFTkADIK22 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:.52;top:4.0625rem;left:18.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:.52;top:4rem;left:25.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.36328125rem;left:18.96875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { box-sizing:content-box;height:8.5rem;width:41rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:40rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { box-sizing:content-box;height:9.625rem;width:40.8125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:28.25rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:block; }
#v9srcF0vC26UzrZF8dzgoIsviMabxat2 { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:block; }
#qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:31.25rem;left:7.625rem; }
#BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:31.25rem;left:9rem; }
#nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:31.25rem;left:10.375rem; }
#qOSR1FHxId1hl37EnawNl7uKnwPW13ff { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:31.25rem;left:11.6875rem; }
#hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:31.25rem;left:13.0625rem; }
#CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:42.5rem;left:14.25rem; }
#VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:42.5rem;left:12.875rem; }
#QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:42.5rem;left:11.5rem; }
#RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:42.5rem;left:10.125rem; }
#psJD3dx9BC2pFcHvFt601m0sKLCaWriF { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:42.5rem;left:8.8125rem; }
#esRk5SEGUQsn403xkswF6gwGnwXnNCll { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:21.1875rem;left:8.0625rem; }
#hxJtKlvCHADnALg3WKHuui9yGH1QF916 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:block; }
#PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:21.1875rem;left:12.1875rem; }
#CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:21.1875rem;left:10.8125rem; }
#nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:21.1875rem;left:9.4375rem; }
#RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3745125rem;width:1.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:21.1875rem;left:13.5625rem; }
#J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:.52;top:3.9375rem;left:32.1875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { position:absolute;display:block;z-index:15031;height:42.875rem;width:25.6875rem;top:5.8125rem;left:46.4375rem;display:block; }
#Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5rem;left:30.5rem;display:none; }
#xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { 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:15000;opacity:1;display:none; }
#aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22.625rem;left:8.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:20.625rem;left:3.8125rem;overflow:hidden;display:none; }
#oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:19.875rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OeEPtggTw6GszVbwMoxgttWDFHBEeppO { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { 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:15000;opacity:1;display:none; }
#gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { box-sizing:content-box;height:7.25rem;width:40.875rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-4),0.33);background-image:none;top:18.8125rem;left:2.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#fTcgynTecGTT0sGJ3kTm7aizv3snHChl { 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:15000;opacity:1;display:none; }
#Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:32.625rem;left:7.6875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.8745125rem;width:3.4375rem;top:31.25rem;left:3.8125rem;overflow:hidden;display:none; }
#ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:30.5rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3731875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.5;letter-spacing:0;top:43.8125rem;left:8.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:42.375rem;left:16.5625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:3.75rem;width:3.75rem;top:42.5rem;left:4.3125rem;overflow:hidden;display:none; }
#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;background-image:url("https://images.assets-landingi.com/uc/771c23ad-79df-4708-8fb8-e34a1e9656a9/GIFTCARDSECTION7.svg");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; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.adaptive-delivery-prevent-bg, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyload, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyloading { background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { background-color: transparent; background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .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); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { border-width: 0; border-radius: 0; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:4.125rem;height:3.25rem;text-align:justify;text-align-last:initial;display:block; }
#vdAtct55x6WapafOiTXypCZob1WU3uAz { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6289072036743rem;left:4.125rem;height:3.4125rem;display:block; }
#simRg0BBi5dAUnVQNJFnLvGF1NyMDqhi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.312500953674rem;left:4.125rem;display:block; }
#sLhaWO5Pqz0PStJLgmPie4pxMWFlNsoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXn23RPwkWHGh52iJVoG5xAeRNSTiX5n { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.06103515625rem;left:25rem;height:7.9619375rem;display:block; }
#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { 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; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { background-color: transparent; background-image: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container > .video-iframe-container { display: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container { display: none; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .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); }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { border-width: 0; border-radius: 0; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#dedede;background-image:none;vertical-align:top; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:var(--paragraphs-font-family);height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.adaptive-delivery-prevent-bg, #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.lazyload, #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-trigger.lazyloading { background-image: none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { box-sizing:content-box;height:auto;width:42.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.311968803406rem;left:15.000000953674rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1); }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb { display:none; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV { display:block;position:relative; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ { display:none; }
#nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { color:rgba(var(--color-primary-2),1);display:block;width:36.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1277122497559rem;left:19.312066078186rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.7827682495119rem;left:8.9366331100462rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { box-sizing:content-box;height:0.1875rem;width:73.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:67.50000190735rem;left:0.6875rem;display:block; }
#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { 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;z-index:auto;display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { background-color: transparent; background-image: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container > .video-iframe-container { display: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container { display: none; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .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); }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { border-width: 0; border-radius: 0; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:2.03125rem;left:4.686279296875rem;overflow:hidden;display:block; }
#uBSVk8Uc58PU1P937971633TtcGtRPnQ { color:rgba(var(--color-tertiary-4),0.91);display:block;width:6.75rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.5625rem;height:1.30019375rem;font-style:normal;display:block; }
#gEipAwC9cShORZkH3c5BviqArf4ZNSFT { color:rgba(50,72,160,0.91);display:block;width:7.9375rem;position:absolute;font-family:"barlow font";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:62.375rem;height:1.30019375rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 { display:none; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eNdUmau7ObDWZs79GXvqdwsyU5IJ5yp0 { width:47.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVGTPF5MgspGdzU0y4mOLnoZ4Pkr5q6f { top:1.375rem;left:0rem;width:11.875rem;height:1.4298794215586rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOiflWTSSvDcvUIznAqrIZ1ZEHHGg7IU { width:11.75rem;height:2.375rem;top:0.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMrRTs7JAP10aLqG1u8kE10Ar48irhF { display:block; }
 }@media only screen and (max-width: 763px) { #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd { display:block; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8uEuJruwf8nWbBWsIupnlh5nvzyWmRE { top:10.6875rem;left:0rem;width:37rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSG58kb570uSRZSWOqF23LS2rTHaDKym { top:14.25rem;left:0rem;width:35.0625rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSNTSIdDMhThT7PD8OsU10tFTrrdRF2c { width:20.6875rem;height:3.8125rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MAgO1IHVrrG6C3ruUFTXMM26SKsCcn { display:block; }
 }@media only screen and (max-width: 763px) { #shalzd5RdmVOFQUbQX8KiPX1ufCzTXLC { top:34.625rem;left:0rem;width:47.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeSdBd6BShPduz0vKoDytGHorWtDioOd { top:17.125rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPfdka6bnsESBJuB1B3nIPdscW1E4hFR { top:19.875rem;left:0rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9yh82GaLXzCw3o3fbuMfnPivgzSMtpg { top:22.6875rem;left:0rem;width:20.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Z2qFoqczwdyrBt3z7kgx5Z1Hmpcc84 { top:25.5rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnT5I5J5weBrVUDTsNvIX1bVEkfdCNhq { display:none; }
 }@media only screen and (max-width: 763px) { #ZtTXWM2FTieIn2fAUwlTHiOPOWT2C3Dt { top:15.5625rem;left:0rem;width:6rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtBiQ5SELTe0p5u8FrWuGMTXweyMgOTE { top:7.5rem;left:0rem;width:31.625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmDhRmeKFaF0REEb1Wb1MNGCQLk86uA { top:18.125rem;left:0rem;width:6.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7yi996kOWdl0fUUkWLNV4eNQ5Ck4Ms { top:21.5rem;left:0rem;width:4.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA8445lfIpxyrqHdLx2OsIMzZIANB6cM { top:24.375rem;left:0rem;width:4.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBgMwx5TgfFzkTA3TaKNVeRkHdz0Fgmh { top:6.9375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPGSOFZCnpTTx1RTpeVadGV6oi11rrvh { top:9.8125rem;left:0.6875rem;width:20.3125rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD { display:block; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhpaiT3hHVVA2D9rh1rvgScvQoqvPNoJ { top:0.1875rem;left:0rem;width:47.75rem;height:;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6PlPBfokRrshsCOd4wHx6D6TqRWnlfr { top:0rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvtB74sZIRHeST69APVbshmnM2zCf2sa { display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { top:0rem;left:8.81298828125rem;width:30.0625rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { top:0rem;left:0rem;width:47.75rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { display:block; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT { display:block; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd9feecd727c9f45aec7339be0f3c0ee { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b850efbbf90c79759326d79ae5d89b3e { top:6.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00f5f57d6ba14400c940f6585f4c25c { top:12.6875rem;left:0rem;width:13.625rem;height:9.2696589705184rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8c638d4dd44afd669f8bc4f22365b2 { top:12.6875rem;left:7.3125rem;width:14.5rem;height:9.2724517870863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba500e33a8b0b1cbf03c75b43473e580 { top:12.6875rem;left:26.6875rem;width:14.0625rem;height:9.4985625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5e6c5c0355553381d875d9bbbdaef9f { top:12.75rem;left:34.1875rem;width:13.5625rem;height:9.2071092936411rem;display:block; }
 }@media only screen and (max-width: 763px) { #l58a3c12f677bba5f9a00219259472d9 { top:25.6875rem;left:0rem;width:14.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z047bbcd575aab5e6b31a3e67d08aeea { top:25.75rem;left:7.625rem;width:14.1875rem;height:9.7067848401374rem;display:block; }
 }@media only screen and (max-width: 763px) { #bddc2422e91b665b5e3110c320555f4b { top:25.6875rem;left:26.8125rem;width:14.1875rem;height:9.7067848401374rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4614e8659ee346692d53a16b181fa7e { top:24.9375rem;left:33.375rem;width:14.375rem;height:10.391919433537rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1560aae15a3b2ae095654941b948f95 { width:15.375rem;height:2.875rem;top:41.25rem;left:16.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c08f766787a228d66075cd352b5ce3d6 { display:block; }
 }@media only screen and (max-width: 763px) { #bfd38e8af30632c800c4042949a12d9c { top:22rem;left:17.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70c9d46c6d783e0b66aab9d8ed6c310 { top:22.1875rem;left:19.5625rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf41bb003213eb40d533852e0d249f62 { top:22rem;left:12.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bab97cfbc1862984756956526030c22d { top:22.1875rem;left:14.25rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a686d1a1ad928852d8b5f10ad668251a { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3a85ab9df83d64ec14f538b41d92259 { top:22.125rem;left:8.125rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n31da97ef2770f970a1d8d18b179fb5f { top:22.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e789532d921072c55b9667f261415ca1 { top:22.375rem;left:0rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haf41a5483b8cfc1be7284863e97b3e2 { top:22.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f703c71c7a24b8e4281ae425121f67cc { top:22.375rem;left:0rem;width:2.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbef535f72879491d7ac833b7f565b25 { top:22.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N728d00e016579f5e6f9d6b30e3ed30c { top:22.375rem;left:0rem;width:3.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69ae5769867498f0944d3088bf69c75 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfe85499d4e93621af3dec9fa3787ec7 { top:22.1875rem;left:38.6875rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3e24bdabdb273fea0c1fa508af769c3 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8d94ba9e7c43eb3fd880b5e2537898e { top:22.25rem;left:33.3125rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02311f5b3c5bbb5a764e52a82d31e22 { top:22.0625rem;left:25.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #feddb52bf54aa10cb72a74bf484fc7fb { top:22.1875rem;left:27.25rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m025aeb2cd0ce92f74d3f966d5530fb4 { top:22.1875rem;left:44.5rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q437290a5d84f83255a95dcaf7543933 { top:22rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6bfa5baf6bafc28f367c45e133fe84 { top:22rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4dce947e4c9b248f2a73c981db03c2 { top:22.1875rem;left:44.6875rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76d8cf572b4afc9d166552d7a123c05 { top:22.0625rem;left:44.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4472817e5e406f58d056f262419d51c { top:22.1875rem;left:44.0625rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D479eab5ca64f0314ad0747881229350 { top:35.625rem;left:0.0625rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qba93ff99b6c3fb688fd46ca1b6dc83b { top:35.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccfdd809d5026bc8d3eb5fd8ed38fd27 { top:35.625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf451d18135d532cc81c720dab7b0e38 { top:35.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N25dc3d24e6c3c963e0e8d3cc2ce5771 { top:35.4375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S04279443c88647f01ace3e5eb0d3217 { top:35.5625rem;left:0rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02d51ceefc44d4d8dd85b896e6ef8bb { top:35.4375rem;left:17.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9c78a5639b34db587af3ed0bf9851ed { top:35.625rem;left:19.75rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4f438189459505f4973ef3deb409a31 { top:35.5rem;left:12.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae31243f6b5a32b5ab3d0110d282f58c { top:35.625rem;left:14.5625rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f088d5693580aba0f2620ec040e7849c { top:35.5rem;left:6.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cea38e9e935cc319c6906b92cc9fc0f2 { top:35.625rem;left:8.3125rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7b9a4dade95402a12d73bc08f11e445 { top:35.4375rem;left:37rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9f89c9fef2b8761f32cf0b9b80b7e09 { top:35.625rem;left:38.875rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A66224ad446076c8484a749c193ee697 { top:35.5rem;left:31.8125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b00b9be133f36fa2d1a048f45bcb6dfd { top:35.6875rem;left:33.6875rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47efb0a4bb134888dd71b73bc696ee5 { top:35.5rem;left:25.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3a4c071eb4f59b7d2327eda259c8bf8 { top:35.625rem;left:27.5rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4a76ef1a7ab41dc8fb87f0cbc7a8e49 { top:35.5625rem;left:44.5625rem;width:3.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb9fd9ba2e1af32967c43e8509600820 { top:35.375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haaba7f4a30fcd15e81afc67b666ff64 { top:35.4375rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16624c0ca665482fa081e94e12edc56 { top:35.625rem;left:44.75rem;width:3rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6eb8f03f1ee2aa8b31be55807677c2a { top:35.5rem;left:44.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abe02659274cf37fa47d41a8f5ed4d3e { top:35.625rem;left:44.3125rem;width:3.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8219fbf8741df4a11fc7cca7bae0986 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O666b412d3524bac20d4bb8a30e87f9f { top:25.625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4924c20ed04f6cdc694046069ffd87b { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1284d7fd4a77e76996e808924917051 { top:25.625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4fb8a38b8d9f8d282db8a55d7c1205a { top:25.625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b96b2ae2db350c98adb88454c3cab9ab { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2acc171a8e2f3443662a98be71a9e81 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2c2829b11fc5fa7e299f416f0579946 { top:22.375rem;left:0rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd010e53361b2a2b6b920a6f1d98961a { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q87dbe9545399eb16736def8e5b57df5 { top:14.875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o672ee34d8e23d0abacb0490e5b9ba4c { top:14.875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wd188c572138d3f941eb5a48133dc464 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8480aefb18247d6c1d71ca08720bfe5 { top:47.5625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6102dc1104866a23e074f1ea02ff7c8 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d67cee21815e276f3ff735c4f8b9a918 { top:47.5625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aa3338a08af0e9102139103081b946dd { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nedf0cef418970c0119d0a98711d202f { top:47.5625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd5537a744861fbb62c5afec8a4116f1 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q94d91370319c163c8044f9280b54d9a { top:58.6875rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2c6c68f34f633d72ce3af78fa02b717 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2f6c90017951665f97e03578c5a0527 { top:58.6875rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b6c09848b9ceb90b8fe37bea014c79e2 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xf245a68264f2125961588f3c3ec5db2 { top:58.6875rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6d1c8ebaa95b645dd92ad0a4e509e98 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e37bd5ac4296b1560f7a3096a72d7e66 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t33d67f551da5c12b373af98010e47b1 { top:69.8125rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1352ab6146484fb7444a4e184b8ec1e { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c964d74a112ef361595fecd3aca30fdf { top:69.8125rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfccd1489fe3703f797afd006f81b2ba { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ade01d96f0b206072471aa7d31116fe0 { top:69.8125rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0612e0421f7cc5190bd1ff0dbcf9f64 { top:80.625rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q759feec534e0a07b222fbc1d7543149 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbd7a55eb40e29379ef657fa07a0ade1 { top:80.625rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d77bb6af0f049568008fd8588a03460b { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa6a5c94d7183cba57a39c99a2c45d4c { top:80.625rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z469d2a59bc7f086bea4a28e872a8b04 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd8f0361313c84099dd951913c6ec93c { top:91.4375rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y85d98fd0d7c34eb7122afd29575af56 { top:22rem;left:36.8125rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d23c6535308be71580180c3a06640cbc { top:91.4375rem;left:0rem;width:3.0625rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a72cf4cab1af10e4601c6f24eb7a1c83 { top:22.0625rem;left:31.4375rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gefad6deb242113d8dd86600211c3332 { top:91.4375rem;left:0rem;width:3.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc4e1d76ba16ba9510007496778f36a5 { top:22rem;left:6.375rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xa3c9125f0b60f0cfe7d58f9617d86d0 { top:36.5rem;left:0.9375rem;width:3.25rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6aba5630c3f33662c2992818fc178e0 { top:24.125rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ebeff11808b840fd728cc90b009f7f { top:24.125rem;left:0rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1a032cd13b4e1de69f942e96501e4c { top:24.0625rem;left:0rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wff189c621d82ce4675da933a0c66924 { top:24.125rem;left:16.375rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8e7dff70833f8679adc4d979b3ab02d { top:24.0625rem;left:16.125rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2a181be87e48610fd8c30c2bf8f4eab { top:24.125rem;left:10.1875rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab0e17b7a7f41b79b8723b395b87a2b5 { top:24.125rem;left:35.5625rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O92723650358022c74552fe3e1fe6bcf { top:24.0625rem;left:35.3125rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57f2da25586f77d2e0a0565e509019c { top:24.125rem;left:29.375rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D36e052ecee9e261d655f4840cdacd50 { top:24.125rem;left:44.9375rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46a83295a34a643dd5d20ebb1ebcb25 { top:24.0625rem;left:44.9375rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd6d93727a804bc091d3b8689c5ea35d { top:24.125rem;left:42.0625rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #le02674ee50b2de9d8521adfd98be253 { top:37.4375rem;left:0rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd1776952dfcb994ddd682201d9ece0e { top:37.375rem;left:0rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8c41ed62d060666c05e8f05d315a322 { top:37.4375rem;left:0rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd7caecff903f4fd7d55f9e2b3d394b7 { top:37.4375rem;left:16.25rem;width:2.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1f3edf393cb3e31b73258f2b7505a69 { top:37.375rem;left:16rem;width:2.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x511620aefb3565fe9388ea78384f320 { top:37.4375rem;left:10.0625rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd30afaa0db6947f007222978a72f2b2 { top:37.3125rem;left:35.9375rem;width:2.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fba5b137e825e0aec8530db3cfc5f0f4 { top:37.25rem;left:35.6875rem;width:2.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf52ef1fe10e00f959876bca79ae6402 { top:37.3125rem;left:29.75rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaa199c3a2f744a8716a68939e50b98a { top:37.375rem;left:45.5625rem;width:2.1875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0f755342504083cf9b74c8d2c90939 { top:37.4375rem;left:45.9375rem;width:1.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b295af3da2399469652e26f10fbfd50f { top:37.4375rem;left:42.0625rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgXpsUsBdo64ghTh5dywolsSP9xDLwi { width:15.375rem;height:2.875rem;top:42.375rem;left:16.15673828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xfk75kDTCh8kxINVV5MXBoN2Lo9l5BCo { display:block; }
 }@media only screen and (max-width: 763px) { #vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 { display:block; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5e10c12740b22acf849772dd3de2f64 { top:3.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eff537129db1a58d6d85974eb666be20 { width:15.375rem;height:2.875rem;top:42.375rem;left:16.15673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdf81775b54b4e8c34369d2a688d9f8e { display:block; }
 }@media only screen and (max-width: 763px) { #bcfd542892625d1c735e74d9833209c2 { top:8.8125rem;left:0rem;width:26.75rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75e4cdb10dc955a4815fdf5ffeb84c4 { top:17.25rem;left:0rem;width:9.5625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f45ead6151de02bee36287da87d38e66 { top:17.25rem;left:10.25rem;width:8.4375rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8955d09edf296d238530efc2b27a351 { top:25.25rem;left:0rem;width:17.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2fa8d46ec2067fcf958cbe82abf55ce { top:34.0625rem;left:8.3125rem;width:7.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5569e42f69897d88a11e39e87232e59 { top:33.5625rem;left:0rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3c895f5a7346afea6374931bf5df0da { top:24.75rem;left:35rem;width:12.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8960f2fc5865cb00ecff5293cdf2aaa { top:24.5625rem;left:23.8125rem;width:13.375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9257679084812b804b944d64c41668e { top:8.875rem;left:21.6875rem;width:17.625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8f90df1c23593f541b831db453ddc54 { top:8.75rem;left:32.375rem;width:15.375rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecf8998458abc30907869c4275ca9292 { top:17.375rem;left:25.1875rem;width:10.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I844dbb9ea4de6b7e6f9a700b6d4b9c0 { top:34.5625rem;left:26rem;width:8.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bade78410b276640037c0d0d5ec66a2d { top:34.75rem;left:37.8125rem;width:9.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2b3c9bea36aa58ebece617a5a37c0a3 { top:16.8125rem;left:37.1875rem;width:10.5625rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A851545fd3fcc996c3c3caaed45d0d7e { top:22.75rem;left:3.875rem;width:7.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7b021f5b4094420b5782019567d39c3 { top:22.8125rem;left:4rem;width:7.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3d445ecebce16faebe487b02223b32 { top:21rem;left:27.625rem;width:5.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcc0ef94fa5145408a8fa551ce28a299 { top:21.0625rem;left:27.6875rem;width:5.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3043845f5d321cd833b33d1f0e56b05 { top:21rem;left:40.625rem;width:7.125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebc2634396c5ab00a7385b68c5b61d61 { top:21.125rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc6a2e5ac284e02b2748aa67739e6c2f { top:37.0625rem;left:4.0625rem;width:7.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03a72567e73d4b4c0c24e4d5eccfd91 { top:37.125rem;left:4.1875rem;width:7.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb29c39f56fb2f57c57dbdab24b35656 { top:37.0625rem;left:27.5625rem;width:5.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne41a4264661cf8e1365f61ee3f69708 { top:37.1875rem;left:27.75rem;width:5.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb71e708b9845c59518a0e7721b8eb8d { top:37.1875rem;left:41.75rem;width:6rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G412e2765e1f8b6b77ace3e7e478fd58 { top:37.3125rem;left:42.0625rem;width:5.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noFKFyKraTOKNwPioH3gREz2JJTLoH2B { display:block; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc { display:block; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP8vUkN4lgCqDafeP7S4tVrMi5FawUEm { top:4.9375rem;left:0rem;width:35.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMF53FPsQTKKb4HUkT1bc2UxMF2K8wp9 { top:19.25rem;left:0rem;width:35.625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlCB7SKBF8e76iUwoW697xpvQJTDpNUk { top:7.8125rem;left:22.5625rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7pRfq74VEilaGpLoD1EEpKGuvuqLpO { top:12.5625rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFVxrZ4pERUkfzmEJ2PzpmK6cOFnvZgs { top:15.75rem;left:14.9375rem;width:32.8125rem;height:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSTSGehEoiIIAv7c1UpVmKTynR8U5SFw { top:20.6875rem;left:17.875rem;width:29.875rem;height:7.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuAmGrSBMOeptRpu7V6I5vPBumqsCGI { width:15.375rem;height:2.875rem;top:31.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnekvB8LxZl4BrCbRGtEyRpDbLt7hfoa { display:block; }
 }@media only screen and (max-width: 763px) { #IgqvwRqzolHnzOqmcGdC3yuQ8StHsBGE { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVERUJCbb8pe3Hl4Aq81hrZIXaPqQVG9 { display:block; }
 }@media only screen and (max-width: 763px) { #ydDOHseNxdJeXWEunakTbRBAV0wxX1EK { top:15.8125rem;left:26.5625rem;width:13.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGmUres9us54zwizNLPqpTMJbTo3GJn0 { display:block; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSqBSdL3syGF7UgGo8vHSubKpkCEaK9M { top:4.0625rem;left:11.5625rem;width:35.6875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPSeTBt6X6ssce6EBZHi9Eo2lFSuSklT { top:18.5rem;left:12.1875rem;width:35.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSIVu1Wr0Iuii7K4i2IKQ4KZSWScwDkR { top:8.125rem;left:0rem;width:25.1875rem;height:5.75rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM22fMuBcLINON7SVyhttqK6riRiJogM { top:12.6875rem;left:0rem;width:27.3125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZPy05Pyn3UalwsMuqIEo9uCaCgb1O6p { top:15.8125rem;left:0rem;width:32.9375rem;height:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOqCCvfT4gxTh5phLLSLq0HWzdNa1mp { top:21.8125rem;left:0rem;width:29.875rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6kfPsCAVBnHJDQGFEUUqy0DbNCAmiBz { width:15.375rem;height:2.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd5dd2BLJiNKpKnsgGR97HxIihTaXctx { display:block; }
 }@media only screen and (max-width: 763px) { #gtFkqAameyhBrPLv4u8FgNMiTVOxkfkc { top:15.8125rem;left:0rem;width:23.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVswaTZ48DIZdw4eddU3ALNQvig2xtGK { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTzHIW5ffchv1PW4C7AA1FKXGi68w49T { display:block; }
 }@media only screen and (max-width: 763px) { #BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { top:7.0625rem;left:0rem;width:38.4375rem;height:0;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { top:24rem;left:0rem;width:31.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZLJtgTSZEkOHlppigVylrK28Xru4lfE { top:7.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { top:12.25rem;left:0rem;width:39.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { top:14.75rem;left:0rem;width:37.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { top:24.5625rem;left:2.5rem;width:29.25rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuQy7sT0W5vBVEsTHTMWDpCTRF0J6n1 { width:17.5rem;height:3.4375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdXSkNAmRB0RPCMz7yF1AT6CkBbUr5v { display:block; }
 }@media only screen and (max-width: 763px) { #OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { top:4.9375rem;left:0rem;width:30.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { top:4.6875rem;left:0rem;width:30.125rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { top:2.3125rem;left:0.5rem;width:31.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE { display:block; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1GC1KiTPLNB3UcK4qUgTQX6qI1lQHJ6 { width:16.75rem;height:16.75rem;top:9.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivq7xDS7e2veuMNwW5zbdsDg9etolkhM { width:18.75rem;height:1.8125rem;top:27.25rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgQkhQZpO2TIzddGmE1Dc4GLHNNqXOJf { width:18.75rem;height:1.8125rem;top:27.25rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QugxfA2Hv0T9IfDhl3OUoZ9QMdt1v0Ts { width:16.75rem;height:16.75rem;top:9.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWQv8EET92JE9wTpHo7DkIk0i9rF7aA { width:16.9375rem;height:16.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf8DErSCpWfMMp8NcbQfhk0LDfzHOzxV { width:9.25rem;height:1.8125rem;top:27.25rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O51FcSiVM0Hnwe7m9oED8XrW55IKoMgd { width:17.8125rem;height:5.1875rem;top:30.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNMrtJq7lCTveTwpeUSE0e5UMsZfk0e { width:15.5rem;height:3rem;top:36.4375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFAu7x9y6DKwZkTuXEpGl7voVI0FvBpP { display:block; }
 }@media only screen and (max-width: 763px) { #FwwDN9UxHzvF4g4dLhNVhEah3LAlRx81 { width:14.8125rem;height:3.875rem;top:30.125rem;left:16.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAQRao1RDw3C7oIMiA8hif02PoasMsFC { width:16.1875rem;height:5.1875rem;top:30.125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVKegTaVFESVAuIJWSKFZKtnRvNvneBO { top:1.3125rem;left:0rem;width:38.4375rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3mEdWSyWJvObrWAnvURWOv1STItgig { top:29rem;left:4.25rem;width:6.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmuz8dgMTzRTJUBxpmVnMB5RBLGk1Uf { top:29rem;left:33.8125rem;width:11.6875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7Z7EByHNml99AUe9EyOMr94lQVFodi { top:29rem;left:17.8125rem;width:12.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicwKFVN7DEw1RAOD88ia7bWypZHSSRz { top:1.3125rem;left:9.3125rem;width:22.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIcHSOrBtVNazh5Ag5PyqTqHozF7I9F { top:8.75rem;left:0rem;width:9.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnECmMKhPIfCHelv721DIEAD4hETzh9K { top:8.4375rem;left:0rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZpIsbUUxFE66S2SwBgwhC3Rr5nQTy1 { top:8.4375rem;left:15.875rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6wXliTNexpKyoZZNIl8AKwT1UCF9FTv { top:8.8125rem;left:15.875rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2IwAyduPZpVGQU2DvehvEoTRTwpcvv { top:8.4375rem;left:31.75rem;width:10rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1dWWCPwmfn2V0N9AyVhDsx1lBTlyqa { top:8.8125rem;left:31.75rem;width:9.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwL88gENCiQloT8HTX9Q4cE1sWypxsmp { width:20.6875rem;height:3.8125rem;top:25.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkB53FgO0rfqo6okJGFelGWAsXgGpVnF { display:block; }
 }@media only screen and (max-width: 763px) { #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { display:block; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { width:18.625rem;height:1.1875rem;top:14rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { width:38.4375rem;height:4.375rem;top:9.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { top:4.1875rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { top:4.125rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ4SnQdfkieG585n9lOetwlFTkADIK22 { top:4.0625rem;left:5.3125rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { top:4rem;left:11.9375rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { width:20rem;height:2.5625rem;top:3rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { width:18.625rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { top:40rem;left:0rem;width:41rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { top:28.25rem;left:0rem;width:40.8125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9srcF0vC26UzrZF8dzgoIsviMabxat2 { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { top:31.25rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOSR1FHxId1hl37EnawNl7uKnwPW13ff { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { top:31.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { top:42.5rem;left:0.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJD3dx9BC2pFcHvFt601m0sKLCaWriF { top:42.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRk5SEGUQsn403xkswF6gwGnwXnNCll { top:21.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJtKlvCHADnALg3WKHuui9yGH1QF916 { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { top:22.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { top:43.8125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { top:32.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { top:21.1875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { top:3.9375rem;left:18.5625rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { top:5.8125rem;left:22.0625rem;width:25.6875rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { top:12.5rem;left:16.875rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { display:none; }
 }@media only screen and (max-width: 763px) { #aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { top:22.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { top:20.625rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { top:19.875rem;left:2.6875rem;width:26.375rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeEPtggTw6GszVbwMoxgttWDFHBEeppO { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { display:none; }
 }@media only screen and (max-width: 763px) { #gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { top:18.8125rem;left:0rem;width:40.875rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTcgynTecGTT0sGJ3kTm7aizv3snHChl { display:none; }
 }@media only screen and (max-width: 763px) { #Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { top:32.625rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { top:31.25rem;left:0rem;width:3.4375rem;height:3.8745125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { top:30.5rem;left:2.6875rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { top:43.8125rem;left:0rem;width:14.3125rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { top:42.375rem;left:2.9375rem;width:26rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { top:42.5rem;left:0rem;width:3.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { display:block; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { top:9rem;left:0rem;width:34.75rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAtct55x6WapafOiTXypCZob1WU3uAz { top:5.625rem;left:0rem;width:32.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #simRg0BBi5dAUnVQNJFnLvGF1NyMDqhi { width:12.3125rem;height:3rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhaWO5Pqz0PStJLgmPie4pxMWFlNsoH { display:block; }
 }@media only screen and (max-width: 763px) { #KXn23RPwkWHGh52iJVoG5xAeRNSTiX5n { top:5rem;left:11.375rem;width:14.75rem;height:3.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { display:block; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ {  }
 }@media only screen and (max-width: 763px) { #nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { top:3.125rem;left:5.6870660781861rem;width:36.3125rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { top:6.75rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { top:67.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { width:18.3125rem;height:2.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSVk8Uc58PU1P937971633TtcGtRPnQ { width:6.6875rem;height:1.25rem;top:2.5rem;left:40.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEipAwC9cShORZkH3c5BviqArf4ZNSFT { width:7.875rem;height:1.25rem;top:2.5rem;left:39.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QTCgPU98KpzTictM9IBHa7Q5zty1F8l0 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNdUmau7ObDWZs79GXvqdwsyU5IJ5yp0 { top:0.6875rem;left:6.375rem;width:7.312rem;height:0.812375rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GVGTPF5MgspGdzU0y4mOLnoZ4Pkr5q6f { width:15.25rem;height:1.8125rem;top:4.87426796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOiflWTSSvDcvUIznAqrIZ1ZEHHGg7IU { width:10.1245rem;height:1.6870125rem;top:2.0625rem;left:4.9375rem;font-size:0.75rem;font-family:saira;display:block; }
 }@media only screen and (max-width: 763px) { #ByMrRTs7JAP10aLqG1u8kE10Ar48irhF { display:block; }
 }@media only screen and (max-width: 763px) { #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/adbc2f70-7e61-47c1-8110-94c5a6f3a81e/MobileHeaderPhotoV2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.adaptive-delivery-prevent-bg, #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.lazyload, #Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd.lazyloading { background-image: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { background-color: transparent; background-image: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container > .video-iframe-container { display: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row > .video-iframe-container { display: none; }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .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); }#Vm9KF5y9XTsiTTchR49tVZWb44ITrgRd > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8uEuJruwf8nWbBWsIupnlh5nvzyWmRE { width:17.875rem;height:2.5996125rem;top:6.375rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cSG58kb570uSRZSWOqF23LS2rTHaDKym { width:18.8125rem;height:1.21875rem;top:8.625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSNTSIdDMhThT7PD8OsU10tFTrrdRF2c { width:10.5rem;height:2.0625rem;top:19.5rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6MAgO1IHVrrG6C3ruUFTXMM26SKsCcn { display:block; }
 }@media only screen and (max-width: 763px) { #shalzd5RdmVOFQUbQX8KiPX1ufCzTXLC { width:20rem;height:5.499675rem;top:32.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeSdBd6BShPduz0vKoDytGHorWtDioOd { width:13.6875rem;height:1.30019375rem;top:11.25rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sPfdka6bnsESBJuB1B3nIPdscW1E4hFR { width:13.3125rem;height:1.30019375rem;top:13.1875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L9yh82GaLXzCw3o3fbuMfnPivgzSMtpg { width:16.0625rem;height:1.30019375rem;top:15.1875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A6Z2qFoqczwdyrBt3z7kgx5Z1Hmpcc84 { width:16.0623125rem;height:1.30019375rem;top:17.25rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OnT5I5J5weBrVUDTsNvIX1bVEkfdCNhq { top:31.310546875rem;left:0rem;width:20rem;height:6.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZtTXWM2FTieIn2fAUwlTHiOPOWT2C3Dt { width:5.0625rem;height:4.0625rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QtBiQ5SELTe0p5u8FrWuGMTXweyMgOTE { width:20rem;height:28.8125rem;top:42.7490234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqmDhRmeKFaF0REEb1Wb1MNGCQLk86uA { width:4.9375rem;height:4.0625rem;top:11.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7yi996kOWdl0fUUkWLNV4eNQ5Ck4Ms { width:3.3125rem;height:2.6875rem;top:14.5rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PA8445lfIpxyrqHdLx2OsIMzZIANB6cM { width:3.5625rem;height:2.9375rem;top:16.5625rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IBgMwx5TgfFzkTA3TaKNVeRkHdz0Fgmh { display:flex;width:4.6875rem;height:4.6875rem;top:3.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #EPGSOFZCnpTTx1RTpeVadGV6oi11rrvh { width:14.125rem;height:0.89355625rem;top:5.625rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD { display:block; }#GNd87l0OO4u6SA0wPIbhmNMPmzmAxTSD > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhpaiT3hHVVA2D9rh1rvgScvQoqvPNoJ { width:20rem;height:0;top:0.4375rem;left:-0.09375rem;font-size:0.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #c6PlPBfokRrshsCOd4wHx6D6TqRWnlfr { width:20rem;height:2.11230625rem;top:0.193359375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DvtB74sZIRHeST69APVbshmnM2zCf2sa { display:block; }#DvtB74sZIRHeST69APVbshmnM2zCf2sa > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNw7zFVvOpGqvM4AX5PEya4y82BhXkTy { width:20rem;height:2.5996125rem;top:0.73095703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmntXr0htU0X1CHpr46rV8cMX3T5z5Mf { width:20rem;height:42.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV { display:block; }#GxOPO2fmpX2hQVykqPuICvBq8IEGmrfV > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT { display:block; }#bUAVUIheeznIUaaqKRTg2T4M0dLiSQUT > .row .container { width:20rem;height:113.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rd9feecd727c9f45aec7339be0f3c0ee { width:20rem;height:2.5996125rem;top:0.69970703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b850efbbf90c79759326d79ae5d89b3e { width:20rem;height:1.5rem;top:3.29931640625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x00f5f57d6ba14400c940f6585f4c25c { width:14.8125rem;height:9.9375rem;top:4rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb8c638d4dd44afd669f8bc4f22365b2 { width:15.5625rem;height:9.6875rem;top:17.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba500e33a8b0b1cbf03c75b43473e580 { width:14.375rem;height:9.5625rem;top:29.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5e6c5c0355553381d875d9bbbdaef9f { width:15rem;height:9.75rem;top:69.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l58a3c12f677bba5f9a00219259472d9 { width:13.875rem;height:9.5rem;top:42.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z047bbcd575aab5e6b31a3e67d08aeea { width:14.75rem;height:9.8125rem;top:56rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bddc2422e91b665b5e3110c320555f4b { width:14.3125rem;height:9.5rem;top:82.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4614e8659ee346692d53a16b181fa7e { width:13.1875rem;height:9.4375rem;top:95.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1560aae15a3b2ae095654941b948f95 { width:12.625rem;height:2.1875rem;top:109.4375rem;left:3.6875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c08f766787a228d66075cd352b5ce3d6 { display:block; }
 }@media only screen and (max-width: 763px) { #bfd38e8af30632c800c4042949a12d9c { width:1.375rem;height:1.375rem;top:26.9375rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e70c9d46c6d783e0b66aab9d8ed6c310 { width:3.25rem;height:0;top:64.1933625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bf41bb003213eb40d533852e0d249f62 { width:1.4375rem;height:1.4375rem;top:26.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bab97cfbc1862984756956526030c22d { width:3.0625rem;height:0;top:27.0625rem;left:10.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a686d1a1ad928852d8b5f10ad668251a { width:1.1875rem;height:1.1875rem;top:39.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3a85ab9df83d64ec14f538b41d92259 { width:3.6875rem;height:0;top:27.0625rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n31da97ef2770f970a1d8d18b179fb5f { width:1.25rem;height:1.25rem;top:14.625rem;left:13.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e789532d921072c55b9667f261415ca1 { width:3.25rem;height:0;top:36.5rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #haf41a5483b8cfc1be7284863e97b3e2 { width:1.4375rem;height:1.4375rem;top:14.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f703c71c7a24b8e4281ae425121f67cc { width:2.875rem;height:0;top:14.625rem;left:9.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gbef535f72879491d7ac833b7f565b25 { width:1.1875rem;height:1.1875rem;top:14.6875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N728d00e016579f5e6f9d6b30e3ed30c { width:3.75rem;height:0;top:14.6875rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e69ae5769867498f0944d3088bf69c75 { width:1.3125rem;height:1.3125rem;top:39.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfe85499d4e93621af3dec9fa3787ec7 { width:3.25rem;height:0;top:69.2871125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d3e24bdabdb273fea0c1fa508af769c3 { width:1.4375rem;height:1.4375rem;top:39.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8d94ba9e7c43eb3fd880b5e2537898e { width:3.0625rem;height:1.21875rem;top:39.4375rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F02311f5b3c5bbb5a764e52a82d31e22 { width:1.375rem;height:1.375rem;top:66.6621125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #feddb52bf54aa10cb72a74bf484fc7fb { width:3.6875rem;height:1.21875rem;top:39.4375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m025aeb2cd0ce92f74d3f966d5530fb4 { width:3.25rem;height:0;top:74.3808625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q437290a5d84f83255a95dcaf7543933 { width:1.5625rem;height:1.5625rem;top:53.6621125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fc6bfa5baf6bafc28f367c45e133fe84 { width:1.4375rem;height:1.4375rem;top:53.6621125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ha4dce947e4c9b248f2a73c981db03c2 { width:3.0625rem;height:0;top:53.8496125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a76d8cf572b4afc9d166552d7a123c05 { width:1.375rem;height:1.375rem;top:71.7558625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4472817e5e406f58d056f262419d51c { width:3.6875rem;height:0;top:53.8496125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D479eab5ca64f0314ad0747881229350 { width:3.25rem;height:0;top:130.3496125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qba93ff99b6c3fb688fd46ca1b6dc83b { width:1.5625rem;height:1.5625rem;top:86.5996125rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccfdd809d5026bc8d3eb5fd8ed38fd27 { width:3.0625rem;height:0;top:86.7871125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rf451d18135d532cc81c720dab7b0e38 { width:1.4375rem;height:1.4375rem;top:86.5996125rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N25dc3d24e6c3c963e0e8d3cc2ce5771 { width:1.375rem;height:1.375rem;top:127.7246125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S04279443c88647f01ace3e5eb0d3217 { width:3.4375rem;height:0;top:86.7246125rem;left:5.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g02d51ceefc44d4d8dd85b896e6ef8bb { width:1.5625rem;height:1.5625rem;top:99.099609375rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9c78a5639b34db587af3ed0bf9851ed { width:3.25rem;height:0;top:135.4433625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y4f438189459505f4973ef3deb409a31 { width:1.4375rem;height:1.4375rem;top:99.1621125rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ae31243f6b5a32b5ab3d0110d282f58c { width:3.0625rem;height:0;top:99.2871125rem;left:12.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f088d5693580aba0f2620ec040e7849c { width:1.375rem;height:1.375rem;top:132.8183625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cea38e9e935cc319c6906b92cc9fc0f2 { width:3.4375rem;height:0;top:99.2871125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d7b9a4dade95402a12d73bc08f11e445 { width:1.5625rem;height:1.5625rem;top:111.6621125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9f89c9fef2b8761f32cf0b9b80b7e09 { width:3.25rem;height:0;top:140.5371125rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A66224ad446076c8484a749c193ee697 { width:1.4375rem;height:1.4375rem;top:111.7246125rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b00b9be133f36fa2d1a048f45bcb6dfd { width:3.0625rem;height:0;top:111.9121125rem;left:12rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e47efb0a4bb134888dd71b73bc696ee5 { width:1.375rem;height:1.375rem;top:137.9121125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3a4c071eb4f59b7d2327eda259c8bf8 { width:3.4375rem;height:0;top:111.8496125rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D4a76ef1a7ab41dc8fb87f0cbc7a8e49 { width:3.1875rem;height:0;top:145.6308625rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zb9fd9ba2e1af32967c43e8509600820 { width:1.5625rem;height:1.5625rem;top:124.9121125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Haaba7f4a30fcd15e81afc67b666ff64 { width:1.4375rem;height:1.4375rem;top:124.9746125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #C16624c0ca665482fa081e94e12edc56 { width:3rem;height:0;top:125.1621125rem;left:11.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f6eb8f03f1ee2aa8b31be55807677c2a { width:1.375rem;height:1.375rem;top:143.0058625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #abe02659274cf37fa47d41a8f5ed4d3e { width:3.4375rem;height:0;top:125.1621125rem;left:5.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e8219fbf8741df4a11fc7cca7bae0986 { width:1.4375rem;height:1.4375rem;top:27rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #O666b412d3524bac20d4bb8a30e87f9f { width:3.25rem;height:1.21875rem;top:27.125rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #P4924c20ed04f6cdc694046069ffd87b { width:1.3125rem;height:1.3125rem;top:27.0625rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #f1284d7fd4a77e76996e808924917051 { width:3.0625rem;height:1.21875rem;top:27.125rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #d4fb8a38b8d9f8d282db8a55d7c1205a { width:3.6875rem;height:1.21875rem;top:27.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #b96b2ae2db350c98adb88454c3cab9ab { width:1.1875rem;height:1.1875rem;top:27.125rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #P2acc171a8e2f3443662a98be71a9e81 { width:1.4375rem;height:1.4375rem;top:13.9375rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #z2c2829b11fc5fa7e299f416f0579946 { width:3.25rem;height:1.21875rem;top:14.0625rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #fd010e53361b2a2b6b920a6f1d98961a { width:1.3125rem;height:1.3125rem;top:14rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #Q87dbe9545399eb16736def8e5b57df5 { width:3.0625rem;height:1.21875rem;top:14.0625rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #o672ee34d8e23d0abacb0490e5b9ba4c { width:3.6875rem;height:1.21875rem;top:14.0625rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #Wd188c572138d3f941eb5a48133dc464 { width:1.1875rem;height:1.1875rem;top:14.0625rem;left:2.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #A8480aefb18247d6c1d71ca08720bfe5 { width:3.25rem;height:1.21875rem;top:52.5rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #B6102dc1104866a23e074f1ea02ff7c8 { width:1.3125rem;height:1.3125rem;top:52.4375rem;left:13rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #d67cee21815e276f3ff735c4f8b9a918 { width:3.0625rem;height:1.21875rem;top:52.5rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #aa3338a08af0e9102139103081b946dd { width:1.4375rem;height:1.4375rem;top:52.375rem;left:7.75rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #nedf0cef418970c0119d0a98711d202f { width:3.6875rem;height:1.21875rem;top:52.5rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #Fd5537a744861fbb62c5afec8a4116f1 { width:1.1875rem;height:1.1875rem;top:52.5rem;left:2.1875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #q94d91370319c163c8044f9280b54d9a { width:3.25rem;height:1.21875rem;top:65.875rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #L2c6c68f34f633d72ce3af78fa02b717 { width:1.3125rem;height:1.3125rem;top:65.8125rem;left:13rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #f2f6c90017951665f97e03578c5a0527 { width:3.0625rem;height:1.21875rem;top:65.875rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #b6c09848b9ceb90b8fe37bea014c79e2 { width:1.4375rem;height:1.4375rem;top:65.75rem;left:7.75rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #xf245a68264f2125961588f3c3ec5db2 { width:3.6875rem;height:1.21875rem;top:65.875rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15081;display:block; }
 }@media only screen and (max-width: 763px) { #c6d1c8ebaa95b645dd92ad0a4e509e98 { width:1.1875rem;height:1.1875rem;top:65.875rem;left:2.1875rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #e37bd5ac4296b1560f7a3096a72d7e66 { width:1.1875rem;height:1.1875rem;top:79.25rem;left:2.1875rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #t33d67f551da5c12b373af98010e47b1 { width:3.6875rem;height:1.21875rem;top:79.25rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #g1352ab6146484fb7444a4e184b8ec1e { width:1.4375rem;height:1.4375rem;top:79.125rem;left:7.75rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #c964d74a112ef361595fecd3aca30fdf { width:3.0625rem;height:1.21875rem;top:79.25rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #Tfccd1489fe3703f797afd006f81b2ba { width:1.3125rem;height:1.3125rem;top:79.1875rem;left:13rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #ade01d96f0b206072471aa7d31116fe0 { width:3.25rem;height:1.21875rem;top:79.25rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #T0612e0421f7cc5190bd1ff0dbcf9f64 { width:3.25rem;height:1.21875rem;top:92.125rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #q759feec534e0a07b222fbc1d7543149 { width:1.3125rem;height:1.3125rem;top:92.0625rem;left:13rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #lbd7a55eb40e29379ef657fa07a0ade1 { width:3.0625rem;height:1.21875rem;top:92.125rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #d77bb6af0f049568008fd8588a03460b { width:1.4375rem;height:1.4375rem;top:92rem;left:7.75rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #Aa6a5c94d7183cba57a39c99a2c45d4c { width:3.6875rem;height:1.21875rem;top:92.125rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #Z469d2a59bc7f086bea4a28e872a8b04 { width:1.1875rem;height:1.1875rem;top:92.125rem;left:2.1875rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #bd8f0361313c84099dd951913c6ec93c { width:3.25rem;height:1.21875rem;top:104.9375rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #y85d98fd0d7c34eb7122afd29575af56 { width:1.3125rem;height:1.3125rem;top:104.875rem;left:13rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #d23c6535308be71580180c3a06640cbc { width:3.0625rem;height:1.21875rem;top:104.9375rem;left:9.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #a72cf4cab1af10e4601c6f24eb7a1c83 { width:1.4375rem;height:1.4375rem;top:104.8125rem;left:7.75rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #gefad6deb242113d8dd86600211c3332 { width:3.6875rem;height:1.21875rem;top:104.9375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #dc4e1d76ba16ba9510007496778f36a5 { width:1.1875rem;height:1.1875rem;top:104.9375rem;left:2.1875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #xa3c9125f0b60f0cfe7d58f9617d86d0 { width:3.25rem;height:1.21875rem;top:39.4375rem;left:14.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #A6aba5630c3f33662c2992818fc178e0 { width:5.6875rem;height:1.30019375rem;top:106.625rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0ebeff11808b840fd728cc90b009f7f { width:2.8125rem;height:1.30019375rem;top:16rem;left:11.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1a032cd13b4e1de69f942e96501e4c { width:2.8125rem;height:1.4375rem;top:15.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wff189c621d82ce4675da933a0c66924 { width:2.8125rem;height:1.30019375rem;top:28.5rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8e7dff70833f8679adc4d979b3ab02d { width:2.8125rem;height:1.4375rem;top:28.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2a181be87e48610fd8c30c2bf8f4eab { width:5.6875rem;height:1.30019375rem;top:94.0625rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ab0e17b7a7f41b79b8723b395b87a2b5 { width:2.8125rem;height:1.30019375rem;top:81.1875rem;left:11.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O92723650358022c74552fe3e1fe6bcf { width:2.8125rem;height:1.4375rem;top:81.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l57f2da25586f77d2e0a0565e509019c { width:5.6875rem;height:1.30019375rem;top:28.5rem;left:5.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D36e052ecee9e261d655f4840cdacd50 { width:2.8125rem;height:1.30019375rem;top:41.4375rem;left:11.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n46a83295a34a643dd5d20ebb1ebcb25 { width:2.8125rem;height:1.4375rem;top:41.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd6d93727a804bc091d3b8689c5ea35d { width:5.6875rem;height:1.30019375rem;top:16rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #le02674ee50b2de9d8521adfd98be253 { width:2.8125rem;height:1.30019375rem;top:54.6875rem;left:11.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dd1776952dfcb994ddd682201d9ece0e { width:2.8125rem;height:1.4375rem;top:54.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8c41ed62d060666c05e8f05d315a322 { width:5.6875rem;height:1.30019375rem;top:68.0625rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cd7caecff903f4fd7d55f9e2b3d394b7 { width:2.8125rem;height:1.30019375rem;top:68.0625rem;left:11.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w1f3edf393cb3e31b73258f2b7505a69 { width:2.8125rem;height:1.4375rem;top:68rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x511620aefb3565fe9388ea78384f320 { width:5.6875rem;height:1.30019375rem;top:54.6875rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qd30afaa0db6947f007222978a72f2b2 { width:2.8125rem;height:1.30019375rem;top:94.0625rem;left:11.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fba5b137e825e0aec8530db3cfc5f0f4 { width:2.8125rem;height:1.4375rem;top:94rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf52ef1fe10e00f959876bca79ae6402 { width:5.6875rem;height:1.30019375rem;top:41.4375rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaa199c3a2f744a8716a68939e50b98a { width:2.1875rem;height:1.4375rem;top:106.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba0f755342504083cf9b74c8d2c90939 { width:1.8125rem;height:1.30019375rem;top:106.625rem;left:12.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b295af3da2399469652e26f10fbfd50f { width:5.6875rem;height:1.30019375rem;top:81.1875rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGgXpsUsBdo64ghTh5dywolsSP9xDLwi { width:10.25rem;height:2.125rem;top:109.5625rem;left:4.875rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Xfk75kDTCh8kxINVV5MXBoN2Lo9l5BCo { display:block; }
 }@media only screen and (max-width: 763px) { #vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 { display:block; }#vhWRP6x1RLsoSlA3Kw7pVfOJGmyRIXZ2 > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5e10c12740b22acf849772dd3de2f64 { width:20rem;height:2.025rem;top:1.3125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eff537129db1a58d6d85974eb666be20 { width:10.25rem;height:2.125rem;top:89.25rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdf81775b54b4e8c34369d2a688d9f8e { display:block; }
 }@media only screen and (max-width: 763px) { #bcfd542892625d1c735e74d9833209c2 { width:20rem;height:5.9915611814346rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75e4cdb10dc955a4815fdf5ffeb84c4 { width:9.5625rem;height:4.2246rem;top:10.4375rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f45ead6151de02bee36287da87d38e66 { width:8.4375rem;height:4.2246rem;top:10.4375rem;left:10.5625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #e8955d09edf296d238530efc2b27a351 { width:17.5625rem;height:8.25rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2fa8d46ec2067fcf958cbe82abf55ce { width:7.4375rem;height:2.1123rem;top:25.6875rem;left:11.0625rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K5569e42f69897d88a11e39e87232e59 { width:8.9375rem;height:3.16845rem;top:25.6875rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S3c895f5a7346afea6374931bf5df0da { width:12.75rem;height:9.5625rem;top:73.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8960f2fc5865cb00ecff5293cdf2aaa { width:13.375rem;height:9.625rem;top:58.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9257679084812b804b944d64c41668e { width:17.625rem;height:8.5rem;top:45.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8f90df1c23593f541b831db453ddc54 { width:15.375rem;height:8.0625rem;top:31.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecf8998458abc30907869c4275ca9292 { width:10.5625rem;height:2.1123rem;top:53.75rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I844dbb9ea4de6b7e6f9a700b6d4b9c0 { width:8.9375rem;height:2.1123rem;top:68.3125rem;left:5.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bade78410b276640037c0d0d5ec66a2d { width:9.9375rem;height:2.1123rem;top:82.75rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2b3c9bea36aa58ebece617a5a37c0a3 { width:10.5625rem;height:3.16845rem;top:39.5rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A851545fd3fcc996c3c3caaed45d0d7e { width:7.8125rem;height:1.8125rem;top:15.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7b021f5b4094420b5782019567d39c3 { width:7.5625rem;height:1.625rem;top:15.6875rem;left:6.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de3d445ecebce16faebe487b02223b32 { width:5.8125rem;height:1.8125rem;top:56.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcc0ef94fa5145408a8fa551ce28a299 { width:5.625rem;height:1.625rem;top:56.9375rem;left:7.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3043845f5d321cd833b33d1f0e56b05 { width:7.25rem;height:1.8125rem;top:43.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebc2634396c5ab00a7385b68c5b61d61 { width:7.8125rem;height:1.625rem;top:43.6875rem;left:6.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bc6a2e5ac284e02b2748aa67739e6c2f { width:7.375rem;height:1.8125rem;top:29.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03a72567e73d4b4c0c24e4d5eccfd91 { width:7.125rem;height:1.625rem;top:29.6875rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mb29c39f56fb2f57c57dbdab24b35656 { width:5.875rem;height:1.8125rem;top:71.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne41a4264661cf8e1365f61ee3f69708 { width:5.6875rem;height:1.625rem;top:71.5rem;left:7.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pb71e708b9845c59518a0e7721b8eb8d { width:6rem;height:1.8125rem;top:85.5625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #G412e2765e1f8b6b77ace3e7e478fd58 { width:5.6875rem;height:1.625rem;top:85.6875rem;left:7.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noFKFyKraTOKNwPioH3gREz2JJTLoH2B { display:block; }#noFKFyKraTOKNwPioH3gREz2JJTLoH2B > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc { display:block; }#Z4TzM4ZFfPcASgVV5fTZfyBPi6Tonebc > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP8vUkN4lgCqDafeP7S4tVrMi5FawUEm { width:19.5625rem;height:7.6875rem;top:5.875rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lMF53FPsQTKKb4HUkT1bc2UxMF2K8wp9 { width:20rem;height:11.875rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlCB7SKBF8e76iUwoW697xpvQJTDpNUk { width:17.3745rem;height:3.57470625rem;top:0rem;left:2.625rem;font-size:2.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7pRfq74VEilaGpLoD1EEpKGuvuqLpO { width:16.9995rem;height:2.19375rem;top:3rem;left:3rem;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wFVxrZ4pERUkfzmEJ2PzpmK6cOFnvZgs { width:17.0625rem;height:8.39845rem;top:26.3125rem;left:1.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fSTSGehEoiIIAv7c1UpVmKTynR8U5SFw { width:16.875rem;height:4.875rem;top:29.0625rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuAmGrSBMOeptRpu7V6I5vPBumqsCGI { width:15.374375rem;height:2.87489375rem;top:40.732965469361rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnekvB8LxZl4BrCbRGtEyRpDbLt7hfoa { display:block; }
 }@media only screen and (max-width: 763px) { #IgqvwRqzolHnzOqmcGdC3yuQ8StHsBGE { width:10.3125rem;height:2.125rem;top:35.25rem;left:4.84375rem;font-size:0.8125rem;z-index:15007;background-color:rgba(var(--color-primary-2),1);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) { #eVERUJCbb8pe3Hl4Aq81hrZIXaPqQVG9 { display:block; }
 }@media only screen and (max-width: 763px) { #ydDOHseNxdJeXWEunakTbRBAV0wxX1EK { width:8.4375rem;height:1rem;top:26.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGmUres9us54zwizNLPqpTMJbTo3GJn0 { display:block; }#HGmUres9us54zwizNLPqpTMJbTo3GJn0 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSqBSdL3syGF7UgGo8vHSubKpkCEaK9M { width:20rem;height:7.875rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPSeTBt6X6ssce6EBZHi9Eo2lFSuSklT { width:20rem;height:12.125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSIVu1Wr0Iuii7K4i2IKQ4KZSWScwDkR { width:13.937rem;height:3.57470625rem;top:0rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GM22fMuBcLINON7SVyhttqK6riRiJogM { width:18.4375rem;height:1.95rem;top:3rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zZPy05Pyn3UalwsMuqIEo9uCaCgb1O6p { width:17.75rem;height:7.82228125rem;top:27.375rem;left:1.125rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #viOqCCvfT4gxTh5phLLSLq0HWzdNa1mp { width:17.875rem;height:3.65625rem;top:30.75rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6kfPsCAVBnHJDQGFEUUqy0DbNCAmiBz { width:15.374375rem;height:2.87489375rem;top:40.979816436767rem;left:2.312283039093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd5dd2BLJiNKpKnsgGR97HxIihTaXctx { display:block; }
 }@media only screen and (max-width: 763px) { #gtFkqAameyhBrPLv4u8FgNMiTVOxkfkc { width:14.1875rem;height:1.1875rem;top:27.248046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVswaTZ48DIZdw4eddU3ALNQvig2xtGK { width:10.3125rem;height:2.125rem;top:36.5rem;left:4.84375rem;font-size:0.8125rem;z-index:15008;background-color:rgba(var(--color-primary-2),1);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) { #QTzHIW5ffchv1PW4C7AA1FKXGi68w49T { display:block; }
 }@media only screen and (max-width: 763px) { #BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 { display:block; }#BQzyggLlnwO0F5ZVw9pCyEBtgqOTA7i5 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5liVXGBp3dyDmeJLFPiUar7Gk12Opna { width:20rem;height:0;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LizFgpbVr7ZRoxGgVyaEOvir7qnSqAZT { width:17.5625rem;height:2rem;top:18rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZLJtgTSZEkOHlppigVylrK28Xru4lfE { width:20rem;height:1.95rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LLcWCIXECoRbxJPJDsvQg3sLpOTBgA { width:20rem;height:0.975rem;top:4.57470703125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCO6GOWmFLErpuzo4QUp4cQOMDpUtT6u { width:17.875rem;height:6.82225rem;top:21.0625rem;left:1.0625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #de1TeIzlwhaQmmpR5fD8QGMJoZfyP9eT { width:15.875rem;height:1.6253875rem;top:18.25rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZuQy7sT0W5vBVEsTHTMWDpCTRF0J6n1 { width:10.4375rem;height:2rem;top:29.25rem;left:4.84375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdXSkNAmRB0RPCMz7yF1AT6CkBbUr5v { display:block; }
 }@media only screen and (max-width: 763px) { #OoyiTW7MslXSTHMyqTIDHfbTVxep9pIq { width:14.9375rem;height:1.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs4XoudenpT2urQtfHOZOhwQxBFLg0Gn { width:15.5rem;height:1.21875rem;top:1.23095703125rem;left:0.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgeQitEKxZpHhTyPoVWL8PZtlmV22ktp { width:17.125rem;height:11.3125rem;top:5.96875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE { display:block; }#Jl7xd4dZJ9ZTAJJ6tW0hnTUdAcf47KhE > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1GC1KiTPLNB3UcK4qUgTQX6qI1lQHJ6 { width:15.3125rem;height:15.3125rem;top:56.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivq7xDS7e2veuMNwW5zbdsDg9etolkhM { width:18.75rem;height:1.625rem;top:73.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgQkhQZpO2TIzddGmE1Dc4GLHNNqXOJf { width:18.75rem;height:1.625rem;top:47.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QugxfA2Hv0T9IfDhl3OUoZ9QMdt1v0Ts { width:15.25rem;height:15.25rem;top:31rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWQv8EET92JE9wTpHo7DkIk0i9rF7aA { width:15.375rem;height:15.375rem;top:5.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf8DErSCpWfMMp8NcbQfhk0LDfzHOzxV { width:18.75rem;height:1.625rem;top:21.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O51FcSiVM0Hnwe7m9oED8XrW55IKoMgd { width:16.125rem;height:5.199225rem;top:23.75rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNMrtJq7lCTveTwpeUSE0e5UMsZfk0e { width:12.125rem;height:2.375rem;top:82.0625rem;left:3.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFAu7x9y6DKwZkTuXEpGl7voVI0FvBpP { display:block; }
 }@media only screen and (max-width: 763px) { #FwwDN9UxHzvF4g4dLhNVhEah3LAlRx81 { width:14rem;height:3.89941875rem;top:50.25rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAQRao1RDw3C7oIMiA8hif02PoasMsFC { width:13.125rem;height:5.199225rem;top:76rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVKegTaVFESVAuIJWSKFZKtnRvNvneBO { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oN3mEdWSyWJvObrWAnvURWOv1STItgig { width:6.1875rem;height:0.1875rem;top:23.05517578125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmuz8dgMTzRTJUBxpmVnMB5RBLGk1Uf { width:11.6875rem;height:0.1875rem;top:74.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7Z7EByHNml99AUe9EyOMr94lQVFodi { width:12.125rem;height:0.1875rem;top:49rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicwKFVN7DEw1RAOD88ia7bWypZHSSRz { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDIcHSOrBtVNazh5Ag5PyqTqHozF7I9F { width:9.75rem;height:1.30019375rem;top:4.6875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnECmMKhPIfCHelv721DIEAD4hETzh9K { width:10rem;height:1.9375rem;top:4.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFZpIsbUUxFE66S2SwBgwhC3Rr5nQTy1 { width:10rem;height:1.9375rem;top:30rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6wXliTNexpKyoZZNIl8AKwT1UCF9FTv { width:9.75rem;height:1.30019375rem;top:30.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2IwAyduPZpVGQU2DvehvEoTRTwpcvv { width:10rem;height:1.9375rem;top:55.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI1dWWCPwmfn2V0N9AyVhDsx1lBTlyqa { width:9.75rem;height:1.30019375rem;top:56.0625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwL88gENCiQloT8HTX9Q4cE1sWypxsmp { width:10.3125rem;height:2.125rem;top:81.9375rem;left:4.84375rem;font-size:0.8125rem;z-index:15010;background-color:rgba(var(--color-primary-2),1);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) { #UkB53FgO0rfqo6okJGFelGWAsXgGpVnF { display:block; }
 }@media only screen and (max-width: 763px) { #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/108e48c3-6f16-4704-920e-4f141f397a95/Untitled320x800px.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.adaptive-delivery-prevent-bg, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyload, #TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829.lazyloading { background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { background-color: transparent; background-image: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row > .video-iframe-container { display: none; }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .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); }#TWsd3yqTqSdWzlFTc2qVsmp2EOrTg829 > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMT9dmhRmIkqBS1whv3UO8sFFbsicyTJ { width:18.5625rem;height:0;top:45.3501rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #voUL3nKrZ2ruxK0l9rn6NiugSapSrsVd { width:19.9995rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fTVHwWQoGEP7wg8W4Am6JbqMSCIEHwS5 { display:flex;width:8.8125rem;height:8.8125rem;top:5.1001rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifHSzP8qTI9JcZWQDn19eegydgBoVPOG { display:flex;width:8.8125rem;height:8.8125rem;top:15.1626rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ4SnQdfkieG585n9lOetwlFTkADIK22 { display:flex;width:8.8125rem;height:8.8125rem;top:25.2251rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av5iHtAF3WDaAQ4TkcA7TW4f9cKdDgOb { display:flex;width:8.8125rem;height:8.8125rem;top:35.2876rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3nm37uCks2ESciXuIyzgKsT2NIEO2gQ { display:flex;width:4.5rem;height:4.5rem;top:0.65625rem;left:7.75rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #rSmwBKhmloLXHZQvvbuA41KXqzvWOapI { display:flex;width:4.375rem;height:4.375rem;top:0.71875rem;left:4.75rem;opacity:.55;z-index:15030; }
 }@media only screen and (max-width: 763px) { #t8dzSBVcntJnmCKpTBX5HNm1tkBOsXGg { width:20rem;height:3.16894375rem;top:2.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #WhFIp34QlnF2vz9WvBBkO3ZwhTsldbkR { display:flex;width:4.4375rem;height:4.4375rem;top:0.6875rem;left:1.6875rem;opacity:.55;z-index:15029; }
 }@media only screen and (max-width: 763px) { #a9N88XmPDA4ppqmXKz2JTda74fmdpGtG { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:10.875rem;opacity:.55;z-index:15031; }
 }@media only screen and (max-width: 763px) { #poan2BxJ8Q5qON7cUHemc6qMGiIbWou4 { width:18.625rem;height:1.4625rem;top:5.15625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:italic;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tv8i65dLZqaCBesBDRHtckU6TMTuLT1F { width:19.875rem;height:8.5rem;top:40rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #E6SZl4R3Cfxce5E8VI1OxUT9dECSU1KO { width:20rem;height:auto;top:30.5rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #GBrLFoSckTrKpGO0ktBTMkvMuglPw7fp { width:20rem;height:auto;top:42.375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rRg8TIPI1SntHtinU1QMqHvo1EeULZN4 { width:19.875rem;height:7.25rem;top:18.8125rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #i1BZvsCsHXaMXHe9NmfT1luwtvCier2i { width:19.875rem;height:9.625rem;top:28.25rem;left:0rem;z-index:14986;display:none; }
 }@media only screen and (max-width: 763px) { #y6xVuqqPn1PSx5hcL4IMToyMWrzwWJzn { width:20rem;height:auto;top:19.875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #IPEwO2EJ4ScUEmSDZCTyzxlowDcNPP9t { width:3.4375rem;height:3.8745125rem;top:31.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9srcF0vC26UzrZF8dzgoIsviMabxat2 { width:3.75rem;height:3.75rem;top:20.625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTJTlfUcdM5b4QTaKiXK99QKzkWQbeAy { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWiDC1Be5WzkBT2HoH0IpeG9Eq8IgPVV { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nH81sfmiJ9lirT8DPTtmNNvM60d8IHV2 { display:flex;width:1.375rem;height:1.375rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOSR1FHxId1hl37EnawNl7uKnwPW13ff { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbNlLggWGAwvDESnsk8HwIRdCgTqlCCp { display:flex;width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CO4Rp3PRfhJgFwdzlhJQyKxkIMvOpWur { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VorZfuLC7gTJ8XGow77i6T03wr1ELLX9 { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfMOOC0Ir9KaXsQdmXKvCFlveBBK4LXp { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnTLwqVJsBAfHhxG0TFqmM8V8lI4Ct24 { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #psJD3dx9BC2pFcHvFt601m0sKLCaWriF { display:flex;width:1.3125rem;height:1.3125rem;top:42.5rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #esRk5SEGUQsn403xkswF6gwGnwXnNCll { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxJtKlvCHADnALg3WKHuui9yGH1QF916 { width:3.75rem;height:3.75rem;top:42.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTM8MT3kROTCoSPTWZV1wwlh03HWw074 { width:14.3125rem;height:auto;top:22.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD0cqPGQB2FhwdaMNUZRZxPc0QbLEFll { width:14.3125rem;height:auto;top:43.8125rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RiDbXWZIqaK8QqUJgLJrMOTPUmGWcCpf { width:14.3125rem;height:auto;top:32.625rem;left:2.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0eTUyW825CNFKaf6ywJO3WIe9e2GHDl { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnF0LLAf8WNv1a7XTbTNSnIhU3BMPxPW { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQiKWR2b6ilQCTh4emwfHpnIAFeKOuG2 { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8wQOKq5q6r0DLZ0E2k1DngXxRXAge3 { display:flex;width:1.3125rem;height:1.3125rem;top:21.1875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J37GDS0b4DacWp15BAhRHc3uoev8Ql0k { display:flex;width:8.875rem;height:8.875rem;top:3.9375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX3P6HvkuNV2fxfzb1RL9M8VwSg1GE5y { width:20rem;height:34.6875rem;top:7.1328125rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Bpee1pdnx467MtETPvr5Sd725ZZTx6Q7 { display:flex;width:4.625rem;height:4.625rem;top:0.59375rem;left:14.0625rem;opacity:.55;z-index:15032; }
 }@media only screen and (max-width: 763px) { #xaU0RLc2eGFiAzsJ6O2Ii5fNFreqgdwq { width:19.875rem;height:13.8125rem;top:43.3125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pOUGQsVzlvxgOGlyoqMAv40RA1sLlGD7 { display:flex;top:53.1875rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #aEEDPo64JI7VX331PUhTeMJhrOFPEdG6 { width:14.3125rem;height:1.3125rem;top:53.125rem;left:4.75rem;font-size:0.875rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #nbVTdQblyE6hUrz9a1uFNgZZmWvKiJag { width:3.125rem;height:3.125rem;top:53.125rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #oA7M5PqyfaskZHDz4VH0CdyHn2zaKUvP { width:18.625rem;height:7.875rem;top:44.5rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #OeEPtggTw6GszVbwMoxgttWDFHBEeppO { width:19.875rem;height:12.25rem;top:58.3125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #UIoaidaTvokvIyZKi56QzmDJL5t2mVAX { display:flex;top:66.625rem;left:4.75rem;width:4.125rem;height:4.125rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #gr5AhimEkGZH8b3TnyzflMTDAzTOX79D { width:19.875rem;height:10.5rem;top:71.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fTcgynTecGTT0sGJ3kTm7aizv3snHChl { display:flex;top:78.25rem;left:4.875rem;width:4.125rem;height:4.125rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #Ohi9WykntUZ9hMlNxUb8DaynCS1W76pW { width:14.3125rem;height:1.3125rem;top:66.625rem;left:4.75rem;font-size:0.875rem;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #BuDKmwVKmxskVBirx1b7LJbp2mTmx4qE { width:2.875rem;height:3.25rem;top:66.625rem;left:0.6875rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #ls9k3iiBUpQP4BMd8ze4IM5fubBowmPq { width:18.8125rem;height:6.5625rem;top:59.4375rem;left:0.625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #xqsEFAqgR0gPtRXt4fDewmBZL2T7weQa { width:14.3125rem;height:1.3125rem;top:78.25rem;left:4.75rem;font-size:0.875rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #pxcUdmTlOJsHEedOdVd5wFUmpzLmObAS { width:18.6875rem;height:5.25rem;top:72.75rem;left:0.6875rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #ie7RzW0CuDy8ApNTEkQ0Zu25r4ppFs9C { width:3.125rem;height:3.125rem;top:78.25rem;left:0.6875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007329a6-f6cc-4c52-af2f-2f07cc7cd8cf/GIFTCARDSECTION6.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.adaptive-delivery-prevent-bg, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyload, #K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny.lazyloading { background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { background-color: transparent; background-image: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row > .video-iframe-container { display: none; }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .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); }#K1XxMCkq8gvdHQ9MyFXoomL2H0XF75ny > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xwrzzb8VTBycNyXb1rXyGsLg3Jo0qO9i { width:17.75rem;height:2.923825rem;top:6.302734375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdAtct55x6WapafOiTXypCZob1WU3uAz { width:20rem;height:2.03144375rem;top:1.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #simRg0BBi5dAUnVQNJFnLvGF1NyMDqhi { width:9.4375rem;height:2.1875rem;top:20.291015625rem;left:5.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhaWO5Pqz0PStJLgmPie4pxMWFlNsoH { display:block; }
 }@media only screen and (max-width: 763px) { #KXn23RPwkWHGh52iJVoG5xAeRNSTiX5n { width:17.3125rem;height:3.16894375rem;top:3.1875rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ { display:block; }#OKSpCgOu3G1LdTi50y1FfzXOoZOMXskZ > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-heading-text { font-size:0.75rem;height:auto;line-height:1.6;overflow:hidden; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn .accordion-desc-text { font-family:barlow;font-size:0.75rem;height:auto; }
#VRluTJyt6RUU1AfJGl24qUu0iqHotfTn { display:flex;height:auto;width:17.5rem;top:7.4599609375rem;left:0rem;gap:0.4375rem;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900; }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vkEsWm6fona1nuGiyTo1NPwg3dFzovP0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #uFTweuNCS5IPP5efeIgLBwAQlLTGhssL {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Ug0D2F5OVcwnOsQlh7TRxKM9hX6afE1W {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ywRIQ5DEWzyfuTvzbSDwaeIcI9tTbPZc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #QVODG095Xh0GrT0BpJsKyzdPQ74QTFi5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #r1PtG1b6hemUzFhRgB35EXzHK9y75ki5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #UypmZEsZfrxJpwnzlTmgTvRgMayvuQ6B {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #s8d0LRBhEWd2zHgtWocx3fSD0XTBdSWl {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Wcbb2geTHxFn1Eerz2UyslXVQ6zB4qlo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ySh3tcyDiDTSunV2wOBBI0AZKhzp1wPK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bhGidwmE3aTTsebu58W7FltxRcoLFSVv {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VVvS8wcsudahRaHxaZrse5wGmW6553hZ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bbwboWVsPPxwxiiD3uQ4ywWggzGJqCZC {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #bmfAitrXByli2QLgaxo9gV90Mf6RFutk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #NsQhJz4tu2x6rsALIGKZdl0eANeGXE3d {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #eMRE7QMWLJ7lOtlSaFOd0FWKl7SetNSN {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #T8DbweadFsXfUDiz1C3aDf3Ttmgb1U7O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #EaRQ2a5OWfPkd1VG0HWw0qtQLWlm0rgo {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #vulhbeckzekNQpD6e12bKrnrNlxdquyM {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CBlpa5FKKT2RKqvgQJ2DqBb1O5ANKiu1 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #sNnsVdrhZ2zkCezVk1Mc4ubmJ7uvWX0e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #hE1Ur0LJ9wn953Ci2C1SPCf7c6lnXEPc {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #xb1m0GBSctfnuz6OH2kr6luTvCAVW6Tb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #enyt02XMHg1ZAsnwOa3dKM4W5PBo7pgH {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #o5lnt4wT7QvpEvNLhVhReS99G6UmuW1Q {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E6Gy1FCUJFUV2AFoCSeuvO7LituI7GmV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #pNK3NBi5cc3q8rRgCniOq4HxivLRiNsG {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZMkLEpN4BviHGXCD0c5SqbZTHls8kVyu {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #KRtNnb0W6hs2ctugANnGPBdAqDMHWEBk {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #DKxpnbvEATgGPaycV91aRSoxpO0QgdXa {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ty5LJtXZo32uy7mvvJXXWzxNdRlmVeTT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #VWKzllzrxt22NyEzW5psarIiTDJ7KdIK {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wrbW7UhkcQ65x0F3GDpgEAtBWP7Dvlu5 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #kHq6rLV6vk2l3QTpTDS5QLSMmCcrS2Ut {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #rG3VT3G0ES8TPTor5TmtDOtwcGpsWx6V {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Fnn1XkUzSzflr9hVIDcKvtyJ1O5XIrA9 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #On28NGHMzATgCEE1xHx7SxEfVARxhVRe {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #oBsXAB9v5TRWtSKGiHlv6haiFF9dQ8O7 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #MTPCoBToBewTTebtPJC3PCoogceMDLm6 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #z5idWGUW996TGihw835IBSgA9I9RWnP3 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Uef0wHun69Scmrdg80EMXEcHtVT0tk2O {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #wxdap8dyHBIe1mVKUb77PmWVvLxv6s2g {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #BrhOH12fASxKTB363R5sbGQHgPRV1BLB {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #LHX71irebaRgNzv7li4BQMBNQ4Jwa3ck {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #CJKRiA5OhWumRS8SDrxWeQWIWpwtN5BS {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #Jum0D1uTxU6X30Rd7GixPBCglxkTqLAJ {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #fGHfnTih4HGwTwmz6KaWX5Zhbhu9L5Es {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #dRd3fiEWpHWIVK8gsmizMknpB657146e {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #JkVTn9OShRvCVnsL6Oa6fC1V2aKcVEBy {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #E7U0neMFMTreICRHnlVT7WvZbn4oRoPb {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #yckliRKvt8xQU803fmuD1CR2ATzhH0TE {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #gsX1OOCsK52BQObTr8QghFsy8kSMA1OT {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #p7Fs4x1k8SDeZC2A57pRNgcfi1Pnb6bV {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #ZJTf6Tg8chnFT8mLb3xsbCJ9XyXbxsz0 {  }
 }@media only screen and (max-width: 763px) { #VRluTJyt6RUU1AfJGl24qUu0iqHotfTn #cwAuKc3FTVEI7BaItzu0tAkZNbRgQHiQ {  }
 }@media only screen and (max-width: 763px) { #nulfvp92l8VQ4GX4USor9sm9fn0P9vKO { width:20rem;height:2.2753875rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1vzvy1UoBtsZO9kxuVPOfSOFhXUhN8I { width:20rem;height:2.4375rem;top:4.2109379768372rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v339aaVVnA28GHH2pk1H0aZ0L1KTOxAT { width:20rem;height:0.1875rem;top:56.942739136719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX { position:relative;z-index:auto;display:block; }#LvXWtuRTrTGzN4uDJcPVJRvthzTQb2cX > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlkTgVZ9dN10ZAUzLNhnuHXG2ZTPoJGZ { width:10.249625rem;height:1.124875rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBSVk8Uc58PU1P937971633TtcGtRPnQ { width:6.74925rem;height:1.05644375rem;top:1.25rem;left:12.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEipAwC9cShORZkH3c5BviqArf4ZNSFT { width:7.936375rem;height:1.05644375rem;top:2.5625rem;left:11.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }