.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:229,245,217;--color-primary-1:169,221,128;--color-primary-2:83,186,0;--color-primary-3:42,93,0;--color-primary-4:12,28,0;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:148,148,148;--color-tertiary-2:105,105,105;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0e1a2b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1630859375rem;left:1.53125rem;height:10.2363625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { position:absolute;display:block;z-index:15006;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.625rem;width:4.625rem;top:0.5625rem;left:27.6875rem;overflow:hidden;display:block; }
#MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { color:#38e34e;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:14.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#XmtvFS1xULSpg8AqKzKUoJ2UT4J0kV8T { color:#f5f7fa;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.71875rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oyu0I4lhOLRyOooWJ1BMUHOzN8TEa7PS { color:#f5f7fa;display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.5rem;left:5.21875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPruBMZuirEeyT0ui1s90LeihQQlPfLx { color:#f5f7fa;display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4208984375rem;left:2.8125rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H83J1lfihrXbnyr1rnnhhHb67mMogo4v { z-index:15004;top:38.25rem;left:21.53125rem;background-color:#f97316;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V2oOvoW102eMTHokl5LIfw7SVb5MhFAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rV9QPmTMa9TqmB24SoHCLicBGw9C6sX6 { color:#f5f7fa;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.375rem;left:0rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQqRU1kkXhkTV7ihfzGF4FieRy4mZBrr { color:#f5f7fa;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.71875rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yki6hJaafWJlI2B595ZTUPT4TnCBpN2s { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#hLzeDLJd3leP7EbG6lCGuzpzrxP4rsQc { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#vtLmIrAidT7SqRVz4kMAqBOUmGsAnze4 { color:#434242;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.625rem;height:1.625rem;font-style:italic;display:none; }
#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { 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; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { background-color: transparent; background-image: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container { display: none; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .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); }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { border-width: 0; border-radius: 0; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#tn7k22OorGdBnympSA46kT1JUggMXpWG { color:#111827;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2rem;left:0.9375rem;height:3.0058625rem;font-style:normal;display:block; }
#rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { color:#374151;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0.9375rem;height:6.5rem;font-style:normal;display:block; }
#TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { color:#4b5563;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.625rem;left:0.9375rem;height:4.875rem;font-style:normal;display:block; }
#Jq414ntfM8IqfkI0FPKrBUNUKfSzn1cK { color:#4b5563;display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.625rem;left:36.1875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpWuF02ylhg8TUhVI0SdFSev9ZSKGT2X { color:#374151;display:block;width:56.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(249,250,251,0.5);top:26.5625rem;left:0.9375rem;height:4.386725rem;font-style:normal;display:block; }
#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fa;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; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { background-color: transparent; background-image: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container > .video-iframe-container { display: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container { display: none; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .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); }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { border-width: 0; border-radius: 0; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;position:relative;display:block; }#cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { color:#111827;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.25rem;left:0.75rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { color:#191919;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.0625rem;left:0.75rem;height:1.625rem;font-style:italic;display:block; }
#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { color:#434242;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0.75rem;height:7.4375rem;font-style:italic;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
#DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.0625rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FBwyLEw2TPx0rmuBMb4ngiSFCtxMzac1 { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oSPrTMQhiHPv2U55zu7AR3Vcx1fL3S4r { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vaKNFMe51ZEyEoBzxfaV9mChXmXx55ct { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.75rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NEKcuTurAlnE2uEGFtEig5Nwa0N2ghV1 { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:40.5625rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oz91bKkLmB9TzdWgPQkgHLxk6mOu5GKW { color:#111827;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.9375rem;left:0.75rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uwln3g8ZcpnP43GpUGEBht2qM1SVp474 { color:#111827;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:58.1875rem;left:0.875rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9s3wkbbrmRASl2rr2KidQiOClJzulyL { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:62.6875rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgedxehlJNkZ1U1hfkeDp5w8t4EzPuBl { color:#434242;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:65.0625rem;left:0.875rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zqa576Ttgl109zi19ApS6h2XPTr1H0mu { color:#111827;display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:54.0625rem;left:0.875rem;height:2.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#buRofGALrw5RyezkbxpUg73nN3rUWq9h { color:#111827;display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { background-color: transparent; background-image: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { display: none; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .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); }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { border-width: 0; border-radius: 0; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { color:#111827;display:block;width:58.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { color:#434242;display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:0.9375rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#agsvZNCaXl2m98y2ZpfyGInRTo9aguAd { color:#434242;display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.9375rem;height:4.875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AaxcmTFOeT7OB21RPDcU7vJXgSWDf7Mx { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.375rem;left:1rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#velQSnyf2226PuzSrCPltCP0dTJVtXfu { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:1rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pRNSHF56z3tJchqUAvePZBUW1bo5zlCt { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:1rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e2ZrQESHPB8eH7cSnaTvJkgoiWB62zrq { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.5rem;left:1rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TGIZcq6ouhQv3I0nq4hSvvUc43gs2khS { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:29.3115234375rem;left:0.999755859375rem;height:1.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q7U2PEDMufDe2xm1ptCZBO4CQwsSFCZT { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.1875rem;left:1rem;height:3.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oakXRKFdQgZZnFDkEfwFB5LaV3l19Gbq { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.8125rem;left:1rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qfae1p9i3mubwPEeqOzvqfp2hkL81AA7 { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:40.2490234375rem;left:0.999755859375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dx2mExt1GyAK7qwrkXx4ixOGad5mQ3bE { color:#434242;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:42.623291015625rem;left:0.999755859375rem;height:2.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LNoO9fQB8vGTTeh76tvnxFXhK9T1RPMA { color:#434242;display:block;width:54.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.91796875rem;left:0.999755859375rem;height:2.84375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { position:relative;display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { background-color: transparent; background-image: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container > .video-iframe-container { display: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row > .video-iframe-container { display: none; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .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); }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { border-width: 0; border-radius: 0; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .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; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .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.5rem;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; }#LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { color:#111827;display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.342236995697rem;left:1.123046875rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.404736995697rem;left:1.123046875rem;height:;text-align:justify;text-align-last:initial;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
#vEfPdar3fa8XJaSRN3ZSTfJwJfUC77zd { z-index:15005;top:15.208332061767rem;left:21.531032562256rem;background-color:#f97316;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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(--headlines-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.936875rem;height:3.93663125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QDAXBnBTpXAa3JxevnMvwrHP9Mr0HZm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7zucP57VRITZyrNFlt42lgN4KwHECnb { position:relative;display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb { background-color: transparent; background-image: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container > .video-iframe-container { display: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row > .video-iframe-container { display: none; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .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); }#C7zucP57VRITZyrNFlt42lgN4KwHECnb { border-width: 0; border-radius: 0; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .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; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .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:17.1875rem;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; }#v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { color:#111827;display:block;width:54.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.8424568176269rem;left:1.5614128112793rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { color:#434242;display:block;width:46.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:5.843111038208rem;left:1.5581588745118rem;height:7.4375rem;text-align:justify;text-align-last:initial;display:block; }#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN li:before{  }
#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { background-color:#0e1a2b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { background-color: transparent; background-image: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .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); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { border-width: 0; border-radius: 0; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;overflow:visible;position:relative;display:block; }#QBDmB42CISkO32qveenEIVhCMgrw4hHd { color:#ffffff;display:block;width:54.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.0618515014649rem;left:2.5618476867676rem;height:2.76171875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3177108764649rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-secondary-4),0.81);padding-top:0.945rem;padding-right:0.821875rem;padding-bottom:0.945rem;padding-left:0.821875rem;display:block;align-items:center;width:4.9325rem;min-width:4.9325rem;height:5.081875rem;position:relative;font-family:lato;font-size:3.7825rem;font-weight:700;line-height:81.31px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-label { background-color:;background-image:none;color:#f97316;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.59125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.57625rem;height:1.685625rem;position:relative;font-family:lato;font-size:1.41875rem;font-weight:400;line-height:26.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.75rem;height:9.24875rem;padding-top:1.181875rem;padding-right:1.17375rem;padding-bottom:1.181875rem;padding-left:1.17375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.8107681274412rem;left:17.450088500976rem;z-index:15000; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy { width:auto; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fa;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; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { background-color: transparent; background-image: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container > .video-iframe-container { display: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container { display: none; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .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); }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { border-width: 0; border-radius: 0; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { color:#666666;display:block;width:46.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.46875rem;left:13.5625rem;height:1.4622375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { 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:21.9375rem;width:16rem;top:6.4375004768369rem;left:0rem;overflow:hidden;display:block; }
#WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { color:rgba(var(--color-secondary-4),1);display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.296875rem;left:17.40087890625rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { color:#111827;display:block;width:15.6861875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5468649864197rem;left:1.7161483764649rem;height:3.0058625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { 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; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { background-color: transparent; background-image: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container > .video-iframe-container { display: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container { display: none; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .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); }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { border-width: 0; border-radius: 0; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { color:#111827;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.8857421875rem;left:1.373291015625rem;height:2.7744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rz8GBXkk8XDuhOaOF0US7ZxDkopZ480p { position:absolute;display:block;z-index:15012;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:39rem;width:32.0625rem;top:5.6591796875rem;left:0rem;overflow:hidden;display:block; }
#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1a2b;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; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { background-color: transparent; background-image: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .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); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { border-width: 0; border-radius: 0; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;position:relative;display:block; }#Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { color:#f97316;display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:13.24951171875rem;left:1.312255859375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.935302734375rem;left:1.312255859375rem;height:16.1230625rem;font-style:normal;display:block; }
#EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { color:#ffffff;display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.06201171875rem;left:1.312255859375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-form-header {  }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:24.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:24.1875rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#ebecee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:24.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-weight:400;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:24.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { 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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f97316;width:24.1875rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(38,50,56,0.15);font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .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:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:rgba(var(--color-secondary-0),0.77);vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .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; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container:first-of-type{padding-top:0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-container:last-of-type{padding-bottom:0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.1875rem;top:20.5625rem;z-index:15009;position:absolute;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.1875rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.1875rem;top:20.5625rem;z-index:15009;position:absolute;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 { position:relative;z-index:2; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW { position:relative; }
#FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { position:relative;display:block; }
#Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { position:relative;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b { position:relative; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r { position:relative; }
#rKTLQqBf3qywH0AKQ6sDycmE4KNOr9tV { color:#ffffff;display:block;width:55.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.034423828125rem;left:1.312255859375rem;height:6.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { width:47.75rem;height:10.1875rem;top:10.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { top:0.5625rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { width:31.75rem;height:2.8125rem;top:5.6875rem;left:8rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { width:20rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { width:20rem;height:12.1875rem;top:12.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmtvFS1xULSpg8AqKzKUoJ2UT4J0kV8T { width:47.75rem;height:4.875rem;top:21.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oyu0I4lhOLRyOooWJ1BMUHOzN8TEa7PS { width:47.75rem;height:1.8125rem;top:44.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPruBMZuirEeyT0ui1s90LeihQQlPfLx { width:47.75rem;height:1.8125rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H83J1lfihrXbnyr1rnnhhHb67mMogo4v { top:38.25rem;left:15.40625rem;width:16.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2oOvoW102eMTHokl5LIfw7SVb5MhFAh { display:block; }
 }@media only screen and (max-width: 763px) { #rV9QPmTMa9TqmB24SoHCLicBGw9C6sX6 { width:47.75rem;height:7.3125rem;top:28.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQqRU1kkXhkTV7ihfzGF4FieRy4mZBrr { width:47.75rem;height:4.875rem;top:21.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yki6hJaafWJlI2B595ZTUPT4TnCBpN2s { width:20rem;height:4.875rem;top:28.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLzeDLJd3leP7EbG6lCGuzpzrxP4rsQc { width:20rem;height:9.75rem;top:33.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtLmIrAidT7SqRVz4kMAqBOUmGsAnze4 { width:18.375rem;height:1.375rem;top:51.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7k22OorGdBnympSA46kT1JUggMXpWG { width:40.5625rem;height:3rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { width:46.8125rem;height:6.5rem;top:7.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { width:30.75rem;height:4.875rem;top:16.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq414ntfM8IqfkI0FPKrBUNUKfSzn1cK { width:23.8125rem;height:4.875rem;top:16.625rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpWuF02ylhg8TUhVI0SdFSev9ZSKGT2X { width:47.75rem;height:4.375rem;top:26.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { display:block; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { width:47.75rem;height:3rem;top:12.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { width:47.75rem;height:1.5625rem;top:23.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { width:47.75rem;height:7.375rem;top:25.4375rem;left:0rem;font-size:1.125rem;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
 }@media only screen and (max-width: 763px) { #DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { width:47.75rem;height:1.5625rem;top:17.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwyLEw2TPx0rmuBMb4ngiSFCtxMzac1 { width:47.75rem;height:1.5625rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPrTMQhiHPv2U55zu7AR3Vcx1fL3S4r { width:47.75rem;height:1.5625rem;top:35rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKNFMe51ZEyEoBzxfaV9mChXmXx55ct { width:47.75rem;height:1.5625rem;top:37.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKcuTurAlnE2uEGFtEig5Nwa0N2ghV1 { width:47.75rem;height:1.5625rem;top:40.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz91bKkLmB9TzdWgPQkgHLxk6mOu5GKW { width:47.75rem;height:3rem;top:46.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwln3g8ZcpnP43GpUGEBht2qM1SVp474 { width:47.75rem;height:3.25rem;top:58.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9s3wkbbrmRASl2rr2KidQiOClJzulyL { width:47.75rem;height:1.625rem;top:62.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgedxehlJNkZ1U1hfkeDp5w8t4EzPuBl { width:47.75rem;height:1.625rem;top:65.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqa576Ttgl109zi19ApS6h2XPTr1H0mu { width:47.75rem;height:2.4375rem;top:54.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRofGALrw5RyezkbxpUg73nN3rUWq9h { width:47.75rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { width:47.75rem;height:3rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { width:47.75rem;height:1.625rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agsvZNCaXl2m98y2ZpfyGInRTo9aguAd { width:47.75rem;height:4.875rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaxcmTFOeT7OB21RPDcU7vJXgSWDf7Mx { width:47.75rem;height:;top:14.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #velQSnyf2226PuzSrCPltCP0dTJVtXfu { width:47.75rem;height:;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNSHF56z3tJchqUAvePZBUW1bo5zlCt { width:47.75rem;height:;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZrQESHPB8eH7cSnaTvJkgoiWB62zrq { width:47.75rem;height:;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIZcq6ouhQv3I0nq4hSvvUc43gs2khS { width:47.75rem;height:1.5625rem;top:29.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7U2PEDMufDe2xm1ptCZBO4CQwsSFCZT { width:47.75rem;height:3.25rem;top:32.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oakXRKFdQgZZnFDkEfwFB5LaV3l19Gbq { width:47.75rem;height:;top:36.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfae1p9i3mubwPEeqOzvqfp2hkL81AA7 { width:47.75rem;height:1.5625rem;top:40.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2mExt1GyAK7qwrkXx4ixOGad5mQ3bE { width:47.75rem;height:2.375rem;top:42.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNoO9fQB8vGTTeh76tvnxFXhK9T1RPMA { width:47.75rem;height:2.8125rem;top:45.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { width:47.75rem;height:3rem;top:1.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { width:46.6875rem;height:;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
 }@media only screen and (max-width: 763px) { #vEfPdar3fa8XJaSRN3ZSTfJwJfUC77zd { top:15.1875rem;left:15.406032562256rem;width:16.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAXBnBTpXAa3JxevnMvwrHP9Mr0HZm8 { display:block; }
 }@media only screen and (max-width: 763px) { #C7zucP57VRITZyrNFlt42lgN4KwHECnb { display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { width:47.75rem;height:3rem;top:1.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { width:46.625rem;height:;top:5.8125rem;left:0rem;font-size:1.125rem;display:block; }#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN li:before{  }
 }@media only screen and (max-width: 763px) { #KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { display:block; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBDmB42CISkO32qveenEIVhCMgrw4hHd { width:47.75rem;height:2.75rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { width:47.75rem;height:1.5625rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { display:flex;width:13.5rem;height:5.0625rem;top:20.5625rem;left:7.2999992370606rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
 }@media only screen and (max-width: 763px) { #COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { display:block; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { width:46.4375rem;height:1.4375rem;top:4.4375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { width:16rem;height:21.9375rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { width:41.5rem;height:19.4375rem;top:8.25rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { width:15.625rem;height:3rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { display:block; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { width:47.75rem;height:2.75rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz8GBXkk8XDuhOaOF0US7ZxDkopZ480p { top:5.625rem;left:0rem;width:32.0625rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { display:block; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { width:33.125rem;height:2.25rem;top:13.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { width:31.4375rem;height:16.0625rem;top:24.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { width:47.75rem;height:2.4375rem;top:16rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { width:24.1875rem;height:auto;top:20.5625rem;left:21.0625rem; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { width:24.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { width:24.1875rem;height:auto;top:20.5625rem;left:21.0625rem; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW {  }
 }@media only screen and (max-width: 763px) { #FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { display:block; }
 }@media only screen and (max-width: 763px) { #Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r {  }
 }@media only screen and (max-width: 763px) { #rKTLQqBf3qywH0AKQ6sDycmE4KNOr9tV { width:47.75rem;height:6rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0e1a2b;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVBGOtWcBw4NVlgrOCy32AM1ipX10icD { width:20rem;height:auto;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpaME824wK2N0PORwPdMZGfhuoSJXVg1 { width:4.625rem;height:4.625rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRnSVpJgdQEWKf7waecmrx6cGQEV1WGz { width:12.9375rem;height:0;top:11.9375rem;left:3.125rem;text-align:center;text-align-last:center;z-index:15009;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nL30ZckEBedzTNGmZ32Xp1kw6qRVCPE9 { width:18.375rem;height:2.76171875rem;top:8.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;color:#f5f7fa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PvdGkxT4iER1sJ7gtxO6T6Ho4fpDmu7A { width:20rem;height:12.1875rem;top:12.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15009;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XmtvFS1xULSpg8AqKzKUoJ2UT4J0kV8T { width:20rem;height:auto;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyu0I4lhOLRyOooWJ1BMUHOzN8TEa7PS { width:20rem;height:auto;top:44.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPruBMZuirEeyT0ui1s90LeihQQlPfLx { width:20rem;height:auto;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H83J1lfihrXbnyr1rnnhhHb67mMogo4v { top:46.2109375rem;left:2.6875rem;width:14.625rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2oOvoW102eMTHokl5LIfw7SVb5MhFAh { display:block; }
 }@media only screen and (max-width: 763px) { #rV9QPmTMa9TqmB24SoHCLicBGw9C6sX6 { width:20rem;height:auto;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQqRU1kkXhkTV7ihfzGF4FieRy4mZBrr { width:20rem;height:0;top:28.6875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #yki6hJaafWJlI2B595ZTUPT4TnCBpN2s { width:20rem;height:4.875rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;color:#f5f7fa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hLzeDLJd3leP7EbG6lCGuzpzrxP4rsQc { width:20rem;height:9.75rem;top:33.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15010;color:#f5f7fa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vtLmIrAidT7SqRVz4kMAqBOUmGsAnze4 { width:18.375rem;height:1.3808625rem;top:52.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;color:#f5f7fa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hSemP9C084ZQqsOzzTW4niCVAPFgTzlX { display:block; }#hSemP9C084ZQqsOzzTW4niCVAPFgTzlX > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7k22OorGdBnympSA46kT1JUggMXpWG { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtcXlGJGJ72Kx5y4p1GR2Ng3wp91CXX8 { width:20rem;height:5.84765rem;top:7.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqmW7PB6TupA4efDKsFAhFifhVBTDQH { width:20rem;height:8.771475rem;top:16.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq414ntfM8IqfkI0FPKrBUNUKfSzn1cK { width:20rem;height:7.3095625rem;top:27.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpWuF02ylhg8TUhVI0SdFSev9ZSKGT2X { width:20rem;height:7.47265rem;top:36.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV { display:block; }#o7NTMR0sGos4kcaZfG5RQeWq60BK1lOV > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOwQtlbmd7IrTixfukS5CCsI6qoWJUNP { width:20rem;height:4.875rem;top:9.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcrJL4nTQO3VahPIU1DX1LkhsRLuBRD { width:20rem;height:1.4619125rem;top:25.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 { width:20rem;height:8.2470625rem;top:28.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#JtSNISNSTt0KsoWRi9FXgxB9a5Tl5yO0 li:before{  }
 }@media only screen and (max-width: 763px) { #DEFVB1Mn8LZ8KMBBcogPmGhfDZiWl4fa { width:20rem;height:4.38574375rem;top:15.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBwyLEw2TPx0rmuBMb4ngiSFCtxMzac1 { width:20rem;height:2.923825rem;top:20.5107421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPrTMQhiHPv2U55zu7AR3Vcx1fL3S4r { width:20rem;height:2.923825rem;top:38.18359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKNFMe51ZEyEoBzxfaV9mChXmXx55ct { width:20rem;height:2.923825rem;top:41.6689453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKcuTurAlnE2uEGFtEig5Nwa0N2ghV1 { width:20rem;height:2.923825rem;top:45.474609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz91bKkLmB9TzdWgPQkgHLxk6mOu5GKW { width:20rem;height:3.736325rem;top:49.576171875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwln3g8ZcpnP43GpUGEBht2qM1SVp474 { width:20rem;height:4.875rem;top:57.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9s3wkbbrmRASl2rr2KidQiOClJzulyL { width:20rem;height:2.923825rem;top:63.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgedxehlJNkZ1U1hfkeDp5w8t4EzPuBl { width:20rem;height:2.923825rem;top:67.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqa576Ttgl109zi19ApS6h2XPTr1H0mu { width:20rem;height:1.8681625rem;top:54.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRofGALrw5RyezkbxpUg73nN3rUWq9h { width:20rem;height:5.60449375rem;top:1.5732421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK { display:block; }#QOHtaCTe2zzcJfqmAhgmfB6BciQHXGiK > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbArCM8XX2amv0E6LGilIFA1VIG7u6ol { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaJC9Aak8JLW3mbzRk9B5oKWv3DCew1r { width:20rem;height:2.923825rem;top:7.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agsvZNCaXl2m98y2ZpfyGInRTo9aguAd { width:20rem;height:5.84765625rem;top:11.462890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaxcmTFOeT7OB21RPDcU7vJXgSWDf7Mx { width:20rem;height:1.4619125rem;top:18.373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #velQSnyf2226PuzSrCPltCP0dTJVtXfu { width:20rem;height:4.38574375rem;top:20.521484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNSHF56z3tJchqUAvePZBUW1bo5zlCt { width:20rem;height:2.923825rem;top:25.970703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ZrQESHPB8eH7cSnaTvJkgoiWB62zrq { width:20rem;height:2.923825rem;top:29.3935546875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGIZcq6ouhQv3I0nq4hSvvUc43gs2khS { width:20rem;height:1.4619125rem;top:33.69140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7U2PEDMufDe2xm1ptCZBO4CQwsSFCZT { width:20rem;height:5.84765625rem;top:36.21484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oakXRKFdQgZZnFDkEfwFB5LaV3l19Gbq { width:20rem;height:2.923825rem;top:43rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfae1p9i3mubwPEeqOzvqfp2hkL81AA7 { width:20rem;height:1.625rem;top:47.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2mExt1GyAK7qwrkXx4ixOGad5mQ3bE { width:20rem;height:1.8681625rem;top:49.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#111827;display:block; }
 }@media only screen and (max-width: 763px) { #LNoO9fQB8vGTTeh76tvnxFXhK9T1RPMA { width:19.9375rem;height:4.0625rem;top:52.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#111827;display:block; }
 }@media only screen and (max-width: 763px) { #tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG { display:block; }#tW7HHwXsGA5vVyXcTA52WURPdiQdnDdG > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxhbSeO0vfsH9t0T7KXTOXnBeDpvZ6nf { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeWGa3CAThQHspW3qvBDGCtA0vftgiuI { width:20rem;height:12.3203125rem;top:6.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#oeWGa3CAThQHspW3qvBDGCtA0vftgiuI li:before{  }
 }@media only screen and (max-width: 763px) { #vEfPdar3fa8XJaSRN3ZSTfJwJfUC77zd { top:20.8466796875rem;left:1.5625rem;width:16.875rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAXBnBTpXAa3JxevnMvwrHP9Mr0HZm8 { display:block; }
 }@media only screen and (max-width: 763px) { #C7zucP57VRITZyrNFlt42lgN4KwHECnb { display:block; }#C7zucP57VRITZyrNFlt42lgN4KwHECnb > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v3NP8BIGodqmSlJvZXw52pTrV3ge8qrI { width:20rem;height:4.875rem;top:0.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN { width:18.125rem;height:14.09475rem;top:6.59375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#rux5IwT1mMPGKwhSvJhZulsu5U9bIOPN li:before{  }
 }@media only screen and (max-width: 763px) { #KeSz2tUW8TgZnDl28fprcsgxTf5fECUy { background-color:#0e1a2b;background-image:none;display:block; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { background-color: transparent; background-image: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row > .video-iframe-container { display: none; }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .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); }#KeSz2tUW8TgZnDl28fprcsgxTf5fECUy > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBDmB42CISkO32qveenEIVhCMgrw4hHd { width:20rem;height:2.4375rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfgr483i9gGGDGWl5Xn1kb6zUW8Im5h { width:20rem;height:1.4619125rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-number { padding-top:0.459375rem;padding-right:0.399375rem;padding-bottom:0.459375rem;padding-left:0.399375rem;width:2.396875rem;min-width:2.396875rem;height:2.469375rem;font-size:1.8375rem;line-height:39.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-secondary-4),0.81);background-color:rgba(var(--color-secondary-0),1);background-image:none; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.286875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.19625rem;height:0.82875rem;font-size:0.689375rem;line-height:13.26px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#f97316; }
#gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 { display:flex;width:12.5625rem;height:4.50375rem;top:5.6875rem;left:2.6455078125rem;padding-top:1.085625rem;padding-right:1.071875rem;padding-bottom:1.085625rem;padding-left:1.071875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;z-index:15014; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #dwnVyv8OfN7aN7f7PkSTZz9uDwgSXuFk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #O0ocUPrbNpSKH8HVhHzgWnSbBca5AHxy {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #q0F1eTIPBu4oCFSfTmEOIw0e4y6oIfRs {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #xmRJBegGhIpE6XOBOy9cAJHfazW8ZzBG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TLbdDXGnQ0Rb9vED4ZWiQ3M1oc05oJdT {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #BaIkMtT4y7QrCO5NTTvJwTAOm6hCJraG {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TdlSUQIh3yTPReTt5l0pV0nJfWfCKgsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #fsBly5tDHFJtcO9hPuPkgBIS8KvxklK9 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #T0JPfIHmNnsngxUlwR4dXsaEF4Rq1kE6 {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #oWhI0ZOpBAtw5Gl6FMTyoe4BeSpA1Hxz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #TvU4K5H0ysN48lXvL0ld03D06mXPsOTd {  }
 }@media only screen and (max-width: 763px) { #gylc7vsZusFUFmf6OXd60LZ4LEGEmPT1 #I4dEMFeAMWiAnKzZL8P0kfTXGV6Kbxvm {  }
 }@media only screen and (max-width: 763px) { #COC4TfKOQClBv5mFObpF0cZMCMHg2Tka { display:block; }#COC4TfKOQClBv5mFObpF0cZMCMHg2Tka > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgLpf6SSPOifzHU5surHn7IhFdu6a4b { width:20rem;height:1.13671875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3II4SRyTOEtuL7W0N0r8dNXTwkM5c44 { width:14.0625rem;height:18.625rem;top:33.75rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKoez00pShxSPH39xwa0ZZE5sHcWpq6k { width:20rem;height:27.7763875rem;top:5.3525390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mu9LGv8S5a8h4gr33PrrmoFqhbz8yX { width:15.6875rem;height:2.4375rem;top:1.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrksarzgEFfEKlJbVJOSvenWU8UpKqJO { display:block; }#BrksarzgEFfEKlJbVJOSvenWU8UpKqJO > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8f6A19HA5onk6Gk8DgzGyg4JLKR8ci { width:20rem;height:6.75rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz8GBXkk8XDuhOaOF0US7ZxDkopZ480p { width:20rem;height:24.327125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT { background-color:#0e1a2b;background-image:none;display:block; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { background-color: transparent; background-image: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row > .video-iframe-container { display: none; }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .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); }#MgF5QKfZa4GzIrSp3p3Ia7zfFlhKSyUT > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv5Hr3kPiqgObGVF7eNTuOT95x0Rl2Cb { width:20rem;height:1.875rem;top:33rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vG4zgIOtqCm9ERGxMa51s4rBTZUJhTJw { width:19.25rem;height:13.5rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUHU5XzkLFFqM7PC8koo7wvXTu4xIxu { width:16.5625rem;height:6.09375rem;top:35.53125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-text {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-select {padding-top: 0; padding-bottom: 0;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr  { width:17.5rem;height:auto;top:42.1875rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr {display:block;}#HWCK1EtI68e4GDhNoT74ULzEQx3kySqr { width:17.5rem;height:auto;top:42.1875rem;left:0rem;box-shadow: 0.125rem 0rem 1.125rem rgba(34,30,31,0.1) ; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #RLhhNvnbTtbNTbTWH4z3w385TSHoEZEb {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #h9nNZ6UZHJlEyXzp4cps0NRatVA2MbyZ { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #VvMOMZ42BWOy4woFiXODMEul5puTHx1b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #A3NGKGvcb9ipPSrMAQhH6V9B7RfPXmm6 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #E8QxxKN2ikTcpD4168TkidwtDT2WOdNT { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cKRyUTQIAq1nVFhTR9nqJrHtKMV6hxSF {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #Tl0eIPgAixWirFtPrz4VOVPRsGsMGEkZ {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #FwDIhdOnTFfiTKfUC4X25pyRN5dQ3RUF { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #TR2lsovXt5GiZsTXpJ04BFP0eLA8mVeS {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #tUcIXFHTHTnaIPZCzlQeKaw3BUQ6iiPV {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #QqUSFQ71mwhtQoU3wTS5nV1qLTAWTsF2 {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #XUAFo2bFU6M0RWJ52AP5TlJLdDt7tUUW {  }
 }@media only screen and (max-width: 763px) { #FsdWQ4VdElF9KLHEmcgq8AT3ARWeOFaa { display:block; }
 }@media only screen and (max-width: 763px) { #Szre3Z0MMWc3clpcplhwrdxtVaebTCA9 { display:block; }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #kNhFcdDBVyhHTRuGNC6Z1yOz82LzpM5b {  }
 }@media only screen and (max-width: 763px) { #HWCK1EtI68e4GDhNoT74ULzEQx3kySqr #cpHh042tcotK99XfMvTWA0DDiwx3qC0r {  }
 }@media only screen and (max-width: 763px) { #rKTLQqBf3qywH0AKQ6sDycmE4KNOr9tV { width:20rem;height:12.1875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }