.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:224,232,247;--color-primary-1:153,179,230;--color-primary-2:51,102,204;--color-primary-3:26,51,102;--color-primary-4:8,15,31;--color-secondary-0:250,222,221;--color-secondary-1:239,144,142;--color-secondary-2:222,33,29;--color-secondary-3:111,17,15;--color-secondary-4:33,5,4;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,184;--color-tertiary-2:17,17,17;--color-tertiary-3:9,9,9;--color-tertiary-4:2,2,2;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { background-color: transparent; background-image: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { display: none; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .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); }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { border-width: 0; border-radius: 0; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:3.96875rem;left:47.375rem;display:block; }
#WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.5rem;top:0.5rem;left:0.96875rem;overflow:hidden;display:block; }
#E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a74dae23-a5c5-4f10-991d-174751ac524e/motorolatwowayradios1.png");background-position:top right !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; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.55); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::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; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:44.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:rgba(var(--color-tertiary-0),1);display:block;width:55.5618095625rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.1249980926514rem;left:1.7761936187744rem;height:10.49925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8745384375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.687038421631rem;left:8.1169567108156rem;height:8.4350625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.437011875rem;width:29.937125rem;top:56.256713867188rem;left:0rem;display:none; }
#uDehH8nqxO6bh7iXtUu2w9drk7kfJg1f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.827758789062rem;left:32.962646484375rem;display:block; }
#fCXmzuxMlH1LOH20iLf3IkcD3QMoHvka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVLsJ0BUnesWLOovKDxO22ZmCkbK5BFF { position:absolute;display:block;z-index:15017;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:5.06225625rem;width:18.562rem;top:35.929565429688rem;left:5.428466796875rem;overflow:hidden;display:block; }
#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container { background-color: transparent; background-image: none; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container > .video-iframe-container { display: none; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row > .video-iframe-container { display: none; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .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); }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container { border-width: 0; border-radius: 0; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#fiVVx1e6F5fdTmN6IcTCgXeEXClpSU0z { color:rgba(var(--color-tertiary-4),1);display:block;width:46.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:3.6842823028564rem;left:2.8090515136719rem;height:7.8735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xH8GrqhzUoR3ayV6aWTeifVwFyIN681A { color:rgba(var(--color-tertiary-3),1);display:block;width:51.7497673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:13.04801940918rem;left:2.8056049346924rem;height:16.8701375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { background-color: transparent; background-image: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { display: none; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .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); }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { border-width: 0; border-radius: 0; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#Jfe534epQnb2atUt8eVnoE12Ch3sGTog { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.5907669067383rem;left:0.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DETtWaxWuM7kehhnf8gSvtRWDTx4e8BA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2493105rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5360755920413rem;left:22.312269210816rem;display:block; }
#hlzKGlGBcFdzmFzoTtEc1tm9Lc78IIr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container { background-color: transparent; background-image: none; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container > .video-iframe-container { display: none; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row > .video-iframe-container { display: none; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .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); }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container { border-width: 0; border-radius: 0; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#benUy9KBWmPZrtSbz1VRTtJm4ADprGG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3621368408203rem;left:0.093059539794925rem;height:2.843625rem;text-align:center;text-align-last:center;display:block; }
#P7ttNQ1QQ7itSDM7Vbes4QevIaK7Z1hy { position:absolute;display:block;z-index:15001;height:33.6875rem;width:60rem;top:9.1245422363281rem;left:-0.031021118164062rem;display:block; }
#kScCCI2SBJJb5KoR042utcw4as6WPlLH { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:5.4634704589844rem;left:2.9986209869385rem;height:1.46179375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwJF1CVbLcOrHcz2IW92AMiJzlBGvTiB { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt { 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/f3a0e2a7-5fbc-4c9f-808a-7de5a3468631/radiosetwithBPR50small1536x640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt.adaptive-delivery-prevent-bg, #hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt.lazyload, #hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt.lazyloading { background-image: none; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container { background-color: transparent; background-image: none; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container > .video-iframe-container { display: none; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row > .video-iframe-container { display: none; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .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); }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container { border-width: 0; border-radius: 0; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { background-color: transparent; background-image: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { display: none; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .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); }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { border-width: 0; border-radius: 0; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:0.99838256835938rem;left:11.248849868774rem;height:3.937375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7gFpT8ZTUqQzICEknr3Koo5Rx9eKd4M { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1240806875rem;width:7.2495403125rem;top:7.32536315918rem;left:4.0705413818359rem;overflow:hidden;display:block; }
#QezFTBqeHgV8fF1u498eCXUkTVpTZmi4 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5618095625rem;width:6.7497701875rem;top:7.0990295410156rem;left:18.423711776733rem;overflow:hidden;display:block; }
#SI5E808ruWVPnKBHIAXC1TOugUE9hmrq { position:absolute;display:block;z-index:15015;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:17.7493095625rem;width:5.8122701875rem;top:8.5075836181637rem;left:33.275274276733rem;overflow:hidden;display:block; }
#vmQaxCLuZZ9xQxKt1zWMbnwRxRXimkSq { position:absolute;display:block;z-index:15016;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:16.3740806875rem;width:6.3740806875rem;top:10.402114868164rem;left:48.184045791626rem;overflow:hidden;display:block; }
#DoD4yKl6czWU6UU8lH7pePlz7pZOuKAD { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:29.00390625rem;left:1.0983448028564rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsdIxtfPtaQTn3iQxBpda6Qvz35cN9o2 { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:28.987808227539rem;left:15.202203750611rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5R7SlQ1lKF5mWuwF0ynBH0w8WLks8NS { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:28.987808227539rem;left:29.586164474488rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLbEpu8hNkIMqXkP2zbD4aAUlJxXE4Db { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:28.987808227539rem;left:44.776422500611rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2E7CRucZonnUyURgyhJHd8zifrovlUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container { background-color: transparent; background-image: none; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container > .video-iframe-container { display: none; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row > .video-iframe-container { display: none; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .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); }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container { border-width: 0; border-radius: 0; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#szKoubRzTxSQn0lbTk48hFetoay4c9RJ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.5907669067383rem;left:0.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZzqDr7uIH0elo3Kv3dPONNcQFB5O2d0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2493105rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5360755920413rem;left:22.312269210816rem;display:block; }
#B8CnJWHKIP9XqK88wflWXNprkJ2LLdnb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container { background-color: transparent; background-image: none; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container > .video-iframe-container { display: none; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row > .video-iframe-container { display: none; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .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); }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container { border-width: 0; border-radius: 0; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#XsnZob8Io39W8a7Wwv2UT5gKT9FTIHU8 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.5608978271484rem;left:-0.18819236755371rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNa5oDhGNGTl5MevDTFmRhBNVNl7D5fK { color:rgba(var(--color-primary-2),1);display:block;width:30.8122691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:2.6861267089844rem;left:14.404870986939rem;height:1.23718125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTtR5gQL9BM4bqTp7Auyox1n01Bkc3Ah { color:rgba(var(--color-tertiary-3),1);display:block;width:51.7497673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.3506469726562rem;left:4.1233901977539rem;height:1.6870125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KUZ8T0RTCFyqFcne9ZMMa1yGpkwsNEZG { box-sizing:content-box;height:19.6875rem;width:17.2495403125rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.374313354493rem;left:21.374078750611rem;display:block; }
#PuT9TydrRL80zgCbaBvveOCmnivULCaN { box-sizing:content-box;height:19.6875rem;width:17.2495403125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.331802368164rem;left:39.9976978302rem;display:block; }
#k64ZJagSOuEO5L72pdw7nW7Fbk0h35ZH { box-sizing:content-box;height:19.6875rem;width:17.2495403125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.331802368164rem;left:2.7458629608154rem;display:block; }
#SPChlpVcG3eNfSL8CIV8N4igEDXwhvOC { position:absolute;display:block;z-index:15049;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:14.625rem;width:14.625rem;top:14.038375854493rem;left:3.9724250562744rem;overflow:hidden;display:block; }
#V7vAKZPa3AqLlUpb7Sgixyuv1tRP88B0 { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:29.04182434082rem;left:4.7759647369385rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phQuFBPHonLNhlgF6S6vtnInPCfTWyUW { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:28.990127563476rem;left:23.405328750611rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOKpVzMiNI03fVHzRP89HzxOVsbsWcDQ { color:rgba(var(--color-primary-2),1);display:block;width:13.1870403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:28.990127563476rem;left:42.026651382446rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTXxW4WNENs5rWWL8yQ1wSu1y3zdsw0G { position:absolute;display:block;z-index:15050;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:14.5rem;width:14.5625rem;top:14.439346313476rem;left:22.687269210816rem;overflow:hidden;display:block; }
#D9lDk0T8bTGn7ssAq4a11zru4EvIb5Py { position:absolute;display:block;z-index:15051;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:14.4375rem;width:14.4375rem;top:14.048721313476rem;left:41.383272171021rem;overflow:hidden;display:block; }
#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container { background-color: transparent; background-image: none; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container > .video-iframe-container { display: none; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row > .video-iframe-container { display: none; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .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); }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container { border-width: 0; border-radius: 0; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#IDT05zTCWJph2AOUV0x9HzBZT0pQopkB { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.808837890625rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UDXffNtWDVvrPnW5MQENLvERBK9e7wSe { color:rgba(var(--color-tertiary-3),1);display:block;width:39.7495384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:4.9751892089844rem;left:10.310201644898rem;height:3.374025rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Lcg1Qvk4WqGHtuqGmylTpEGHGXoymdaQ { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:15.600646972656rem;left:9.0854778289794rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MgHMyuGlDMHlWMh83TJTl1tOupM9MrOV { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:23.285614013672rem;left:9.0854778289794rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhGiSHUT5TVkGeZSvfhP4f1OZE2RdAak { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:31.158996582031rem;left:9.0854778289794rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sNI9tMlhC5VMTCypi2Jh2MRZiSorqO8q { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:15.538604736328rem;left:29.771368026733rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgvUxTnPkKcs2xGlVaLs2XDUtEhH2GIc { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:23.248840332031rem;left:29.771368026733rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7gszzH5yT2GcOqTZHiAeewaz8rMVM7t { color:rgba(var(--color-primary-2),1);display:block;width:21.7497691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:31.12109375rem;left:29.771368026733rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmonAkN5l3IcuqUu4VKTQ7utMZgw7w01 { position:absolute;display:block;z-index:15042;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:3.4995403125rem;width:2.2495403125rem;top:11.447387695312rem;left:18.833868026733rem;overflow:hidden;display:block; }
#mxThHXT80AhnZwAQtX164eBSb9GrT1Kd { position:absolute;display:block;z-index:15043;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:3.3743105rem;width:4.1245403125rem;top:19.258728027344rem;left:17.895219802856rem;overflow:hidden;display:block; }
#pJyhoN8JLC5cHpOs0nvUtNvOarnvCXOS { position:absolute;display:block;z-index:15044;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:3.25rem;width:4.0625rem;top:27.319396972656rem;left:17.927389144898rem;overflow:hidden;display:block; }
#LXh0oIKKwWIGSU4XAqOzwtP4RcdI7HcU { position:absolute;display:block;z-index:15043;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:2.9997701875rem;width:2.9997701875rem;top:11.657623291016rem;left:39.145215988159rem;overflow:hidden;display:block; }
#p8mDgnztXSd6m4wBXA8kAA8LaI4nk7yk { position:absolute;display:block;z-index:15044;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:3.4375rem;width:3.6868105rem;top:19.189788818359rem;left:38.801698684692rem;overflow:hidden;display:block; }
#tRLVdvCvoEtLeAegJW7I6Xk3AGaChfhL { position:absolute;display:block;z-index:15045;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:3.4375rem;width:3.0625rem;top:27.187255859375rem;left:39.114198684692rem;overflow:hidden;display:block; }
#UL08XeNTXky4MnuLer6eklD4dZGVOOFT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container { background-color: transparent; background-image: none; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container > .video-iframe-container { display: none; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row > .video-iframe-container { display: none; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .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); }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container { border-width: 0; border-radius: 0; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#TQ6i2HIaAfolNpyoaRTy88qeo11zqxq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.5907669067383rem;left:0.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kk23kLSKgXbtugaurEwpwuRQbf55MhHo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.2493105rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5360755920413rem;left:22.312269210816rem;display:block; }
#vhCGbWRtU4WrPl89vL0xfCfNTWPioTAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container { background-color: transparent; background-image: none; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container > .video-iframe-container { display: none; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row > .video-iframe-container { display: none; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .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); }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container { border-width: 0; border-radius: 0; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#ihbIJe0DNkWQfLTyKglDeysoq680R76t { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.5608978271484rem;left:-0.18819236755371rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aDheUKaXRP9LcJO2DoHpG2SXSqp5n7Lz { color:rgba(var(--color-primary-2),1);display:block;width:30.8122691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:2.6861267089844rem;left:14.404870986939rem;height:1.23718125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JWVQ92IT5ObMCaTLClc3AVi5nZbS3OZn { position:absolute;display:block;z-index:15041;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.5625rem;width:18.3125rem;top:9.625rem;left:1.625rem;overflow:hidden;display:block; }
#aTU1XvkKnLgXEUsBqAaJVO2DcHtR4RvB { position:absolute;display:block;z-index:15042;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.5rem;width:18.25rem;top:9.5625rem;left:20.875rem;overflow:hidden;display:block; }
#XanmXmtNg3801Wo8VbbhHr0WMpMQnKeZ { position:absolute;display:block;z-index:15043;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.5rem;width:18.25rem;top:9.5625rem;left:40.1875rem;overflow:hidden;display:block; }
#KDyxc46IRsINv5B5bhJRTS2dhHMeP2ak { position:absolute;display:block;z-index:15044;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.5rem;width:18.25rem;top:28rem;left:1.5625rem;overflow:hidden;display:block; }
#B4fFxD4D6I3xBvKXded02lOJElBH1bzu { position:absolute;display:block;z-index:15045;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.5rem;width:18.25rem;top:27.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#lLgyusM84UCNTHb1GmGnxE2QWM0ERcvX { position:absolute;display:block;z-index:15046;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.5rem;width:18.25rem;top:27.9375rem;left:40.1875rem;overflow:hidden;display:block; }
#TQPURgdZy2BLBygBpIdhwscdFdhB1pzT { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:22.992858886719rem;left:1.6245403289795rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFeir9y1cRePwcv1J3S5r3CsIiAnqHCE { color:rgba(var(--color-primary-2),1);display:block;width:18.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:22.992858886719rem;left:20.811120986939rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OonTRwVfI3A7QZAOJXzkWD7S5NHX9TfH { color:rgba(var(--color-primary-2),1);display:block;width:18.3731613125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:22.992858886719rem;left:40.156248092651rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMcDTNwbmuIbZHK5oZr4ezp26caHLZNl { color:rgba(var(--color-primary-2),1);display:block;width:18.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:41.553314208984rem;left:1.5912208557129rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJVycGSbLvqdeWnJZmRa8MTeQXBunsnJ { color:rgba(var(--color-primary-2),1);display:block;width:18.3731613125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:41.519989013672rem;left:20.813417434693rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkvremRhRhAqR636bhnUvHSIbbPp5Qt4 { color:rgba(var(--color-primary-2),1);display:block;width:18.3731613125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:41.519989013672rem;left:40.124078750611rem;height:2.17529375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#060405;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; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container { background-color: transparent; background-image: none; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container > .video-iframe-container { display: none; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row > .video-iframe-container { display: none; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .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); }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container { border-width: 0; border-radius: 0; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#iELnckPeoTOApsHVFQ26UTpyKaI5KgMu { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.5907669067383rem;left:0.1875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaDyqpBihvnmodIzwvh7dpkXX9fiALfz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4368095625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5349426269531rem;left:21.279870986939rem;display:block; }
#PNcd00KeX53kopSP4I0zdiDoPt9S6Tyg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { background-color: transparent; background-image: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { display: none; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .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); }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { border-width: 0; border-radius: 0; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { 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:6.8125rem;width:6.625rem;top:13.874053955078rem;left:0.9375rem;overflow:hidden;display:block; }
#It835kbcKW94XVpi8TJU0IB3smD4PkPJ { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.125rem;left:8.7499980926512rem;height:5.0610375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TqcOhI4uAqVGErNbERyfOsA0nNxQLhBs { color:rgba(var(--color-primary-2),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:13.499755859375rem;left:8.7499980926512rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FW8TqaeioFyJ99kUh7thahZB4ty6gKIV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.625rem;top:23.374053955078rem;left:0rem;overflow:hidden;display:block; }
#hs9i9uiscDQxHE5TH9iEmDleFpIdAQr1 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:26.1875rem;left:8.7499980926512rem;height:5.0610375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#weDowRzW0ylv35UqudwbEnh1tCDQ3VAl { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:23.562255859375rem;left:8.7499980926512rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SiBLIGo84x8kTViraogKMxEnxznMAxpH { 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:7.8125rem;width:7.625rem;top:12.872924804688rem;left:31.125rem;overflow:hidden;display:block; }
#zHuyfvHPuFlNPSxB5K4UDymd7k6HtT7d { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:16rem;left:39.873849868774rem;height:5.0610375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XeMTgMzwD2e2X885nhnPbQMaT3rpQADc { color:rgba(var(--color-primary-2),1);display:block;width:16.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:13.373596191406rem;left:39.873849868774rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNsKsJgFpWPP7FAITB0pyMiMWLwBuRGf { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.625rem;top:23.935424804688rem;left:31.125rem;overflow:hidden;display:block; }
#ufrGFpcL6ruGfVPHwdJKM7qOlalnz7Hu { color:rgba(var(--color-primary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:23.998596191406rem;left:39.873849868774rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TwxNLoFPDHZptKLOa3TAltTp1h65SCpi { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:26.625rem;left:39.873849868774rem;height:5.0610375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CQuwXuxRLDEUinKBi1e4T6mBEAy6MD1L { color:rgba(var(--color-tertiary-3),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:36.5625rem;left:8.75rem;height:5.0610375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xSHGvGRMWXlmHWQIDdCHCehRmK1pcEF0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.625rem;top:34rem;left:0rem;overflow:hidden;display:block; }
#EDMJGVWkoy9XURfzkPTxxQyceDL9nCrk { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:33.9375rem;left:8.75rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tvbrWkAPTGO0fVae2OGvd4d0gaft9nOW { color:rgba(var(--color-tertiary-3),1);display:block;width:51.7497673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.8125rem;left:4.3125rem;height:1.6870125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DikXgCR6FeypZIev5tOP1wp3p4KkVQWZ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/huz0dXcO/section5_bg.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.adaptive-delivery-prevent-bg, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyload, #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB.lazyloading { background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { background-color: transparent; background-image: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.3); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { display: none; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .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); }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { border-width: 0; border-radius: 0; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB::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; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.2493286132812rem;left:1.1247692108154rem;height:2.374875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:21.374328613281rem;left:4.2486209869385rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:21.374328613281rem;left:8.3122692108156rem;height:5.39795625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:12.717376708984rem;left:4.2486209869385rem;overflow:hidden;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:12.967834472656rem;left:8.3122692108156rem;height:1.9995125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9t2a2E4rJameTEWAec7adsxzHyDDe9i { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:29.312042236328rem;left:4.2486209869385rem;overflow:hidden;display:block; }
#hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:29.312042236328rem;left:8.3122692108156rem;height:5.39795625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { position:absolute;display:block;z-index:15006;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:4.375rem;width:25.9375rem;top:3.9375rem;left:32.2431640625rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:18.499rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.02783203125rem;left:35.96240234375rem;height:2.19360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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:33.1875rem;width:26.0625rem;top:8.3125rem;left:32.1806640625rem;display:block; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-form-header {  }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:22.25rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-textarea { 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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:22.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:22.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#040d1d;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.25rem;height:4.0625rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;float:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .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.5;float:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container:first-of-type{padding-top:0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-container:last-of-type{padding-bottom:0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.8369140625rem;top:9.5623779296875rem;z-index:15006;position:absolute; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.25rem;display:block;vertical-align:top; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.8369140625rem;top:9.5623779296875rem;z-index:15006;position:absolute; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { position:relative;display:none; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E { position:relative; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm { position:relative; }
#WMeb241sOMc1IqM4582x1K2P09ZySxuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { background-color: transparent; background-image: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { display: none; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .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); }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { border-width: 0; border-radius: 0; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:0.0625rem;top:3.03125rem;left:26.3125rem;display:block; }
#Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { position:absolute;display:block;z-index:15019;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:10.125rem;width:8.625rem;top:3.03125rem;left:46.625rem;overflow:hidden;display:block; }
#qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { position:absolute;display:block;z-index:15020;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:10.0625rem;width:9.4375rem;top:3.0625rem;left:33.607421875rem;overflow:hidden;display:block; }
#wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { position:absolute;display:block;z-index:15021;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:10.5625rem;width:15.625rem;top:3.03125rem;left:5.40625rem;overflow:hidden;display:block; }
#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { 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; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { background-color: transparent; background-image: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { display: none; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .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); }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { border-width: 0; border-radius: 0; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:20rem;height:1.05590625rem;text-align:center;text-align-last:center;display:block; }
#DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.625rem;height:;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.5rem;height:1.25rem;top:3.9375rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { top:0.5rem;left:0rem;width:12.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:47.75rem;height:10.3125rem;top:6.0625rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:42.8125rem;height:8.0625rem;top:18.625rem;left:1.9908065795899rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { width:29.875rem;height:0.375rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDehH8nqxO6bh7iXtUu2w9drk7kfJg1f { width:20.5625rem;height:5rem;top:35.8125rem;left:26.837646484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCXmzuxMlH1LOH20iLf3IkcD3QMoHvka { display:block; }
 }@media only screen and (max-width: 763px) { #OVLsJ0BUnesWLOovKDxO22ZmCkbK5BFF { top:35.875rem;left:0rem;width:18.5rem;height:5.0453475177783rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ { display:block; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiVVx1e6F5fdTmN6IcTCgXeEXClpSU0z { width:46.75rem;height:7.6875rem;top:3.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH8GrqhzUoR3ayV6aWTeifVwFyIN681A { width:47.75rem;height:16.125rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfe534epQnb2atUt8eVnoE12Ch3sGTog { width:47.75rem;height:2.1875rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DETtWaxWuM7kehhnf8gSvtRWDTx4e8BA { width:15.1875rem;height:3.4375rem;top:6.5rem;left:16.187269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzKGlGBcFdzmFzoTtEc1tm9Lc78IIr2 { display:block; }
 }@media only screen and (max-width: 763px) { #UpDxtn32KNe0c6VODzJFmqfAR44tUh1a { display:block; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #benUy9KBWmPZrtSbz1VRTtJm4ADprGG9 { top:2.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7ttNQ1QQ7itSDM7Vbes4QevIaK7Z1hy { top:9.0625rem;left:0rem;width:47.75rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kScCCI2SBJJb5KoR042utcw4as6WPlLH { width:47.75rem;height:1.375rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJF1CVbLcOrHcz2IW92AMiJzlBGvTiB { display:none; }
 }@media only screen and (max-width: 763px) { #hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt { display:block; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:37.5rem;height:3.875rem;top:0.9375rem;left:5.1238498687744rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gFpT8ZTUqQzICEknr3Koo5Rx9eKd4M { top:7.3125rem;left:0rem;width:7.1875rem;height:19.951862284566rem;display:block; }
 }@media only screen and (max-width: 763px) { #QezFTBqeHgV8fF1u498eCXUkTVpTZmi4 { top:7.0625rem;left:12.298711776733rem;width:6.6875rem;height:20.37211603202rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI5E808ruWVPnKBHIAXC1TOugUE9hmrq { top:8.5rem;left:27.150274276733rem;width:5.75rem;height:17.559151018799rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQaxCLuZZ9xQxKt1zWMbnwRxRXimkSq { top:10.375rem;left:41.4375rem;width:6.3125rem;height:16.21588891125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoD4yKl6czWU6UU8lH7pePlz7pZOuKAD { width:13.125rem;height:3.8125rem;top:29rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsdIxtfPtaQTn3iQxBpda6Qvz35cN9o2 { width:13.125rem;height:3.8125rem;top:28.9375rem;left:9.0772037506106rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5R7SlQ1lKF5mWuwF0ynBH0w8WLks8NS { width:13.125rem;height:3.8125rem;top:28.9375rem;left:23.461164474488rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLbEpu8hNkIMqXkP2zbD4aAUlJxXE4Db { width:13.125rem;height:3.8125rem;top:28.9375rem;left:34.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2E7CRucZonnUyURgyhJHd8zifrovlUA { display:block; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szKoubRzTxSQn0lbTk48hFetoay4c9RJ { width:47.75rem;height:2.125rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzqDr7uIH0elo3Kv3dPONNcQFB5O2d0 { width:15.1875rem;height:3.4375rem;top:6.5rem;left:16.187269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8CnJWHKIP9XqK88wflWXNprkJ2LLdnb { display:block; }
 }@media only screen and (max-width: 763px) { #zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo { display:block; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsnZob8Io39W8a7Wwv2UT5gKT9FTIHU8 { width:47.75rem;height:2.125rem;top:4.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNa5oDhGNGTl5MevDTFmRhBNVNl7D5fK { width:30.75rem;height:1.125rem;top:2.625rem;left:8.2798709869388rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTtR5gQL9BM4bqTp7Auyox1n01Bkc3Ah { width:47.75rem;height:1.5625rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUZ8T0RTCFyqFcne9ZMMa1yGpkwsNEZG { top:13.3125rem;left:15.249078750611rem;width:17.1875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuT9TydrRL80zgCbaBvveOCmnivULCaN { top:13.3125rem;left:30.5625rem;width:17.1875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64ZJagSOuEO5L72pdw7nW7Fbk0h35ZH { top:13.3125rem;left:0rem;width:17.1875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPChlpVcG3eNfSL8CIV8N4igEDXwhvOC { top:14rem;left:0rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7vAKZPa3AqLlUpb7Sgixyuv1tRP88B0 { width:13.125rem;height:1.875rem;top:29rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phQuFBPHonLNhlgF6S6vtnInPCfTWyUW { width:13.125rem;height:1.875rem;top:28.9375rem;left:17.280328750611rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOKpVzMiNI03fVHzRP89HzxOVsbsWcDQ { width:13.125rem;height:1.875rem;top:28.9375rem;left:34.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXxW4WNENs5rWWL8yQ1wSu1y3zdsw0G { top:14.4375rem;left:16.562269210816rem;width:14.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lDk0T8bTGn7ssAq4a11zru4EvIb5Py { top:14rem;left:33.25rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO { display:block; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDT05zTCWJph2AOUV0x9HzBZT0pQopkB { width:47.75rem;height:2.125rem;top:1.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDXffNtWDVvrPnW5MQENLvERBK9e7wSe { width:39.6875rem;height:3.1875rem;top:4.9375rem;left:4.1852016448974rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcg1Qvk4WqGHtuqGmylTpEGHGXoymdaQ { width:21.6875rem;height:2.125rem;top:15.5625rem;left:2.9604778289795rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHMyuGlDMHlWMh83TJTl1tOupM9MrOV { width:21.6875rem;height:2.125rem;top:23.25rem;left:2.9604778289795rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGiSHUT5TVkGeZSvfhP4f1OZE2RdAak { width:21.6875rem;height:2.125rem;top:31.125rem;left:2.9604778289795rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNI9tMlhC5VMTCypi2Jh2MRZiSorqO8q { width:21.6875rem;height:2.125rem;top:15.5rem;left:23.646368026733rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgvUxTnPkKcs2xGlVaLs2XDUtEhH2GIc { width:21.6875rem;height:2.125rem;top:23.1875rem;left:23.646368026733rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7gszzH5yT2GcOqTZHiAeewaz8rMVM7t { width:21.6875rem;height:2.125rem;top:31.0625rem;left:23.646368026733rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmonAkN5l3IcuqUu4VKTQ7utMZgw7w01 { top:11.4375rem;left:12.708868026733rem;width:2.1875rem;height:3.4030261165163rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxThHXT80AhnZwAQtX164eBSb9GrT1Kd { top:19.25rem;left:11.770219802856rem;width:4.0625rem;height:3.3235549582836rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyhoN8JLC5cHpOs0nvUtNvOarnvCXOS { top:27.3125rem;left:11.802389144898rem;width:4.0625rem;height:3.249080875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXh0oIKKwWIGSU4XAqOzwtP4RcdI7HcU { top:11.625rem;left:33.020215988159rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8mDgnztXSd6m4wBXA8kAA8LaI4nk7yk { top:19.1875rem;left:32.676698684692rem;width:3.625rem;height:3.3798692664025rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRLVdvCvoEtLeAegJW7I6Xk3AGaChfhL { top:27.125rem;left:32.989198684692rem;width:3.0625rem;height:3.4382741028552rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL08XeNTXky4MnuLer6eklD4dZGVOOFT { display:block; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQ6i2HIaAfolNpyoaRTy88qeo11zqxq0 { width:47.75rem;height:2.125rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk23kLSKgXbtugaurEwpwuRQbf55MhHo { width:15.1875rem;height:3.4375rem;top:6.5rem;left:16.187269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCGbWRtU4WrPl89vL0xfCfNTWPioTAE { display:block; }
 }@media only screen and (max-width: 763px) { #ubhBemS7qqB5d3TRm401IKOJKdXa9DqF { display:block; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihbIJe0DNkWQfLTyKglDeysoq680R76t { width:47.75rem;height:2.125rem;top:4.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDheUKaXRP9LcJO2DoHpG2SXSqp5n7Lz { width:30.75rem;height:1.125rem;top:2.625rem;left:8.2798709869388rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVQ92IT5ObMCaTLClc3AVi5nZbS3OZn { top:9.625rem;left:0rem;width:18.25rem;height:12.519324249537rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTU1XvkKnLgXEUsBqAaJVO2DcHtR4RvB { top:9.5625rem;left:14.75rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XanmXmtNg3801Wo8VbbhHr0WMpMQnKeZ { top:9.5625rem;left:29.5rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDyxc46IRsINv5B5bhJRTS2dhHMeP2ak { top:28rem;left:0rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4fFxD4D6I3xBvKXded02lOJElBH1bzu { top:27.9375rem;left:14.6875rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLgyusM84UCNTHb1GmGnxE2QWM0ERcvX { top:27.9375rem;left:29.5rem;width:18.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPURgdZy2BLBygBpIdhwscdFdhB1pzT { width:18.3125rem;height:2.125rem;top:22.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFeir9y1cRePwcv1J3S5r3CsIiAnqHCE { width:18.3125rem;height:2.125rem;top:22.9375rem;left:14.686120986939rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OonTRwVfI3A7QZAOJXzkWD7S5NHX9TfH { width:18.3125rem;height:2.125rem;top:22.9375rem;left:29.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMcDTNwbmuIbZHK5oZr4ezp26caHLZNl { width:18.3125rem;height:2.125rem;top:41.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVycGSbLvqdeWnJZmRa8MTeQXBunsnJ { width:18.3125rem;height:2.125rem;top:41.5rem;left:14.688417434693rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkvremRhRhAqR636bhnUvHSIbbPp5Qt4 { width:18.3125rem;height:2.125rem;top:41.5rem;left:29.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ { display:block; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iELnckPeoTOApsHVFQ26UTpyKaI5KgMu { width:47.75rem;height:2.125rem;top:2.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaDyqpBihvnmodIzwvh7dpkXX9fiALfz { width:17.375rem;height:3.4375rem;top:6.5rem;left:15.154870986939rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcd00KeX53kopSP4I0zdiDoPt9S6Tyg { display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:6.625rem;height:6.8122831824793rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:20.4375rem;height:4.875rem;top:16.125rem;left:2.6249980926514rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcOhI4uAqVGErNbERyfOsA0nNxQLhBs { width:16.9375rem;height:1.875rem;top:13.4375rem;left:2.6249980926514rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW8TqaeioFyJ99kUh7thahZB4ty6gKIV { width:7.625rem;height:7.8125rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs9i9uiscDQxHE5TH9iEmDleFpIdAQr1 { width:20.9375rem;height:4.875rem;top:26.1875rem;left:2.6249980926514rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weDowRzW0ylv35UqudwbEnh1tCDQ3VAl { width:19.125rem;height:1.9375rem;top:23.5rem;left:2.6249980926514rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiBLIGo84x8kTViraogKMxEnxznMAxpH { width:7.625rem;height:7.8125rem;top:12.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHuyfvHPuFlNPSxB5K4UDymd7k6HtT7d { width:19.6875rem;height:4.8125rem;top:16rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMTgMzwD2e2X885nhnPbQMaT3rpQADc { width:16.9375rem;height:1.875rem;top:13.3125rem;left:30.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNsKsJgFpWPP7FAITB0pyMiMWLwBuRGf { width:7.625rem;height:7.8125rem;top:23.875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrGFpcL6ruGfVPHwdJKM7qOlalnz7Hu { width:20.125rem;height:1.9375rem;top:23.9375rem;left:27.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwxNLoFPDHZptKLOa3TAltTp1h65SCpi { width:19.6875rem;height:4.8125rem;top:26.625rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQuwXuxRLDEUinKBi1e4T6mBEAy6MD1L { width:21.75rem;height:4.875rem;top:36.5625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSHGvGRMWXlmHWQIDdCHCehRmK1pcEF0 { width:7.625rem;height:7.8125rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDMJGVWkoy9XURfzkPTxxQyceDL9nCrk { width:19.0625rem;height:1.875rem;top:33.9375rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvbrWkAPTGO0fVae2OGvd4d0gaft9nOW { width:47.75rem;height:1.5625rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DikXgCR6FeypZIev5tOP1wp3p4KkVQWZ { width:47.75rem;height:2.125rem;top:4rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:16.875rem;height:2.375rem;top:8.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:17.75rem;height:5.375rem;top:21.3125rem;left:2.1872692108154rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:11.5625rem;height:2rem;top:12.9375rem;left:2.1872692108154rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:5.375rem;top:29.25rem;left:2.1872692108154rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:25.9375rem;height:4.375rem;top:3.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.4375rem;height:2.1875rem;top:5rem;left:29.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:26.0625rem;height:33.1875rem;top:8.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { display:block; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { width:15rem;height:auto; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm {  }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { top:3rem;left:20.1875rem;width:0.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { top:3rem;left:39.125rem;width:8.625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { top:3.0625rem;left:27.482421875rem;width:9.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { top:3rem;left:0rem;width:15.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { top:0.875rem;left:13.875rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 { display:block; }#o9WbulV9pDC1RzPCHUTp4dTvVmmJG945 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMkJbSCmRK7Ed4O9phXQKU1cNMmpTZhK { width:9.4995rem;height:1.25rem;top:10.999125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpiCP3XpBR6JiaMQITUaZQyTuEq3Rfwa { display:block; }
 }@media only screen and (max-width: 763px) { #tstvcumzshRNzO5S9JFuEFgezZ4AHfAJ { width:12.5rem;height:8.49975rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5sa3LJ8pvi6FFMkz7OrUgTv7h13lKXq { width:0.4375rem;height:13.25rem;top:0.4375rem;left:13.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/499a3c98-840c-4fa2-b1f4-a10f1c9a6897/publicsafetyrealtimecrimecenteroperator.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.61); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.87475rem;height:13.4985625rem;top:1.25rem;left:1.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BuaELEkmBVDpopVRVLA9uROCRUn9wEQo { width:18.75rem;height:13.99536875rem;top:15.9985625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZPTh3ld6R6FcmO2eWOPDf4LPOEtruqgK { width:0.4375rem;height:13.25rem;top:68.375rem;left:12.1875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #JARhMgT7x6QW4fBRkSKFSTVRfsxKT4vw { width:20rem;height:0.437011875rem;top:43.78910625rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uDehH8nqxO6bh7iXtUu2w9drk7kfJg1f { width:19rem;height:5rem;top:37.53910625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCXmzuxMlH1LOH20iLf3IkcD3QMoHvka { display:block; }
 }@media only screen and (max-width: 763px) { #OVLsJ0BUnesWLOovKDxO22ZmCkbK5BFF { width:18.5rem;height:5.0453475177783rem;top:31.2439375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ { display:block; }#WgCJZ0avBBF9KV4G34dusM06vEAH9fdJ > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiVVx1e6F5fdTmN6IcTCgXeEXClpSU0z { width:15.562125rem;height:10.235625rem;top:2.4371337890625rem;left:1.4373779296875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xH8GrqhzUoR3ayV6aWTeifVwFyIN681A { width:17.124625rem;height:37.49081875rem;top:19.5586875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jfe534epQnb2atUt8eVnoE12Ch3sGTog { width:20rem;height:4.00024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DETtWaxWuM7kehhnf8gSvtRWDTx4e8BA { width:15.1875rem;height:3.4375rem;top:6.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzKGlGBcFdzmFzoTtEc1tm9Lc78IIr2 { display:block; }
 }@media only screen and (max-width: 763px) { #UpDxtn32KNe0c6VODzJFmqfAR44tUh1a { display:block; }#UpDxtn32KNe0c6VODzJFmqfAR44tUh1a > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #benUy9KBWmPZrtSbz1VRTtJm4ADprGG9 { width:20rem;height:5.03661875rem;top:0.687255859375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7ttNQ1QQ7itSDM7Vbes4QevIaK7Z1hy { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kScCCI2SBJJb5KoR042utcw4as6WPlLH { width:20rem;height:2.76245rem;top:6.3482666015625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwJF1CVbLcOrHcz2IW92AMiJzlBGvTiB { top:9.796142578125rem;left:0.3436279296875rem;width:19.3125rem;height:8.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt { display:block; }#hs4uFnHhyJpdOCfTk4JC1fPadGIusvOt > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZucxMBwrh63LBNBOFB6eJUrE5swUoqE { display:block; }#oZucxMBwrh63LBNBOFB6eJUrE5swUoqE > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEWvXxNAfhtNTvdnswMgwJTXomKSSSwz { width:18.8125rem;height:1.70593125rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x7gFpT8ZTUqQzICEknr3Koo5Rx9eKd4M { width:7.1875rem;height:19.951862284566rem;top:13.920288085938rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QezFTBqeHgV8fF1u498eCXUkTVpTZmi4 { width:6.6875rem;height:20.37211603202rem;top:39.732666015625rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI5E808ruWVPnKBHIAXC1TOugUE9hmrq { width:5.75rem;height:17.55801507066rem;top:67.190551757812rem;left:7.125244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQaxCLuZZ9xQxKt1zWMbnwRxRXimkSq { width:6.3125rem;height:16.21588891125rem;top:90.933227539062rem;left:6.8426513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoD4yKl6czWU6UU8lH7pePlz7pZOuKAD { width:13.125rem;height:3.898925rem;top:10.022583007812rem;left:3.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XsdIxtfPtaQTn3iQxBpda6Qvz35cN9o2 { width:13.125rem;height:3.898925rem;top:35.30029296875rem;left:3.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W5R7SlQ1lKF5mWuwF0ynBH0w8WLks8NS { width:13.125rem;height:3.898925rem;top:62.066040039062rem;left:3.4765625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dLbEpu8hNkIMqXkP2zbD4aAUlJxXE4Db { width:13.125rem;height:3.898925rem;top:87.034912109375rem;left:4.0301513671875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t2E7CRucZonnUyURgyhJHd8zifrovlUA { display:block; }#t2E7CRucZonnUyURgyhJHd8zifrovlUA > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szKoubRzTxSQn0lbTk48hFetoay4c9RJ { width:20rem;height:4.00024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZzqDr7uIH0elo3Kv3dPONNcQFB5O2d0 { width:15.1875rem;height:3.4375rem;top:6.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8CnJWHKIP9XqK88wflWXNprkJ2LLdnb { display:block; }
 }@media only screen and (max-width: 763px) { #zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo { display:block; }#zNg8LXFAxB4lVkG2edlF6nI35ucO4hlo > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsnZob8Io39W8a7Wwv2UT5gKT9FTIHU8 { width:20rem;height:6.00036875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNa5oDhGNGTl5MevDTFmRhBNVNl7D5fK { width:20rem;height:1.09924375rem;top:8.50036875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTtR5gQL9BM4bqTp7Auyox1n01Bkc3Ah { width:20rem;height:2.99926875rem;top:10.8496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUZ8T0RTCFyqFcne9ZMMa1yGpkwsNEZG { width:17.1875rem;height:19.6875rem;top:36.03638125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuT9TydrRL80zgCbaBvveOCmnivULCaN { width:17.1875rem;height:19.6875rem;top:56.97388125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k64ZJagSOuEO5L72pdw7nW7Fbk0h35ZH { width:17.1875rem;height:19.6875rem;top:15.09888125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPChlpVcG3eNfSL8CIV8N4igEDXwhvOC { width:14.625rem;height:14.625rem;top:15.805668359375rem;left:2.601806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7vAKZPa3AqLlUpb7Sgixyuv1tRP88B0 { width:13.125rem;height:1.9494625rem;top:30.80933046875rem;left:3.405029296875rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #phQuFBPHonLNhlgF6S6vtnInPCfTWyUW { width:13.125rem;height:1.9494625rem;top:51.652225976562rem;left:3.40625rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MOKpVzMiNI03fVHzRP89HzxOVsbsWcDQ { width:13.125rem;height:1.9494625rem;top:72.632450585938rem;left:3.40380859375rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uTXxW4WNENs5rWWL8yQ1wSu1y3zdsw0G { width:14.5625rem;height:14.499309502783rem;top:37.101444726562rem;left:2.6878662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9lDk0T8bTGn7ssAq4a11zru4EvIb5Py { width:14.4375rem;height:14.4375rem;top:57.691044335937rem;left:2.760498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO { display:block; }#wNNVhERCrUzFDE4pHAO86OBnTAtT1ByO > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDT05zTCWJph2AOUV0x9HzBZT0pQopkB { width:20rem;height:4.00024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDXffNtWDVvrPnW5MQENLvERBK9e7wSe { width:20rem;height:5.9985375rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcg1Qvk4WqGHtuqGmylTpEGHGXoymdaQ { width:20rem;height:1.799925rem;top:17.838134765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MgHMyuGlDMHlWMh83TJTl1tOupM9MrOV { width:20rem;height:1.799925rem;top:33.260498046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MhGiSHUT5TVkGeZSvfhP4f1OZE2RdAak { width:20rem;height:1.799925rem;top:48.487548828125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sNI9tMlhC5VMTCypi2Jh2MRZiSorqO8q { width:20rem;height:1.799925rem;top:25.63806875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TgvUxTnPkKcs2xGlVaLs2XDUtEhH2GIc { width:20rem;height:1.799925rem;top:40.9395875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G7gszzH5yT2GcOqTZHiAeewaz8rMVM7t { width:20rem;height:1.799925rem;top:56.2252375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VmonAkN5l3IcuqUu4VKTQ7utMZgw7w01 { width:2.1875rem;height:3.4030261165163rem;top:13.7485375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxThHXT80AhnZwAQtX164eBSb9GrT1Kd { width:4.0625rem;height:3.3235549582836rem;top:28.6873875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyhoN8JLC5cHpOs0nvUtNvOarnvCXOS { width:4.0625rem;height:3.249080875rem;top:43.98890625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXh0oIKKwWIGSU4XAqOzwtP4RcdI7HcU { width:2.9375rem;height:2.9375rem;top:20.90087890625rem;left:8.531494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8mDgnztXSd6m4wBXA8kAA8LaI4nk7yk { width:3.625rem;height:3.3798692664025rem;top:36.13525390625rem;left:8.1866455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRLVdvCvoEtLeAegJW7I6Xk3AGaChfhL { width:3.0625rem;height:3.4382741028552rem;top:50.924682617188rem;left:8.468017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL08XeNTXky4MnuLer6eklD4dZGVOOFT { display:block; }#UL08XeNTXky4MnuLer6eklD4dZGVOOFT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQ6i2HIaAfolNpyoaRTy88qeo11zqxq0 { width:20rem;height:4.00024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk23kLSKgXbtugaurEwpwuRQbf55MhHo { width:15.1875rem;height:3.4375rem;top:6.5rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCGbWRtU4WrPl89vL0xfCfNTWPioTAE { display:block; }
 }@media only screen and (max-width: 763px) { #ubhBemS7qqB5d3TRm401IKOJKdXa9DqF { display:block; }#ubhBemS7qqB5d3TRm401IKOJKdXa9DqF > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihbIJe0DNkWQfLTyKglDeysoq680R76t { width:20rem;height:2.000125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDheUKaXRP9LcJO2DoHpG2SXSqp5n7Lz { width:20rem;height:1.09924375rem;top:3.2501220703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWVQ92IT5ObMCaTLClc3AVi5nZbS3OZn { width:18.25rem;height:12.519324249537rem;top:7.398681640625rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTU1XvkKnLgXEUsBqAaJVO2DcHtR4RvB { width:18.25rem;height:12.5rem;top:22.456665039062rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XanmXmtNg3801Wo8VbbhHr0WMpMQnKeZ { width:18.25rem;height:12.5rem;top:38.706665039062rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDyxc46IRsINv5B5bhJRTS2dhHMeP2ak { width:18.25rem;height:12.5rem;top:54.703369140625rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4fFxD4D6I3xBvKXded02lOJElBH1bzu { width:18.25rem;height:12.5rem;top:70.703735351562rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLgyusM84UCNTHb1GmGnxE2QWM0ERcvX { width:18.25rem;height:12.5rem;top:86.265869140625rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPURgdZy2BLBygBpIdhwscdFdhB1pzT { width:18.312375rem;height:1.799925rem;top:5.599365234375rem;left:0.843505859375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eFeir9y1cRePwcv1J3S5r3CsIiAnqHCE { width:18.312375rem;height:1.799925rem;top:20.69580078125rem;left:0.843505859375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OonTRwVfI3A7QZAOJXzkWD7S5NHX9TfH { width:18.312375rem;height:1.799925rem;top:36.216430664062rem;left:0.843505859375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WMcDTNwbmuIbZHK5oZr4ezp26caHLZNl { width:18.312375rem;height:1.799925rem;top:52.078247070312rem;left:1.688232421875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVycGSbLvqdeWnJZmRa8MTeQXBunsnJ { width:18.312375rem;height:1.799925rem;top:67.815551757812rem;left:0.843505859375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bkvremRhRhAqR636bhnUvHSIbbPp5Qt4 { width:18.312375rem;height:1.799925rem;top:83.739624023438rem;left:0.843505859375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ { display:block; }#OmS91CbgG0GQe6rnn0VRiHXTthE6uPaZ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iELnckPeoTOApsHVFQ26UTpyKaI5KgMu { width:20rem;height:6.00036875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaDyqpBihvnmodIzwvh7dpkXX9fiALfz { width:17.375rem;height:3.4375rem;top:8.50036875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNcd00KeX53kopSP4I0zdiDoPt9S6Tyg { display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:103.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzJhTLIEQHpyNRCdFCTPzSIbSubcDZ0M { width:10.499875rem;height:10.68725rem;top:10.74926875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:17.374875rem;height:4.4989rem;top:26.0205078125rem;left:1.312255859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqcOhI4uAqVGErNbERyfOsA0nNxQLhBs { width:16.93725rem;height:1.9494625rem;top:22.68589375rem;left:1.5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FW8TqaeioFyJ99kUh7thahZB4ty6gKIV { width:7.625rem;height:7.8125rem;top:49.093017578125rem;left:6.185302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs9i9uiscDQxHE5TH9iEmDleFpIdAQr1 { width:20rem;height:4.4989rem;top:60.016479492188rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #weDowRzW0ylv35UqudwbEnh1tCDQ3VAl { width:19.12475rem;height:1.9494625rem;top:57.391967773438rem;left:0.43701171875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SiBLIGo84x8kTViraogKMxEnxznMAxpH { width:7.625rem;height:7.8125rem;top:31.643676757812rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHuyfvHPuFlNPSxB5K4UDymd7k6HtT7d { width:19.6875rem;height:4.4989rem;top:43.8943875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMTgMzwD2e2X885nhnPbQMaT3rpQADc { width:16.93725rem;height:1.9494625rem;top:40.546264648438rem;left:1.53076171875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CNsKsJgFpWPP7FAITB0pyMiMWLwBuRGf { width:7.625rem;height:7.8125rem;top:66.099853515625rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufrGFpcL6ruGfVPHwdJKM7qOlalnz7Hu { width:20rem;height:1.9494625rem;top:74.715576171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TwxNLoFPDHZptKLOa3TAltTp1h65SCpi { width:19.6875rem;height:4.4989rem;top:78.350830078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQuwXuxRLDEUinKBi1e4T6mBEAy6MD1L { width:20rem;height:4.4989rem;top:97.92331875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSHGvGRMWXlmHWQIDdCHCehRmK1pcEF0 { width:7.625rem;height:7.8125rem;top:84.661254882812rem;left:6.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDMJGVWkoy9XURfzkPTxxQyceDL9nCrk { width:19.0625rem;height:1.9494625rem;top:94.72446875rem;left:0.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvbrWkAPTGO0fVae2OGvd4d0gaft9nOW { width:20rem;height:2.99926875rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DikXgCR6FeypZIev5tOP1wp3p4KkVQWZ { width:20rem;height:4.00024375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:53.8440125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:15.499875rem;height:4.79735625rem;top:57.5940125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:47.2455rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:15.499875rem;height:1.59911875rem;top:50.9955rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:63.6407625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.749625rem;height:4.79735625rem;top:67.3907625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:20rem;height:3.99963125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:1.950075rem;top:5.465087890625rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:1.4375rem;top:73.4375125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-text {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-select {padding-top: 0; padding-bottom: 0;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w  { width:17.5rem;height:33.4955rem;top:10rem;left:0rem; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w {display:block;}#bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w { width:17.5rem;height:33.4955rem;top:10rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #OcBMlTQo7QHk4J00Bu3lC3HrmQJzxUC9 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #gZvHwQEieXWWM1TlMAhwD6U6RnLVWETG { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #tbtvBuFoVpHMzwQyxfrJRfw5e21JHpXh {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #uASMwBMdElWdotD2oueN0QWRPzVGc4dV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #XdQnTThR2z9R8OV9btqTorduJC9NRw2I {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #pN3gHMqpeXvBFWz2bpEaRTbcNC1IEw1B {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lzP61WfAx0Gxa7kefEQfmGrBsgkAQBMV {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TsH1ahtzntPH2Zw1TIg4QdNGwq6Jd17M { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #lbNuHIGFtLkkz332debzWTZaNiuFZFG5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #hJNhogAsCpOVuahEwfiQvNVCUwpVC8mR {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #buettDZQzz2tOpF4NH82hUiPZnXCkn9a { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #z976dDvtMebMuuGAAFbC5DifWTaDr8VB {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #TgTTH8Q0ISZTZQCwR3vOsXnZxpA4V6RC {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #kQUFWMO2It3mD57IZXPZKuyi9tTliAOL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #sWyhf3tL6Wo2HhUshp8wOGGDRQgai6wn {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #PMmq6k4c96OkMQPP5vulpT8IdcsnzZBF {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #MOcAzaxmyzZmTlSpEu3W4KKVMBHzkhRL { display:block; }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #ACnBk0atfhGncTnWHWkuGwhNsbIwnUZ5 {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #RpKr3mlfdLN8vAQeh0LWnf57HNnFZE1E {  }
 }@media only screen and (max-width: 763px) { #bZHr13VTVO2omB6SdF7ZxnzLJ43UPZ5w #AN1EzA6rAGxliXuPcNuPMUcnBVfOzUUm {  }
 }@media only screen and (max-width: 763px) { #WMeb241sOMc1IqM4582x1K2P09ZySxuF { display:block; }#WMeb241sOMc1IqM4582x1K2P09ZySxuF > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqgvEz75sNAfQT2omfvHEVNr4PteTE6P { width:18.75rem;height:0.062255875rem;top:13.0615rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { width:5.99975625rem;height:7.062375rem;top:14.30908203125rem;left:11.851806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { width:6.375rem;height:6.8125rem;top:14.43603515625rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvTvlsyDl3WDIkrXdJdms9MBhA9MQNHf { width:15.625rem;height:10.562125rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { width:20rem;height:1.05590625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { width:18.49975rem;height:6.3354375rem;top:3.5553rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }