.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:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:129,172,206;--color-primary-4:32,42,68;--color-secondary-0:252,240,214;--color-secondary-1:247,210,133;--color-secondary-2:241,180,52;--color-secondary-3:235,189,0;--color-secondary-4:48,36,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,253,253;--color-tertiary-2:238,238,238;--color-tertiary-3:83,86,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Graphik UPSA2";--paragraphs-font-family:"Graphik UPSA2"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { background-color: transparent; background-image: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .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); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { border-width: 0; border-radius: 0; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:0.75rem;left:11.0625rem;display:block; }
#LskK60zruoALs81VNF8eRmLXJblTwuoW { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.943359375rem;left:11.875rem;height:1.29948125rem;font-style:normal;display:block; }
#X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { position:absolute;display:block;z-index:15017;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.75rem;width:1.8125rem;top:2.21875rem;left:37.4375rem;overflow:hidden;display:none; }
#cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { background-color:rgba(var(--color-secondary-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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.0625rem;left:60.3125rem;display:none; }
#KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.0625rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#kwBlI7TMQxaT4y4uJZ7gycd2bF7uhy9K { background-color:#f1b434;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(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.03125rem;left:58.062501907349rem;display:block; }
#P0mgPA2IPKBrHLpcnHTFCAnQ9bZ8kNTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WByFNJpQg1Sz6iRUSiRTxm0WQ3uZg4GH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.75rem;left:45.375rem; }
#h8nuS4kqbkz5CUDfVaLQvnEeweLKwNhh { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.75rem;left:47.8125rem;height:1.8684875rem;font-style:normal;display:block; }
#NdAHhyCQp4OxWvuACTURRTQxeibrIhdP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:graphik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#amciHHLcZf5tcpWGdxOU1HBMcOcqJTab { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw { position:relative;display:block; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw { background-color: transparent; background-image: none; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row .container > .video-iframe-container { display: none; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row > .video-iframe-container { display: none; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .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); }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw { border-width: 0; border-radius: 0; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .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; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width: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; }#g1NnHIcwXyKnJW3lsVJ7owHbyVOiIPZ0 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#bMLdRc613oyQSszmST2kBZnLrtwgXDEe { background-color:rgba(var(--color-secondary-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(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.6875rem;left:58.125rem;display:block; }
#uzirSrVXJ1LyesVcUkAGVzw6UCZVKZ1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwMabMAl2cvkAcGKdTMtcFoXT2PoCKI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:2.375rem;left:47.9375rem;height:1.86889375rem;font-style:normal;display:block; }
#ueRvtni76LrMo5hiTChHaHnX5ml8ufkG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.4375rem;left:45.5rem; }
#qisE5dsTOoko3gfiEs9fLK1Kml6xgQG4 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:2.630859375rem;left:11.75rem;height:1.29948125rem;font-style:normal;display:block; }
#ZDOzP3IiOIkuZAoV1qqHzQpvrUDbt4hz { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:1.4375rem;left:11rem;display:block; }
#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 { background-color:#af272f;background-image:none;z-index:;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; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { background-color: transparent; background-image: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container > .video-iframe-container { display: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container { display: block; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .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); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { border-width: 0; border-radius: 0; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;overflow:visible;position:relative;display:block; }#PgdgNyw8c9G7FJHzX79LIUIQPdwcguHM { color:#003864;display:block;width:13.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15057;line-height:1.2;letter-spacing:0;top:4.28857421875rem;left:54.249633789062rem;height:1.49963125rem;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; }
#xFEeuAqrrcM5tQ25JTO7J0E2x3npPADP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.875rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#FZ1KKKctEGXP2rw0hbNJV7LeuecZi2aR { color:rgba(var(--color-tertiary-0),0.53);display:block;width:6.625rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:65.1875rem;height:0;font-style:normal;display:none; }
#doQwJsk6GyTT3ynsF7i5NOvRH7ExCLSG { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:22rem;top:3.0625rem;left:53rem;display:block; }
#aGLkPBWU4XaVRLE91m24sgrAaku3SJ6u { color:rgba(var(--color-tertiary-0),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:6.499rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-form-header { font-size:0.75rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-regular-label { height:auto;display:block;font-family:graphik;font-size:0.75rem;font-weight:400;color:#003864;width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.1875rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:graphik;line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:4.375rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:graphik;line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.5rem;color:#003864;font-family:graphik;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.625rem;height:3.125rem;font-family:graphik;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT [class*="-text"]:-moz-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT [class*="-text"]::-moz-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT [class*="-text"]:-ms-input-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT [class*="-text"]::-webkit-input-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:graphik;line-height:1.3;font-size:0.625rem;font-weight:400;color:#003864;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-container:first-of-type{padding-top:0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-container:last-of-type{padding-bottom:0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT  { 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;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.3125rem;left:53.875rem;font-size:0.75rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT {display:block;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT { 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;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:10.3125rem;left:53.875rem;font-size:0.75rem;display:none; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #tn0cyG4cO9i9GQ8MMlvDBJWe2DnQrvIT { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #fddyrk7MSrzb6SOrTzWrAX6FWitJGqVD { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #DVJcJHW6Ms10OETZ2uva5GVWhopWwSgt { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #FJLLPk5KAoK12mDBEllEfM9HE10cd3h1 { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #TTMecIuzUQBwPV2Jkb5DTyo57qpDiqX2 { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #XIM3kxc3wrAWIZgsuwueJcX9gPmlydHT { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #zezLULTGa0gTsWbHckApLBiHpkH364UG { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #oncBIwAIZMkURbJI8b6JRPackfNtgyu5 { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #eZdqz1dzNbakpTTR6RqMVUILd4xnwNFu { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #QVTTiQRkioXLK3s0PvElRqlGTQ7rpmkI { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #E4E1XVZIp1ihRIk2SeonP0L8zuOnApTi { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #STEhGrQuQMn736hHsaFS6eVdFUN1z4X3 { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #SU5np6sTPzztuwonWT9lTt8HzJZDTK4J { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #T5xMtPdKrwg7sT8hLKmtmR97WW7MnFiO { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #B21WuCbNFsVf3VsPQmmeUwoTH4Pkr56R { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #plDWNX3hzGN7ahNk93nnfCRckgzAn3PB { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #iR0hCw4kRl2OUu5Nb9Xk7dwzSfV1gh7a { position:relative;z-index:2; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #WUntITUa0QrC9ao51MFQZXzqVR2fxgMb { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ogdf5FuHd3iJnEBMzhW7l4nMyiLCtKf1 { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #gWESTf7brwCnV01lHdw7oKcZNTPRECzq { position:relative;z-index:2; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ftC8qoAH0uRerFbciLqRWoiKhCD4H0RC { position:relative; }
#hrP21VXJcCfBT5CONM3JtHfhMaOWXfy9 { position:relative;display:block; }
#avkSxmrwotF7SVNyXbmXKTnDu5Bi8gX7 { position:relative;display:block; }
#LBUAIhV0qvH4ADiUSgbIceUv76TkZbTN { position:relative;display:block; }
#GPbx5N6dvM3dEHuGOCfrN1epXirqVVJF { position:relative;display:block; }
#P1BzBKth19NpXiRtiMzqIxcfcr5vPVd6 { position:relative;display:block; }
#Wr3ITwceLOATb61oCgh2gGxnKZyWxQGE { position:relative;display:block; }
#mvyuTUi8be7X4bnwPRhE6V7gnoqB0UJm { position:relative;display:block; }
#CLzU9g6Z77tLl1SRygPEKa0nD1TLpHKL { position:relative;display:block; }
#ul2pm35TfquKorBvTmQcERc2hrEQ4RvK { position:relative;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #prTt4T2e93eRJZdUIOwgw2agUcvTVzTV { position:relative; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #xbtA27hVuWGZr6n7TaTXXOFgs42JRpKu { position:relative; }
#fLy6AO0hGQsiZpzkIFT92X30ESDeOn7T { position:absolute;display:block;z-index:15051;height:11.25rem;width:20.375rem;top:4.5625rem;left:54.625rem;display:block; }
#qddraFw5mP6I193FHJRogcmGUkQyJEia { position:absolute;display:block;z-index:15069;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:9.75rem;top:2.6875rem;left:39.9375rem;overflow:hidden;display:block; }
#wvzRKoKfvlO2PwOTC6diF0qOyKpp9pHv { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#UTogbkhKfqHA2JTcO2cAg5RUztLTfR47 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#STfX17ivgI4c4S0feilZvZNsdhL6EHvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:24.092450141907rem;left:2.75rem;display:none; }
#cz8TR71LLxHz4mzSP2TB9vq5zWc6RuBn { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:24.576825141907rem;left:6.5rem;height:1.78125rem;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; }
#a0bQ4GaAN5l487dai4c2GCIUypNxbNaD { color:rgba(var(--color-tertiary-2),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:2.92448125rem;font-style:normal;display:block; }
#eNZiUtLaOMxrkVDwD4hPKnV5rqnpxrMU { color:rgba(var(--color-tertiary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:14.437255859375rem;left:0rem;height:11.3745125rem;font-style:normal;display:block; }
#qB5dMrkAsEJ47Ku8X61aHusiQoKvhhmk { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:32.25rem;left:0rem;height:4.6308625rem;font-style:normal;display:none; }
#tQ8mCQS0Z0cAw19sIiqNSauvevX9wCHR { position:absolute;display:block;z-index:15072;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.187rem;width:9.187rem;top:2.6873779296875rem;left:28.6865234375rem;overflow:hidden;display:block; }
#px2oJUf829wy0PZ3caMXvNSlP42yhCWy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af272f;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; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container { background-color: transparent; background-image: none; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container > .video-iframe-container { display: none; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row > .video-iframe-container { display: none; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .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); }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container { border-width: 0; border-radius: 0; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#Jfb5a299IBSCsKUCoGJSZiZdUnKJ9TAV { color:#000000;display:block;width:6.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:22.968017578125rem;left:11.9990234375rem;height:3.56323125rem;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; }
#wAAJZptcwQmi96RTvv77lS1KRfBE8yOC { color:rgba(var(--color-tertiary-1),1);display:block;width:64.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uGByvRhplveRWNbRvzhJ3kux26QTgIDG { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:7.4375009536744rem;left:0.0625rem;height:11.8090875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IE4yzDXKPyw7BdQUFrStHgT2yolpyPeg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74963125rem;width:2.74963125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.373413085938rem;left:8.624267578125rem; }
#HPdXls5yI2fK4y0Tne0TMDyu8qVbVE5m { box-sizing:content-box;height:5.1875rem;width:11.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.125rem;left:7.875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.5) ;display:block; }
#FgdCLvz1wl5ZTGZPwRaCiGlWGOIxEe4x { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iDH5gZ1pZi9OwXwzR0fdsa3i3JTeGDMQ { box-sizing:content-box;height:5.1875rem;width:11.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.125rem;left:24.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.5) ;display:block; }
#EHmzpon44PZEEpSm6vtMTXOyQDeF37bf { color:#000000;display:block;width:5.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:22.999877929688rem;left:29.029541015625rem;height:3.56323125rem;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; }
#BFxhSJTqyaFtFFfT5AwQ2NpZQ9vHO1F3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.530883789062rem;left:25.43701171875rem; }
#DVri55TOSqi3fCnaxyuluumxoi3lTohs { box-sizing:content-box;height:5.1875rem;width:11.75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.125rem;left:39.5rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.5) ;display:block; }
#ysEbK38QmUsMMBth6nUJ3WICp02oxzbv { color:#000000;display:block;width:3.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:22.96630859375rem;left:44.874267578125rem;height:3.5632375rem;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; }
#cwqioRuco8C4adM7BMwsJryEFkgyoEQq { box-sizing:content-box;height:5.1875rem;width:11.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.125rem;left:55.375rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.5) ;display:block; }
#iwUxznIVDd6y71iTuu7dLsS2Nby0LH4J { color:#000000;display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:22.967529296875rem;left:60.663452148438rem;height:3.56323125rem;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; }
#GyT0VO8sRCMsGPOHTdcgvAzRCyczxGJA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:23.49853515625rem;left:56.624755859375rem; }
#hoNfEtxXWnDq0FV6BwJpXUc3larHAHA3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.49853515625rem;left:40.999145507812rem; }
#hN30oDRNbTyeydhIrT4Iz318mVBMMuui { position:relative;display:none; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui { border-width: 0; border-radius: 0; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .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; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AiI1U84xSadO8nps0lWt2skN7WAhzF9M { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Mly43n3nyPPxKnsKKcT7TuiMmcOyzcx9 { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AfSvQfwzZsG8oJQme5rAR0xnt98loo1O { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XsfP7iqmOUe6a5ToNWEz7dpsVgy2Z1V7 { color:rgba(var(--color-tertiary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:10.6875rem;left:0rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bofyGtUX5DIHhy3qqoaw1SaX7w72GM4J { 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; }
#TR3f4IdHSwQN5QCfwPzlIhQTpxksvQqN { 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; }
#nkLbeooUWwDQsqVQL1MF2T7d258EpF3W { 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; }
#at7KkXp0GUUp34yfLfHJK52ssxPWihQh { 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; }
#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d86cb17b-ab52-4d21-8461-0c808c8a0a67/app.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM.adaptive-delivery-prevent-bg, #nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM.lazyload, #nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM.lazyloading { background-image: none; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container { background-color: transparent; background-image: none; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container > .video-iframe-container { display: none; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row > .video-iframe-container { display: none; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .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); }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container { border-width: 0; border-radius: 0; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;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; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { background-color: transparent; background-image: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container > .video-iframe-container { display: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row > .video-iframe-container { display: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .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); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { border-width: 0; border-radius: 0; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#AOFOqtKsHMylcW91J4V8Zl6ugnhhF3h2 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:7.125rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AcEEmMEaf2SrTMnTmNSiKLmuJbt53BN0 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#wiStTRKIsUiMroRGcTlsMEDegqWTr5mJ { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:3.8125064373016rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TsW7KJwirevoQdiVUVDWuwol5twZdFSF { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:7.8125rem;left:0rem;height:6.7480625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZ43MeefxyuuhemO5UbPcWo1xu1uaCQZ { box-sizing:content-box;height:8.375rem;width:10.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:18.1875rem;left:1.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#U736PQFqmJ23H0G6vEchGq9xN5Ms1BHc { color:#000000;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:23.625rem;left:1.125rem;height:1.49963125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JgWwXXp2nybHNRZFoSo51FWoQJx3UaHZ { color:#af272f;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.125rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VX5BBshxGy3iJL0UxP4O2T4WwMovOt1m { box-sizing:content-box;height:8.375rem;width:10.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:18.125rem;left:13.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#RWJ3KpCb8quJMngVAJibq1aTg14vRySE { color:#000000;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:23.5625rem;left:13.625rem;height:1.49963125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q71AnovNSekDKaQOnQmE80hxDP30W7Th { color:#af272f;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.625rem;left:13.625rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUtIrqPtmO7qN8iWVdmXICc7SwwKyZz8 { box-sizing:content-box;height:8.375rem;width:10.1875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:18.125rem;left:26.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#fk4fV9bV2XoLSfdNrJ8uqny46QSezUlH { color:#000000;display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:23.5625rem;left:26.125rem;height:1.49963125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEiOaEEgHkFShS3zMRTiGU9UQ7mQaFvH { color:#af272f;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:19.625rem;left:26.125rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUA069PhSle4zVlDNEgBODMe0eXRPA9T { 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:35.8125rem;width:35.8125rem;top:0rem;left:39.1875rem;overflow:hidden;display:block; }
#w1EnyNZxmszBQVt1K9T8dD0gk2TEZ5my { position:absolute;display:block;z-index:15056;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:12.3125rem;width:12.3125rem;top:0.625rem;left:40rem;overflow:hidden;display:block; }
#NhTZz1Ns00Ur4DMyG9p5IzD1tT0NH245 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AskreJbu3eoB3uQC49VHDvZ3qs01XgHU { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:7.125rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w7amdfeeB4iudJ5VE1uwKDelDBH6qE6L { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:7.125rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yLlSp0NAGrTAuqmqMsxH79UnTwF4ZFlr { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bVBcDMzMsDh4cTs2C2TtSUATOTSRUSuR { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:7.125rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LPMBstbHt99HUWcaZkWsqN3OK4JOwga4 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#F8XmX1T7BklldaivJC5q6rQvPbTSI5ZU { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:none; }
#qwO8kzqSHxN5zgGQdTUtcM25ClPKsVzJ { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:none; }
#A7ZqZx6qVTkO4rexDpnxOcC8SHWt47hQ { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:none; }
#La53qxbU1TGuwaQn5UBxORm5JksuKP9d { position:relative;display:none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d { border-width: 0; border-radius: 0; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .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; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container { background-color: transparent; background-image: none; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container > .video-iframe-container { display: none; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row > .video-iframe-container { display: none; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .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); }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container { border-width: 0; border-radius: 0; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#Jz2CAgm3upWJ2JuTLvDyO1zaPxDmvAhU { color:#af272f;display:block;width:74.99875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UF7TsAm8li3SpPJNeiqVTlr5hWN6uRpG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:7.375rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Bx1isO6Gv8z9NXWdW5tUuvwlZXbqEpge { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.125rem;width:8.125rem;top:13.125rem;left:0rem;display:block; }
#gLHSIcTkK5vAxerwS6fnLJvrS9XkV8r6 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.12425rem;width:8.12425rem;top:13.125rem;left:9.6875rem;display:block; }
#tfpwXLvgTqlS1k1uAJ7ssPJKXBST7gRR { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.12425rem;width:8.12425rem;top:13.125rem;left:38.6875rem;display:block; }
#RqFzum881L4lpA5gbK4dddIRaUikp5RX { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.125rem;width:8.125rem;top:13.125rem;left:19.3125rem;display:block; }
#kBnZ9ofdfLTRTmT5dTvdHAW6xu5oWwTM { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.125rem;width:8.125rem;top:13.125rem;left:48.125rem;display:block; }
#rpeVKMPrPGtiKgUCT0fTUIk4IRUWpvTm { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.12425rem;width:8.12425rem;top:13.125rem;left:66.875rem;display:block; }
#ugOP81kklsOr3fCToRVlofmylaPtw7Vv { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15.9375rem;left:0.3125rem;overflow:hidden;display:block; }
#q205Tnw67pKOcuOys7VUt6zNcveyc4MP { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.5rem;top:15.8125rem;left:20.25rem;overflow:hidden;display:block; }
#qTKAX1TqhKhnlz4wbbAmldOOG7wrBxND { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.125rem;width:8.125rem;top:13.125rem;left:28.8125rem;display:block; }
#HWebiFZg61pZ29IeZ5TSBEK01pExzCoa { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:8.125rem;width:8.125rem;top:13.125rem;left:57.5625rem;display:block; }
#WzCdH1PXWTUwsZbqBqD3pf9xz1r1dviq { color:rgba(var(--color-tertiary-4),1);display:block;width:70.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:5.7493495941162rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#o5SxC99ksnIdALnlXwN0EesnewUGb1lN { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FlPTo22oy1XeGibTTGbSoOBlTeklnzkp { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:13.3125rem;left:10rem;overflow:hidden;display:block; }
#lNzJKTXwoDapNBCBgdro4FH7OLTTdN0w { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:13.25rem;left:29.0625rem;overflow:hidden;display:block; }
#U2czBiiWIRVSMND6Hy0G9mrNEk1fDycs { 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:7.6875rem;width:7.6875rem;top:13.25rem;left:39rem;overflow:hidden;display:block; }
#EgRZT2osHZyPrUUGQm1XpzwEAzWlqC3z { 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:7.9375rem;width:7.9375rem;top:13.125rem;left:48.25rem;overflow:hidden;display:block; }
#GXfaBwkcIsr3SB8RQMNA5z2Fpl2ASkUT { 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:8.1875rem;width:8.1875rem;top:13.3125rem;left:57.75rem;overflow:hidden;display:block; }
#B903LOS9Byv21JtbTGQ22VhgpVylvaaR { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:13.1875rem;left:66.8125rem;overflow:hidden;display:block; }
#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;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; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { background-color: transparent; background-image: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container > .video-iframe-container { display: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row > .video-iframe-container { display: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .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); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { border-width: 0; border-radius: 0; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#pLimFoKoO0GztVyufdqZtqr47WlIzFIq { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:4.875rem;left:37.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k6iHP971LM94ZM63uO6Z3R5m043TAgBT { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:8.75rem;left:37.4375rem;height:5.0610375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTmnEMmQUoGeVNd9d0qCd4TmUTOX3l00 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:16.9375rem;left:40.8125rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ELqoKSlsPufzBZpf3vfMUQ5vwDOdWIiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:16.5625rem;left:37.4375rem; }
#PrFmsRHGQl0iEIIR6fsC30XNvisuuxSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.0625rem;left:37.5rem; }
#LJhlTtl4bZVP3V3te77EeywvoAFJBvwP { color:rgba(var(--color-tertiary-2),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:22.5rem;left:40.875rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CdT3tDbeiQEIx3q6rs6Lit73fbOGrdP5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:22.4375rem;left:60.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AXJAwKsKNBkXqHkXKiAIRowED9LrTU21 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22rem;left:57.125rem; }
#xoqvhmKH29dNUgwZwgaTbT4FLGRTZwAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.5rem;left:57.0625rem; }
#BFINn4Nap5zeiEHfLWqrORHyO7aLvLKa { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:17rem;left:60.4375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOTsqVJtT7y5gX2f2IZLXmhbVJ5441q5 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:7.125rem;left:37.5rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RyiKNHfOSD8CWT5Z0MM8E4urgpvlWI4t { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VoZlWxHOlX5gXxxmiEtFsmqmud9N1ayi { 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:35.75rem;width:35.75rem;top:1.0490417480469E-5rem;left:0rem;overflow:hidden;display:block; }
#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 { position:relative;display:none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 { border-width: 0; border-radius: 0; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .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; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container { background-color: transparent; background-image: none; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container > .video-iframe-container { display: none; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row > .video-iframe-container { display: none; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .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); }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container { border-width: 0; border-radius: 0; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#Tyko36fZtcTLRlXeKqlhmc5ItwJUTFRP { color:#af272f;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V9R02xPdSrIOM1XEsLEgkIRGTMPfWqhK { color:#000000;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gdprRnhW1ebhmcKNcNSW7ss9hOvXqgTp { color:#af272f;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:13.8125rem;left:16.25rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#rTdTuT2JoLKFrlmHdmFT5ENDiv76Db6h { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:16.9375rem;left:16.25rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L4c4hI1gv5oLlV1bJyJm47C0sMs6X7Xa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.0625rem;width:16.3125rem;top:3rem;left:51.625rem;display:block; }
#qamzTbCwflVG0TOMmEsQySkp84NWrxen { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:23.3125rem;top:1.4375rem;left:48.75rem;overflow:hidden;display:block; }
#w7TmyW1eTaWvrZVy1KeUHsNU7PJf3keo { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.0625rem;left:16.25rem;height:8.4350625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QGKOihQxZTWCpEJwtZciSibtaLebqRM4 { 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:14.25rem;width:14.25rem;top:13.4375rem;left:0rem;overflow:hidden;display:block; }
#babuaA5n2SkdhGGVJdlLen5TDxR05Duf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#babuaA5n2SkdhGGVJdlLen5TDxR05Duf > .row .container { border-width: 0; border-radius: 0; }#babuaA5n2SkdhGGVJdlLen5TDxR05Duf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#babuaA5n2SkdhGGVJdlLen5TDxR05Duf > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:none; }#qgAvKgABgw7AK78JVfeOqlItvtIeIXmc { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:19.5625rem;width:23.5rem;top:14.5625rem;left:0rem;display:block; }
#eNp7bImlTdRcWdmf5TBg3mI3Ri1UKW60 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:23.9375rem;left:1.9375rem;height:5.9985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIVSkOgTW6JtCHOeErcHHI427dXHrrhi { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:18.9375rem;left:1.9375rem;height:2.99926875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#imCJdlh2P0HUp7iP7AqdWRhdNdtfcbAe { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:16.3125rem;left:15.5rem;overflow:hidden;display:block; }
#T4JKSC6PAM7W3Oczs6CpkmfP7T7CMlxs { color:#af272f;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:16.9375rem;left:1.9375rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gDRHrNgmPOthgaA9yzpi4345FwRw0t5z { color:rgba(var(--color-tertiary-1),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:3.9375rem;left:0rem;height:3.49975625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NoMukuwb1flJBJaP75VI76NgzmvCkHF8 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yEa5XQlDRZo8IxiGhR5CRUBF4I0gzghD { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:19.5625rem;width:23.5rem;top:14.5625rem;left:25.75rem;display:block; }
#x8TRePA93Stooxvieok4IZwEBagmL5Sh { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:23.875rem;left:27.5rem;height:7.4981875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wnl8xREFLlgouCvOxgeKDaw52i4o4oN8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:18.9375rem;left:27.6875rem;height:2.99926875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KHs2ooNEV8Ha748efw5Q0MPU8TqWElkA { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:16.3125rem;left:40.9375rem;overflow:hidden;display:block; }
#ITZaopXSOaMB8dBXveRF9IpgwFp7LPu8 { color:#af272f;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:16.8125rem;left:27.5rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VwaS5931U3iGkotWutIOt33QUAmJelfO { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:19.5625rem;width:23.5rem;top:14.5625rem;left:51.5rem;display:block; }
#VsV7RsWhIAuaQn1WAAylBLLFL8xmRHod { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:24rem;left:53.25rem;height:4.4989rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a4b3DA4vJRfCJg9ZhKHPETwdDHHLC5Mz { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:18.9375rem;left:53.4375rem;height:4.4989rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TzKt1av8va0N3KiVeTeOOIF1PuhxvERu { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:16.3125rem;left:66.6875rem;overflow:hidden;display:block; }
#lkfMXb18bbTAM1aQgiDza3rM6vPAsBVP { color:#af272f;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:16.8125rem;left:53.25rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6vNDXDpO4n6JmpopafFEAPqmO7nVdsQ { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EcJBfirppqJDhdQOPs1TgmbWm0lKbAW5 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hVgFmw185nI7M1MdqmaCMJLkTLvsVdmm { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;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; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container { background-color: transparent; background-image: none; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container > .video-iframe-container { display: none; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row > .video-iframe-container { display: none; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .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); }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container { border-width: 0; border-radius: 0; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#zoAoZeaaVGTOZno5VpvWtffAUr5ONtbU { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.125rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Uu7zI8mTMoyWRaS7fNUIliiuBy3puRz1 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:40.4375rem;left:55.0625rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qlQDqczpZwxdBpRgd8aLyLI4XXt4JTzs { position:absolute;display:block;z-index:15090;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:29.75rem;width:29.75rem;top:13.4375rem;left:22.625rem;overflow:hidden;display:block; }
#oRX6QiPlzluDwNJhoXwcwv4olZPTrxsV { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:38.25rem;left:47rem;display:block; }
#qmbLKDJwvf0edllUX26meRov7NwTTU6T { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:38.6875rem;left:47rem;display:block; }
#VlwXPb0f5H394Z7c4JFIXRZkektx5wnb { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:38.0625rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dxMS5pVpTROB96HRJETWHGL4ilspmmhs { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:38.6875rem;left:20.4375rem;display:block; }
#UwQBbWukfi3ahtNSU6zoRlbqJTEywIZf { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:38.25rem;left:26.9375rem;display:block; }
#vuDr4qnJet3CspbymNFBRUI8EZ9GxlNG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:19.375rem;left:54.625rem;height:3.8983125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qcEwELF4OQiTwPd1KllpsJBT9tCqdzIL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:40.4375rem;left:1.125rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vVwutlCERySZSizzfQyWFmZ1ZooOTlJp { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T9M0cLEcehc8g6CRWG8lRy4ZaB74TsNK { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:38.0625rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTWX32S9TNn61xdTtIUmPEVniOPtn0hu { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15101;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:17.3125rem;left:47rem;display:block; }
#JHx5EWqsP95Mss0mVUlRHkXBh3qiH0Ny { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:17.75rem;left:47rem;display:block; }
#MMGz1SHx0CRf6vXQAbTA1Uv25z9C5Jlu { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:17.3125rem;left:26.9375rem;display:block; }
#mGmOXX0A89sTh8BHKTpDvksAWwEAawEU { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:17.75rem;left:20.4375rem;display:block; }
#khOF3Wp3MIylgzwxk7Lbr3m5RoEG2hJx { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:17.125rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I6eZEvuyJa9AiJhxD9qmvEqAwg5F5Dtb { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:17.125rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nzo9sCFWF5tJkgtoSREuONNWCd9CDi65 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:6.5rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#lOTRRcSg6Q4CTvkpU9unFGQdWToUqzIm { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:27.15625rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#R9RLSk9O38XrMkLemhiHWLnCqHmGIZTq { position:absolute;display:block;z-index:15073;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:29.75rem;width:29.75rem;top:23.5rem;left:22.625rem;overflow:hidden;display:none; }
#c3LCfIpmNADsoO2iH1y7z0xUthUny4K2 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HQoiJt4410PM4LdguM1iF6KIwbW0yXHf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NcxUSoo5Gsuhgg2XJu3Z92MsSo87fIdt { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:27.15625rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GbSOwedc4kbXDxS8tbWvvcJw04nsHatl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#emwPN0lW38REadst0hORFfgyL7DpnmZE { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GtueEDJnqXU8U2gdrEAziBLQPRdPhEW7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#giXKtG7tiaQFOuEZToeMhcpim9gHxVcp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:50.5rem;left:55.0625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lQd05JcaHmtlwHgTFaVGzOXlz8NRSHTF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:50.5rem;left:1.1041679382324rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#X433XnrvvtHn4sA28PwWCXDxO4Kld34O { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:48.09375rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#pmd1SB8ToxHxaqMLxOKkA8MR1nVzO8Hq { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:48.09375rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iVDeHZ6f16FCfwOpg17afa4pCzQAUkox { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#d9uN77ps2uDPU5ClsCkG89gOzAFcMvA9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AdCduQeF83E8ItPnEfboVl1baouNFN3H { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lNAFXO7qGFFPXll4wIx8D9Efhc9908XD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zlcHnZTfm5Kp0eETnwPow3Va30bhiTMF { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#gip0GOA3Zt5XmZqcXXwPQDGz26dVwGiy { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#u2EHSNbiQSHoCBJCaT4oXs8Ilx2828AF { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ESxXwf4EaIEBMm9dmt0lkyq5bHDpsN5b { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yJQ1zkSICCvo8ruTrwJdrUftOJwOyKB3 { position:absolute;display:block;z-index:15111;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:6rem;width:48rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#xR2in0i6Tege53qmd6sksBrcPiQk0lhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container { background-color: transparent; background-image: none; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container > .video-iframe-container { display: none; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row > .video-iframe-container { display: none; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .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); }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container { border-width: 0; border-radius: 0; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#X5DIWH0dXv9o7081LF8zyWibfFpfQWsn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17rem;left:2.6875rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zG2gc7TWu2rnaNkrOIhk5AywTTkuUPMN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:20.375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKPVtsCqi0wXbEo0bJw1xGmG05WVHn8I { color:#000000;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:38.9375rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZZLGzcI6kh12tqBs36VIFonbizOucQJ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:57.3125rem;height:1.381225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3hlu9EbOD0MAOweuUvcuXJnUuQnL59E { color:#af272f;display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.6875rem;left:60.0625rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZR1HTnHahizFXeBGT8Tdkns4MKD1ZOir { color:#af272f;display:block;width:39.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HodsqRysDS7DJ0tKp3X4ZvuDT8TKwqIb { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#I4gm0N9hQO2EnEBf6fWx8ng1oaTCmlGc { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.75rem;left:20.3125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#um7LNZJyfQwTMiaRNLIuPiUciEL7MD5q { box-sizing:content-box;height:12.937rem;width:15.68725rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.9364013671875rem;left:39.03076171875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#Oft8CEOluCU1JoQ8OwJy6TM9qrW89sq0 { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.625rem;left:57.6875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:block; }
#Nq6hxxTuW3PyNad0kNrkxhp3mpGeAvDT { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:7.3125rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-primary-3),0.68) ;display:none; }
#neQ4h4l5JxDXPzZcHNKbgzcKXOFWVkts { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#LFoPpfmeOLitJzLhKwwUTV14RRMTZDcQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:45.5625rem;left:0rem;display:none; }
#a9oWHFOuMHDnqxw7SmPU4z1Cd6nDkGGl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:49.625rem;left:6.75rem;display:none; }
#bfADkMHl1HPeLh6nwxH9CMb3ThT15K9P { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:28.8125rem;left:6.75rem;display:none; }
#PCnQTInidTlzbXMBQwOP6mnMPfsNziOt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:32.8125rem;left:0.8125rem;display:none; }
#EQXF3fOMkAQvPwA7rnW0gLcA1nQlUREd { color:rgba(var(--color-tertiary-4),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.5rem;left:6.75rem;display:none; }
#TuKR41HwLm9pk1c0rT9QAA25gIuMlmGI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:16.5rem;left:1.875rem;display:none; }
#DfcHD2ToPlrkB4ZotquIieEnzToWI1k7 { color:#af272f;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.813110351562rem;left:40.311889648438rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRvrw1ZVAghNppwVnGwbKBCHJ4QTeMNE { color:#af272f;display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.749633789062rem;left:64.124755859375rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blLl6HXeL5hi8u4JPQULzLVPxsU1UbcT { color:#af272f;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.749633789062rem;left:21.593017578125rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tF5Hus4KhgSy1h6Kz0oTNIFLom5b4ONa { color:#af272f;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.813110351562rem;left:2.4993896484375rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#En44rCqu3dwmGTPO1QHZinr6yZfQipfJ { 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:15046;opacity:1;top:9.041748046875rem;left:63.9990234375rem; }
#N7hq9M80KBiJX3f04EaarTmWExVvuBsp { 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:15047;opacity:1;top:9.041748046875rem;left:45.311889648438rem; }
#MsCTClSTTUSuCxXMrPO1c6IZ8V0NkWq9 { 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:15048;opacity:1;top:9.041748046875rem;left:26.593017578125rem; }
#KauEzLgLZl28TryAZ7KaCg45hWHzXD8N { 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:15049;opacity:1;top:9.041748046875rem;left:7.4993896484375rem; }
#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;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; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { background-color: transparent; background-image: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container > .video-iframe-container { display: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row > .video-iframe-container { display: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .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); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { border-width: 0; border-radius: 0; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#dn0ONwFQe3cTr41ITpnaSF5nkH6UUqzo { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.4375rem;left:40.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdOvs6u0zzTm7vpryClaGih5Tz0StTPq { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:11.875rem;left:40.875rem;height:11.8090875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EyfNMCAphkcH56ZWAJBnDJz5TJgMXdh6 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:37.5rem;top:3.53125rem;left:0rem;overflow:hidden;display:block; }
#I7TL5Fs53nDfETMGrmU2SMwU4rgzkGWr { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#53565a;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; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { background-color: transparent; background-image: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container > .video-iframe-container { display: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row > .video-iframe-container { display: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .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); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { border-width: 0; border-radius: 0; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#Ve02IqUMGtzCGzpq5vrEalTgf8H43hUD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:graphik;font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:8rem;left:28.125rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iDp5FCI94QC5SBkW9wAFUFhKDvygRlT6 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:10.125rem;left:31.3125rem;overflow:hidden;display:block; }
#OuFSATHd48eVkhTBCyB0Ty8v7txbM1Hw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:10.125rem;left:33.625rem;overflow:hidden;display:block; }
#BvwpukwWIOanfO42CTo1SGdb3xSCpRcq { position:absolute;display:block;z-index:15026;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:1rem;width:1rem;top:10.125rem;left:35.9375rem;overflow:hidden;display:block; }
#Xi028HHnGuaxT1iG4LI2bVooDTlq5muA { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:10.125rem;left:38.25rem;overflow:hidden;display:block; }
#xCeLvNV3l0Ml4hwsEvVpX2znaPZ4VH5Z { position:absolute;display:block;z-index:15028;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.0625rem;width:1rem;top:10.125rem;left:40.5625rem;overflow:hidden;display:block; }
#gnvMilTOxdi8gD39CVsfrbWmUA8VQO6L { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:1.5rem;left:31.6875rem;overflow:hidden;display:block; }
#fKRhQdM4yId2o6RJcmEil1J70nLuz4WG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.9375rem;left:42.25rem; }
#fKRhQdM4yId2o6RJcmEil1J70nLuz4WG > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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;bottom:0rem;left:0rem;right:0rem;display:none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { border-width: 0; border-radius: 0; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";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:15000;text-align:center;text-align-last:center;display:none; }
#aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { display:block; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { top:0.75rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LskK60zruoALs81VNF8eRmLXJblTwuoW { top:1.9375rem;left:0rem;width:27.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { top:2.1875rem;left:23.8125rem;width:1.8125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { width:14.75rem;height:3.125rem;top:1.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block; }
 }@media only screen and (max-width: 763px) { #BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { width:10.0625rem;height:4rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBlI7TMQxaT4y4uJZ7gycd2bF7uhy9K { width:14.75rem;height:3.125rem;top:1rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0mgPA2IPKBrHLpcnHTFCAnQ9bZ8kNTW { display:block; }
 }@media only screen and (max-width: 763px) { #WByFNJpQg1Sz6iRUSiRTxm0WQ3uZg4GH { top:1.75rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8nuS4kqbkz5CUDfVaLQvnEeweLKwNhh { top:1.75rem;left:34.1875rem;width:9rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdAHhyCQp4OxWvuACTURRTQxeibrIhdP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #amciHHLcZf5tcpWGdxOU1HBMcOcqJTab { display:block; }
 }@media only screen and (max-width: 763px) { #fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw { display:block; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1NnHIcwXyKnJW3lsVJ7owHbyVOiIPZ0 { width:10.0625rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMLdRc613oyQSszmST2kBZnLrtwgXDEe { width:14.75rem;height:3.125rem;top:1.6875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzirSrVXJ1LyesVcUkAGVzw6UCZVKZ1U { display:block; }
 }@media only screen and (max-width: 763px) { #TwMabMAl2cvkAcGKdTMtcFoXT2PoCKI8 { top:2.375rem;left:34.3125rem;width:8.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueRvtni76LrMo5hiTChHaHnX5ml8ufkG { top:2.4375rem;left:31.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qisE5dsTOoko3gfiEs9fLK1Kml6xgQG4 { top:2.625rem;left:0rem;width:27.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDOzP3IiOIkuZAoV1qqHzQpvrUDbt4hz { top:1.4375rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 { display:block; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgdgNyw8c9G7FJHzX79LIUIQPdwcguHM { top:4.25rem;left:34.625rem;width:13.125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFEeuAqrrcM5tQ25JTO7J0E2x3npPADP { width:9.875rem;height:4rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1KKKctEGXP2rw0hbNJV7LeuecZi2aR { top:2rem;left:41.125rem;width:6.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #doQwJsk6GyTT3ynsF7i5NOvRH7ExCLSG { top:3.0625rem;left:25.75rem;width:22rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLkPBWU4XaVRLE91m24sgrAaku3SJ6u { top:27.0625rem;left:0rem;width:45.6875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT  { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT {display:block;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #tn0cyG4cO9i9GQ8MMlvDBJWe2DnQrvIT {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #fddyrk7MSrzb6SOrTzWrAX6FWitJGqVD { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #DVJcJHW6Ms10OETZ2uva5GVWhopWwSgt {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #FJLLPk5KAoK12mDBEllEfM9HE10cd3h1 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #TTMecIuzUQBwPV2Jkb5DTyo57qpDiqX2 { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #XIM3kxc3wrAWIZgsuwueJcX9gPmlydHT {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #zezLULTGa0gTsWbHckApLBiHpkH364UG {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #oncBIwAIZMkURbJI8b6JRPackfNtgyu5 { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #eZdqz1dzNbakpTTR6RqMVUILd4xnwNFu {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #QVTTiQRkioXLK3s0PvElRqlGTQ7rpmkI {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #E4E1XVZIp1ihRIk2SeonP0L8zuOnApTi { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #STEhGrQuQMn736hHsaFS6eVdFUN1z4X3 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #SU5np6sTPzztuwonWT9lTt8HzJZDTK4J {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #T5xMtPdKrwg7sT8hLKmtmR97WW7MnFiO { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #B21WuCbNFsVf3VsPQmmeUwoTH4Pkr56R {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #plDWNX3hzGN7ahNk93nnfCRckgzAn3PB {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #iR0hCw4kRl2OUu5Nb9Xk7dwzSfV1gh7a {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #WUntITUa0QrC9ao51MFQZXzqVR2fxgMb {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ogdf5FuHd3iJnEBMzhW7l4nMyiLCtKf1 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #gWESTf7brwCnV01lHdw7oKcZNTPRECzq {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ftC8qoAH0uRerFbciLqRWoiKhCD4H0RC {  }
 }@media only screen and (max-width: 763px) { #hrP21VXJcCfBT5CONM3JtHfhMaOWXfy9 { display:block; }
 }@media only screen and (max-width: 763px) { #avkSxmrwotF7SVNyXbmXKTnDu5Bi8gX7 { display:block; }
 }@media only screen and (max-width: 763px) { #LBUAIhV0qvH4ADiUSgbIceUv76TkZbTN { display:block; }
 }@media only screen and (max-width: 763px) { #GPbx5N6dvM3dEHuGOCfrN1epXirqVVJF { display:block; }
 }@media only screen and (max-width: 763px) { #P1BzBKth19NpXiRtiMzqIxcfcr5vPVd6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wr3ITwceLOATb61oCgh2gGxnKZyWxQGE { display:block; }
 }@media only screen and (max-width: 763px) { #mvyuTUi8be7X4bnwPRhE6V7gnoqB0UJm { display:block; }
 }@media only screen and (max-width: 763px) { #CLzU9g6Z77tLl1SRygPEKa0nD1TLpHKL { display:block; }
 }@media only screen and (max-width: 763px) { #ul2pm35TfquKorBvTmQcERc2hrEQ4RvK { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #prTt4T2e93eRJZdUIOwgw2agUcvTVzTV {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #xbtA27hVuWGZr6n7TaTXXOFgs42JRpKu {  }
 }@media only screen and (max-width: 763px) { #fLy6AO0hGQsiZpzkIFT92X30ESDeOn7T { top:4.5625rem;left:27.375rem;width:20.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qddraFw5mP6I193FHJRogcmGUkQyJEia { top:2.6875rem;left:26.3125rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvzRKoKfvlO2PwOTC6diF0qOyKpp9pHv { top:12.8125rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTogbkhKfqHA2JTcO2cAg5RUztLTfR47 { top:11.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STfX17ivgI4c4S0feilZvZNsdhL6EHvL { top:24.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cz8TR71LLxHz4mzSP2TB9vq5zWc6RuBn { top:24.5625rem;left:0rem;width:11.125rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0bQ4GaAN5l487dai4c2GCIUypNxbNaD { top:11.5rem;left:0rem;width:27.5625rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZiUtLaOMxrkVDwD4hPKnV5rqnpxrMU { top:14.375rem;left:0rem;width:28.875rem;height:11.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB5dMrkAsEJ47Ku8X61aHusiQoKvhhmk { top:14.375rem;left:0rem;width:20rem;height:11.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ8mCQS0Z0cAw19sIiqNSauvevX9wCHR { top:2.625rem;left:15.0615234375rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px2oJUf829wy0PZ3caMXvNSlP42yhCWy { display:block; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfb5a299IBSCsKUCoGJSZiZdUnKJ9TAV { top:22.9375rem;left:0rem;width:6.25rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAAJZptcwQmi96RTvv77lS1KRfBE8yOC { top:3rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGByvRhplveRWNbRvzhJ3kux26QTgIDG { top:7.375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE4yzDXKPyw7BdQUFrStHgT2yolpyPeg { top:23.3125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPdXls5yI2fK4y0Tne0TMDyu8qVbVE5m { top:22.125rem;left:0rem;width:11.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgdCLvz1wl5ZTGZPwRaCiGlWGOIxEe4x { top:2.5625rem;left:0rem;width:20rem;height:28.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDH5gZ1pZi9OwXwzR0fdsa3i3JTeGDMQ { top:22.125rem;left:10.5rem;width:11.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHmzpon44PZEEpSm6vtMTXOyQDeF37bf { top:22.9375rem;left:15.404541015625rem;width:5.125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxhSJTqyaFtFFfT5AwQ2NpZQ9vHO1F3 { top:23.5rem;left:11.81201171875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVri55TOSqi3fCnaxyuluumxoi3lTohs { top:22.125rem;left:25.875rem;width:11.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysEbK38QmUsMMBth6nUJ3WICp02oxzbv { top:22.9375rem;left:31.249267578125rem;width:3.8125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwqioRuco8C4adM7BMwsJryEFkgyoEQq { top:22.125rem;left:36rem;width:11.6875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwUxznIVDd6y71iTuu7dLsS2Nby0LH4J { top:22.9375rem;left:43rem;width:4.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyT0VO8sRCMsGPOHTdcgvAzRCyczxGJA { top:23.4375rem;left:42.999755859375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoNfEtxXWnDq0FV6BwJpXUc3larHAHA3 { top:23.4375rem;left:27.374145507812rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN30oDRNbTyeydhIrT4Iz318mVBMMuui { display:none; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AiI1U84xSadO8nps0lWt2skN7WAhzF9M { top:2.5rem;left:0rem;width:6.5625rem;height:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mly43n3nyPPxKnsKKcT7TuiMmcOyzcx9 { top:2.4375rem;left:0rem;width:6.5625rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfSvQfwzZsG8oJQme5rAR0xnt98loo1O { top:8.75rem;left:0rem;width:6.5625rem;height:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsfP7iqmOUe6a5ToNWEz7dpsVgy2Z1V7 { top:8.625rem;left:2.062255859375rem;width:4.25rem;height:2.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bofyGtUX5DIHhy3qqoaw1SaX7w72GM4J { display:none; }
 }@media only screen and (max-width: 763px) { #TR3f4IdHSwQN5QCfwPzlIhQTpxksvQqN { display:none; }
 }@media only screen and (max-width: 763px) { #nkLbeooUWwDQsqVQL1MF2T7d258EpF3W { display:none; }
 }@media only screen and (max-width: 763px) { #at7KkXp0GUUp34yfLfHJK52ssxPWihQh { display:none; }
 }@media only screen and (max-width: 763px) { #nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM { display:block; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQmszhIPmndJB6DapUg8dN5XNAQtssu3 { display:block; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOFOqtKsHMylcW91J4V8Zl6ugnhhF3h2 { top:8.75rem;left:0rem;width:20rem;height:9.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcEEmMEaf2SrTMnTmNSiKLmuJbt53BN0 { top:2.375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiStTRKIsUiMroRGcTlsMEDegqWTr5mJ { top:3.8125rem;left:0rem;width:37.5625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsW7KJwirevoQdiVUVDWuwol5twZdFSF { top:7.8125rem;left:0rem;width:37.375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ43MeefxyuuhemO5UbPcWo1xu1uaCQZ { top:18.1875rem;left:0rem;width:10.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U736PQFqmJ23H0G6vEchGq9xN5Ms1BHc { top:23.625rem;left:0rem;width:10.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgWwXXp2nybHNRZFoSo51FWoQJx3UaHZ { top:19.6875rem;left:0rem;width:10.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5BBshxGy3iJL0UxP4O2T4WwMovOt1m { top:18.125rem;left:6.8125rem;width:10.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWJ3KpCb8quJMngVAJibq1aTg14vRySE { top:23.5625rem;left:6.8125rem;width:10.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q71AnovNSekDKaQOnQmE80hxDP30W7Th { top:19.625rem;left:6.8125rem;width:10.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtIrqPtmO7qN8iWVdmXICc7SwwKyZz8 { top:18.125rem;left:13.6875rem;width:10.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk4fV9bV2XoLSfdNrJ8uqny46QSezUlH { top:23.5625rem;left:13.75rem;width:10.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEiOaEEgHkFShS3zMRTiGU9UQ7mQaFvH { top:19.625rem;left:13.5625rem;width:10.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUA069PhSle4zVlDNEgBODMe0eXRPA9T { top:0rem;left:11.9375rem;width:35.8125rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1EnyNZxmszBQVt1K9T8dD0gk2TEZ5my { top:0.625rem;left:23.875rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTZz1Ns00Ur4DMyG9p5IzD1tT0NH245 { top:21.3125rem;left:0rem;width:20rem;height:2.4375rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AskreJbu3eoB3uQC49VHDvZ3qs01XgHU { top:25rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w7amdfeeB4iudJ5VE1uwKDelDBH6qE6L { top:35.75rem;left:0rem;width:14.625rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLlSp0NAGrTAuqmqMsxH79UnTwF4ZFlr { top:32.25rem;left:0rem;width:7.1875rem;height:3.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVBcDMzMsDh4cTs2C2TtSUATOTSRUSuR { top:46.875rem;left:0rem;width:14.625rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPMBstbHt99HUWcaZkWsqN3OK4JOwga4 { top:43.375rem;left:0rem;width:7.1875rem;height:3.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F8XmX1T7BklldaivJC5q6rQvPbTSI5ZU { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwO8kzqSHxN5zgGQdTUtcM25ClPKsVzJ { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7ZqZx6qVTkO4rexDpnxOcC8SHWt47hQ { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #La53qxbU1TGuwaQn5UBxORm5JksuKP9d { display:none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA { display:block; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz2CAgm3upWJ2JuTLvDyO1zaPxDmvAhU { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF7TsAm8li3SpPJNeiqVTlr5hWN6uRpG { top:7.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx1isO6Gv8z9NXWdW5tUuvwlZXbqEpge { top:13.125rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHSIcTkK5vAxerwS6fnLJvrS9XkV8r6 { top:13.125rem;left:0rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpwXLvgTqlS1k1uAJ7ssPJKXBST7gRR { top:13.125rem;left:25.0625rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqFzum881L4lpA5gbK4dddIRaUikp5RX { top:13.125rem;left:5.6875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnZ9ofdfLTRTmT5dTvdHAW6xu5oWwTM { top:13.125rem;left:34.5rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpeVKMPrPGtiKgUCT0fTUIk4IRUWpvTm { top:13.125rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOP81kklsOr3fCToRVlofmylaPtw7Vv { top:15.9375rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q205Tnw67pKOcuOys7VUt6zNcveyc4MP { top:15.8125rem;left:6.625rem;width:6.4375rem;height:2.6616884147162rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTKAX1TqhKhnlz4wbbAmldOOG7wrBxND { top:13.125rem;left:15.1875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWebiFZg61pZ29IeZ5TSBEK01pExzCoa { top:13.125rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCdH1PXWTUwsZbqBqD3pf9xz1r1dviq { top:8.0625rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5SxC99ksnIdALnlXwN0EesnewUGb1lN { top:2.5rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlPTo22oy1XeGibTTGbSoOBlTeklnzkp { top:13.3125rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzJKTXwoDapNBCBgdro4FH7OLTTdN0w { top:13.25rem;left:15.4375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2czBiiWIRVSMND6Hy0G9mrNEk1fDycs { top:13.25rem;left:25.375rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRZT2osHZyPrUUGQm1XpzwEAzWlqC3z { top:13.125rem;left:34.625rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXfaBwkcIsr3SB8RQMNA5z2Fpl2ASkUT { top:13.3125rem;left:39.5625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B903LOS9Byv21JtbTGQ22VhgpVylvaaR { top:13.1875rem;left:39.5625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ { display:block; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLimFoKoO0GztVyufdqZtqr47WlIzFIq { top:4.875rem;left:0rem;width:27.625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6iHP971LM94ZM63uO6Z3R5m043TAgBT { top:8.75rem;left:0rem;width:37.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmnEMmQUoGeVNd9d0qCd4TmUTOX3l00 { top:16.9375rem;left:23.875rem;width:11.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqoKSlsPufzBZpf3vfMUQ5vwDOdWIiA { top:16.5625rem;left:21.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrFmsRHGQl0iEIIR6fsC30XNvisuuxSp { top:22.0625rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJhlTtl4bZVP3V3te77EeywvoAFJBvwP { top:22.5rem;left:23.875rem;width:11.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdT3tDbeiQEIx3q6rs6Lit73fbOGrdP5 { top:22.4375rem;left:33rem;width:14.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJAwKsKNBkXqHkXKiAIRowED9LrTU21 { top:22rem;left:36.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoqvhmKH29dNUgwZwgaTbT4FLGRTZwAe { top:16.5rem;left:36.625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFINn4Nap5zeiEHfLWqrORHyO7aLvLKa { top:17rem;left:33.1875rem;width:14.5625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOTsqVJtT7y5gX2f2IZLXmhbVJ5441q5 { top:5.375rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyiKNHfOSD8CWT5Z0MM8E4urgpvlWI4t { top:1.5625rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoZlWxHOlX5gXxxmiEtFsmqmud9N1ayi { top:0rem;left:0rem;width:35.75rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MST5WEHP8puzw3cm5yrqryGIXru5I2p5 { display:none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu { display:block; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyko36fZtcTLRlXeKqlhmc5ItwJUTFRP { top:3rem;left:0rem;width:33.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R02xPdSrIOM1XEsLEgkIRGTMPfWqhK { top:6.8125rem;left:0rem;width:40.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdprRnhW1ebhmcKNcNSW7ss9hOvXqgTp { top:13.8125rem;left:2.625rem;width:21.25rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdTuT2JoLKFrlmHdmFT5ENDiv76Db6h { top:16.9375rem;left:2.625rem;width:27.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4c4hI1gv5oLlV1bJyJm47C0sMs6X7Xa { top:3rem;left:31.4375rem;width:16.3125rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamzTbCwflVG0TOMmEsQySkp84NWrxen { top:1.4375rem;left:24.4375rem;width:23.3125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TmyW1eTaWvrZVy1KeUHsNU7PJf3keo { top:19.0625rem;left:2.625rem;width:26.6875rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGKOihQxZTWCpEJwtZciSibtaLebqRM4 { top:13.4375rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #babuaA5n2SkdhGGVJdlLen5TDxR05Duf { display:block; }#babuaA5n2SkdhGGVJdlLen5TDxR05Duf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgAvKgABgw7AK78JVfeOqlItvtIeIXmc { top:14.5625rem;left:0rem;width:23.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNp7bImlTdRcWdmf5TBg3mI3Ri1UKW60 { top:23.9375rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVSkOgTW6JtCHOeErcHHI427dXHrrhi { top:18.9375rem;left:0rem;width:14.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imCJdlh2P0HUp7iP7AqdWRhdNdtfcbAe { top:16.3125rem;left:1.875rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JKSC6PAM7W3Oczs6CpkmfP7T7CMlxs { top:16.9375rem;left:0rem;width:18.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDRHrNgmPOthgaA9yzpi4345FwRw0t5z { top:3.9375rem;left:0rem;width:40.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMukuwb1flJBJaP75VI76NgzmvCkHF8 { top:8.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEa5XQlDRZo8IxiGhR5CRUBF4I0gzghD { top:14.5625rem;left:12.125rem;width:23.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8TRePA93Stooxvieok4IZwEBagmL5Sh { top:23.875rem;left:13.875rem;width:20rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnl8xREFLlgouCvOxgeKDaw52i4o4oN8 { top:18.9375rem;left:14.0625rem;width:14.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHs2ooNEV8Ha748efw5Q0MPU8TqWElkA { top:16.3125rem;left:27.3125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZaopXSOaMB8dBXveRF9IpgwFp7LPu8 { top:16.8125rem;left:13.875rem;width:18.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwaS5931U3iGkotWutIOt33QUAmJelfO { top:14.5625rem;left:24.25rem;width:23.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsV7RsWhIAuaQn1WAAylBLLFL8xmRHod { top:24rem;left:27.75rem;width:20rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4b3DA4vJRfCJg9ZhKHPETwdDHHLC5Mz { top:18.9375rem;left:33.5rem;width:14.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzKt1av8va0N3KiVeTeOOIF1PuhxvERu { top:16.3125rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkfMXb18bbTAM1aQgiDza3rM6vPAsBVP { top:16.8125rem;left:28.9375rem;width:18.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6vNDXDpO4n6JmpopafFEAPqmO7nVdsQ { top:13.125rem;left:0rem;width:17.375rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcJBfirppqJDhdQOPs1TgmbWm0lKbAW5 { top:33.4375rem;left:0rem;width:11.3125rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVgFmw185nI7M1MdqmaCMJLkTLvsVdmm { top:60.375rem;left:0rem;width:11.3125rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf { display:block; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoAoZeaaVGTOZno5VpvWtffAUr5ONtbU { top:9.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu7zI8mTMoyWRaS7fNUIliiuBy3puRz1 { top:40.4375rem;left:27.8125rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlQDqczpZwxdBpRgd8aLyLI4XXt4JTzs { top:13.4375rem;left:9rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRX6QiPlzluDwNJhoXwcwv4olZPTrxsV { top:38.25rem;left:33.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmbLKDJwvf0edllUX26meRov7NwTTU6T { top:38.6875rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlwXPb0f5H394Z7c4JFIXRZkektx5wnb { top:38.0625rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMS5pVpTROB96HRJETWHGL4ilspmmhs { top:38.6875rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwQBbWukfi3ahtNSU6zoRlbqJTEywIZf { top:38.25rem;left:13.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuDr4qnJet3CspbymNFBRUI8EZ9GxlNG { top:19.375rem;left:27.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcEwELF4OQiTwPd1KllpsJBT9tCqdzIL { top:40.4375rem;left:0rem;width:18.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVwutlCERySZSizzfQyWFmZ1ZooOTlJp { top:19.375rem;left:0rem;width:19.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9M0cLEcehc8g6CRWG8lRy4ZaB74TsNK { top:38.0625rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWX32S9TNn61xdTtIUmPEVniOPtn0hu { top:17.3125rem;left:33.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHx5EWqsP95Mss0mVUlRHkXBh3qiH0Ny { top:17.75rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMGz1SHx0CRf6vXQAbTA1Uv25z9C5Jlu { top:17.3125rem;left:13.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGmOXX0A89sTh8BHKTpDvksAWwEAawEU { top:17.75rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khOF3Wp3MIylgzwxk7Lbr3m5RoEG2hJx { top:17.125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eZEvuyJa9AiJhxD9qmvEqAwg5F5Dtb { top:17.125rem;left:27.25rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzo9sCFWF5tJkgtoSREuONNWCd9CDi65 { top:29.4375rem;left:0rem;width:19.625rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOTRRcSg6Q4CTvkpU9unFGQdWToUqzIm { top:27.125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9RLSk9O38XrMkLemhiHWLnCqHmGIZTq { top:23.5rem;left:9rem;width:29.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3LCfIpmNADsoO2iH1y7z0xUthUny4K2 { display:none; }
 }@media only screen and (max-width: 763px) { #HQoiJt4410PM4LdguM1iF6KIwbW0yXHf { top:29.4375rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NcxUSoo5Gsuhgg2XJu3Z92MsSo87fIdt { top:27.125rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbSOwedc4kbXDxS8tbWvvcJw04nsHatl { display:none; }
 }@media only screen and (max-width: 763px) { #emwPN0lW38REadst0hORFfgyL7DpnmZE { display:none; }
 }@media only screen and (max-width: 763px) { #GtueEDJnqXU8U2gdrEAziBLQPRdPhEW7 { display:none; }
 }@media only screen and (max-width: 763px) { #giXKtG7tiaQFOuEZToeMhcpim9gHxVcp { top:50.5rem;left:27.8125rem;width:19.9375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQd05JcaHmtlwHgTFaVGzOXlz8NRSHTF { top:50.5rem;left:0rem;width:18.5625rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X433XnrvvtHn4sA28PwWCXDxO4Kld34O { top:48.0625rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmd1SB8ToxHxaqMLxOKkA8MR1nVzO8Hq { top:48.0625rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVDeHZ6f16FCfwOpg17afa4pCzQAUkox { display:none; }
 }@media only screen and (max-width: 763px) { #d9uN77ps2uDPU5ClsCkG89gOzAFcMvA9 { display:none; }
 }@media only screen and (max-width: 763px) { #AdCduQeF83E8ItPnEfboVl1baouNFN3H { display:none; }
 }@media only screen and (max-width: 763px) { #lNAFXO7qGFFPXll4wIx8D9Efhc9908XD { display:none; }
 }@media only screen and (max-width: 763px) { #zlcHnZTfm5Kp0eETnwPow3Va30bhiTMF { display:none; }
 }@media only screen and (max-width: 763px) { #gip0GOA3Zt5XmZqcXXwPQDGz26dVwGiy { display:none; }
 }@media only screen and (max-width: 763px) { #u2EHSNbiQSHoCBJCaT4oXs8Ilx2828AF { display:none; }
 }@media only screen and (max-width: 763px) { #ESxXwf4EaIEBMm9dmt0lkyq5bHDpsN5b { display:none; }
 }@media only screen and (max-width: 763px) { #yJQ1zkSICCvo8ruTrwJdrUftOJwOyKB3 { top:2.375rem;left:0rem;width:47.75rem;height:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR2in0i6Tege53qmd6sksBrcPiQk0lhb { display:block; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5DIWH0dXv9o7081LF8zyWibfFpfQWsn { top:16.9375rem;left:0rem;width:12.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG2gc7TWu2rnaNkrOIhk5AywTTkuUPMN { top:16.9375rem;left:6.749755859375rem;width:15.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKPVtsCqi0wXbEo0bJw1xGmG05WVHn8I { top:17.5rem;left:25.312377929688rem;width:15.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZZLGzcI6kh12tqBs36VIFonbizOucQJ { top:17.5rem;left:31.3125rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3hlu9EbOD0MAOweuUvcuXJnUuQnL59E { top:13.625rem;left:43.8125rem;width:3.9375rem;height:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR1HTnHahizFXeBGT8Tdkns4MKD1ZOir { top:2.8125rem;left:0rem;width:39.0625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HodsqRysDS7DJ0tKp3X4ZvuDT8TKwqIb { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4gm0N9hQO2EnEBf6fWx8ng1oaTCmlGc { top:7.75rem;left:6.6875rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #um7LNZJyfQwTMiaRNLIuPiUciEL7MD5q { top:7.875rem;left:25.40576171875rem;width:15.625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oft8CEOluCU1JoQ8OwJy6TM9qrW89sq0 { top:7.625rem;left:32.0625rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6hxxTuW3PyNad0kNrkxhp3mpGeAvDT { top:7.3125rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #neQ4h4l5JxDXPzZcHNKbgzcKXOFWVkts { top:2.0625rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFoPpfmeOLitJzLhKwwUTV14RRMTZDcQ { top:45.5625rem;left:0rem;width:20rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9oWHFOuMHDnqxw7SmPU4z1Cd6nDkGGl { top:49.625rem;left:0rem;width:6.375rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfADkMHl1HPeLh6nwxH9CMb3ThT15K9P { top:28.8125rem;left:0rem;width:6.375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCnQTInidTlzbXMBQwOP6mnMPfsNziOt { top:32.8125rem;left:0rem;width:18.25rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQXF3fOMkAQvPwA7rnW0gLcA1nQlUREd { top:12.5rem;left:0rem;width:6.375rem;height:;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuKR41HwLm9pk1c0rT9QAA25gIuMlmGI { top:16.5rem;left:0rem;width:16.125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfcHD2ToPlrkB4ZotquIieEnzToWI1k7 { top:12.8125rem;left:26.686889648438rem;width:13.125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRvrw1ZVAghNppwVnGwbKBCHJ4QTeMNE { top:12.6875rem;left:40.25rem;width:7.5rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blLl6HXeL5hi8u4JPQULzLVPxsU1UbcT { top:12.6875rem;left:7.968017578125rem;width:13.125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF5Hus4KhgSy1h6Kz0oTNIFLom5b4ONa { top:12.8125rem;left:0rem;width:13.125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #En44rCqu3dwmGTPO1QHZinr6yZfQipfJ { top:9rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7hq9M80KBiJX3f04EaarTmWExVvuBsp { top:9rem;left:31.686889648438rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsCTClSTTUSuCxXMrPO1c6IZ8V0NkWq9 { top:9rem;left:12.968017578125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KauEzLgLZl28TryAZ7KaCg45hWHzXD8N { top:9rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV { display:block; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn0ONwFQe3cTr41ITpnaSF5nkH6UUqzo { top:7.4375rem;left:20.125rem;width:27.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOvs6u0zzTm7vpryClaGih5Tz0StTPq { top:11.875rem;left:17rem;width:30.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyfNMCAphkcH56ZWAJBnDJz5TJgMXdh6 { top:3.5rem;left:0rem;width:37.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TL5Fs53nDfETMGrmU2SMwU4rgzkGWr { top:2.4375rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx { display:block; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ve02IqUMGtzCGzpq5vrEalTgf8H43hUD { top:8rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDp5FCI94QC5SBkW9wAFUFhKDvygRlT6 { top:10.125rem;left:17.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuFSATHd48eVkhTBCyB0Ty8v7txbM1Hw { top:10.125rem;left:20rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwpukwWIOanfO42CTo1SGdb3xSCpRcq { top:10.125rem;left:22.3125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi028HHnGuaxT1iG4LI2bVooDTlq5muA { top:10.125rem;left:24.625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeLvNV3l0Ml4hwsEvVpX2znaPZ4VH5Z { top:10.125rem;left:26.9375rem;width:1rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnvMilTOxdi8gD39CVsfrbWmUA8VQO6L { top:1.5rem;left:18.0625rem;width:11.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRhQdM4yId2o6RJcmEil1J70nLuz4WG { top:9.9375rem;left:28.625rem;width:1.5rem;height:1.5rem;display:block; }
#fKRhQdM4yId2o6RJcmEil1J70nLuz4WG > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { display:none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { background-color: transparent; background-image: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .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); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { width:0.0625rem;height:3.75rem;top:6.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LskK60zruoALs81VNF8eRmLXJblTwuoW { width:20rem;height:auto;top:1.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { width:1.5rem;height:1.5rem;top:1.9375rem;left:18.5rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { width:14.75rem;height:3.125rem;top:7.40625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block; }
 }@media only screen and (max-width: 763px) { #BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { width:7.5rem;height:4rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwBlI7TMQxaT4y4uJZ7gycd2bF7uhy9K { width:14.75rem;height:3.125rem;top:1rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0mgPA2IPKBrHLpcnHTFCAnQ9bZ8kNTW { display:block; }
 }@media only screen and (max-width: 763px) { #WByFNJpQg1Sz6iRUSiRTxm0WQ3uZg4GH { display:flex;width:1.8125rem;height:1.8125rem;top:1.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8nuS4kqbkz5CUDfVaLQvnEeweLKwNhh { width:9rem;height:auto;top:1.75rem;left:5.5rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NdAHhyCQp4OxWvuACTURRTQxeibrIhdP { top:1.5rem;left:9.625rem;width:10.375rem;height:2.3125rem;z-index:15027;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #amciHHLcZf5tcpWGdxOU1HBMcOcqJTab { display:block; }
 }@media only screen and (max-width: 763px) { #fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw { display:none; }#fXfduTLv1fgpt7dSf8qya7kkSW3GNrMw > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g1NnHIcwXyKnJW3lsVJ7owHbyVOiIPZ0 { width:10.0625rem;height:4rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMLdRc613oyQSszmST2kBZnLrtwgXDEe { width:14.75rem;height:3.125rem;top:1.6875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzirSrVXJ1LyesVcUkAGVzw6UCZVKZ1U { display:block; }
 }@media only screen and (max-width: 763px) { #TwMabMAl2cvkAcGKdTMtcFoXT2PoCKI8 { width:8.4375rem;height:auto;top:2.375rem;left:5.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueRvtni76LrMo5hiTChHaHnX5ml8ufkG { display:flex;width:1.8125rem;height:1.8125rem;top:2.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qisE5dsTOoko3gfiEs9fLK1Kml6xgQG4 { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZDOzP3IiOIkuZAoV1qqHzQpvrUDbt4hz { width:0.0625rem;height:3.75rem;top:1.40625rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b471bcf3-8d99-44ef-8839-780ced44b286/headermobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1.adaptive-delivery-prevent-bg, #cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1.lazyload, #cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1.lazyloading { background-image: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { background-color: transparent; background-image: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container > .video-iframe-container { display: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container { display: none; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .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); }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { border-width: 0; border-radius: 0; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1::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; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cE2lAPTCFqthp87xHV0Cw9F45Hst4fb1 > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgdgNyw8c9G7FJHzX79LIUIQPdwcguHM { width:17.87475rem;height:1.49963125rem;top:32.9375rem;left:1.3125rem;font-size:1.25rem;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;z-index:15057;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xFEeuAqrrcM5tQ25JTO7J0E2x3npPADP { width:9.8125rem;height:3.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ1KKKctEGXP2rw0hbNJV7LeuecZi2aR { width:6.625rem;height:0;top:2.28125rem;left:10rem;font-size:1rem;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:none; }
 }@media only screen and (max-width: 763px) { #doQwJsk6GyTT3ynsF7i5NOvRH7ExCLSG { width:20rem;height:4.25rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLkPBWU4XaVRLE91m24sgrAaku3SJ6u { width:20rem;height:9.597625rem;top:19.72265625rem;left:0rem;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;line-height:1.5;background-color:transparent;background-image:none;display:block; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.75rem;overflow:hidden; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT  { width:17.5rem;height:auto;top:28.1083984375rem;left:0rem; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT {display:block;}#iXkVZurGchMfUeaAlxXARzOWpI2SDbBT { width:17.5rem;height:auto;top:28.1083984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #tn0cyG4cO9i9GQ8MMlvDBJWe2DnQrvIT {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #fddyrk7MSrzb6SOrTzWrAX6FWitJGqVD { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #DVJcJHW6Ms10OETZ2uva5GVWhopWwSgt {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #FJLLPk5KAoK12mDBEllEfM9HE10cd3h1 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #TTMecIuzUQBwPV2Jkb5DTyo57qpDiqX2 { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #XIM3kxc3wrAWIZgsuwueJcX9gPmlydHT {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #zezLULTGa0gTsWbHckApLBiHpkH364UG {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #oncBIwAIZMkURbJI8b6JRPackfNtgyu5 { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #eZdqz1dzNbakpTTR6RqMVUILd4xnwNFu {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #QVTTiQRkioXLK3s0PvElRqlGTQ7rpmkI {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #E4E1XVZIp1ihRIk2SeonP0L8zuOnApTi { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #STEhGrQuQMn736hHsaFS6eVdFUN1z4X3 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #SU5np6sTPzztuwonWT9lTt8HzJZDTK4J {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #T5xMtPdKrwg7sT8hLKmtmR97WW7MnFiO { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #B21WuCbNFsVf3VsPQmmeUwoTH4Pkr56R {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #plDWNX3hzGN7ahNk93nnfCRckgzAn3PB {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #iR0hCw4kRl2OUu5Nb9Xk7dwzSfV1gh7a {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #WUntITUa0QrC9ao51MFQZXzqVR2fxgMb {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ogdf5FuHd3iJnEBMzhW7l4nMyiLCtKf1 {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #gWESTf7brwCnV01lHdw7oKcZNTPRECzq {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #ftC8qoAH0uRerFbciLqRWoiKhCD4H0RC {  }
 }@media only screen and (max-width: 763px) { #hrP21VXJcCfBT5CONM3JtHfhMaOWXfy9 { display:block; }
 }@media only screen and (max-width: 763px) { #avkSxmrwotF7SVNyXbmXKTnDu5Bi8gX7 { display:block; }
 }@media only screen and (max-width: 763px) { #LBUAIhV0qvH4ADiUSgbIceUv76TkZbTN { display:block; }
 }@media only screen and (max-width: 763px) { #GPbx5N6dvM3dEHuGOCfrN1epXirqVVJF { display:block; }
 }@media only screen and (max-width: 763px) { #P1BzBKth19NpXiRtiMzqIxcfcr5vPVd6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wr3ITwceLOATb61oCgh2gGxnKZyWxQGE { display:block; }
 }@media only screen and (max-width: 763px) { #mvyuTUi8be7X4bnwPRhE6V7gnoqB0UJm { display:block; }
 }@media only screen and (max-width: 763px) { #CLzU9g6Z77tLl1SRygPEKa0nD1TLpHKL { display:block; }
 }@media only screen and (max-width: 763px) { #ul2pm35TfquKorBvTmQcERc2hrEQ4RvK { display:block; }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #prTt4T2e93eRJZdUIOwgw2agUcvTVzTV {  }
 }@media only screen and (max-width: 763px) { #iXkVZurGchMfUeaAlxXARzOWpI2SDbBT #xbtA27hVuWGZr6n7TaTXXOFgs42JRpKu {  }
 }@media only screen and (max-width: 763px) { #fLy6AO0hGQsiZpzkIFT92X30ESDeOn7T { width:20rem;height:11.25rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qddraFw5mP6I193FHJRogcmGUkQyJEia { width:6.5625rem;height:6.5625rem;top:1.8749997615814rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvzRKoKfvlO2PwOTC6diF0qOyKpp9pHv { width:20rem;height:1.5996125rem;top:9.9375rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #UTogbkhKfqHA2JTcO2cAg5RUztLTfR47 { width:20rem;height:2.44986875rem;top:11.724609375rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15058;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #STfX17ivgI4c4S0feilZvZNsdhL6EHvL { display:flex;width:2.25rem;height:2.25rem;top:16.5rem;left:-3.8125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #cz8TR71LLxHz4mzSP2TB9vq5zWc6RuBn { width:5.3125rem;height:0;top:16.984375rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #a0bQ4GaAN5l487dai4c2GCIUypNxbNaD { width:20rem;height:5.19921875rem;top:38.6875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNZiUtLaOMxrkVDwD4hPKnV5rqnpxrMU { width:20rem;height:12.9980625rem;top:45.13671875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qB5dMrkAsEJ47Ku8X61aHusiQoKvhhmk { width:20rem;height:11.193875rem;top:14.375000596046rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15057;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tQ8mCQS0Z0cAw19sIiqNSauvevX9wCHR { width:7.374875rem;height:7.374875rem;top:27.125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px2oJUf829wy0PZ3caMXvNSlP42yhCWy { display:block; }#px2oJUf829wy0PZ3caMXvNSlP42yhCWy > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfb5a299IBSCsKUCoGJSZiZdUnKJ9TAV { width:5.3125rem;height:3.19921875rem;top:46.4375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #wAAJZptcwQmi96RTvv77lS1KRfBE8yOC { width:20rem;height:7.349625rem;top:2.0000028610229rem;left:0rem;font-size:1.75rem;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;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #uGByvRhplveRWNbRvzhJ3kux26QTgIDG { width:20rem;height:27.1933625rem;top:17.613282203674rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #IE4yzDXKPyw7BdQUFrStHgT2yolpyPeg { display:flex;width:2.25rem;height:2.25rem;top:43rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPdXls5yI2fK4y0Tne0TMDyu8qVbVE5m { width:20rem;height:21.5rem;top:43.655600547791rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgdCLvz1wl5ZTGZPwRaCiGlWGOIxEe4x { width:20rem;height:28.49300625rem;top:2.625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#fffdfd;line-height:1.5;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #iDH5gZ1pZi9OwXwzR0fdsa3i3JTeGDMQ { width:11.6875rem;height:5.125rem;top:22.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHmzpon44PZEEpSm6vtMTXOyQDeF37bf { width:5.125rem;height:auto;top:22.9375rem;left:7.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #BFxhSJTqyaFtFFfT5AwQ2NpZQ9vHO1F3 { display:flex;width:2.5rem;height:2.5rem;top:23.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVri55TOSqi3fCnaxyuluumxoi3lTohs { width:11.6875rem;height:5.125rem;top:22.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysEbK38QmUsMMBth6nUJ3WICp02oxzbv { width:3.8125rem;height:auto;top:22.9375rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #cwqioRuco8C4adM7BMwsJryEFkgyoEQq { width:11.6875rem;height:5.125rem;top:22.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iwUxznIVDd6y71iTuu7dLsS2Nby0LH4J { width:4.75rem;height:auto;top:22.9375rem;left:7.625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #GyT0VO8sRCMsGPOHTdcgvAzRCyczxGJA { display:flex;width:2.5rem;height:2.5rem;top:23.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hoNfEtxXWnDq0FV6BwJpXUc3larHAHA3 { display:flex;width:2.5rem;height:2.5rem;top:23.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hN30oDRNbTyeydhIrT4Iz318mVBMMuui { background-color:#af272f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container { background-color: transparent; background-image: none; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container > .video-iframe-container { display: none; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row > .video-iframe-container { display: none; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .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); }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container { border-width: 0; border-radius: 0; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hN30oDRNbTyeydhIrT4Iz318mVBMMuui > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiI1U84xSadO8nps0lWt2skN7WAhzF9M { width:6.5625rem;height:2.99926875rem;top:2.5625rem;left:4.125rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#fffdfd;line-height:1.5;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Mly43n3nyPPxKnsKKcT7TuiMmcOyzcx9 { width:3.4375rem;height:2.9992625rem;top:2.4375rem;left:15.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#fffdfd;line-height:1.5;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #AfSvQfwzZsG8oJQme5rAR0xnt98loo1O { width:6.5625rem;height:2.9992625rem;top:8.8125rem;left:4.125rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#fffdfd;line-height:1.5;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #XsfP7iqmOUe6a5ToNWEz7dpsVgy2Z1V7 { width:4.3125rem;height:2.9992625rem;top:8.6875rem;left:15.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#fffdfd;line-height:1.5;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #bofyGtUX5DIHhy3qqoaw1SaX7w72GM4J { display:flex;top:2.6875rem;left:0rem;width:2.75rem;height:2.75rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #TR3f4IdHSwQN5QCfwPzlIhQTpxksvQqN { display:flex;top:9.03125rem;left:11.8125rem;width:2.5625rem;height:2.5625rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #nkLbeooUWwDQsqVQL1MF2T7d258EpF3W { display:flex;top:9.03125rem;left:0rem;width:2.5625rem;height:2.5625rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #at7KkXp0GUUp34yfLfHJK52ssxPWihQh { display:flex;top:2.78125rem;left:11.8125rem;width:2.5625rem;height:2.5625rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM { display:block; }#nCsqHaqykvIDMG4f03QiHPBkHf8BUWqM > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQmszhIPmndJB6DapUg8dN5XNAQtssu3 { background-color:#53565a;background-image:none;display:block; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { background-color: transparent; background-image: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container > .video-iframe-container { display: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row > .video-iframe-container { display: none; }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .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); }#dQmszhIPmndJB6DapUg8dN5XNAQtssu3 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOFOqtKsHMylcW91J4V8Zl6ugnhhF3h2 { width:20rem;height:9.59475rem;top:8.75rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#eeeeee;font-weight:300;font-style:normal;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #AcEEmMEaf2SrTMnTmNSiKLmuJbt53BN0 { width:20rem;height:4.89868125rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;z-index:15046;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #wiStTRKIsUiMroRGcTlsMEDegqWTr5mJ { width:20rem;height:auto;top:3.8125rem;left:0rem;font-size:1.75rem;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;font-weight:300;font-style:normal;font-family:"graphik upsa2";display:none; }
 }@media only screen and (max-width: 763px) { #TsW7KJwirevoQdiVUVDWuwol5twZdFSF { width:20rem;height:auto;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WZ43MeefxyuuhemO5UbPcWo1xu1uaCQZ { width:10.1875rem;height:8.375rem;top:13.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U736PQFqmJ23H0G6vEchGq9xN5Ms1BHc { width:10.125rem;height:0;top:18.5234375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JgWwXXp2nybHNRZFoSo51FWoQJx3UaHZ { width:10.3125rem;height:0;top:14.5859375rem;left:4.875rem;font-size:2rem;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;font-weight:300;font-style:normal;font-family:"graphik upsa2";display:none; }
 }@media only screen and (max-width: 763px) { #VX5BBshxGy3iJL0UxP4O2T4WwMovOt1m { width:10.1875rem;height:8.375rem;top:18.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RWJ3KpCb8quJMngVAJibq1aTg14vRySE { width:10.125rem;height:0;top:28.1484375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #q71AnovNSekDKaQOnQmE80hxDP30W7Th { width:10.3125rem;height:0;top:24.2109375rem;left:4.875rem;font-size:2rem;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;font-weight:300;font-style:normal;font-family:"graphik upsa2";display:none; }
 }@media only screen and (max-width: 763px) { #TUtIrqPtmO7qN8iWVdmXICc7SwwKyZz8 { width:10.1875rem;height:8.375rem;top:24.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fk4fV9bV2XoLSfdNrJ8uqny46QSezUlH { width:10.125rem;height:0;top:37.7734375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wEiOaEEgHkFShS3zMRTiGU9UQ7mQaFvH { width:10.3125rem;height:0;top:33.8359375rem;left:4.875rem;font-size:2rem;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;font-weight:300;font-style:normal;font-family:"graphik upsa2";display:none; }
 }@media only screen and (max-width: 763px) { #cUA069PhSle4zVlDNEgBODMe0eXRPA9T { width:20rem;height:20rem;top:70.3750038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1EnyNZxmszBQVt1K9T8dD0gk2TEZ5my { width:7.999875rem;height:7.999875rem;top:17.639770507812rem;left:10.9521484375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhTZz1Ns00Ur4DMyG9p5IzD1tT0NH245 { width:3.49975625rem;height:3.49975625rem;top:23.3125rem;left:8.25rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15047;color:#af272f;display:block; }
 }@media only screen and (max-width: 763px) { #AskreJbu3eoB3uQC49VHDvZ3qs01XgHU { width:5.9375rem;height:1.9995125rem;top:26.75rem;left:7.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;font-weight:300;font-style:normal;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #w7amdfeeB4iudJ5VE1uwKDelDBH6qE6L { width:5.68725625rem;height:1.9995125rem;top:36.75rem;left:7.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;font-weight:300;font-style:normal;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #yLlSp0NAGrTAuqmqMsxH79UnTwF4ZFlr { width:5.3125rem;height:3.49975625rem;top:33.3125rem;left:7.375rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15050;color:#af272f;display:block; }
 }@media only screen and (max-width: 763px) { #bVBcDMzMsDh4cTs2C2TtSUATOTSRUSuR { width:14.625rem;height:1.9995125rem;top:46.625rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;font-weight:300;font-style:normal;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LPMBstbHt99HUWcaZkWsqN3OK4JOwga4 { width:7.1875rem;height:3.49975625rem;top:43.1875rem;left:6.4375rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:700;font-style:normal;z-index:15053;color:#af272f;display:block; }
 }@media only screen and (max-width: 763px) { #F8XmX1T7BklldaivJC5q6rQvPbTSI5ZU { width:15.1861875rem;height:8.4985625rem;top:41.6875rem;left:2.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qwO8kzqSHxN5zgGQdTUtcM25ClPKsVzJ { width:15.1861875rem;height:8.4985625rem;top:31.625rem;left:2.4375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #A7ZqZx6qVTkO4rexDpnxOcC8SHWt47hQ { width:15.1861875rem;height:8.4985625rem;top:21.5625rem;left:2.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #La53qxbU1TGuwaQn5UBxORm5JksuKP9d { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b161f888-bf26-4a1a-9fdb-739ddec96e5b/Disenosintitulo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d.adaptive-delivery-prevent-bg, #La53qxbU1TGuwaQn5UBxORm5JksuKP9d.lazyload, #La53qxbU1TGuwaQn5UBxORm5JksuKP9d.lazyloading { background-image: none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container { background-color: transparent; background-image: none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container > .video-iframe-container { display: none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row > .video-iframe-container { display: none; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .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); }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container { border-width: 0; border-radius: 0; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La53qxbU1TGuwaQn5UBxORm5JksuKP9d > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA { display:block; }#d2v7WkDzx8h1MnduQ1aHXQFT01XVunQA > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz2CAgm3upWJ2JuTLvDyO1zaPxDmvAhU { width:20rem;height:5.19921875rem;top:1.5rem;left:0rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UF7TsAm8li3SpPJNeiqVTlr5hWN6uRpG { width:20rem;height:7.9980625rem;top:8.0000114440919rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#202a44;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Bx1isO6Gv8z9NXWdW5tUuvwlZXbqEpge { width:8.0625rem;height:8.0625rem;top:15.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLHSIcTkK5vAxerwS6fnLJvrS9XkV8r6 { width:8.0625rem;height:8.0625rem;top:15.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpwXLvgTqlS1k1uAJ7ssPJKXBST7gRR { width:8.0625rem;height:8.0625rem;top:25.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqFzum881L4lpA5gbK4dddIRaUikp5RX { width:8.0625rem;height:8.0625rem;top:25.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnZ9ofdfLTRTmT5dTvdHAW6xu5oWwTM { width:8.0625rem;height:8.0625rem;top:34.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpeVKMPrPGtiKgUCT0fTUIk4IRUWpvTm { width:8.0625rem;height:8.0625rem;top:34.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOP81kklsOr3fCToRVlofmylaPtw7Vv { width:7.5rem;height:2.5rem;top:18.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q205Tnw67pKOcuOys7VUt6zNcveyc4MP { width:6.5rem;height:2.6875rem;top:27.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTKAX1TqhKhnlz4wbbAmldOOG7wrBxND { width:8.125rem;height:8.125rem;top:43.625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWebiFZg61pZ29IeZ5TSBEK01pExzCoa { width:8.125rem;height:8.125rem;top:43.625rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzCdH1PXWTUwsZbqBqD3pf9xz1r1dviq { width:20rem;height:6.3965rem;top:8.0807247161862rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#000000;line-height:1.6;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #o5SxC99ksnIdALnlXwN0EesnewUGb1lN { width:20rem;height:4.89868125rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;z-index:15047;color:#af272f;display:block; }
 }@media only screen and (max-width: 763px) { #FlPTo22oy1XeGibTTGbSoOBlTeklnzkp { width:7.6875rem;height:7.6875rem;top:15.499992370606rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNzJKTXwoDapNBCBgdro4FH7OLTTdN0w { width:7.6875rem;height:7.6875rem;top:25.5rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2czBiiWIRVSMND6Hy0G9mrNEk1fDycs { width:7.6875rem;height:7.6875rem;top:34.624995231628rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgRZT2osHZyPrUUGQm1XpzwEAzWlqC3z { width:7.9375rem;height:7.9375rem;top:34.375000953674rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXfaBwkcIsr3SB8RQMNA5z2Fpl2ASkUT { width:8.1875rem;height:8.1875rem;top:43.562501907349rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B903LOS9Byv21JtbTGQ22VhgpVylvaaR { width:8.1875rem;height:8.1875rem;top:43.562500953674rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ { background-color:#53565a;background-image:none;display:block; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { background-color: transparent; background-image: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container > .video-iframe-container { display: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row > .video-iframe-container { display: none; }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .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); }#FrGRnCciPUf0sF6TykvhRpHxaXWnV3wQ > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLimFoKoO0GztVyufdqZtqr47WlIzFIq { width:20rem;height:2.2747375rem;top:1.25rem;left:0rem;font-size:1.75rem;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;font-weight:300;font-style:normal;font-family:"graphik upsa2";display:none; }
 }@media only screen and (max-width: 763px) { #k6iHP971LM94ZM63uO6Z3R5m043TAgBT { width:20rem;height:7.9980625rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dTmnEMmQUoGeVNd9d0qCd4TmUTOX3l00 { width:8.1875rem;height:1.5996125rem;top:17.6875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ELqoKSlsPufzBZpf3vfMUQ5vwDOdWIiA { display:flex;width:2.375rem;height:2.375rem;top:14.3125rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #PrFmsRHGQl0iEIIR6fsC30XNvisuuxSp { display:flex;width:2.375rem;height:2.375rem;top:22.875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #LJhlTtl4bZVP3V3te77EeywvoAFJBvwP { width:9.25rem;height:1.49963125rem;top:26rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CdT3tDbeiQEIx3q6rs6Lit73fbOGrdP5 { width:8.4375rem;height:2.99926875rem;top:26rem;left:11rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AXJAwKsKNBkXqHkXKiAIRowED9LrTU21 { display:flex;width:2.375rem;height:2.375rem;top:22.875rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #xoqvhmKH29dNUgwZwgaTbT4FLGRTZwAe { display:flex;width:2.375rem;height:2.375rem;top:14.3125rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #BFINn4Nap5zeiEHfLWqrORHyO7aLvLKa { width:7.56225rem;height:1.59911875rem;top:17.687377929688rem;left:11.436157226562rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MOTsqVJtT7y5gX2f2IZLXmhbVJ5441q5 { width:20rem;height:6.3965rem;top:5.4375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#eeeeee;font-weight:300;font-style:normal;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #RyiKNHfOSD8CWT5Z0MM8E4urgpvlWI4t { width:20rem;height:2.44934375rem;top:2.375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;z-index:15046;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #VoZlWxHOlX5gXxxmiEtFsmqmud9N1ayi { width:20rem;height:20rem;top:32.687501192093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MST5WEHP8puzw3cm5yrqryGIXru5I2p5 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/685a3e87-eaf8-4641-950a-57903db8a5ca/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5.adaptive-delivery-prevent-bg, #MST5WEHP8puzw3cm5yrqryGIXru5I2p5.lazyload, #MST5WEHP8puzw3cm5yrqryGIXru5I2p5.lazyloading { background-image: none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container { background-color: transparent; background-image: none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container > .video-iframe-container { display: none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row > .video-iframe-container { display: none; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .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); }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container { border-width: 0; border-radius: 0; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MST5WEHP8puzw3cm5yrqryGIXru5I2p5 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu { display:block; }#u1qDtTzixRpo4TpCiBhDwACUDqrLWiiu > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyko36fZtcTLRlXeKqlhmc5ItwJUTFRP { width:20rem;height:2.44986875rem;top:1.4674682617188rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V9R02xPdSrIOM1XEsLEgkIRGTMPfWqhK { width:20rem;height:5.9985375rem;top:4.1666679382324rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gdprRnhW1ebhmcKNcNSW7ss9hOvXqgTp { width:20rem;height:2.19986875rem;top:29.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#af272f;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rTdTuT2JoLKFrlmHdmFT5ENDiv76Db6h { width:20rem;height:2.99926875rem;top:32rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L4c4hI1gv5oLlV1bJyJm47C0sMs6X7Xa { width:14.25rem;height:28.6875rem;top:13.3125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qamzTbCwflVG0TOMmEsQySkp84NWrxen { width:20rem;height:31.125rem;top:11.75rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #w7TmyW1eTaWvrZVy1KeUHsNU7PJf3keo { width:20rem;height:7.4981875rem;top:35.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGKOihQxZTWCpEJwtZciSibtaLebqRM4 { width:14.25rem;height:14.25rem;top:13.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #babuaA5n2SkdhGGVJdlLen5TDxR05Duf { display:none; }#babuaA5n2SkdhGGVJdlLen5TDxR05Duf > .row .container { width:20rem;height:75.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgAvKgABgw7AK78JVfeOqlItvtIeIXmc { width:20rem;height:19.5625rem;top:8.8125rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eNp7bImlTdRcWdmf5TBg3mI3Ri1UKW60 { width:17.375rem;height:7.995625rem;top:18.6875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TIVSkOgTW6JtCHOeErcHHI427dXHrrhi { width:14.25rem;height:0;top:11.7740875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #imCJdlh2P0HUp7iP7AqdWRhdNdtfcbAe { width:6.625rem;height:6.625rem;top:10.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JKSC6PAM7W3Oczs6CpkmfP7T7CMlxs { width:10.3125rem;height:3.75rem;top:10.5625rem;left:1.3125rem;font-size:1.5625rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gDRHrNgmPOthgaA9yzpi4345FwRw0t5z { width:20rem;height:4.89868125rem;top:2.2500190734863rem;left:0rem;font-size:1.75rem;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;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NoMukuwb1flJBJaP75VI76NgzmvCkHF8 { width:20rem;height:auto;top:8.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #yEa5XQlDRZo8IxiGhR5CRUBF4I0gzghD { width:20rem;height:19.5625rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8TRePA93Stooxvieok4IZwEBagmL5Sh { width:17.625rem;height:7.995625rem;top:41.1875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Wnl8xREFLlgouCvOxgeKDaw52i4o4oN8 { width:14.25rem;height:0;top:35.7740875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #KHs2ooNEV8Ha748efw5Q0MPU8TqWElkA { width:6.625rem;height:6.625rem;top:32.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZaopXSOaMB8dBXveRF9IpgwFp7LPu8 { width:11.125rem;height:1.5625rem;top:32.625rem;left:1.3125rem;font-size:1.5625rem;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;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VwaS5931U3iGkotWutIOt33QUAmJelfO { width:20rem;height:19.5625rem;top:53rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VsV7RsWhIAuaQn1WAAylBLLFL8xmRHod { width:17.125rem;height:4.7973625rem;top:64.875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #a4b3DA4vJRfCJg9ZhKHPETwdDHHLC5Mz { width:14.25rem;height:0;top:56.5865875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #TzKt1av8va0N3KiVeTeOOIF1PuhxvERu { width:6.625rem;height:6.625rem;top:54.75rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkfMXb18bbTAM1aQgiDza3rM6vPAsBVP { width:7.625rem;height:3.75rem;top:54.75rem;left:1.3125rem;font-size:1.5625rem;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;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #E6vNDXDpO4n6JmpopafFEAPqmO7nVdsQ { width:17.375rem;height:3.19824375rem;top:14.625rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #EcJBfirppqJDhdQOPs1TgmbWm0lKbAW5 { width:11.3125rem;height:4.7973625rem;top:34.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #hVgFmw185nI7M1MdqmaCMJLkTLvsVdmm { width:11.3125rem;height:4.7973625rem;top:59.1875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf { display:block; }#qrzp3pL3iAnbglXFvOHBbLIvAwMFTlGf > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoAoZeaaVGTOZno5VpvWtffAUr5ONtbU { width:20rem;height:7.4981875rem;top:4.4375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uu7zI8mTMoyWRaS7fNUIliiuBy3puRz1 { width:19.9375rem;height:5.3984375rem;top:73.7663rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qlQDqczpZwxdBpRgd8aLyLI4XXt4JTzs { width:20rem;height:20rem;top:30.16994375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRX6QiPlzluDwNJhoXwcwv4olZPTrxsV { width:1.1875rem;height:1.1875rem;top:54.98244375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmbLKDJwvf0edllUX26meRov7NwTTU6T { width:6.875rem;height:0.3125rem;top:55.41994375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlwXPb0f5H394Z7c4JFIXRZkektx5wnb { width:19.625rem;height:1.79948125rem;top:64.06838125rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #dxMS5pVpTROB96HRJETWHGL4ilspmmhs { width:6.875rem;height:0.3125rem;top:55.41994375rem;left:-2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwQBbWukfi3ahtNSU6zoRlbqJTEywIZf { width:1.1875rem;height:1.1875rem;top:54.98244375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuDr4qnJet3CspbymNFBRUI8EZ9GxlNG { width:20rem;height:5.3984375rem;top:57.41994375rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qcEwELF4OQiTwPd1KllpsJBT9tCqdzIL { width:18.5625rem;height:5.3984375rem;top:67.1178625rem;left:0.6875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vVwutlCERySZSizzfQyWFmZ1ZooOTlJp { width:19.625rem;height:5.3984375rem;top:20.472025rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T9M0cLEcehc8g6CRWG8lRy4ZaB74TsNK { width:19.625rem;height:1.79948125rem;top:27.1204625rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #CTWX32S9TNn61xdTtIUmPEVniOPtn0hu { width:1.1875rem;height:1.1875rem;top:34.04494375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHx5EWqsP95Mss0mVUlRHkXBh3qiH0Ny { width:6.875rem;height:0.3125rem;top:34.48244375rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMGz1SHx0CRf6vXQAbTA1Uv25z9C5Jlu { width:1.1875rem;height:1.1875rem;top:34.04494375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGmOXX0A89sTh8BHKTpDvksAWwEAawEU { width:6.875rem;height:0.3125rem;top:34.48244375rem;left:-2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khOF3Wp3MIylgzwxk7Lbr3m5RoEG2hJx { width:19.625rem;height:1.79948125rem;top:14.3730625rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #I6eZEvuyJa9AiJhxD9qmvEqAwg5F5Dtb { width:19.625rem;height:1.79948125rem;top:17.42254375rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #Nzo9sCFWF5tJkgtoSREuONNWCd9CDi65 { width:8.5625rem;height:9.59475rem;top:56.125rem;left:11.4375rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15097;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #lOTRRcSg6Q4CTvkpU9unFGQdWToUqzIm { width:8.625rem;height:3.59863125rem;top:51.75rem;left:11.375rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15098;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R9RLSk9O38XrMkLemhiHWLnCqHmGIZTq { width:14.25rem;height:14.25rem;top:33.1875rem;left:2.875rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #c3LCfIpmNADsoO2iH1y7z0xUthUny4K2 { top:45.8125rem;left:13.5625rem;width:4.375rem;height:0.25rem;z-index:15120;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HQoiJt4410PM4LdguM1iF6KIwbW0yXHf { width:9rem;height:9.59475rem;top:56.125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15091;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #NcxUSoo5Gsuhgg2XJu3Z92MsSo87fIdt { width:9.0625rem;height:3.59895625rem;top:51.75rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15100;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GbSOwedc4kbXDxS8tbWvvcJw04nsHatl { top:45.8125rem;left:2.3125rem;width:4.375rem;height:0.25rem;z-index:15122;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #emwPN0lW38REadst0hORFfgyL7DpnmZE { top:34.75rem;left:2.3125rem;width:4.375rem;height:0.25rem;z-index:15114;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GtueEDJnqXU8U2gdrEAziBLQPRdPhEW7 { top:34.75rem;left:13.5625rem;width:4.375rem;height:0.25rem;z-index:15118;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #giXKtG7tiaQFOuEZToeMhcpim9gHxVcp { width:7.75rem;height:9.59475rem;top:19.6875rem;left:12.25rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15093;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #lQd05JcaHmtlwHgTFaVGzOXlz8NRSHTF { width:8.75rem;height:9.59475rem;top:19.125rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15095;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #X433XnrvvtHn4sA28PwWCXDxO4Kld34O { width:8.25rem;height:3.59895625rem;top:14.625rem;left:0.25rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15099;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmd1SB8ToxHxaqMLxOKkA8MR1nVzO8Hq { width:7.3125rem;height:5.3984375rem;top:13.8125rem;left:12.6875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15101;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iVDeHZ6f16FCfwOpg17afa4pCzQAUkox { top:45.375rem;left:5.625rem;width:1.125rem;height:1.125rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #d9uN77ps2uDPU5ClsCkG89gOzAFcMvA9 { top:45.375rem;left:12.6875rem;width:1.125rem;height:1.125rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #AdCduQeF83E8ItPnEfboVl1baouNFN3H { top:34.3125rem;left:12.4375rem;width:1.125rem;height:1.125rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #lNAFXO7qGFFPXll4wIx8D9Efhc9908XD { top:34.3125rem;left:5.625rem;width:1.125rem;height:1.125rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #zlcHnZTfm5Kp0eETnwPow3Va30bhiTMF { top:30.625rem;left:2.25rem;width:0.25rem;height:4.375rem;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #gip0GOA3Zt5XmZqcXXwPQDGz26dVwGiy { top:30.645202636719rem;left:17.697917938233rem;width:0.25rem;height:4.375rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #u2EHSNbiQSHoCBJCaT4oXs8Ilx2828AF { top:45.873718261719rem;left:17.697917938233rem;width:0.25rem;height:4.375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #ESxXwf4EaIEBMm9dmt0lkyq5bHDpsN5b { top:45.875rem;left:2.3125rem;width:0.25rem;height:4.375rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #yJQ1zkSICCvo8ruTrwJdrUftOJwOyKB3 { width:20rem;height:2.5rem;top:1.4088439941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR2in0i6Tege53qmd6sksBrcPiQk0lhb { display:block; }#xR2in0i6Tege53qmd6sksBrcPiQk0lhb > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5DIWH0dXv9o7081LF8zyWibfFpfQWsn { width:20rem;height:3.4118625rem;top:16.75rem;left:0.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zG2gc7TWu2rnaNkrOIhk5AywTTkuUPMN { width:15.125rem;height:5.1178rem;top:31.811849594116rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"graphik upsa2";font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NKPVtsCqi0wXbEo0bJw1xGmG05WVHn8I { width:17.625rem;height:1.70593125rem;top:49.875rem;left:1.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #DZZLGzcI6kh12tqBs36VIFonbizOucQJ { width:16.5rem;height:3.4118625rem;top:66.4375rem;left:1.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z3hlu9EbOD0MAOweuUvcuXJnUuQnL59E { width:4rem;height:3.4118625rem;top:62.505859375rem;left:4.7916669845581rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZR1HTnHahizFXeBGT8Tdkns4MKD1ZOir { width:20rem;height:2.1933625rem;top:2.4107875823974rem;left:0rem;font-size:1.6875rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #HodsqRysDS7DJ0tKp3X4ZvuDT8TKwqIb { width:17.5rem;height:14.6875rem;top:6.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4gm0N9hQO2EnEBf6fWx8ng1oaTCmlGc { width:17.3125rem;height:14.8125rem;top:39.479167938233rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #um7LNZJyfQwTMiaRNLIuPiUciEL7MD5q { width:17.5rem;height:14.875rem;top:55.728517532349rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oft8CEOluCU1JoQ8OwJy6TM9qrW89sq0 { width:15.6875rem;height:12.9375rem;top:143.04166875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq6hxxTuW3PyNad0kNrkxhp3mpGeAvDT { width:17.5rem;height:14.6875rem;top:23.104166030884rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #neQ4h4l5JxDXPzZcHNKbgzcKXOFWVkts { width:20rem;height:2.44986875rem;top:2.08203125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;z-index:15050;color:#af272f;display:block; }
 }@media only screen and (max-width: 763px) { #LFoPpfmeOLitJzLhKwwUTV14RRMTZDcQ { top:45.259399414062rem;left:6.781005859375rem;width:6.43675rem;height:3.2495125rem;z-index:15098;text-align:center;text-align-last:center;color:#af272f;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9oWHFOuMHDnqxw7SmPU4z1Cd6nDkGGl { top:49.017333984375rem;left:0.843505859375rem;width:18.31175rem;height:3.90014375rem;z-index:15099;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bfADkMHl1HPeLh6nwxH9CMb3ThT15K9P { top:28.822631835938rem;left:6.7816162109375rem;width:6.4361875rem;height:;z-index:15100;text-align:center;text-align-last:center;color:#af272f;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCnQTInidTlzbXMBQwOP6mnMPfsNziOt { top:32.874145507812rem;left:0.8441162109375rem;width:18.3111875rem;height:;z-index:15101;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQXF3fOMkAQvPwA7rnW0gLcA1nQlUREd { top:12.531127929688rem;left:6.7816162109375rem;width:6.4361875rem;height:;z-index:15102;text-align:center;text-align-last:center;color:#af272f;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuKR41HwLm9pk1c0rT9QAA25gIuMlmGI { top:16.538696289062rem;left:1.9049072265625rem;width:16.187125rem;height:;z-index:15103;text-align:center;text-align-last:center;color:#000000;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DfcHD2ToPlrkB4ZotquIieEnzToWI1k7 { width:13.125rem;height:auto;top:12.8125rem;left:3.4375rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tRvrw1ZVAghNppwVnGwbKBCHJ4QTeMNE { width:7.5rem;height:auto;top:12.6875rem;left:6.25rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #blLl6HXeL5hi8u4JPQULzLVPxsU1UbcT { width:13.125rem;height:auto;top:12.6875rem;left:3.4375rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tF5Hus4KhgSy1h6Kz0oTNIFLom5b4ONa { width:13.125rem;height:auto;top:12.8125rem;left:3.4375rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #En44rCqu3dwmGTPO1QHZinr6yZfQipfJ { display:flex;width:3.125rem;height:3.125rem;top:68.665759765625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7hq9M80KBiJX3f04EaarTmWExVvuBsp { display:flex;width:3.125rem;height:3.125rem;top:41.289672851562rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MsCTClSTTUSuCxXMrPO1c6IZ8V0NkWq9 { display:flex;width:3.125rem;height:3.125rem;top:24.852294921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KauEzLgLZl28TryAZ7KaCg45hWHzXD8N { display:flex;width:3.125rem;height:3.125rem;top:8.289794921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV { background-color:#53565a;background-image:none;display:block; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { background-color: transparent; background-image: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container > .video-iframe-container { display: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row > .video-iframe-container { display: none; }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .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); }#LWtifzvBbKTDKLTFtfV2dGDzKRdoWotV > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn0ONwFQe3cTr41ITpnaSF5nkH6UUqzo { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;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;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kdOvs6u0zzTm7vpryClaGih5Tz0StTPq { width:20rem;height:11.99705625rem;top:6.3242206573488rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EyfNMCAphkcH56ZWAJBnDJz5TJgMXdh6 { width:20rem;height:13.3125rem;top:20.203147888184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TL5Fs53nDfETMGrmU2SMwU4rgzkGWr { width:20rem;height:2.44986875rem;top:2.478515625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:700;font-style:normal;z-index:15051;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx { background-color:#53565a;background-image:none;display:block; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { background-color: transparent; background-image: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container > .video-iframe-container { display: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row > .video-iframe-container { display: none; }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .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); }#Ox8iTPDkmfwCGzA5M4JvcudUdTK2pTlx > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ve02IqUMGtzCGzpq5vrEalTgf8H43hUD { width:19.9375rem;height:0.875rem;top:8.6874694824219rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDp5FCI94QC5SBkW9wAFUFhKDvygRlT6 { width:1.5rem;height:1.5rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuFSATHd48eVkhTBCyB0Ty8v7txbM1Hw { width:1.5rem;height:1.5rem;top:11.6875rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BvwpukwWIOanfO42CTo1SGdb3xSCpRcq { width:1.5rem;height:1.5rem;top:11.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi028HHnGuaxT1iG4LI2bVooDTlq5muA { width:1.5rem;height:1.5rem;top:11.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCeLvNV3l0Ml4hwsEvVpX2znaPZ4VH5Z { width:1.5rem;height:1.6875rem;top:11.5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnvMilTOxdi8gD39CVsfrbWmUA8VQO6L { width:11.6875rem;height:4.5625rem;top:2.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKRhQdM4yId2o6RJcmEil1J70nLuz4WG { display:flex;width:2.0625rem;height:2.0625rem;top:11.25rem;left:17.9375rem; }
#fKRhQdM4yId2o6RJcmEil1J70nLuz4WG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { position:relative;z-index:auto;display:block; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { top:0rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;background-color:#f1b434;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) { #aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block; }
 }