.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:0.875rem;font-family:georgia;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.06228125rem;width:23.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { background-color:rgba(255,63,21,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#121010;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.7495625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:60.936416625976rem;display:block; }
#rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(255,63,21,0.9);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:26.998699188233rem;display:block; }
#TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(255,63,21,0.9);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:35.755210876465rem;display:block; }
#pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(255,63,21,0.9);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:43.810768127441rem;display:block; }
#l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de314bc6-c61b-452d-a782-fbf4716d46c7/pexelsnwenergygroup101161605420269502.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.adaptive-delivery-prevent-bg, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyload, #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi.lazyloading { background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { background-color: transparent; background-image: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { display: none; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .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); }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { border-width: 0; border-radius: 0; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { font-size:0.875rem;font-family:georgia;height:60.5625rem;width:75rem;position:relative;display:block; }#XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:19.372831344604rem;left:1.25rem;height:2.01714375rem;display:block; }
#QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6236977577209rem;left:1.25rem;height:14.4010625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ff3f15);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff3f15);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff3f15);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff3f15);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f15' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f15' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff3f15);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:37.4375rem;width:37.4375rem;top:12.5625rem;left:37.5625rem;display:block; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-form-header {  }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { height:auto;display:block;font-family:georgia;font-size:0.875rem;font-weight:400;color:#ffffff;width:31.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:31.25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:31.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:georgia;font-size:1rem;overflow:hidden;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(255,63,21,0.7);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.125rem;font-weight:bold;color:#121010;width:31.25rem;height:3.4375rem;font-family:georgia;overflow:hidden; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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:georgia;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:30rem;overflow:hidden;font-style:normal;float:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .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; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:georgia;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container:first-of-type{padding-top:0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-container:last-of-type{padding-bottom:0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.387804985046rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.25rem;display:block;vertical-align:top; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-info-text { display:block;height:auto;font-family:georgia;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.387804985046rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UMmqRbXorn1fpBGddofr2EvFTnvefLR4 { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #O0qfd07HV2Gko3EstDe5ZdEB76vLOt9t { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #dKVbn215Ky3cEJe4svL0gxzPb84BbJ7T { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ob1zFR7iaEBH5N40xZT7sDNUlCa0C8aX { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #W5ZZL9C4SWLIsCT8soahyKlc56JsUcMU { position:relative;display:none; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #u93FxdHuoTfHaxTAh3ANwW5LA8B2FklJ { position:relative; }
#HI8xKkPTqThQuAfzlfT1OnODHndH98SP { position:relative;display:block;z-index:100000;display:block; }
#eGwL2tsbpp8ptxdDszel74VuVIG9z5CW { position:relative;display:block;z-index:100000;display:block; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU { position:relative;z-index:2; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi { position:relative; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW { position:relative; }
#WKrnH4lNWGWgDDliKuN0tqxNOsP1At9T { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.1875rem;width:32.5rem;top:22.1875rem;left:40.03125rem;display:block; }
#ns8pMCefNSADcHspevq9aI6kFZOz2SPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb523b18-6fa6-44eb-b4b6-d7a250ce2e4b/pexelsclementproust36389878531771166.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm.adaptive-delivery-prevent-bg, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyload, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyloading { background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { background-color: transparent; background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.6); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.6); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .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); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { border-width: 0; border-radius: 0; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { font-size:0.875rem;font-family:georgia;height:50rem;width:75rem;position:relative;display:block; }#qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { position:absolute;display:block;z-index:15000;background-color:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:56.25rem;top:12.5rem;left:9.375rem;display:block; }
#OwaJKaglCF4KDIExTph9mJNprHhnmFcf { color:#ffffff;display:block;width:50rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.252821445465rem;left:12.5rem;height:3.67480625rem;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:center;text-align-last:center;display:block; }
#vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { color:#b5b5b5;display:block;width:50rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:19.926216125488rem;left:12.5rem;height:13.6024375rem;text-align:center;text-align-last:center;display:block; }
#lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(224,97,105,0.3), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(224,97,105,0.3), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:8.125rem;left:11.875rem;display:block; }
#nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:8.125rem;left:14.25rem;display:block; }
#vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:8.125rem;left:16.625rem;display:block; }
#THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:8.125rem;left:19rem;display:block; }
#aryQslOMBspZOTZ1UohhTJzpA860fHIr { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:32.625rem;left:55.875rem;display:block; }
#KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:32.625rem;left:58.25rem;display:block; }
#BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:32.625rem;left:60.625rem;display:block; }
#cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:32.625rem;left:63rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:georgia;height:40rem;width:75rem;position:relative;display:block; }#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.2847264558077rem;left:10.562067031861rem;height:;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:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#L5ZF6UOoET8ssXHl7cbhi4IOsyzElwgF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:31.5625rem;top:5.2723522186279rem;left:21.030818939209rem;overflow:hidden;display:block; }
#NmPABi59fny4VNw3rX2vdpdCU0imeDSc { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:16.036241531372rem;left:11.25rem;height:3.06206875rem;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:center;text-align-last:center;display:block; }
#sDHnvSMvAL6AztcmF1LXpGPwVAPplnEC { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:31.6875rem;top:20.146486282349rem;left:21.625434875488rem;overflow:hidden;display:block; }
#ybb2GldLOPT37E9d6MQUoduHvIcTTqPQ { color:#ffffff;display:block;width:59.9370625rem;position:absolute;font-family:georgia;font-size:2.75rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:33.158639267087rem;left:9.4986991882325rem;height:3.8496125rem;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:center;text-align-last:center;display:block; }
#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container { background-color: transparent; background-image: none; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container > .video-iframe-container { display: none; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row > .video-iframe-container { display: none; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .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); }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container { border-width: 0; border-radius: 0; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container { font-size:0.875rem;font-family:georgia;height:40rem;width:75rem;position:relative;display:block; }#A1qz9LbpO8N9eVbMfcdhwh5ELZpIdcTr { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#TWEAt4hwG3eLXyqiMIFPpkEwJoDQEH4x { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#UOXF2TXrkElpdgKxAKTTkmO43qNxCnin { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#s4tqqZ9uOibAN4BTFdTeBd8SFHPfdqBx { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.8011875rem;font-style:normal;display:block; }
#hupAq2vPGMDV7qMVreE0Vkbvveeq0ZMG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.7879775762558rem;left:11.25rem;height:;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:center;text-align-last:center;display:block; }
#b7HziIwMuF7nTyppXn6pv9kyNWqHXGGm { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#RTyXrbf1bALG1DJoTT7QsbMZW1iVsFyS { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#PNuVB3KSKFRQdhMo5u0Fe3ki9MbmDwr8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#lExLtNe8ULwaGPXHtddoabQoeQ6MtmvQ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#qCZKVTT8GtXMaCe352PWMFdBuvL2BV8R { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#uW0gGNwFA6GP4TWKUsbq8IEtnXTHUMb0 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.035152435302rem;left:28.75rem;height:6.8011875rem;font-style:normal;display:block; }
#a9HB0BOkdHDarws9HwwV0fXPutcsKOQ0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:5.09765625rem;font-style:normal;display:block; }
#y3ZHSpotecLmu8INflnGnZ6IwuDIqQy8 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#XsfXNl5ZssH4qG7an64DuSsu8Qme5aiC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#qUFGSU81qwiVXo0rCmnUcBBLI4H9MGkn { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:6.8011875rem;font-style:normal;display:block; }
#wddrUTxn5nRkUiIknu2TVdP59cBriBI0 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.548825rem;font-style:normal;display:block; }
#rLS9nGbkC00Z3ItTbkvM40IE3yyHOaM3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f687be6d-5804-4f09-8c18-02185671bb98/pexelslizasigareva214995110731161395.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.adaptive-delivery-prevent-bg, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyload, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyloading { background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { background-color: transparent; background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.9); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .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); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { border-width: 0; border-radius: 0; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { font-size:0.875rem;font-family:georgia;height:41.875rem;width:75rem;position:relative;display:block; }#NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { position:absolute;display:block;z-index:15015;background-color:#121010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:75rem;top:14.749359130859rem;left:0rem;display:block; }
#VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:15.909278869629rem;left:1.875rem;height:5.09765625rem;font-style:normal;display:block; }
#oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { color:#ededed;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:22.701824188233rem;left:1.875rem;height:13.6024375rem;font-style:normal;display:block; }
#Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { color:#ededed;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:22.701824188233rem;left:20.625rem;height:10.2018125rem;font-style:normal;display:block; }
#frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:15.908193588257rem;left:20.625rem;height:5.09765625rem;font-style:normal;display:block; }
#ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { color:#ededed;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:22.701824188233rem;left:58.125rem;height:15.30275rem;font-style:normal;display:block; }
#q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { color:#ffffff;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:15.908193588257rem;left:58.125rem;height:5.09765625rem;font-style:normal;display:block; }
#eah42vbkfS7TglklTsyfAiVa5XZcsVTN { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5729168653488rem;left:11.25rem;height:3.67480625rem;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:center;text-align-last:center;display:block; }
#Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { color:#ededed;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:22.701824188233rem;left:39.375003814698rem;height:10.2018125rem;font-style:normal;display:block; }
#i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:15.908193588257rem;left:39.375003814698rem;height:5.09765625rem;font-style:normal;display:block; }
#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb523b18-6fa6-44eb-b4b6-d7a250ce2e4b/pexelsclementproust36389878531771166.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.adaptive-delivery-prevent-bg, #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.lazyload, #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9.lazyloading { background-image: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { background-color: transparent; background-image: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.8); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.8); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { display: none; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .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); }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { border-width: 0; border-radius: 0; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { font-size:0.875rem;font-family:georgia;height:48.375rem;width:75rem;position:relative;display:block; }#knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:0rem;display:block; }
#fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { color:#ff3f15;display:block;width:6.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:1.875rem;height:5.42480625rem;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:center;text-align-last:center;display:block; }
#TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:27.6875rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { color:#ededed;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:30.875rem;left:0rem;height:5.1009125rem;font-style:normal;display:block; }
#tNWQABdV43G0ItmUT4lWogIib12usErX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:19.375rem;display:block; }
#fFObTmTexBlauVquIlX1WIxZUm8NWQTH { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:27.6875rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { color:#ededed;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:30.875rem;left:19.375rem;height:5.1009125rem;font-style:normal;display:block; }
#xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { color:#ff3f15;display:block;width:6.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:21.25rem;height:5.42480625rem;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:center;text-align-last:center;display:block; }
#Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { color:#ededed;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:30.875rem;left:38.75rem;height:5.1009125rem;font-style:normal;display:block; }
#R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { color:#ededed;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:30.875rem;left:58.125rem;height:5.1009125rem;font-style:normal;display:block; }
#Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ff3f15, rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, #ff3f15, rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, #ff3f15, rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, #ff3f15, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#00000000' );";background-image: linear-gradient(225deg, #ff3f15, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:38.75rem;display:block; }
#ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:27.6875rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3f15, rgba(224,97,105,0.3));background-image: -moz-linear-gradient(180deg, #ff3f15, rgba(224,97,105,0.3));background-image: -ms-linear-gradient(180deg, #ff3f15, rgba(224,97,105,0.3));background-image: -o-linear-gradient(180deg, #ff3f15, rgba(224,97,105,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#e061694c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f15', endColorstr='#e061694c' );";background-image: linear-gradient(180deg, #ff3f15, rgba(224,97,105,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:16.25rem;left:58.125rem;display:block; }
#XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:27.6875rem;left:58.125rem;height:2.54980625rem;font-style:normal;display:block; }
#mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { color:#ff3f15;display:block;width:6.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:40.625rem;height:5.42480625rem;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:center;text-align-last:center;display:block; }
#mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { color:#ff3f15;display:block;width:6.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:18.537109375rem;left:60rem;height:5.42480625rem;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:center;text-align-last:center;display:block; }
#osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:4.1243486404419rem;left:11.25rem;height:7.3480625rem;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:center;text-align-last:center;display:block; }
#NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:8.125rem;display:block; }
#EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:27.5rem;display:block; }
#wtEgw1o2EtiguQiHwQImqveCXdq0TESB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e061694c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(224,97,105,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:12.5rem;top:22.25rem;left:46.875rem;display:block; }
#TI19umitTwRLJfMXhQffiGIrHb7nRP3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff3f15;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; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { background-color: transparent; background-image: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container > .video-iframe-container { display: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container { display: none; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .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); }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { border-width: 0; border-radius: 0; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { font-size:0.875rem;font-family:georgia;height:27.625rem;width:75rem;position:relative;display:block; }#XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3118495941162rem;left:0rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { color:#ffffff;display:block;width:68.499375rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:5.4340286254883rem;left:4.1937942504883rem;height:19.86111875rem;text-align:center;text-align-last:center;display:block; }
#lALzkOZwUnCTqNIJODWbVRmPPAW1l0OJ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#BqeUcrnxnWOJBVs9Dl2ke2KLpSg0O8Za { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#yuampbiv5RtDQnL1r7Wnw7VuexIWL9a8 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#rx1PlQUlONJPzC44nvdXR4F2zfPyWa25 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#nuA21BNt9Ps2yFGVu0rTaPERHb3TsOxl { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#DodrJrvtS1GouxmEsMn3sI2dxcNG6o3B { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#s14XHSnpSE8UUpvnZ0qrCCW4AO3VcbaA { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AlPiyApEtT7pJNRu1Qla2t63ASsQiH3A { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1210104c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(18,16,16,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { background-color: transparent; background-image: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container > .video-iframe-container { display: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container { display: none; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .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); }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { border-width: 0; border-radius: 0; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { font-size:0.875rem;font-family:georgia;height:58.75rem;width:75rem;position:relative;display:block; }#sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.3734817504883rem;left:11.25rem;height:3.67480625rem;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:center;text-align-last:center;display:block; }
#k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:13.815104484558rem;left:11.25rem; }
#EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { color:#ededed;display:block;width:50rem;position:absolute;font-family:georgia;font-size:1.3125rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:16.496312141419rem;left:12.5rem;height:8.9279375rem;font-style:italic;display:block; }
#Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { color:#b5b5b5;display:block;width:50rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:25.423183441162rem;left:12.5rem;height:1.48730625rem;font-style:normal;display:block; }
#OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,63,21,0.79));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,63,21,0.79));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,63,21,0.79));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(255,63,21,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f15c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f15c9' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(255,63,21,0.79));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1870625rem;width:60rem;top:10.952691078186rem;left:7.5rem;display:block; }
#oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.625rem;left:0rem; }
#IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:32.75rem;left:0.625rem;height:5.736325rem;font-style:italic;display:block; }
#kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.625rem;left:40.625rem; }
#IRJhalGJNEAS4FGrTV3xsK287HxImHIG { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:32.75rem;left:41.25rem;height:7.6484375rem;font-style:italic;display:block; }
#NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:45.1875rem;left:0.625rem;height:7.6484375rem;font-style:italic;display:block; }
#U3aleQ8UvV0TdcJiNToNQKzueCXMishb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:43.0625rem;left:0rem; }
#QvF2FvPF3T6ch1bopBKJUTky6COZEECb { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:45.1875rem;left:41.25rem;height:9.5594375rem;font-style:italic;display:block; }
#lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.0625rem;left:40.625rem; }
#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/69d2a47a-789e-49cb-84e9-efd83d1da38a/pexelsjanvanderwolf1168088517191633.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.adaptive-delivery-prevent-bg, #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.lazyload, #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.lazyloading { background-image: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { background-color: transparent; background-image: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,63,21,0.7); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container > .video-iframe-container { display: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,63,21,0.7); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container { display: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .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); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { border-width: 0; border-radius: 0; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { font-size:0.875rem;font-family:georgia;height:20rem;width:75rem;position:relative;display:block; }#b9NJF4gixFlwvud0cnHru7GLkw5eOsrT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EJfQGlRihZyPrIpNWTz0JSrsFJW11p8X { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.54980625rem;font-style:normal;display:block; }
#ySylRNPf4JyZ5tadshWlA6n85THtHSGy { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.54980625rem;font-style:normal;display:block; }
#JOi2lxV6fDaTqygXfE6hrupHIVIw12aE { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:2.54980625rem;font-style:normal;display:block; }
#CySmABuvzhIoadUlkU5EB5H9SttcWIlT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:2.54980625rem;font-style:normal;display:block; }
#WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { color:#000000;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.6499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1210104c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(18,16,16,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { background-color: transparent; background-image: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { display: none; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .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); }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { border-width: 0; border-radius: 0; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { font-size:0.875rem;font-family:georgia;height:40.0625rem;width:75rem;position:relative;display:block; }#WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5.1866320371627rem;left:11.25rem;height:3.67480625rem;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:center;text-align-last:center;display:block; }
#kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#121010;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e06169; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:georgia;font-style:normal;color:#ffffff;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:georgia;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_82ee118905e501676f1d34d4657982e94af8ccdb.svg");background-size:contain !important; }#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.adaptive-delivery-prevent-bg, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyload, #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-trigger.lazyloading { background-image: none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { box-sizing:content-box;height:auto;width:42.686625rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ { display:none; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ { display:block;position:relative; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 { display:none; }
#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/396bb506-3e6d-41c1-8b81-f787490cdd27/pexelstranthangnhat17606783.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.adaptive-delivery-prevent-bg, #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.lazyload, #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD.lazyloading { background-image: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { background-color: transparent; background-image: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container > .video-iframe-container { display: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(18,16,16,0.85); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container { display: none; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .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); }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { border-width: 0; border-radius: 0; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { font-size:0.875rem;font-family:georgia;height:35.5rem;width:75rem;position:relative;display:block; }#ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { position:absolute;display:block;z-index:15029;background-color:rgba(255,63,21,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:35rem;top:3.8194580078125rem;left:40.000003814698rem;display:block; }
#sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:georgia;font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.8513457775116rem;left:1.5690097808838rem;height:24.746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.25rem;display:block; }
#faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.625rem;display:block; }
#tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.375rem;display:block; }
#TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40rem;display:block; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-form-header {  }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { height:auto;display:block;font-family:georgia;font-size:0.875rem;font-weight:400;color:#ffffff;width:30rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:30rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;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:30rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:georgia;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:30rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:georgia;font-size:1rem;overflow:hidden;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#121010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:30rem;height:3.4375rem;font-family:georgia;overflow:hidden; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:georgia;font-size:1rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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:georgia;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:28.75rem;overflow:hidden;font-style:normal;float:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .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; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:georgia;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container:first-of-type{padding-top:0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-container:last-of-type{padding-bottom:0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0548858642578rem;left:41.250003814698rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30rem;display:block;vertical-align:top; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-info-text { display:block;height:auto;font-family:georgia;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15032;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0548858642578rem;left:41.250003814698rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #D0t4aogDcDk1D4s4DAmfGkSg48ki92gg { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #w8IwpkSCXJChwEBm1Beu2Z2MW8UyylUf { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mFs13DvP4KrKBTBuSinJ6O2RWxqGJPxe { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt { position:relative;display:none; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS { position:relative;z-index:2; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 { position:relative; }
#HzQNEf5lpUtSDt6I9N4KrrNT5s1lVEma { position:relative;display:block;z-index:100000;display:block; }
#zAckRGurutsGNJKr65UxTOiLJsXvTZvR { position:relative;display:block;z-index:100000;display:block; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ { position:relative; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk { position:relative; }
#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { background-color: transparent; background-image: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { display: none; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .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); }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { border-width: 0; border-radius: 0; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { font-size:0.875rem;font-family:georgia;height:23rem;width:75rem;position:relative;display:block; }#LKTi4lA7QIhNzU48dvhNB5LDARJdtons { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:3.3094615936279rem;left:0rem;height:3.67404375rem;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; }
#owyTGDz8G44BuKiarHdvCvasspKoRH9E { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:8.486328125rem;left:0rem;height:3.40060625rem;display:block; }
#RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:15.4375rem;left:0rem; }
#wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:17.25rem;left:0rem;height:2.548825rem;font-style:normal;display:block; }
#khI6XmzoW2EK08hrUnMfSq79WekrKLUp { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:15.25rem;left:2.25rem;height:1.91189375rem;font-style:normal;display:block; }
#vFaePdXhowyi7SvfIplDKVoq9vnkzsme { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:17.4375rem;left:26.25rem;height:2.548825rem;font-style:normal;display:block; }
#B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:15.625rem;left:26.25rem; }
#DcT47TIUtZMrkMHepxh9cLAzv0659ohz { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:15.4375rem;left:28.5rem;height:1.91189375rem;font-style:normal;display:block; }
#HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.1875rem;left:52.5rem; }
#Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:17rem;left:52.5rem;height:5.09765rem;font-style:normal;display:block; }
#Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:15rem;left:54.75rem;height:1.91189375rem;font-style:normal;display:block; }
#TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#larfyowCSUruKot56cFXReTHtGZWP6AU { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff3f1599' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,63,21,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#OSC21LvkV76N23ToHC2nhZxqneRwBdnU { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f1599', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,63,21,0.6), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121010;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; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { background-color: transparent; background-image: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { display: none; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .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); }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { border-width: 0; border-radius: 0; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { font-size:0.875rem;font-family:georgia;height:7.5rem;width:75rem;position:relative;display:block; }#AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ff3f15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ff3f15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:9.375rem;display:block; }
#EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ff3f15;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:18.75rem;display:block; }
#HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56206875rem;width:21.1870625rem;top:0.96788406372069rem;left:53.812934875488rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:23.75rem;height:6.06228125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { top:19.3125rem;left:0rem;width:31.25rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { top:2.5625rem;left:0rem;width:31.25rem;height:14.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:37.4375rem;height:37.4375rem;top:12.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { width:31.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-textarea { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-button { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-checkbox-label { width:30.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { width:31.25rem;height:auto;top:21.375rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { width:31.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { width:31.25rem;height:auto;top:21.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UMmqRbXorn1fpBGddofr2EvFTnvefLR4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #O0qfd07HV2Gko3EstDe5ZdEB76vLOt9t {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #dKVbn215Ky3cEJe4svL0gxzPb84BbJ7T {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ob1zFR7iaEBH5N40xZT7sDNUlCa0C8aX {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #W5ZZL9C4SWLIsCT8soahyKlc56JsUcMU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #u93FxdHuoTfHaxTAh3ANwW5LA8B2FklJ {  }
 }@media only screen and (max-width: 763px) { #HI8xKkPTqThQuAfzlfT1OnODHndH98SP { display:block; }
 }@media only screen and (max-width: 763px) { #eGwL2tsbpp8ptxdDszel74VuVIG9z5CW { display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW {  }
 }@media only screen and (max-width: 763px) { #WKrnH4lNWGWgDDliKuN0tqxNOsP1At9T { top:22.1875rem;left:15.25rem;width:32.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:47.75rem;height:25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:8.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:8.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryQslOMBspZOTZ1UohhTJzpA860fHIr { width:0.5rem;height:9.375rem;top:32.625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { width:0.5rem;height:9.375rem;top:32.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { width:0.5rem;height:9.375rem;top:32.625rem;left:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { width:0.5rem;height:9.375rem;top:32.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ZF6UOoET8ssXHl7cbhi4IOsyzElwgF { top:5.25rem;left:7.4058189392087rem;width:31.5625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPABi59fny4VNw3rX2vdpdCU0imeDSc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHnvSMvAL6AztcmF1LXpGPwVAPplnEC { top:20.125rem;left:8.0004348754881rem;width:31.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybb2GldLOPT37E9d6MQUoduHvIcTTqPQ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain { display:block; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1qz9LbpO8N9eVbMfcdhwh5ELZpIdcTr { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEAt4hwG3eLXyqiMIFPpkEwJoDQEH4x { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXF2TXrkElpdgKxAKTTkmO43qNxCnin { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tqqZ9uOibAN4BTFdTeBd8SFHPfdqBx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hupAq2vPGMDV7qMVreE0Vkbvveeq0ZMG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HziIwMuF7nTyppXn6pv9kyNWqHXGGm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTyXrbf1bALG1DJoTT7QsbMZW1iVsFyS { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNuVB3KSKFRQdhMo5u0Fe3ki9MbmDwr8 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExLtNe8ULwaGPXHtddoabQoeQ6MtmvQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCZKVTT8GtXMaCe352PWMFdBuvL2BV8R { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW0gGNwFA6GP4TWKUsbq8IEtnXTHUMb0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9HB0BOkdHDarws9HwwV0fXPutcsKOQ0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ZHSpotecLmu8INflnGnZ6IwuDIqQy8 { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsfXNl5ZssH4qG7an64DuSsu8Qme5aiC { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFGSU81qwiVXo0rCmnUcBBLI4H9MGkn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wddrUTxn5nRkUiIknu2TVdP59cBriBI0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLS9nGbkC00Z3ItTbkvM40IE3yyHOaM3 { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:47.75rem;height:25rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { width:10rem;height:10rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNWQABdV43G0ItmUT4lWogIib12usErX { width:10rem;height:10rem;top:16.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFObTmTexBlauVquIlX1WIxZUm8NWQTH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { width:10rem;height:10rem;top:16.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { width:10rem;height:10rem;top:16.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { width:12.5rem;height:0.5rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { width:12.5rem;height:0.5rem;top:22.25rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEgw1o2EtiguQiHwQImqveCXdq0TESB { width:12.5rem;height:0.5rem;top:22.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI19umitTwRLJfMXhQffiGIrHb7nRP3B { display:block; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { top:5.375rem;left:0rem;width:47.75rem;height:19.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lALzkOZwUnCTqNIJODWbVRmPPAW1l0OJ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqeUcrnxnWOJBVs9Dl2ke2KLpSg0O8Za { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuampbiv5RtDQnL1r7Wnw7VuexIWL9a8 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx1PlQUlONJPzC44nvdXR4F2zfPyWa25 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuA21BNt9Ps2yFGVu0rTaPERHb3TsOxl { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DodrJrvtS1GouxmEsMn3sI2dxcNG6o3B { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14XHSnpSE8UUpvnZ0qrCCW4AO3VcbaA { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlPiyApEtT7pJNRu1Qla2t63ASsQiH3A { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { display:block; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { width:2.6875rem;height:2.6875rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:47.75rem;height:16.125rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { width:2rem;height:2rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { width:2rem;height:2rem;top:30.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJhalGJNEAS4FGrTV3xsK287HxImHIG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3aleQ8UvV0TdcJiNToNQKzueCXMishb { width:2rem;height:2rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvF2FvPF3T6ch1bopBKJUTky6COZEECb { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { width:2rem;height:2rem;top:43.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { display:block; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9NJF4gixFlwvud0cnHru7GLkw5eOsrT { top:5.5rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJfQGlRihZyPrIpNWTz0JSrsFJW11p8X { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySylRNPf4JyZ5tadshWlA6n85THtHSGy { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOi2lxV6fDaTqygXfE6hrupHIVIw12aE { top:5.5rem;left:5.75rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CySmABuvzhIoadUlkU5EB5H9SttcWIlT { top:5.5rem;left:25.125003814698rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { top:5.5rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { width:35rem;height:26.4375rem;top:3.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { top:4.8125rem;left:0rem;width:33.75rem;height:24.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { width:0.5rem;height:31.25rem;top:0rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { width:0.5rem;height:31.25rem;top:0rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { width:0.5rem;height:31.25rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { width:0.5rem;height:31.25rem;top:0rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { width:30rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-textarea { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-button { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-checkbox-label { width:28.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { width:30rem;height:28.9375rem;top:4rem;left:15.25rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { width:30rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { width:30rem;height:28.9375rem;top:4rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #D0t4aogDcDk1D4s4DAmfGkSg48ki92gg {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #w8IwpkSCXJChwEBm1Beu2Z2MW8UyylUf {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mFs13DvP4KrKBTBuSinJ6O2RWxqGJPxe {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 {  }
 }@media only screen and (max-width: 763px) { #HzQNEf5lpUtSDt6I9N4KrrNT5s1lVEma { display:block; }
 }@media only screen and (max-width: 763px) { #zAckRGurutsGNJKr65UxTOiLJsXvTZvR { display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { top:8.4375rem;left:0rem;width:26.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { width:1.4375rem;height:1.4375rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { width:1.4375rem;height:1.4375rem;top:15.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { width:1.4375rem;height:1.4375rem;top:15.1875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:15rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:21.125rem;height:5.5457759820999rem;top:0.9375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:18.936625rem;height:4.74935rem;top:0.68684899806975rem;left:0.53059905767441rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzHFiEEQXWEKu33uqLMqqaoTaksdXPbZ { width:12.7495625rem;height:3.75rem;top:16.999784469604rem;left:3.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzgignVeFb79Ns7tbrrVTeL6ySt7kxQ { display:block; }
 }@media only screen and (max-width: 763px) { #wdfkhnMAxTXTIHxsMZObV5Benuo66SoD { width:9.375rem;height:3.75rem;top:4.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4UElTcSQ0hpz3osJDVHJqiJOLuQDde { display:block; }
 }@media only screen and (max-width: 763px) { #ldISlk7I6GCytdAkJmTmsd0fWqGp2T1m { width:9.375rem;height:3.75rem;top:11.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUiqAQuWd9cOQJMlCZraTb2ro7zHf7fH { display:block; }
 }@media only screen and (max-width: 763px) { #PLJvNClmUT470AHsTl0N2OU4bN2FcA3D { width:9.375rem;height:3.75rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l835FnLJbokwFLNxMRz6Cfp3TpH5OnqL { display:block; }
 }@media only screen and (max-width: 763px) { #T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi { display:block; }#T2ko7uIDLC7l4HMfR66H7qUS2PqlSlNi > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJOCbJbklZ2qT1uzzxhwhV2rgCDFEAex { width:20rem;height:3.40060625rem;top:15.983074188233rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRzRX4TJD4wB1WPaKVdH4cvNBkACwDd8 { width:20rem;height:10.1953125rem;top:2.1245660781861rem;left:0rem;font-size:2.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Os67B6FHCX9QPKXzuxAOTmWkOTuKvady { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbsZZ1HqsN8rWTLGMEHI39xExKl7215q { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDtkqhuKvvKRz6XnvwbtiZc4187urL4 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEHomNPruACwtG8xv5sSu0r7O2SEmPNL { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20aeAu3WdNFbxfsKy2ZovsLQlJdZnK6 { width:20rem;height:20rem;top:54.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-text {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-select {padding-top: 0; padding-bottom: 0;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf  { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf {display:block;}#q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QhQSCLJTQnv8Re7f2LNmgGDdaUEewDdT {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Q8TiMdJlbkNyQV7NMTlAGEtXKsmvZq1V {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #Os6CNxDDOuz2OpGlbXqDKoVshKQiXXUh {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UMmqRbXorn1fpBGddofr2EvFTnvefLR4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #O0qfd07HV2Gko3EstDe5ZdEB76vLOt9t {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #dKVbn215Ky3cEJe4svL0gxzPb84BbJ7T {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #QJntlW9RVKU76O3oXbnz1nozIfUncXL4 {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ymgvP8JbpIUQNOT5sywaED9QLpD18B3s {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #g1UW6kiIyak0LzpoXveaxQG9pXB5OoZx {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #f6rQZWyk8mG8rASem2UUoAklANHP0JnD {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EWl8e9dDT9NsM6W2Q02zEiJUO1XgLcMc {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #oCTP9ETV0R6lRoRZSdhqXJzRdw1EOF9b {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ob1zFR7iaEBH5N40xZT7sDNUlCa0C8aX {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #W5ZZL9C4SWLIsCT8soahyKlc56JsUcMU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #u93FxdHuoTfHaxTAh3ANwW5LA8B2FklJ {  }
 }@media only screen and (max-width: 763px) { #HI8xKkPTqThQuAfzlfT1OnODHndH98SP { display:block; }
 }@media only screen and (max-width: 763px) { #eGwL2tsbpp8ptxdDszel74VuVIG9z5CW { display:block; }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #vFxS2TJ7MQFVQiDLgda622NsXR5xXPAP {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #UxnazNyssK8TlOJL503aXzwLCzryQxbU {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #edhvQSaBAbk5Q65ENkWTU96PPQVRTyKA {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #EpW2rcBf39G91rlTvTgBwoPcuKDrJAyi {  }
 }@media only screen and (max-width: 763px) { #q1BWvhO9Va8qGGE9d1vrLXrZ3P6SbVsf #ZffDPbq1FeXPCd5Rx2FAN8vsQbIFW6FW {  }
 }@media only screen and (max-width: 763px) { #WKrnH4lNWGWgDDliKuN0tqxNOsP1At9T { height:9.75rem;width:17.5rem;top:59.3330078125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { width:17.5rem;height:2.79980625rem;top:6.625rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { width:17.5rem;height:40.8073125rem;top:10.8125rem;left:1.25rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryQslOMBspZOTZ1UohhTJzpA860fHIr { width:0.5rem;height:9.375rem;top:26.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { width:0.5rem;height:9.375rem;top:26.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { width:0.5rem;height:9.375rem;top:26.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { width:0.5rem;height:9.375rem;top:26.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:5.5996125rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ZF6UOoET8ssXHl7cbhi4IOsyzElwgF { width:20rem;height:5.0625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPABi59fny4VNw3rX2vdpdCU0imeDSc { width:20rem;height:5.5996125rem;top:20.0065rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDHnvSMvAL6AztcmF1LXpGPwVAPplnEC { width:20rem;height:6.1875rem;top:26.854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybb2GldLOPT37E9d6MQUoduHvIcTTqPQ { width:20rem;height:8.3994375rem;top:34.5594375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain { display:block; }#yTCOfSV0u6bIKDgZHfTW2wLHKCxk1Ain > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1qz9LbpO8N9eVbMfcdhwh5ELZpIdcTr { width:20rem;height:17.1875rem;top:13.936629295349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEAt4hwG3eLXyqiMIFPpkEwJoDQEH4x { display:flex;width:2.12456875rem;height:2.12456875rem;top:16.753473162651rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #UOXF2TXrkElpdgKxAKTTkmO43qNxCnin { width:17.5rem;height:2.54980625rem;top:18.810758590698rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4tqqZ9uOibAN4BTFdTeBd8SFHPfdqBx { width:17.5rem;height:6.8011875rem;top:21.812061309814rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hupAq2vPGMDV7qMVreE0Vkbvveeq0ZMG { width:20rem;height:8.3994375rem;top:2.2493571043014rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7HziIwMuF7nTyppXn6pv9kyNWqHXGGm { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTyXrbf1bALG1DJoTT7QsbMZW1iVsFyS { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNuVB3KSKFRQdhMo5u0Fe3ki9MbmDwr8 { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lExLtNe8ULwaGPXHtddoabQoeQ6MtmvQ { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCZKVTT8GtXMaCe352PWMFdBuvL2BV8R { width:20rem;height:17.1875rem;top:34.810113787651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW0gGNwFA6GP4TWKUsbq8IEtnXTHUMb0 { width:17.5rem;height:6.8011875rem;top:44.061416625976rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9HB0BOkdHDarws9HwwV0fXPutcsKOQ0 { width:17.5rem;height:5.09765625rem;top:38.283422470093rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3ZHSpotecLmu8INflnGnZ6IwuDIqQy8 { display:flex;width:2.12456875rem;height:2.12456875rem;top:36.228300094604rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #XsfXNl5ZssH4qG7an64DuSsu8Qme5aiC { width:20rem;height:17.1875rem;top:56.061199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFGSU81qwiVXo0rCmnUcBBLI4H9MGkn { width:17.5rem;height:6.8011875rem;top:64.315324783325rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wddrUTxn5nRkUiIknu2TVdP59cBriBI0 { width:17.5rem;height:2.54980625rem;top:60.623918533325rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rLS9nGbkC00Z3ItTbkvM40IE3yyHOaM3 { display:flex;width:2.12456875rem;height:2.12456875rem;top:58.567710876465rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:20rem;height:75.3125rem;top:0.8125rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { width:16.25rem;height:5.09765625rem;top:12.686637878418rem;left:1.8750000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { width:16.25rem;height:11.902125rem;top:17.784288883209rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { width:16.25rem;height:10.2018125rem;top:34.48459482193rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { width:17.5rem;height:2.54980625rem;top:31.936850070953rem;left:1.8750000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { width:16.25rem;height:15.30275rem;top:52.701826095581rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { width:16.25rem;height:5.09765625rem;top:47.67361497879rem;left:1.8750000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:20rem;height:5.5996125rem;top:3.7619380950927rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { width:16.25rem;height:10.2018125rem;top:76.124134063719rem;left:1.8750000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { width:16.25rem;height:5.09765625rem;top:71.095919132231rem;left:1.8750000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 { display:block; }#TXrRLMUxIyxpXy8leFTLSdElvJtM2Ib9 > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knCmWARSxzPcBxXTXBm6ZcseTAnNB73H { width:10rem;height:10rem;top:9.6842451095581rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHZGMEwrWz6VVP0MsKMeNAhqZcPIOolT { width:6.25rem;height:5.42480625rem;top:11.972657203674rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFytlwplPHE2cE6DDoS1RkSrLwLQ53Uo { width:16.875rem;height:2.54980625rem;top:19.769967079163rem;left:1.5625000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcVylnAKnVMeTXAmuy5qzrOZHdKRGyaT { width:16.875rem;height:5.1009125rem;top:22.249350547791rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNWQABdV43G0ItmUT4lWogIib12usErX { width:10rem;height:10rem;top:30.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFObTmTexBlauVquIlX1WIxZUm8NWQTH { width:16.875rem;height:2.54980625rem;top:40.6875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNOTopttvdxBDPK1CgyCzUWNOI2CywBr { width:16.875rem;height:5.1009125rem;top:43.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuzzWMiGD3kOsVmIJWikRPnKS2rPT33z { width:6.25rem;height:5.42480625rem;top:32.375rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0PWyw9nx5BmXQ6IxF4Zwri9GTPsFCV { width:16.875rem;height:5.1009125rem;top:65rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8I4wouX2UB8i5AR12uAk6TBuu1t2tpx { width:16.875rem;height:5.1009125rem;top:85.2343788147rem;left:1.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dwu9rNLMsISZMS6s0mWihkZKcrif7NID { width:10rem;height:10rem;top:51.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttEFH5nQXod3cqciXkTbD2UBESyWQxGM { width:16.875rem;height:2.54980625rem;top:62.5rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c0AUGpuF93ATenaAok9mA0PR00pmRpMQ { width:10rem;height:10rem;top:70.8984413147rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUEfvTzJDDcOzFMXo0dVgWZeEHRsur0N { width:16.875rem;height:2.54980625rem;top:82.686637878419rem;left:1.5625000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIZN2zUfbqmuQMsQfhEr4O15bUVz5n { width:6.25rem;height:5.42480625rem;top:54.1875rem;left:6.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOXhnugaVJkLW8cx9EVGQUCsrFxlQrq8 { width:6.25rem;height:5.42480625rem;top:73.186867713931rem;left:6.8750002980231rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTKIb5bNmwuN6FulFwqV7HrMaRrCGlP { width:20rem;height:7.875rem;top:0.44269466400146rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NluCi0rCUaDKJ0zqEVZfAnnirZkWnx2M { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEFuRKaqHkcypwUUgBeJtqVoWLmZcQpm { width:12.5rem;height:0.5rem;top:40.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtEgw1o2EtiguQiHwQImqveCXdq0TESB { width:12.5rem;height:0.5rem;top:53.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI19umitTwRLJfMXhQffiGIrHb7nRP3B { display:block; }#TI19umitTwRLJfMXhQffiGIrHb7nRP3B > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XELBV1yiK3kTZdkSzWTGthMNTMwPOBsq { width:20rem;height:12.5955rem;top:1.3747644424439rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EaWD2b9DiOxK7tnrg8xSIybkIMIV95GI { width:20rem;height:46.9445125rem;top:15.0625rem;left:0rem;font-size:1.0625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #lALzkOZwUnCTqNIJODWbVRmPPAW1l0OJ { width:0.5rem;height:27.5rem;top:6.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqeUcrnxnWOJBVs9Dl2ke2KLpSg0O8Za { width:0.5rem;height:27.5rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuampbiv5RtDQnL1r7Wnw7VuexIWL9a8 { width:0.5rem;height:27.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx1PlQUlONJPzC44nvdXR4F2zfPyWa25 { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuA21BNt9Ps2yFGVu0rTaPERHb3TsOxl { width:0.5rem;height:27.5rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DodrJrvtS1GouxmEsMn3sI2dxcNG6o3B { width:0.5rem;height:27.5rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s14XHSnpSE8UUpvnZ0qrCCW4AO3VcbaA { width:0.5rem;height:27.5rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlPiyApEtT7pJNRu1Qla2t63ASsQiH3A { width:0.5rem;height:27.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp { display:block; }#ZO9LBT565TmcL6v6W1Za0ALe5XpF0bhp > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sg6RZx491WXixEN9PCmlOs6wV1M0VTbF { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k223aWgotsW1Tn8KCFfGQmAHgfrDiQ3K { display:flex;width:2.74956875rem;height:2.74956875rem;top:11.255426168442rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EeWDT6vPFHxAg96P2pKqq2OmIvuJwWCE { width:17.5rem;height:16.25rem;top:13.936631917954rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Do4R9ocytXTVzwSnVvds3fXB6MaiwIlI { width:17.5rem;height:1.48730625rem;top:29.7978515625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuKdzviqauAE2Eh3INErOKdBbPD2xpIQ { width:20rem;height:26.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqxnkTSneHWCkxUcIE9hK2TrPWpPo7E2 { display:flex;width:2rem;height:2rem;top:36.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEUbCo2L4bAr5vo7gyVwGCsBovJuAwPb { width:18.8748125rem;height:11.471375rem;top:38.811851263046rem;left:1.1241319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQIekQiVPNk29aLlPvABZXBD7bMWxmAS { display:flex;width:1.99978125rem;height:1.99978125rem;top:51.812067031861rem;left:0.37326389551162rem; }
 }@media only screen and (max-width: 763px) { #IRJhalGJNEAS4FGrTV3xsK287HxImHIG { width:17.9375rem;height:15.295125rem;top:54.312067031861rem;left:1.1241319775581rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NKP4pkO1Pt1fKa9nx6A5bCPq1KcoIWlt { width:17.561875rem;height:15.295125rem;top:73.19227695465rem;left:1.2185330986977rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3aleQ8UvV0TdcJiNToNQKzueCXMishb { display:flex;width:1.99978125rem;height:1.99978125rem;top:71.193578720094rem;left:0.37326389551162rem; }
 }@media only screen and (max-width: 763px) { #QvF2FvPF3T6ch1bopBKJUTky6COZEECb { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6NH5hMmgTrGVlzQTD3IuCp6GMJBiuzS { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4epRgZTx8UwshTNRBTtEUso3ZftTVnv { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCih7EUxEEyBnsoD7ASiG1h8rfZVT3Qt { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHUq6TSO6TZlZNdRc1vv6NPLUCsyXOEi { width:17.8125rem;height:17.207rem;top:92.234138488769rem;left:1.0937500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpPHScf7w1E6LTEDBbxMv6JWp5wJV85o { display:flex;width:1.99978125rem;height:1.99978125rem;top:90.236547470094rem;left:0.37326389551162rem; }
 }@media only screen and (max-width: 763px) { #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { display:block; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9NJF4gixFlwvud0cnHru7GLkw5eOsrT { width:16.25rem;height:4.6499rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJfQGlRihZyPrIpNWTz0JSrsFJW11p8X { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ySylRNPf4JyZ5tadshWlA6n85THtHSGy { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOi2lxV6fDaTqygXfE6hrupHIVIw12aE { width:16.25rem;height:4.6499rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CySmABuvzhIoadUlkU5EB5H9SttcWIlT { width:16.25rem;height:4.6499rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { width:16.25rem;height:4.6499rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE { display:block; }#xnVCcX0AP5vA95zTGWKtM9dFVhmpcKfE > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfTBMEhk3n3GNXEUCTDCm3TB5wmvDHlw { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkrUoRi6WxbWZaVqTVb7HPNPqo4c7Paq { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUBypEPJnaGmTZbyP2vz9lwhpId87EB { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQ6ftspn2Tnr6OuhhRlWUh9sXoCifWZ { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RaLGikahuA7OmZyVSEef5wpGuP8nWE { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 .accordion-desc-text { font-size:0.875rem;height:auto; }
#VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #z6q6T3rfyR26t98ymBu6Tod9gAZhDEOO {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ZSfSIyRwdUsbbTGOAeUDnvSg6kQFTvTP {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #ryE3G6aGQld8ag40J2APERIzb19B1c4U {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rrSHfPtWsHaOq9tcHvr5lruc5hlTQBq7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #AdcxqQgZCQzauTmEx53dZRpTByn2vysK {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bWv2LymbkbmcOym1EToyx2foZymPkCUN {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #CLkGkRXZ7yTsIk5nGvleiCEx3iUd8SSF {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #MFnCSzsWCDivJTqtlwg4T7TfOwDKwWs9 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #kruPCw5fLncBnLfxbaZMb8hE00dH9Me7 {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #rNE50VVMo3qGfxygwFewIzMQFz2iotmJ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #E5LzFsAXGAKAIaw1DpF7IXnSIFy56TGQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #mtzoJTZrHiciTR7KrIgdkfGzPtmbrTpl {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #TtDhN9FGoToTJ1ayarDTNBvcuE3IWseQ {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #eLX0mHCconHpcEbhxcAa3Rhw0L0VzCfI {  }
 }@media only screen and (max-width: 763px) { #VwXWsaRWCBTh1P9iqz9TvJzvRWIopuA9 #bMieLTFcPk6OmnuMkxgLJRepTOHNULp3 {  }
 }@media only screen and (max-width: 763px) { #TtsZZPcy1WsavxpdwNkybOMirDGLFzwD { display:block; }#TtsZZPcy1WsavxpdwNkybOMirDGLFzwD > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToqmADcqzfqEAi9FuHA8JEIBoMqgDygu { width:20rem;height:27.5rem;top:20.249565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIizKxSw2oLRyxJK7rFCnS5sB37waFQl { width:20rem;height:16.647125rem;top:1.3118185997009rem;left:0rem;font-size:2.3125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O68KktvqTrAHlvWM1C6Esd0h4eGLBp0T { width:0.5rem;height:31.25rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faMyCnlbt3KXHRwZLkaW67RmeODvWMiF { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzyfNNHy4eEUpeoCU0gdgGuihnGKwoM8 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqozZu6XyIX1Tcxzmr1IBIFSgcIH8nHC { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ  { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ {display:block;}#kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ { width:17.5rem;height:22.5625rem;top:21.14453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #HR391eN0Vuv16v5wptEGcuLLENXr8FyG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #XOlxsRFeST90pomNt7AvPbQKunMcATDW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #rmVkQHcGNxryD6qS8T0SBXZoLE1t67ux {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #D0t4aogDcDk1D4s4DAmfGkSg48ki92gg {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #w8IwpkSCXJChwEBm1Beu2Z2MW8UyylUf {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mFs13DvP4KrKBTBuSinJ6O2RWxqGJPxe {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #H8qdb3D7T6dLuqcBJiBqeF68COVJQ3uh {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gi1E8FfXZNrOzhgwxARwzCTnnkuyNSSG {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #gpkQU7TgVSrIoZcT92JqSZhwBmReiVhO {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #mlw5x0broxVhrdfTdv6NRUBeNsk1XGMl {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #yO1BdyTrtQeDnlduTcLFqzvzuw301oEt {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #zp3rmKFpv1GWghifwhvwlzLTIzhiq7aR {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #Dhp5Jehns3JxR8eJs3D08daXxb6TfdTW {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #UOv9PRfS49hg4CTXX6RZyuxZrLSiiwbS {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #DVNPD1RV5s7Pw9tw6w2VgLStTHoBTTT7 {  }
 }@media only screen and (max-width: 763px) { #HzQNEf5lpUtSDt6I9N4KrrNT5s1lVEma { display:block; }
 }@media only screen and (max-width: 763px) { #zAckRGurutsGNJKr65UxTOiLJsXvTZvR { display:block; }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #TzpgT3SDBhKGy1ygqT9mHvWdVdnifTGZ {  }
 }@media only screen and (max-width: 763px) { #kD8LfO6WvmZq3krR7fOZkcvp6NbUVKmJ #M54CuWT07TamfeUgfPTZLq9sFARpO9Wk {  }
 }@media only screen and (max-width: 763px) { #Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z { display:block; }#Ipc6clTWFnDO4014uPEN3CCWX8CXmA3Z > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKTi4lA7QIhNzU48dvhNB5LDARJdtons { width:20rem;height:6.2999375rem;top:1.3823776245118rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owyTGDz8G44BuKiarHdvCvasspKoRH9E { width:20rem;height:3.40060625rem;top:8.249025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmH9Tbng29vZK56ZSLSHxM2NTVss2r9R { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wNNzBA5u5kdpUU7IdhyP2Pvnb0lUlbWA { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khI6XmzoW2EK08hrUnMfSq79WekrKLUp { width:15.3125rem;height:1.9121125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFaePdXhowyi7SvfIplDKVoq9vnkzsme { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B29Z32wU0cBd6K7IKcSv2dLORmT3rvET { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DcT47TIUtZMrkMHepxh9cLAzv0659ohz { width:15.3125rem;height:1.9121125rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnpT1ok2PXgpgzAQs6Bi988CNygvHlhT { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nu4E4odH95odeM6lsnckyPQKGK6hyQMD { width:20rem;height:5.09765rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9VV5m9SUPdTl0OkSnf1i90aAUtFHSWo { width:15.3125rem;height:1.9121125rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmhWRdzsMRG0aF70hPxW09XOT9yifzwh { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvTNnacMpnRAMOD7B5DxwvxQoqzuX34o { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #larfyowCSUruKot56cFXReTHtGZWP6AU { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSC21LvkV76N23ToHC2nhZxqneRwBdnU { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 { display:block; }#agWBEhvCCg5qgA1ypfnSO3lT8xhTNiL4 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgNstpdhzx5hcqeRh8iKaCnwNMQChXna { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClxUIJUGvKe0m0JZczsBelSSbC4sOTlL { display:block; }
 }@media only screen and (max-width: 763px) { #mOVBLrXpyscsvLrrnRQI2WWTVsKq3c4y { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqppeIzt80HFX6o1QkVhEDfUAwsh0mHw { display:block; }
 }@media only screen and (max-width: 763px) { #bpnQyPpCZBUVe7viz1DbfXAJBlu6ZInH { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMeC3wKk2SAqHOpkxv13bhmNyTM0kNLO { display:block; }
 }@media only screen and (max-width: 763px) { #OiE3zg3Z546LBw4IeTA6LPkNx7JyF5Ze { width:14.749375rem;height:3.87478125rem;top:11.687286376953rem;left:2.6247830986977rem;display:block; }
 }