.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:3.968505859375rem;left:40.499877929688rem;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; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53983201-883e-417c-88bd-ed98229a3282/2023elginmanufacturingr2005571280x1280.jpeg");background-position:bottom 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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.71); }#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.71); }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:57.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Z8d8iHEio9xwB3sPJ49EkyH9FTdrrnT1 { position:absolute;display:block;z-index:15003;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:43.875rem;width:22.875rem;top:9.8504123687744rem;left:35.541358947754rem;display:block; }
#DReKOKWBXKiOAE8AlGcXnm8aS9T1zJbE { color:#ffffff;display:block;width:18.4985625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.312040328979rem;left:37.760108947754rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-form-header {  }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.5rem;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; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-text {padding-top: 0; padding-bottom: 0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-select {padding-top: 0; padding-bottom: 0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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:1.1875rem;font-weight:bold;color:#ffffff;width:19.5rem;height:4.0625rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-container:first-of-type{padding-top:0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-container:last-of-type{padding-bottom:0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.069946289062rem;top:15.540161132812rem;z-index:15006;position:absolute; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem;display:block;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .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; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc {display:block;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.069946289062rem;top:15.540161132812rem;z-index:15006;position:absolute; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LPTLxWKn4PXt5wntvaOTh6o8ofIuOyu7 { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #VOpL4w4ObXc9m0Alu2206PqZdRpvVVpK { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #itcMFDTwdmoTzfpIQ8fd8S88KHaWKehL { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #XaZm0xFULV2eyMrsLxbpPnUqALxC9caa { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #zJValIuqckIMRg3MvdUlGWMQtU3EpTTk { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #WRJGXl1TOc2y510zZgK3NrTxIKmCVBOT { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #PbkA2TJiroNUEEtoQ2MC6p3eReUAQlAU { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #w1cnxQq4nzE012yb5OWGKLg9yD4LJaVf { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #OfpMVIt4qiG5EcrS8Ps1V0I2dtPhfe5l { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #x40nfX1piO4ovC1buodpc9254pJmv1M5 { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JL1GK4DR6F7Ofp5um97pVo3IfepaULfg { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #O94vp3qXtqtOZNScUu38KWLlo2R92A4S { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #MvhX0Uz2JoCh8niUg7wDSO27gg2KvtmT { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #X8TDGe9JqP7ddp8Baxcm4410T82agVFJ { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #bdJsmWNemcuG9ECBzTBghl1fdZo7yM63 { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #ciZkHwDqNEQbwHCGG5f4AhaXfooWyRKy { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LEfTVbiGta0Ce17opB6Muuluau9FTsXa { position:relative;display:none; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JrwdDAgfU1Po0TdD8U9hft4fPpbvItfN { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #DySVcsimKJK9Uzq7X2JzktABJdRtic9u { position:relative; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc #QM6NQEAZUDGGwvf3dD8fT1R5JgAp0uJO { position:relative; }
#JuxoohUSqfh2MQyN2y0vI0ngQsTIqI3V { 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:4.6243105rem;width:16.4993095625rem;top:49.172790527344rem;left:1.3292751312256rem;overflow:hidden;display:block; }
#fAXsaWOIWsRW637c8sT4z1V5DRSb61v0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8731613125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:29.719665050507rem;left:1.3304233551026rem;height:6.0369875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#udCenUg44qPH5NxCLK3pzmIJPAieLb9m { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:36.955422878266rem;left:2.421875rem;height:8.5864375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#udCenUg44qPH5NxCLK3pzmIJPAieLb9m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#udCenUg44qPH5NxCLK3pzmIJPAieLb9m li:before{  }
#tBmMhTNBRM0fduFzlUKo2hrVZ1T1N8lx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.4999990463257rem;left:-0.0625rem;height:2.61230625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#G1FR7gUthAqJ4sAzPp8RV7RJAW4cIx42 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.062271125rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:15.062038421631rem;left:1.328125rem;height:12.562875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TG6itxmXTMOsImoLDd5dn0Hk2CqQLqZc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:48.012176513672rem;left:37.665210723877rem;height:4.12475625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax { position:relative;display:block; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax { background-color: transparent; background-image: none; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container > .video-iframe-container { display: none; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row > .video-iframe-container { display: none; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .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); }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax { border-width: 0; border-radius: 0; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FSWTDLg9swciI2wR8RL3DotoTIJ9xwAG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5615806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2630996704101rem;left:0.88418960571287rem;height:5.20019375rem;text-align:left;text-align-last:left;display:block; }
#ck9FC2sU6G3y1ZHlavHkQw4WtTzs4eKb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4997691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.065719604493rem;left:0.88304138183594rem;height:8.313rem;display:block; }
#eSWnS8dWMwsxM0n00J5NsR626Q5stmfL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3113479614258rem;left:31.8125rem;height:5.20019375rem;text-align:left;text-align-last:left;display:block; }
#DzcRbt97iwCaPv3SoLg3JhHI4T3mULOW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9990806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.073760986328rem;left:31.810199737549rem;height:9.9755625rem;text-align:left;text-align-last:left;display:block; }
#cVMPxTIBuXAtATCTE5WVtNofnQXxnb9u { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.4375rem;left:29.233684539795rem;display:block; }
#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ { position:relative;display:block; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ { background-color: transparent; background-image: none; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container > .video-iframe-container { display: none; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row > .video-iframe-container { display: none; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .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); }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ { border-width: 0; border-radius: 0; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sl87MBeEec46mgVB9drda3ZXxwP5S0Da { background-color:rgba(var(--color-tertiary-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.5615rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3738479614257rem;left:19.718517303467rem;display:block; }
#IpBBmtz1LdTkRodBfIUTAAaek0zd7wfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.85);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; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { background-color: transparent; background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .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); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { border-width: 0; border-radius: 0; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:60rem;position:relative;display:block; }#cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { color:rgba(var(--color-tertiary-3),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:27.7490234375rem;left:2.7496337890625rem;height:3.49975625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { color:rgba(var(--color-primary-2),1);display:block;width:4.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:22.60009765625rem;left:8.9996337890625rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4u28axRldxfCCeIqob0WXAGopXpkcJJ { color:rgba(var(--color-tertiary-2),1);display:block;width:58.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.1224670410156rem;left:1.5625rem;height:2.000125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpWakC6I3aTnh63NuithTwXXnKai2Xtf { background-color:rgba(var(--color-tertiary-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.5618095625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:66.309280395506rem;left:19.717372894287rem;display:block; }
#lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { color:rgba(var(--color-primary-2),1);display:block;width:4.5622701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:22.554916381836rem;left:26.217140197754rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:27.748161315918rem;left:20.663600921631rem;height:3.49975625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { color:rgba(var(--color-primary-2),1);display:block;width:4.5622701875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:22.554916381836rem;left:47.025505065918rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { color:rgba(var(--color-tertiary-3),1);display:block;width:16.812125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:27.748161315918rem;left:41.278030395507rem;height:3.49975625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { color:rgba(var(--color-primary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:45.349258422851rem;left:9.5611228942869rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:50.613510131836rem;left:2.7493114471436rem;height:3.49975625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { color:rgba(var(--color-primary-2),1);display:block;width:13.4995403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:45.354782104493rem;left:44.03630065918rem;height:4.12475625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1865806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:50.60546875rem;left:25.84765625rem;height:3.49975625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { 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:17.437125rem;width:5.06225625rem;top:9.2498779296875rem;left:2.7496337890625rem;overflow:hidden;display:block; }
#z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { position:absolute;display:block;z-index:15052;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.24975rem;width:5.56213125rem;top:9.5140228271488rem;left:19.809741973877rem;overflow:hidden;display:block; }
#GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { position:absolute;display:block;z-index:15053;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:15.8125rem;width:5.8125rem;top:10.687042236328rem;left:40.687038421631rem;overflow:hidden;display:block; }
#aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { position:absolute;display:block;z-index:15054;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.062rem;width:5.68725625rem;top:33.374313354493rem;left:2.9126853942871rem;overflow:hidden;display:block; }
#TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.499625rem;width:17.687375rem;top:38.013565063476rem;left:25.288372039795rem;overflow:hidden;display:block; }
#AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { color:rgba(var(--color-primary-3),1);display:block;width:36.3740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:59.864891052246rem;left:11.810661315918rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:35.1875rem;width:60rem;position:relative;display:block; }#RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:3.3733825683594rem;left:30.9375rem;height:3.59985625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#It835kbcKW94XVpi8TJU0IB3smD4PkPJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.479080200195rem;left:30.9375rem;height:1.875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { 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:27.4368095625rem;width:28.6868095625rem;top:4.3956604003906rem;left:1.4349727630615rem;overflow:hidden;display:block; }
#Vq07i7GExCegU9DPVaLZcKrChG1MqOFs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:9.3221435546875rem;left:33.039981842041rem;height:15.8715625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Vq07i7GExCegU9DPVaLZcKrChG1MqOFs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vq07i7GExCegU9DPVaLZcKrChG1MqOFs li:before{  }
#DWGzxsH0UITI28sgMilnZavI0FT4U17z { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:26.491256713868rem;left:30.935432434082rem;height:4.98779375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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:47.125rem;width:60rem;position:relative;display:block; }#bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.2493095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.2180480957031rem;left:21.747470855713rem;height:5.5993625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:13.0625rem;left:23.625rem;height:12.7484375rem;text-align:left;text-align-last:left;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
#FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { 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:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.4375rem;left:21.75rem;display:block; }
#tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cs4GfZzIbCrOkKvkdwwNTsl33qJlmDh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:28.0625rem;left:21.75rem;height:6.650375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8zxKV8UwpSywoC3lwx3wEwiE1VDfSOS { position:absolute;display:block;z-index:15032;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.4995403125rem;width:12.5rem;top:5.6367034912109rem;left:4.7058830261231rem;overflow:hidden;display:block; }
#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/13e8a667-822f-462b-9b91-3185cf388b25/radiolineup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.adaptive-delivery-prevent-bg, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyload, #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5.lazyloading { background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { background-color: transparent; background-image: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),1); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { display: none; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .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); }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { border-width: 0; border-radius: 0; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5::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; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:60rem;height:16.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.8745384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.6528167724613rem;left:3.561580657959rem;height:4.7131375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C0470cZ58FaG48KxNsJlAPZ9gS3g9XIL { color:rgba(var(--color-tertiary-2),1);display:block;width:52.4368095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.7787322998047rem;left:3.7798728942871rem;height:2.000125rem;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:50.3125rem;width:60rem;position:relative;display:block; }#qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9365806875rem;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:4.218994140625rem;left:7.5597438812256rem;height:2.374875rem;text-align:left;text-align-last:left;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:15.625rem;left:7.5615234375rem;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:15.625rem;left:10.87353515625rem;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:9.8193969726562rem;left:7.5597438812256rem;overflow:hidden;display:block; }
#uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6245403125rem;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:10.057220458984rem;left:10.872013092041rem;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:23.8125rem;left:7.5615234375rem;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:23.8125rem;left:10.87353515625rem;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:6.0625rem;width:24.1875rem;top:2.6011962890625rem;left:34.199096679688rem;display:block; }
#usz6MIeQ2xKry57sRChBys22H2UlPJkz { color:#050b26;display:block;width:18.4985625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4630126953125rem;left:37.010799407959rem;height:4.22363125rem;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:39.25rem;width:24.3125rem;top:8.6053466796875rem;left:34.23095703125rem;display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-form-header {  }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:19.5rem;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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:19.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:1.125rem;font-weight:bold;color:#ffffff;width:19.5rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,2,168,0.5) ; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:first-of-type{padding-top:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-container:last-of-type{padding-bottom:0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.291137695312rem;top:9.5928955078125rem;z-index:15005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .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; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.291137695312rem;top:9.5928955078125rem;z-index:15005;position:absolute; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { position:relative;display:none; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB { position:relative; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n { position:relative; }
#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:10rem;width:9.375rem;top:33.684692382812rem;left:5.528564453125rem;overflow:hidden;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.1245rem;width:8.624875rem;top:33.65478515625rem;left:18.24951171875rem;overflow:hidden;display:block; }
#Hff4qHWIF66thzemT4VMkR6vygH8BE2K { color:#ffffff;display:block;width:18.4985625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.172332763672rem;left:36.637176513672rem;height:4.697875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Hff4qHWIF66thzemT4VMkR6vygH8BE2K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hff4qHWIF66thzemT4VMkR6vygH8BE2K li:before{  }
#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:7.6875rem;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:1.4375rem;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:3.375rem;left:3.625rem;height:2.11181875rem;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:16.25rem;height:3.4375rem;top:3.9375rem;left:31.5rem;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) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8d8iHEio9xwB3sPJ49EkyH9FTdrrnT1 { width:22.875rem;height:43.875rem;top:9.8125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DReKOKWBXKiOAE8AlGcXnm8aS9T1zJbE { width:18.4375rem;height:4.375rem;top:11.25rem;left:29.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-regular-label { display:block; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc  { width:15rem;height:auto; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc {display:block;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LPTLxWKn4PXt5wntvaOTh6o8ofIuOyu7 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #VOpL4w4ObXc9m0Alu2206PqZdRpvVVpK { display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #itcMFDTwdmoTzfpIQ8fd8S88KHaWKehL {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #XaZm0xFULV2eyMrsLxbpPnUqALxC9caa {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #zJValIuqckIMRg3MvdUlGWMQtU3EpTTk {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #WRJGXl1TOc2y510zZgK3NrTxIKmCVBOT {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #PbkA2TJiroNUEEtoQ2MC6p3eReUAQlAU {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #w1cnxQq4nzE012yb5OWGKLg9yD4LJaVf { display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #OfpMVIt4qiG5EcrS8Ps1V0I2dtPhfe5l {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #x40nfX1piO4ovC1buodpc9254pJmv1M5 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JL1GK4DR6F7Ofp5um97pVo3IfepaULfg { display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #O94vp3qXtqtOZNScUu38KWLlo2R92A4S {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #MvhX0Uz2JoCh8niUg7wDSO27gg2KvtmT {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #X8TDGe9JqP7ddp8Baxcm4410T82agVFJ { display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #bdJsmWNemcuG9ECBzTBghl1fdZo7yM63 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #ciZkHwDqNEQbwHCGG5f4AhaXfooWyRKy {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LEfTVbiGta0Ce17opB6Muuluau9FTsXa { display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JrwdDAgfU1Po0TdD8U9hft4fPpbvItfN {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #DySVcsimKJK9Uzq7X2JzktABJdRtic9u {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #QM6NQEAZUDGGwvf3dD8fT1R5JgAp0uJO {  }
 }@media only screen and (max-width: 763px) { #JuxoohUSqfh2MQyN2y0vI0ngQsTIqI3V { top:49.125rem;left:0rem;width:16.4375rem;height:4.6069869503214rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXsaWOIWsRW637c8sT4z1V5DRSb61v0 { width:30.8125rem;height:5.9375rem;top:29.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udCenUg44qPH5NxCLK3pzmIJPAieLb9m { width:30.9375rem;height:8.625rem;top:36.9375rem;left:0rem;font-size:1.1875rem;display:block; }#udCenUg44qPH5NxCLK3pzmIJPAieLb9m li:before{  }
 }@media only screen and (max-width: 763px) { #tBmMhTNBRM0fduFzlUKo2hrVZ1T1N8lx { width:47.75rem;height:2.5625rem;top:3.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1FR7gUthAqJ4sAzPp8RV7RJAW4cIx42 { width:32rem;height:12.3125rem;top:15rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6itxmXTMOsImoLDd5dn0Hk2CqQLqZc { width:18.75rem;height:4.0625rem;top:48rem;left:29rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax { display:block; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSWTDLg9swciI2wR8RL3DotoTIJ9xwAG { top:3.25rem;left:0rem;width:28.5rem;height:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ck9FC2sU6G3y1ZHlavHkQw4WtTzs4eKb { top:10.0625rem;left:0rem;width:25.4375rem;height:8.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSWnS8dWMwsxM0n00J5NsR626Q5stmfL { top:3.25rem;left:19.5625rem;width:28.1875rem;height:5.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcRbt97iwCaPv3SoLg3JhHI4T3mULOW { top:10.0625rem;left:20.8125rem;width:26.9375rem;height:9.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVMPxTIBuXAtATCTE5WVtNofnQXxnb9u { top:1.4375rem;left:23.108684539795rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ { display:block; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl87MBeEec46mgVB9drda3ZXxwP5S0Da { width:20.5rem;height:3.4375rem;top:1.3125rem;left:13.593517303467rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpBBmtz1LdTkRodBfIUTAAaek0zd7wfW { display:block; }
 }@media only screen and (max-width: 763px) { #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { display:block; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { width:12.3125rem;height:3.375rem;top:27.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { width:4.5rem;height:4.0625rem;top:22.5625rem;left:2.8746337890625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4u28axRldxfCCeIqob0WXAGopXpkcJJ { width:47.75rem;height:1.9375rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpWakC6I3aTnh63NuithTwXXnKai2Xtf { width:20.5rem;height:3.4375rem;top:66.25rem;left:13.592372894287rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block; }
 }@media only screen and (max-width: 763px) { #GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { width:4.5rem;height:4.0625rem;top:22.5rem;left:20.092140197754rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { width:15.8125rem;height:3.375rem;top:27.6875rem;left:14.538600921631rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { width:4.5rem;height:4.0625rem;top:22.5rem;left:40.900505065918rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { width:16.75rem;height:3.375rem;top:27.6875rem;left:31rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { width:13.3125rem;height:4.125rem;top:45.3125rem;left:3.4361228942871rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { width:11.9375rem;height:3.375rem;top:50.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { width:13.4375rem;height:4.0625rem;top:45.3125rem;left:34.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { width:19.125rem;height:3.375rem;top:50.5625rem;left:19.72265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { top:9.1875rem;left:0rem;width:5rem;height:17.222681092053rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { top:9.5rem;left:13.684741973877rem;width:5.5rem;height:17.057839658282rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { top:10.625rem;left:34.562038421631rem;width:5.8125rem;height:15.812895391977rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { top:33.3125rem;left:0rem;width:5.625rem;height:15.886363803085rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { top:38rem;left:19.163372039795rem;width:17.625rem;height:11.458826425604rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { width:36.3125rem;height:4.6875rem;top:59.8125rem;left:5.685661315918rem;font-size:2rem;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) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:24.6875rem;height:3.5rem;top:3.3125rem;left:23.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:26.4375rem;height:;top:6.4375rem;left:21.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { width:28.625rem;height:27.377693291945rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq07i7GExCegU9DPVaLZcKrChG1MqOFs { width:22.3125rem;height:;top:9.3125rem;left:25.4375rem;font-size:1.1875rem;display:block; }#Vq07i7GExCegU9DPVaLZcKrChG1MqOFs li:before{  }
 }@media only screen and (max-width: 763px) { #DWGzxsH0UITI28sgMilnZavI0FT4U17z { width:25.1875rem;height:4.8125rem;top:26.4375rem;left:22.5625rem;font-size:1.1875rem;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) { #bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { width:25.1875rem;height:5.5625rem;top:5.1875rem;left:15.622470855713rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:33.25rem;height:12.4375rem;top:13.0625rem;left:14.5rem;font-size:1.1875rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { width:19.6875rem;height:3.4375rem;top:37.4375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cs4GfZzIbCrOkKvkdwwNTsl33qJlmDh0 { width:33.125rem;height:6.4375rem;top:28.0625rem;left:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8zxKV8UwpSywoC3lwx3wEwiE1VDfSOS { top:5.625rem;left:0rem;width:12.5rem;height:8.4995403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { width:47.75rem;height:4.6875rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0470cZ58FaG48KxNsJlAPZ9gS3g9XIL { width:47.75rem;height:1.9375rem;top:3.75rem;left:0rem;font-size:1.875rem;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:17.875rem;height:2.3125rem;top:4.1875rem;left:1.4347438812256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTGvxepI2DN8QrAobO6or7VsQ01kA8h0 { width:2.5rem;height:2.5rem;top:15.625rem;left:1.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:17.75rem;height:5.375rem;top:15.625rem;left:4.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfD0LBXtuPy9owiC3MeWW6XZU0uzZlqA { width:2.5rem;height:2.5rem;top:9.8125rem;left:1.4347438812256rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:11.5625rem;height:1.9375rem;top:10rem;left:4.747013092041rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9t2a2E4rJameTEWAec7adsxzHyDDe9i { width:2.5rem;height:2.5rem;top:23.8125rem;left:1.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.75rem;height:5.375rem;top:23.8125rem;left:4.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7Ge1hq5ysuEsRT6TWXBLerctz0VDLv { width:24.1875rem;height:6.0625rem;top:2.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.4375rem;height:4.1875rem;top:3.4375rem;left:29.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:24.3125rem;height:39.25rem;top:8.5625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { display:block; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:15rem;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { top:33.625rem;left:0rem;width:9.375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { top:33.625rem;left:12.12451171875rem;width:8.5625rem;height:10.051279728692rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hff4qHWIF66thzemT4VMkR6vygH8BE2K { width:18.4375rem;height:4.6875rem;top:42.125rem;left:29.3125rem;font-size:1.0625rem;display:block; }#Hff4qHWIF66thzemT4VMkR6vygH8BE2K li:before{  }
 }@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:1.4375rem;left:13.875rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCaKbSqV4SuSO79JPp2Wti2UEBSrgGa2 { top:3.375rem;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:15.5625rem;height:2.1875rem;top:10.498046875rem;left:2.6871337890625rem;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) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53983201-883e-417c-88bd-ed98229a3282/2023elginmanufacturingr2005571280x1280.jpeg");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(5,11,38,0.57); }#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(5,11,38,0.57); }#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:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8d8iHEio9xwB3sPJ49EkyH9FTdrrnT1 { width:20rem;height:42.625rem;top:41.347655296326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DReKOKWBXKiOAE8AlGcXnm8aS9T1zJbE { width:18.4375rem;height:3.82352925rem;top:42.527571678162rem;left:0.78010118007662rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-text {padding-top: 0; padding-bottom: 0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-select {padding-top: 0; padding-bottom: 0;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc  { width:17.5rem;height:30.375rem;top:46.351103782654rem;left:0rem; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MCGAnF13e0C17qXuMKvBU071SX5pbbPc {display:block;}#MCGAnF13e0C17qXuMKvBU071SX5pbbPc { width:17.5rem;height:30.375rem;top:46.351103782654rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LPTLxWKn4PXt5wntvaOTh6o8ofIuOyu7 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #VOpL4w4ObXc9m0Alu2206PqZdRpvVVpK { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #itcMFDTwdmoTzfpIQ8fd8S88KHaWKehL {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #XaZm0xFULV2eyMrsLxbpPnUqALxC9caa {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #zJValIuqckIMRg3MvdUlGWMQtU3EpTTk { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #WRJGXl1TOc2y510zZgK3NrTxIKmCVBOT {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #PbkA2TJiroNUEEtoQ2MC6p3eReUAQlAU {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #w1cnxQq4nzE012yb5OWGKLg9yD4LJaVf { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #OfpMVIt4qiG5EcrS8Ps1V0I2dtPhfe5l {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #x40nfX1piO4ovC1buodpc9254pJmv1M5 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JL1GK4DR6F7Ofp5um97pVo3IfepaULfg { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #O94vp3qXtqtOZNScUu38KWLlo2R92A4S {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #MvhX0Uz2JoCh8niUg7wDSO27gg2KvtmT {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #X8TDGe9JqP7ddp8Baxcm4410T82agVFJ { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #bdJsmWNemcuG9ECBzTBghl1fdZo7yM63 {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #ciZkHwDqNEQbwHCGG5f4AhaXfooWyRKy {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #LEfTVbiGta0Ce17opB6Muuluau9FTsXa { display:none; }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #JrwdDAgfU1Po0TdD8U9hft4fPpbvItfN {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #DySVcsimKJK9Uzq7X2JzktABJdRtic9u {  }
 }@media only screen and (max-width: 763px) { #MCGAnF13e0C17qXuMKvBU071SX5pbbPc #QM6NQEAZUDGGwvf3dD8fT1R5JgAp0uJO {  }
 }@media only screen and (max-width: 763px) { #JuxoohUSqfh2MQyN2y0vI0ngQsTIqI3V { width:13.0618105rem;height:3.6868105rem;top:85.761710166931rem;left:3.4673711061478rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXsaWOIWsRW637c8sT4z1V5DRSb61v0 { width:20rem;height:9.5588235625rem;top:14.795035362244rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udCenUg44qPH5NxCLK3pzmIJPAieLb9m { width:19rem;height:13.8786764375rem;top:25.447836875916rem;left:0.90418207645419rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }#udCenUg44qPH5NxCLK3pzmIJPAieLb9m li:before{  }
 }@media only screen and (max-width: 763px) { #tBmMhTNBRM0fduFzlUKo2hrVZ1T1N8lx { width:20rem;height:1.25rem;top:1.749080657959rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G1FR7gUthAqJ4sAzPp8RV7RJAW4cIx42 { width:18.9993095625rem;height:9.7058820625rem;top:4.3331804275512rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TG6itxmXTMOsImoLDd5dn0Hk2CqQLqZc { width:18.75rem;height:4.1176471875rem;top:78.55123806rem;left:0.62385106086731rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax { display:block; }#ydb9uVIrntZkhTtdhubW0tW8VwrX4Wax > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSWTDLg9swciI2wR8RL3DotoTIJ9xwAG { width:20rem;height:7.058823125rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ck9FC2sU6G3y1ZHlavHkQw4WtTzs4eKb { width:20rem;height:9.7058820625rem;top:9.2022018432619rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eSWnS8dWMwsxM0n00J5NsR626Q5stmfL { width:20rem;height:7.058823125rem;top:22.585021972656rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzcRbt97iwCaPv3SoLg3JhHI4T3mULOW { width:20rem;height:12.9411764375rem;top:30.512413024903rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVMPxTIBuXAtATCTE5WVtNofnQXxnb9u { width:20rem;height:0.3125rem;top:20.585708618164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ { display:block; }#fQvZhyZ4HJDo4aPcpuCdB6tNtkJ9uSDJ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl87MBeEec46mgVB9drda3ZXxwP5S0Da { width:19rem;height:3.4375rem;top:0.9375rem;left:0.49977028369904rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpBBmtz1LdTkRodBfIUTAAaek0zd7wfW { display:block; }
 }@media only screen and (max-width: 763px) { #WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG { background-color:#ffffff;background-image:none;display:block; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { background-color: transparent; background-image: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row > .video-iframe-container { display: none; }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .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); }#WGa4RN8FvwAidJv7ybHwcX60Rb3ZGZCG > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTqPM4Uhr2D712KZgCw9lAHbFriVWRTe { width:9.0625rem;height:4.1911764375rem;top:30.418197631836rem;left:0.80836403369906rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5Ov6SXkTFbyTxmvabyfXLUHbyzTTK96 { width:8.0606613125rem;height:2.3529410625rem;top:28.081794738769rem;left:1.3115807771682rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4u28axRldxfCCeIqob0WXAGopXpkcJJ { width:18.1858901875rem;height:5.9558820625rem;top:2.1240844726562rem;left:0.90418207645419rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpWakC6I3aTnh63NuithTwXXnKai2Xtf { width:18.9981613125rem;height:3.4375rem;top:89.98828125rem;left:0.49977028369904rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lphXhqmLlSgHR1falW3BUdusUrPXUnAl { display:block; }
 }@media only screen and (max-width: 763px) { #GTR9E91KNTMLAus1Ss2RyAUTVdF3esHH { width:4.561121rem;height:2.3529410625rem;top:28.037673950195rem;left:12.715992093086rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mqd0wrdoo2l7BKPFJVEA2sRaoPT1UOJ8 { width:7.2495403125rem;height:5.588234875rem;top:30.317092895507rem;left:11.285615086556rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ph1msbpOZFEyJLrxU7RBxp7COgV9lKOm { width:4.561121rem;height:2.3529410625rem;top:51.783081054688rem;left:2.8975182771682rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tofd1KXEFnCfLPbNTFdWnZVXy3Sb0PtW { width:7.5rem;height:5.588234875rem;top:54.086853027344rem;left:1.4303768873215rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCk0dncXKwgJczxskA4LFpcFsqQsgSdC { width:8.8120403125rem;height:2.3529410625rem;top:51.75rem;left:10.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqstrZyQFRR2i4P83QMtdmmvLiJI6JEn { width:7.3115806875rem;height:4.1911764375rem;top:54.0625rem;left:11.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe4LMHr1MhS7qUKyXiIDKm7HL7qxOzsT { width:13.498391125rem;height:2.3529410625rem;top:73.168655395506rem;left:3.748850941658rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEBMP9vOogSpebHvEa0KRoT6XmphJo6v { width:17.9365806875rem;height:2.7941174375rem;top:75.48828125rem;left:1.0305606126785rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g3bDfBvdhQ2vDqV8mn19eID37nGXW6JE { width:5.06164375rem;height:17.4365rem;top:9.8511047363281rem;left:2.6642922163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2QTzdr27STiEzuQQvrV6ryNlIDscN5h { width:5.1239rem;height:16.311625rem;top:10.913375854493rem;left:12.436809659004rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLeB6XnaIHBcTBb6NCI0uT5aBFGfhtd { width:5.1245125rem;height:14.4995rem;top:36.681304931641rem;left:2.6247700452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLyTGi7hJabkSq7KfbxaKh5u8TfIL2G { width:4.5625rem;height:13.75rem;top:36.993804931641rem;left:12.653951764107rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2qzHuTLsmznomkLTSDaU19SkJ0B2QV { width:17.686121rem;height:11.4981613125rem;top:60.948760986328rem;left:1.1224724054336rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ8hMMvWbHSDWrBvRMcy61exaEam81gs { width:20rem;height:6.17647025rem;top:82.270904541012rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 { display:block; }#V8VBeJZDTTvxVMvt8UiawnxXPhlVJzV5 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi6CRHaJDaWTdWDVxSgItv02Txtm3Qd { width:20rem;height:2.7941174375rem;top:19.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #It835kbcKW94XVpi8TJU0IB3smD4PkPJ { width:18.9981613125rem;height:1.4705881875rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DJF5VKL2V50lTqS8ZXHtL0I0ccI7mZ { width:17.9997691875rem;height:17.2495403125rem;top:1.9342803955078rem;left:0.99839150905606rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq07i7GExCegU9DPVaLZcKrChG1MqOFs { width:18.6247691875rem;height:13.26102925rem;top:25.5rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }#Vq07i7GExCegU9DPVaLZcKrChG1MqOFs li:before{  }
 }@media only screen and (max-width: 763px) { #DWGzxsH0UITI28sgMilnZavI0FT4U17z { width:20rem;height:6.4705881875rem;top:40.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeKoqWxfkThqkKQuTJaW6Kenay6JCvso { display:block; }#KeKoqWxfkThqkKQuTJaW6Kenay6JCvso > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bK65AVB1fpfwwd0ScTJm2qcuhU7SQ2L2 { width:20rem;height:9.705882125rem;top:12.954528808594rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB { width:18.4995403125rem;height:20.174631125rem;top:24.059051513672rem;left:0.81158089637756rem;font-size:1.1875rem;display:block; }#TNGONSG1Kn9eprSTJ8VodZUVmq1goDHB li:before{  }
 }@media only screen and (max-width: 763px) { #FrgCiG8ST3Pb5D6iV6a4gnGxIOi0lE61 { width:19.6875rem;height:3.4375rem;top:59.556304931641rem;left:0.1551011800766rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuqEM1BRGwVHTrBKbyxMdWvTm1lkThZ { display:block; }
 }@media only screen and (max-width: 763px) { #Cs4GfZzIbCrOkKvkdwwNTsl33qJlmDh0 { width:20rem;height:11.32352925rem;top:46.134399414062rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m8zxKV8UwpSywoC3lwx3wEwiE1VDfSOS { width:12.5rem;height:8.4995403125rem;top:2.4841613769531rem;left:3.748850941658rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 { display:block; }#Gz7oFIKZw1vwbGwlzQGssRDwCxCFa0a5 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk29VTvD0a5UpZKc4V3a7WhZqHSTkI21 { width:20rem;height:5.8823528125rem;top:9.6195068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C0470cZ58FaG48KxNsJlAPZ9gS3g9XIL { width:20rem;height:3.6764705rem;top:4.2162170410156rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB { display:block; }#mN4AcLOhgSOTtBUlD0g3GRFNSTNq3kzB > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKiC78pn6v9WDpQxXUhTqvTTHaffxbA { width:20rem;height:1.83823525rem;top:2.5806274414062rem;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:14.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:15.436375rem;height:4.6323526875rem;top:17.875rem;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:7.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwTeg7kbuUWRowQT3rsVzePfrr7aSsr { width:15.499875rem;height:1.5441175625rem;top:10.875rem;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:23.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyJMuPTCHEtduhEwqhmHAREBxiwJe4GD { width:17.749625rem;height:4.6323526875rem;top:27.6875rem;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:5.375rem;top:50.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usz6MIeQ2xKry57sRChBys22H2UlPJkz { width:18.75rem;height:3.82352925rem;top:51.625rem;left:0.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuUb7w3coQ0TDdUOFBydufEt3I2iqRsG { width:20rem;height:40.875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-text {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-select {padding-top: 0; padding-bottom: 0;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G  { width:17.5rem;height:30.4309375rem;top:56.875rem;left:0rem; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aAVkgx4tvn3euaGfRUrANex9nsZDd61G {display:block;}#aAVkgx4tvn3euaGfRUrANex9nsZDd61G { width:17.5rem;height:30.4309375rem;top:56.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Vbs3eFzin3PBq9WJcI5PUFHX4l3h28b2 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #dIOd8SQn0ypsGbxQKnHeJsvLZGFlEvS1 { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #AVpxt7hOqtAXro2tqCqNms2JFnmidt1o {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #rQJZcMNaOfITdrBoT0sG7kIikXPinEea {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #mcwZpl39SvCFKkBTEehoqXTqEzDTxEnT { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #BRa6vyOAJOTDBecN6VP0bJ1LaOxqbL6Z {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Z9n9AeD5E4zDm5nTII8LUyyWGkuug8MU {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #HvduCCnQQ27grle2soHUpTppUdUuIEpp { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #E4tVWrdxDWXdz90L8zzR7FCJlbURiWqG {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #IpBQn9QXZWTPJ9ZWOPT5klF7DnR5hBn6 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #TCElw2Wg4srpfkSRRkQbQLfWuZsSZLVz { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #Dri2pCnGpIIBgEEpUMTaozVASxEcwOa7 {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #fuB5TZsLbCSnOOXv3wJVO0kAF1uC1F0w {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #QbKo3TPR6krT7KAVPQTTfSnvT3bA1WSZ { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #OTkRW685Msn5OiT9Vw6xpx8303e1ooSE {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #JoQZG2UCzUfincHvkTrlTCFee9yobo3x {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #xmK28kVbvt12iWVPtQfUyzuntnGA0phx { display:none; }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lFw1oq67EU8h2qiLBhtLUApcUpsIXTwx {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #lhCB4VNrbIFhuvlfZwwdb89EnkG8w7xB {  }
 }@media only screen and (max-width: 763px) { #aAVkgx4tvn3euaGfRUrANex9nsZDd61G #RUTLGocRyftspbo16ShN72Xr7s27wV5n {  }
 }@media only screen and (max-width: 763px) { #qqtTSgTG3FfUalkpoe5QGwlOGKB0ynrB { width:9.375rem;height:10rem;top:35.824676513672rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz1F99Nx1mWsngn7xu0pTw1gl6OFxuM4 { width:8.6247701875rem;height:10.1240806875rem;top:35.711151123047rem;left:11.375229001045rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hff4qHWIF66thzemT4VMkR6vygH8BE2K { width:17.4375rem;height:4.724264625rem;top:89.940246582031rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#Hff4qHWIF66thzemT4VMkR6vygH8BE2K li:before{  }
 }@media only screen and (max-width: 763px) { #vDF69QntyKf3wtr0vDPCgXyXv13T1TGk { display:block; }#vDF69QntyKf3wtr0vDPCgXyXv13T1TGk > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZexZqpgMrNbGabTq4PhNqtLndy7sFIy { width:20rem;height:1.0294118125rem;top:1.4375rem;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.374rem;height:6.17647025rem;top:3.7421875rem;left:0.81227028369906rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }