.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:233,251,254;--color-primary-1:183,243,251;--color-primary-2:111,231,247;--color-primary-3:56,116,124;--color-primary-4:17,35,37;--color-secondary-0:217,218,219;--color-secondary-1:129,133,135;--color-secondary-2:2,10,15;--color-secondary-3:1,5,8;--color-secondary-4:0,2,2;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:31,31,30;--color-tertiary-3:16,16,15;--color-tertiary-4:3,3,3;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(31,31,30,0.87);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); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { position:relative;display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { background-color: transparent; background-image: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container > .video-iframe-container { display: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row > .video-iframe-container { display: none; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .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); }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { border-width: 0; border-radius: 0; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11rem;top:0.1875rem;left:1.8310546875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/deb5d3b9-43c7-4609-993e-163e31c9800a/Untitleddesign60.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-form-header {  }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#152f2e;width:19.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:2.1875rem;color:#152f2e;font-size:0.8125rem;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:4.375rem;color:#152f2e;font-size:0.8125rem;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(0,230,118,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.6875rem;margin-bottom:0.25rem;margin-left:0.6875rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:300;color:#ffffff;width:18.0625rem;height:3.5625rem;font-family:sora;overflow:hidden;font-style:normal;line-height:1; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-moz-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-moz-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-ms-input-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-webkit-input-placeholder { color:#152f2e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.1875rem;overflow:hidden;font-style:normal;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:first-of-type{padding-top:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:last-of-type{padding-bottom:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.7978515625rem;left:35.15185546875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.4375rem;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.7978515625rem;left:35.15185546875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM { position:relative; }
#pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { position:relative;display:block; }
#TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { position:relative;display:block; }
#c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { position:relative;display:block; }
#dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { position:relative;display:block; }
#RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { position:relative;display:block; }
#FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { position:relative;display:block; }
#ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { position:relative;display:block; }
#ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { position:relative;display:block;z-index:100000;display:block; }
#eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { position:relative;display:block;z-index:100000;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m { position:relative;z-index:2; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX { position:relative; }
#sByMewx67blWPs3Fib9VgbE5ocHzoSBg { position:relative;display:block; }
#pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { position:relative;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 { position:relative; }
#J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9384765625rem;left:36.46484375rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:sora;font-size:4rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:6.5625rem;left:1.51953125rem;height:12.0014375rem;font-style:normal;display:block; }
#bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { color:#f6f6f6;display:block;width:28.25rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.4375rem;left:1.51953125rem;height:3.375rem;font-style:normal;display:block; }
#C12V6DETiysBDk6GbRp48L7KwX39kGRO { box-sizing:content-box;height:36.25rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#262624;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.033146493699256rem;display:block; }
#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { position:relative;display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { background-color: transparent; background-image: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container > .video-iframe-container { display: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row > .video-iframe-container { display: none; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .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); }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { border-width: 0; border-radius: 0; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { color:#00e676;display:block;width:10.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.625rem;left:6.6875rem;height:;font-style:normal;display:block; }
#a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:3rem;display:block; }
#b0KPTC7nimh7JRZqauryalqXThZFxast { color:#ffffff;display:block;width:29.7495rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:3.375rem;left:3rem;height:;font-style:normal;display:block; }
#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s { position:relative;display:block; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s { background-color: transparent; background-image: none; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container > .video-iframe-container { display: none; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row > .video-iframe-container { display: none; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .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); }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s { border-width: 0; border-radius: 0; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container { border-top:0.375rem solid #ff5252;border-left:0;border-right:0;border-bottom:0;background-color:#262624;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#kEdeQpyDMQsLMV2xT6Ku0ZDwdhNazyo0 { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:2.126953125rem;left:1.59375rem;height:6.24755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lUGtA3MBuOcpGTTfbVFKnFkZM9rHpL0H { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:2.126953125rem;left:31.59375rem;height:4.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwIo9IlmyR5uHZPCIitv18OUuiXre0l5 { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:3rem;display:none; }
#WGXkW9QhddR5WdEg47CCEJSam96uWT51 { position:relative;display:block; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 { background-color: transparent; background-image: none; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container > .video-iframe-container { display: none; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row > .video-iframe-container { display: none; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .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); }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 { border-width: 0; border-radius: 0; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EAUDQ696xn0ythK3F9RbwflArTdD4Oko { color:#00e676;display:block;width:10.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.625rem;left:6.6875rem;height:;font-style:normal;display:block; }
#Mc44EL5Q2er98AbBx7oGJL6hb2RLQ3td { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:3rem;display:block; }
#eJLnSACXTksL8gmIae3OZwiZDxuhHJS7 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:3.9375rem;left:3rem;height:;font-style:normal;display:block; }
#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG { position:relative;display:block; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG { background-color: transparent; background-image: none; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container > .video-iframe-container { display: none; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row > .video-iframe-container { display: none; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .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); }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG { border-width: 0; border-radius: 0; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container { border-top:0.25rem solid #00e676;border-left:0;border-right:0;border-bottom:0rem solid rgba(var(--color-primary-2),1);background-color:rgba(38,38,36,0.84);background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#b3HvWw5TH83DxnCRpOFKebHZy0QuWOcX { color:#ffffff;display:block;width:57.249rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:2.28076171875rem;left:1.37548828125rem;height:3.7485375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVaptJfu38eXBPeveykeMaIt71oFp27I { position:relative;display:block; }#IVaptJfu38eXBPeveykeMaIt71oFp27I { background-color: transparent; background-image: none; }#IVaptJfu38eXBPeveykeMaIt71oFp27I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container > .video-iframe-container { display: none; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row > .video-iframe-container { display: none; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .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); }#IVaptJfu38eXBPeveykeMaIt71oFp27I { border-width: 0; border-radius: 0; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eVWwAKemzOq9f39xxrWXQXbP8syfpRVc { color:#00e676;display:block;width:10.5rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.625rem;left:6.6875rem;height:1.125rem;font-style:normal;display:block; }
#Donu9SQkGhTbXmHJar4k8e1cIC46un1y { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:3rem;display:block; }
#DeKvZWDoZQzyhgzmksVaM1kl6npWGLSZ { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:3.9375rem;left:3rem;height:1.9995125rem;font-style:normal;display:block; }
#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { position:relative;display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { background-color: transparent; background-image: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container > .video-iframe-container { display: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row > .video-iframe-container { display: none; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .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); }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { border-width: 0; border-radius: 0; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { border-top:0.125rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#262624;background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.374025rem;top:2.0625rem;left:1.4375rem;overflow:hidden;display:block; }
#KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.060546875rem;left:16.4990234375rem;overflow:hidden;display:block; }
#bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:3.686525rem;top:1.93603515625rem;left:31.561279296875rem;overflow:hidden;display:block; }
#qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.9375rem;left:46.75rem;overflow:hidden;display:block; }
#z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { color:#00e676;display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:6.3125rem;left:0.875rem;height:1.125rem;font-style:normal;display:block; }
#BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:8rem;left:0.875rem;height:7.0019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { color:#00e676;display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:6.31103515625rem;left:15.843505859375rem;height:1.125rem;font-style:normal;display:block; }
#SJNTbHne32NOa4J8knO0NChNoIExD1sw { color:#ffffff;display:block;width:13.562rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:7.996826171875rem;left:15.7177734375rem;height:7.0019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { color:#00e676;display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:6.31103515625rem;left:30.843505859375rem;height:1.125rem;font-style:normal;display:block; }
#yGgH5PuZO76keCVWTLulHMFANvurNOck { color:#ffffff;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:8.076171875rem;left:30.718994140625rem;height:7.0019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { color:#00e676;display:block;width:13.3105625rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:6.375rem;left:46.1875rem;height:1.125rem;font-style:normal;display:block; }
#yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { color:#ffffff;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.125rem;left:46.0625rem;height:7.0019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl { position:relative;display:block; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl { background-color: transparent; background-image: none; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container > .video-iframe-container { display: none; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row > .video-iframe-container { display: none; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .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); }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl { border-width: 0; border-radius: 0; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aDvsdURSgFhHxKExivchd0L8w6w0AFrB { color:#00e676;display:block;width:13.8125rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.62451171875rem;left:6.68701171875rem;height:1.125rem;font-style:normal;display:block; }
#prpEgXmTb7VVzSrLT1GkeihbXIgTPknE { box-sizing:content-box;height:0.1875rem;width:3.0625rem;position:absolute;display:block;z-index:15009;background-color:#5fc495;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.125rem;left:3rem;display:block; }
#myd6cnSZTfKhLzapppAzbOhtwB9tLzwF { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:sora;font-size:2rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:3.9375rem;left:3rem;height:1.9995125rem;font-style:normal;display:block; }
#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { position:relative;display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { background-color: transparent; background-image: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container > .video-iframe-container { display: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row > .video-iframe-container { display: none; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .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); }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { border-width: 0; border-radius: 0; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30302e;background-image:none;font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { color:#30302e;display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:15.125rem;left:44.9375rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { color:#30302e;display:block;width:13.5600625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:18.25rem;left:42.6875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { color:#30302e;display:block;width:9.0600625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:4.65380859375rem;left:44.93701171875rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { color:#30302e;display:block;width:13.5600625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.68603515625rem;left:41.935546875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { color:#30302e;display:block;width:9.0625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:4.5rem;left:6.3125rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { color:#30302e;display:block;width:13.5608125rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:7.6875rem;left:4.0625rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { color:#30302e;display:block;width:9.0600625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:4.65380859375rem;left:25.46923828125rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { color:#30302e;display:block;width:8.187rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.68603515625rem;left:25.904296875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { color:#30302e;display:block;width:10.37475rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:15rem;left:5.625rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { color:#30302e;display:block;width:8.1855625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.25rem;left:6.6875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { color:#30302e;display:block;width:10.3735625rem;position:absolute;font-family:sora;font-size:3.125rem;font-weight:300;z-index:15019;line-height:1;letter-spacing:0;top:14.8125rem;left:24.3125rem;height:3.1245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { color:#30302e;display:block;width:13.5600625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:18.2490234375rem;left:22.71826171875rem;height:1.4003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8nNiop2abf1zVdGXdthNzcwzg7TDE5B { box-sizing:content-box;height:7.437rem;width:15.249rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9677734375rem;left:41.091796875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gbiZ5oDymXO6AXAQo1Xy57pfexnuxDRN { box-sizing:content-box;height:7.4355625rem;width:15.2475625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9677734375rem;left:22.37548828125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#kLXZdiLptNcL9VN66TA4QetMnMTXVFfQ { box-sizing:content-box;height:7.4355625rem;width:15.2475625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.9677734375rem;left:3.21826171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HfApDTURM2k9IXXOEoXC8OcuRxyLifmi { box-sizing:content-box;height:7.4355625rem;width:15.2475625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.7783203125rem;left:3.21826171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ATG7UgDZSkSyTzXG3cdFf9EscqGMJLQ0 { box-sizing:content-box;height:7.4355625rem;width:15.2475625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.7783203125rem;left:21.87451171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JLzKGvNenZ8CCWQpU0MzCWtya100pBp3 { box-sizing:content-box;height:7.4355625rem;width:15.2475625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.7783203125rem;left:41.84326171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { position:relative;display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { background-color: transparent; background-image: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container > .video-iframe-container { display: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row > .video-iframe-container { display: none; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .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); }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { border-width: 0; border-radius: 0; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { border-top:0.25rem solid #00e676;border-left:0;border-right:0;border-bottom:0rem solid rgba(var(--color-primary-2),1);background-color:rgba(31,31,30,0.84);background-image:none;font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:2.57568359375rem;left:19.53125rem;height:2.5004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { color:#ffffff;display:block;width:47.1875rem;position:absolute;font-family:sora;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:5.7177734375rem;left:6.40625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWkSap924KkXp9KlAd41lqkFVwfHeDCp { color:#ffffff;display:block;width:17.6855625rem;position:absolute;font-family:sora;font-size:1rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:1.65283203125rem;left:21.156005859375rem;height:1.0004875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbyikOwP11KHzXmvT48FxxTov867D3NC { position:relative;display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC { background-color: transparent; background-image: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container > .video-iframe-container { display: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row > .video-iframe-container { display: none; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .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); }#wbyikOwP11KHzXmvT48FxxTov867D3NC { border-width: 0; border-radius: 0; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(31,31,30,0.84);background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { position:absolute;display:block;z-index:15013;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:14.75rem;width:14.75rem;top:2.1240234375rem;left:2.6240234375rem;overflow:hidden;display:block; }
#eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:2.1240234375rem;left:22.625rem;overflow:hidden;display:block; }
#dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { position:absolute;display:block;z-index:15015;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:14.75rem;width:14.75rem;top:2.1240234375rem;left:42.37109375rem;overflow:hidden;display:block; }
#biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:21.558837890625rem;left:2.62451171875rem;overflow:hidden;display:block; }
#dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.7480625rem;width:14.7480625rem;top:21.5576171875rem;left:22.6240234375rem;overflow:hidden;display:block; }
#tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { position:absolute;display:block;z-index:15018;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:14.75rem;width:14.75rem;top:21.52734375rem;left:42.37109375rem;overflow:hidden;display:block; }
#Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { color:#ffffff;display:block;width:11.74925rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:17.75rem;left:4.625rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L43D9yhTKp2Wnny82JZuFE10A972OScw { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:17.75rem;left:24.125rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:17.75rem;left:43.625rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:37.5rem;left:4.0625rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:37.5rem;left:24.125rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgftu37D87vLLN8McW2suAqe1AD41bfZ { color:#ffffff;display:block;width:11.7480625rem;position:absolute;font-family:sora;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:37.5rem;left:43.875rem;height:1.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { color:#ffffff;display:block;width:5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:19.625rem;left:8rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { color:#ffffff;display:block;width:5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:19.625rem;left:27.5rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { color:#ffffff;display:block;width:5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:19.625rem;left:47rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kN74HpGZcxb1NQsWA8NnLUFOAufblskg { color:#ffffff;display:block;width:5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:39.375rem;left:7.4375rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { color:#ffffff;display:block;width:5rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:39.375rem;left:27.5rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:sora;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:39.375rem;left:41.1875rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { position:relative;display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { background-color: transparent; background-image: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container > .video-iframe-container { display: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row > .video-iframe-container { display: none; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .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); }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { border-width: 0; border-radius: 0; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1f1f1e;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { color:rgba(var(--color-tertiary-0),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.03125rem;left:1.09375rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { top:0.1875rem;left:0rem;width:11rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.6875rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:19.4375rem;height:auto;top:5.75rem;left:25.8125rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:19.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:19.4375rem;height:auto;top:5.75rem;left:25.8125rem; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { top:2.9375rem;left:30.0625rem;width:17.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { top:6.5625rem;left:0rem;width:23.125rem;height:;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { top:22.4375rem;left:0rem;width:28.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12V6DETiysBDk6GbRp48L7KwX39kGRO { top:0rem;left:0rem;width:47.75rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { top:1.5625rem;left:0.56201171875rem;width:10.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { top:2.125rem;left:0rem;width:3rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KPTC7nimh7JRZqauryalqXThZFxast { top:3.375rem;left:0rem;width:29.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s { display:block; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEdeQpyDMQsLMV2xT6Ku0ZDwdhNazyo0 { top:2.125rem;left:0rem;width:26.8125rem;height:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUGtA3MBuOcpGTTfbVFKnFkZM9rHpL0H { top:2.125rem;left:20.9375rem;width:26.8125rem;height:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwIo9IlmyR5uHZPCIitv18OUuiXre0l5 { top:2.125rem;left:0rem;width:3rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGXkW9QhddR5WdEg47CCEJSam96uWT51 { display:block; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAUDQ696xn0ythK3F9RbwflArTdD4Oko { top:1.5625rem;left:0.56201171875rem;width:10.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc44EL5Q2er98AbBx7oGJL6hb2RLQ3td { top:2.125rem;left:0rem;width:3rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJLnSACXTksL8gmIae3OZwiZDxuhHJS7 { top:3.9375rem;left:0rem;width:29.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG { display:block; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3HvWw5TH83DxnCRpOFKebHZy0QuWOcX { top:2.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVaptJfu38eXBPeveykeMaIt71oFp27I { display:block; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVWwAKemzOq9f39xxrWXQXbP8syfpRVc { top:1.625rem;left:0.5625rem;width:10.4375rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Donu9SQkGhTbXmHJar4k8e1cIC46un1y { top:2.125rem;left:0rem;width:3rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKvZWDoZQzyhgzmksVaM1kl6npWGLSZ { top:3.9375rem;left:0rem;width:29.6875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { top:2.0625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { top:2rem;left:11.9375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { top:1.875rem;left:23.905029296875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { top:1.9375rem;left:36.03125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { top:6.3125rem;left:0rem;width:13.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { top:8rem;left:0rem;width:13.125rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { top:6.25rem;left:10.625rem;width:13.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNTbHne32NOa4J8knO0NChNoIExD1sw { top:7.9375rem;left:10.375rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { top:6.25rem;left:22.5625rem;width:13.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGgH5PuZO76keCVWTLulHMFANvurNOck { top:8.0625rem;left:22.3125rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { top:6.375rem;left:34.5rem;width:13.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { top:8.125rem;left:34.25rem;width:13.5rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl { display:block; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDvsdURSgFhHxKExivchd0L8w6w0AFrB { top:1.5625rem;left:0.56201171875rem;width:13.8125rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpEgXmTb7VVzSrLT1GkeihbXIgTPknE { top:2.125rem;left:0rem;width:3rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myd6cnSZTfKhLzapppAzbOhtwB9tLzwF { top:3.9375rem;left:0rem;width:29.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { top:15.125rem;left:38.75rem;width:9rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { top:18.25rem;left:34.25rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { top:4.625rem;left:38.75rem;width:9rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { top:7.625rem;left:34.25rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { top:4.5rem;left:0.1875rem;width:9rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { top:7.6875rem;left:0rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { top:4.625rem;left:19.34423828125rem;width:9rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { top:7.625rem;left:19.779296875rem;width:8.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { top:15rem;left:0rem;width:10.3125rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { top:18.25rem;left:0.5625rem;width:8.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { top:14.8125rem;left:18.1875rem;width:10.3125rem;height:3.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { top:18.1875rem;left:16.59326171875rem;width:13.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8nNiop2abf1zVdGXdthNzcwzg7TDE5B { top:2.9375rem;left:32.5625rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbiZ5oDymXO6AXAQo1Xy57pfexnuxDRN { top:2.9375rem;left:16.25048828125rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLXZdiLptNcL9VN66TA4QetMnMTXVFfQ { top:2.9375rem;left:0rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfApDTURM2k9IXXOEoXC8OcuRxyLifmi { top:13.75rem;left:0rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG7UgDZSkSyTzXG3cdFf9EscqGMJLQ0 { top:13.75rem;left:15.74951171875rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLzKGvNenZ8CCWQpU0MzCWtya100pBp3 { top:13.75rem;left:32.5625rem;width:15.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { top:2.5625rem;left:13.40625rem;width:20.9375rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { top:5.6875rem;left:0.28125rem;width:47.1875rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWkSap924KkXp9KlAd41lqkFVwfHeDCp { top:1.625rem;left:15.031005859375rem;width:17.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbyikOwP11KHzXmvT48FxxTov867D3NC { display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { top:2.0625rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { top:2.0625rem;left:16.5rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { top:2.0625rem;left:33rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { top:21.5rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { top:21.5rem;left:16.4990234375rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { top:21.5rem;left:33rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { top:17.75rem;left:0rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43D9yhTKp2Wnny82JZuFE10A972OScw { top:17.75rem;left:18rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { top:17.75rem;left:36.0625rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { top:37.5rem;left:0rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { top:37.5rem;left:18rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgftu37D87vLLN8McW2suAqe1AD41bfZ { top:37.5rem;left:36.0625rem;width:11.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { top:19.625rem;left:1.875rem;width:5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { top:19.625rem;left:21.375rem;width:5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { top:19.625rem;left:40.875rem;width:5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN74HpGZcxb1NQsWA8NnLUFOAufblskg { top:39.375rem;left:1.3125rem;width:5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { top:39.375rem;left:21.375rem;width:5rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { top:39.375rem;left:30.6875rem;width:17.0625rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { top:1rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S12DCPTZZEP0dBsn6s02uCVzXUgetE2s { display:block; }#S12DCPTZZEP0dBsn6s02uCVzXUgetE2s > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWqhZbxk8N83wcth1prqK4TEmeN8Qz3C { width:10.375rem;height:5rem;top:0.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0.625rem;margin-bottom:0.25rem;margin-left:0.625rem;font-weight:700;font-style:normal;font-size:1.25rem;overflow:hidden;height:3.0625rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:17.499rem;height:auto;top:36.80126953125rem;left:0.00146484375rem; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:17.499rem;height:auto;top:36.80126953125rem;left:0.00146484375rem; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #KdoXRfk6U5qJBdPpkyFFM1RTd8JNwqXR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FoBh5ill0iigTDoKDqJBD3QtOBqKrHVz {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #n1A1GTBGEHL0WVtdtucFkFUMnMUX5E1M {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #vMR2FyES51zwrqMvrJ6JtTo0xo9LC41I {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #JIvQaHzMvDTX2gTmBZGtTg1qcUo2ETHh {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #nFGSwpvTU7ATkglV7urKwHW7C5ZuLkJR {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #XqhonkuB0EOhlT9PcuGZp5XiSaRGi3AI {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #psbIZ47Hoz2u0TmhfcF3W6PwwwC7fRnS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #VoAHtSDTZHpoEHGfNCv145aTHOxaBkI1 {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #J0ONiIqBvPrTfTxkwcP810dkTvPhbtCP { width:16.6230625rem;height:4.6318375rem;top:29.5283203125rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVIqpCBVk85d4CNvFBhKLk7FBt9NPdsQ { width:15.8745rem;height:7.6860625rem;top:3.2783203125rem;left:2.06103515625rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVCbkGxTdTUZDyTpPbnKv6yhg0BNBgM6 { width:14.3745rem;height:7.875rem;top:15.568359375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C12V6DETiysBDk6GbRp48L7KwX39kGRO { width:20rem;height:70.1875rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fWONdCccV5qmxfqLalUAgmnREWHrxJ5f { display:block; }#fWONdCccV5qmxfqLalUAgmnREWHrxJ5f > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVeiTCztRxfe9G3eeRHJ20urXHW9xueF { width:10.5rem;height:1.1254875rem;top:2.6875rem;left:4.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8uA4tGCIml8eeqhWsKTZKPcbV13ZnvR { width:9.6875rem;height:0.1875rem;top:10.1865234375rem;left:5.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KPTC7nimh7JRZqauryalqXThZFxast { width:17.3115rem;height:4.6889625rem;top:4.37255859375rem;left:1.341796875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s { display:block; }#i9rN95rilRVeGg45gIbtQTTQkOTdMZ1s > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEdeQpyDMQsLMV2xT6Ku0ZDwdhNazyo0 { width:19.9995rem;height:10.494125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lUGtA3MBuOcpGTTfbVFKnFkZM9rHpL0H { width:19.9980625rem;height:8.745125rem;top:16.55419921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mwIo9IlmyR5uHZPCIitv18OUuiXre0l5 { width:20rem;height:0.375rem;top:14.49755859375rem;left:0rem;z-index:15010;background-color:#ff5252;background-image:none;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXkW9QhddR5WdEg47CCEJSam96uWT51 { display:block; }#WGXkW9QhddR5WdEg47CCEJSam96uWT51 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAUDQ696xn0ythK3F9RbwflArTdD4Oko { width:10.5rem;height:1.1254875rem;top:2.6875rem;left:4.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mc44EL5Q2er98AbBx7oGJL6hb2RLQ3td { width:7.5rem;height:0.1875rem;top:8.56201171875rem;left:6.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJLnSACXTksL8gmIae3OZwiZDxuhHJS7 { width:20rem;height:3.125975rem;top:4.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG { display:block; }#NE5tB5h7EeFvFEdnJifN6lNJyB2isCMG > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3HvWw5TH83DxnCRpOFKebHZy0QuWOcX { width:17.6865rem;height:9.80275rem;top:1.87353515625rem;left:1.15576171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IVaptJfu38eXBPeveykeMaIt71oFp27I { display:block; }#IVaptJfu38eXBPeveykeMaIt71oFp27I > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVWwAKemzOq9f39xxrWXQXbP8syfpRVc { width:10.5rem;height:1.125rem;top:2.3115234375rem;left:4.7490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Donu9SQkGhTbXmHJar4k8e1cIC46un1y { width:6.249025rem;height:0.1875rem;top:7.87353515625rem;left:6.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKvZWDoZQzyhgzmksVaM1kl6npWGLSZ { width:16.6875rem;height:3.125975rem;top:3.9990234375rem;left:1.6552734375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT { display:block; }#vIiRIVdEIxaoxDwa6wkMHpbcBNdq49PT > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHlsglcEghg6Vy7gVPXp2mONXbgSkRu0 { width:3.3125rem;height:3.3125rem;top:1.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCtdio1W4LamQd9Mtgm77lmny8UGtfS6 { width:3.4375rem;height:3.4375rem;top:16.4309375rem;left:8.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bZydOVJ3tZpIDtBtB25dCQ1F9sqT9CnZ { width:3.625rem;height:3.625rem;top:31.736875rem;left:8.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #qc6FzA61xaZkh7BIrbfJlmzqPZVbU6OG { width:3.75rem;height:3.75rem;top:47.2303125rem;left:8.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #z9zEnMwNkRsWXt5vIQlNsHoWbxSVOJeA { width:13.2495rem;height:1.125rem;top:5.8125rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXHt8y7C68UG43IuqlH8DswiT4uIwOZs { width:13.125rem;height:7.0019375rem;top:8.1875rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1P6OVfGkZyNkVvvZ0XwgqUe2RaMKkIb { width:13.2495rem;height:1.125rem;top:21.1184375rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJNTbHne32NOa4J8knO0NChNoIExD1sw { width:13.49975rem;height:7.0019375rem;top:23.4934375rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tz1h2ReIC5LrLSLwgFoN3vtD04gadUhw { width:13.2495rem;height:1.125rem;top:36.611875rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGgH5PuZO76keCVWTLulHMFANvurNOck { width:13.49975rem;height:7.0019375rem;top:38.986875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksFTSOy2byxKhWy7UBBTXCTRd55D5kDZ { width:13.2495rem;height:1.125rem;top:52.2303125rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZK9ieJNIIvUUytoxSyDvBfOrnQwV0oG { width:13.49975rem;height:7.0019375rem;top:54.6053125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl { display:block; }#n6z4Z39tVwrdkhZ5np0nAroNd0C7trPl > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDvsdURSgFhHxKExivchd0L8w6w0AFrB { width:10.5rem;height:2.25rem;top:1.904296875rem;left:4.7490234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prpEgXmTb7VVzSrLT1GkeihbXIgTPknE { width:6.687rem;height:0.1875rem;top:7.18505859375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myd6cnSZTfKhLzapppAzbOhtwB9tLzwF { width:19.9995rem;height:1.5629875rem;top:4.810546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf { display:block; }#lyFZCCfoWvVPamqBwPdrOoVPFZbs7npf > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBrvhVe9OAxeB7r2eTPdDt1sV1SU2R0m { width:9.0625rem;height:2rem;top:5.875rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5M42KPUn8v1h8kzM6LmNfUF4TiI4lh { width:13.49975rem;height:1.4003875rem;top:9.0625rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpr4Mt37g6SB3FRaN7chwqPbTRnsW6do { width:9.0625rem;height:1.9995125rem;top:15.25rem;left:5.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkCelzc6PqMuJw2yb2fPDFlt2icoOTmG { width:13.4985625rem;height:1.4003875rem;top:18.375rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDgTnVXG7pL6S2euf5DafU1Bh6dzT5n4 { width:9.0625rem;height:1.9995125rem;top:24.375rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzoxHwOKGI96fC1GhvMgOoFO9WMLRo8O { width:13.49975rem;height:1.4003875rem;top:27.5625rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0wGoHUDbOCZmPuSmdIeb6Q5zrQPrF47 { width:9.0625rem;height:1.9995125rem;top:33.5rem;left:5.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluO4cFt8K7pNvSiNdpIODPKWcVQuq8z { width:8.125rem;height:1.4003875rem;top:36.6875rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yK3mvbBf08aaQ98CcnukxsOcH3biaPDU { width:10.3125rem;height:1.9995125rem;top:42.625rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcy7rqeFw5QTJLPd3AUmkKduAniNeskI { width:8.124rem;height:1.4003875rem;top:45.52734375rem;left:5.93701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFT3cvXzqgZNWqZoTSuqZ77UlUlWORcx { width:10.3125rem;height:1.9995125rem;top:51.125rem;left:4.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7LdNcgNZShgN6WN9UQRd8rQfUnvb78J { width:13.49975rem;height:1.4003875rem;top:54.125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8nNiop2abf1zVdGXdthNzcwzg7TDE5B { width:15.1875rem;height:7.374rem;top:22.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbiZ5oDymXO6AXAQo1Xy57pfexnuxDRN { width:15.1875rem;height:7.375rem;top:13.83544921875rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLXZdiLptNcL9VN66TA4QetMnMTXVFfQ { width:15.1875rem;height:7.375rem;top:4.46044921875rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfApDTURM2k9IXXOEoXC8OcuRxyLifmi { width:15.1875rem;height:7.375rem;top:31.70947265625rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG7UgDZSkSyTzXG3cdFf9EscqGMJLQ0 { width:15.1875rem;height:7.375rem;top:40.70947265625rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLzKGvNenZ8CCWQpU0MzCWtya100pBp3 { width:15.1875rem;height:7.375rem;top:49.46044921875rem;left:2.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m65geD0svsx4cuZNbTrkCbeSJ43mEfxC { display:block; }#m65geD0svsx4cuZNbTrkCbeSJ43mEfxC > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxbWcC7Fel34Zylw3sILgJ0bKpt4rvWT { width:18.75rem;height:2rem;top:2.9970703125rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTlXDHlyVfSwdaWUqyHQxh1gi4TKmTVL { width:17.68675rem;height:6.5625rem;top:5.687255859375rem;left:1.15478515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rWkSap924KkXp9KlAd41lqkFVwfHeDCp { width:17.6230625rem;height:0.875rem;top:1.373046875rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbyikOwP11KHzXmvT48FxxTov867D3NC { display:block; }#wbyikOwP11KHzXmvT48FxxTov867D3NC > .row .container { width:20rem;height:123.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymzskTLzgHFQwNK2o2pG9S5qMMDxa56P { width:14.6875rem;height:14.6875rem;top:2.6845703125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh07Buv1E0KDcBbQ79XMGKNSGdgK5ZAk { width:14.6875rem;height:14.6875rem;top:22.43408203125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAduM2U1XpTEJSXofcnDbZ3UlMtzHDNA { width:14.6875rem;height:14.6875rem;top:42.625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biyTpmZ3vfKT9iPXHgxAk2CNowUIy3aV { width:14.6875rem;height:14.6875rem;top:61.749267578125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkd4cPqtlRtut1pXL6JdXbETZU5mEJMD { width:14.6875rem;height:14.6875rem;top:81.125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJJuyBrsTmpFuBvUJstAOxBffrxVGOPG { width:14.6875rem;height:14.6875rem;top:101.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb7rkc20u2hGTpyo9Qv0KODtVdcPWrLm { width:11.6865rem;height:1.25rem;top:18.3720703125rem;left:4.1552734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L43D9yhTKp2Wnny82JZuFE10A972OScw { width:11.6865rem;height:1.25rem;top:37.6845703125rem;left:4.1552734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #daxGTRM9TVk1JrU7kbpiUpN6oZrihS5e { width:11.6865rem;height:1.25rem;top:58.1875rem;left:4.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZibqfuT9pLf6SET6AFVdVtgUGT7IvXb { width:11.6875rem;height:1.25rem;top:76.9375rem;left:4.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSoNdrLS7S7HcvKHHZKkCHeKpUo66DTD { width:11.6875rem;height:1.25rem;top:96.875rem;left:4.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgftu37D87vLLN8McW2suAqe1AD41bfZ { width:11.6865rem;height:1.25rem;top:117.8125rem;left:4.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ionKlyqW90XqHuEOZSa35lxnU8HkUR8W { width:5rem;height:1.0004875rem;top:20.1220703125rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFGbPnnKXJoTUhIu1dHDqZiexsVpQVkN { width:5rem;height:1.0004875rem;top:39.4345703125rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIdJKWDQx1yeadNReTrhZUGs2Fw6dkAT { width:5rem;height:1.0004875rem;top:59.9365234375rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kN74HpGZcxb1NQsWA8NnLUFOAufblskg { width:5rem;height:1.0004875rem;top:78.187255859375rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXnIfboQHIbTdhJgQTuqaMDpFKPzwIoT { width:5rem;height:1.0004875rem;top:98.625rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAagcznuiaDGvxuPWx1n1aESQLn8m9rD { width:15rem;height:2.000975rem;top:119.81201171875rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI { display:block; }#Hsx7Q6auadIfyGA4So6IlpWiJ3J1pTDI > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSIdHDaoPeLkpt9WCBDaC45VcrmpppXK { width:19.5625rem;height:8.920875rem;top:0.78125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }