.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:237,245,227;--color-primary-1:196,220,163;--color-primary-2:136,185,70;--color-primary-3:68,93,35;--color-primary-4:20,28,11;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz { position:relative;display:block; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz { background-color: transparent; background-image: none; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container > .video-iframe-container { display: none; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row > .video-iframe-container { display: none; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .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); }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz { border-width: 0; border-radius: 0; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BhNQlTHyNODHyvaHos4m3ux7rB8XKQWP { 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:6.375rem;width:18.75rem;top:1.71875rem;left:0rem;overflow:hidden;display:block; }
#cecOJw5gIt5NOhAeKIgJB8Z7yITbtI0J { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.875rem;top:3.65625rem;left:21.59375rem;overflow:hidden;display:block; }
#Pp1n04nIhpBT7UUTBohb81G0pHXy5ea4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.6875rem;top:1.1875rem;left:43.9375rem;overflow:hidden;display:block; }
#buJMLkF2STzhdCpWMPDLDW7KHL68Ng66 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:spartan;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:43.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#VgURFpKmgsWDKGTE4u3vsVdTRZTyTsLL { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #88b946;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#88b946;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:4.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.65625rem;left:55.75rem;display:block; }
#DEko25yp2g7ptQXiU2q8Oshr68HVqrpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVzJvimZNqZILVZVfqkpyO4HzWbiIldr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.40625rem;left:58.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIisExGI0yJ3uRLByuEl7KBTW9rugoTi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:80.3125rem;left:18.875rem;display:none; }
#m2H176sX58SLSLOuQRZqXTd5iJZDzADC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;overflow:visible;position:relative;display:block; }#xN949eFhBBOE4bvP5i7Tue8wtBQmcW1F { 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:1.5rem;width:1.5rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#DDz4XndNJPdlHaox5SdkOPTq5FWKsedm { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:2.15625rem;height:1.29980625rem;display:block; }
#thPPmLFDXODZpW7UCJs39cg7IZsu4F4F { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:23.0625rem;height:1.3rem;display:block; }
#r2buQKcf8BlLtiSbyCyNqTarxubUaC6I { position:absolute;display:block;z-index:15002;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:1.5rem;width:1.5rem;top:1.25rem;left:20.875rem;overflow:hidden;display:block; }
#lBBGh6FTXSsEMWmUMCIBGEzWiMS3olr5 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:43rem;height:1.3rem;display:block; }
#RSUMBLg9te4vORITllbym5RTObm8o22c { position:absolute;display:block;z-index:15004;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:1.5rem;width:1.5rem;top:1.25rem;left:40.8125rem;overflow:hidden;display:block; }
#oJ06uQUGd7aXzTCfSSTWpA0sevVib9eC { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:65rem;height:1.3rem;display:block; }
#rXsLhx1XiMNRI0i8Fih3H7et5uuORmfT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:1.25rem;left:62.8125rem;overflow:hidden;display:block; }
#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2f09134-5a93-40b0-aa2a-0441bd978588/Frame2147225759.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.adaptive-delivery-prevent-bg, #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.lazyload, #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.lazyloading { background-image: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { background-color: transparent; background-image: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container > .video-iframe-container { display: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row > .video-iframe-container { display: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .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); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { border-width: 0; border-radius: 0; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#ZzP7Ddy4K47VUE8ZTRBFB2OWpuvGAoCM { 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:33.25rem;width:37.5rem;top:13.4375rem;left:37.5rem;overflow:hidden;display:block; }
#tAsDzg30EcU3WGuyQis0G72TpU4KvLzo { box-sizing:content-box;height:4.25rem;width:18.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:6.1875rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hJWpNqLIMlcRyyoXWWeipGxbtoBSWWTW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:4.25rem;top:7.25rem;left:0.875rem;overflow:hidden;display:block; }
#oSSc9ZlTUwaN165ZEtc9CTfG542Jszo9 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:6rem;height:2.923825rem;display:block; }
#J5koG0TCyovL8ImEE92xG2bJxy9ZPuMo { color:rgba(var(--color-tertiary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:8.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vQ8V6KJXH5dT7WKgUghtK9cXK9gAWhLc { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21.5625rem;left:0rem;height:5.94921875rem;display:block; }
#ZvTbeuEuW1paOVFhhq8nCQhdQb6qBod4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:29.25rem;left:0rem;overflow:hidden;display:block; }
#x2IXfL8d6C15TFPek6btfgApuVpJQFb9 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:29.25rem;left:2.3125rem;height:1.57421875rem;font-style:normal;display:block; }
#TWuTW31n3D66XHadO080iUezzfNnmw43 { position:absolute;display:block;z-index:15008;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:1.625rem;width:1.625rem;top:31.5rem;left:0rem;overflow:hidden;display:block; }
#PS6dtNtpC0wH5MZqPVafDT6HCvwuLV7h { color:rgba(var(--color-tertiary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.5rem;left:2.3125rem;height:1.57421875rem;font-style:normal;display:block; }
#BzOW5QHUgeL58wPM0kUEdRCrtoC2l0kZ { position:absolute;display:block;z-index:15010;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:1.625rem;width:1.625rem;top:33.75rem;left:0rem;overflow:hidden;display:block; }
#gmQX0LtvTE51d8erxKA2CbuTEJtJu4gc { color:rgba(var(--color-tertiary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.75rem;left:2.3125rem;height:1.57421875rem;font-style:normal;display:block; }
#Kw1mWwwvZvFNsalyAGFgcEw254nxeTLa { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.625rem;top:36rem;left:0rem;overflow:hidden;display:block; }
#KoixKvChnEWa0u66L3tTLiBnnEOoaXwP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:36rem;left:2.3125rem;height:1.57421875rem;font-style:normal;display:block; }
#E0ATTQ0KHNPfTWbxbGBurk7y0TU4XCSX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:39.8125rem;left:0rem;display:block; }
#nJ6B1BC6oM5mLLQqchTgpXLppvZJQ1XW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HLKqCW9oWl36tAkZXaEStIpu32kii22z { box-sizing:content-box;height:13.8125rem;width:30.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-2),0.2);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:45.6875rem;left:0rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#nInVpgNtQrEwKfQ1oTVzv7FAMmWCHnfJ { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.6875rem;left:0.875rem;height:7.7988125rem;display:block; }
#vDwAgbHoRQmrokJxp69Mg5AcnhD35OiU { 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:2.375rem;width:2.375rem;top:55.6875rem;left:0.875rem;overflow:hidden;display:block; }
#AB36OIvetEuaLzoNPJU64AbTTIGo3A6d { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:55.4375rem;left:4.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EfKDHfdDdUswQ38a3PLkOShzFuKOoUbp { 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:1.1875rem;width:5.5rem;top:57.125rem;left:4.375rem;overflow:hidden;display:block; }
#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT { position:relative;display:block; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT { background-color: transparent; background-image: none; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container > .video-iframe-container { display: none; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row > .video-iframe-container { display: none; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .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); }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT { border-width: 0; border-radius: 0; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SXtpuMCnkxyCVU9kXNyhODxMzHzCTkZf { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#MFt15RPdyskbsbSED7bVmL3f39hwOaIB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:1.94921875rem;display:block; }
#NlQ8QHdoXvc2UsLmrNSA3I7kuKJvZTaK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:14.625rem;display:block; }
#T3rsP3pOT2qWWyUXnCvoBUoZGvg6o9Z8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.625rem;left:45.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-form-header {  }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:23rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f7fcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f7fcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.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:23rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:23rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-select {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .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(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J [class*="-text"]:-moz-placeholder { color:#fcfff8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J [class*="-text"]::-moz-placeholder { color:#fcfff8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J [class*="-text"]:-ms-input-placeholder { color:#fcfff8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J [class*="-text"]::-webkit-input-placeholder { color:#fcfff8;font-family:var(--paragraphs-font-family);font-size:1rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .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; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-container:first-of-type{padding-top:0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-container:last-of-type{padding-bottom:0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.1875rem;left:44.5rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J {display:block;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:11.1875rem;left:44.5rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TDWo6KhS0V23goAfik43T37F1oPS4Qkt { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #icwSI8i7lXiNaEUf2l3VCRDVA0Kv0qyO { position:relative;display:block; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #urwyoSgh61sdgyoUAqie5BfFwfd41F83 { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TO2ONQomFyOO8gtN49O51oJrsJw42Vre { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #SW23ez6KUZivxUwdt1HRGTf9FJ3C0gkH { position:relative;display:block; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #KyZyDrvncBV8n1EAm26K3UcX1x5brBnz { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #vwJTAkEF9HClir79mG81nKme0g5UUCFd { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UyiCTwT0C6JLFTNJ3loAeEJnN3pszfJT { position:relative;display:block; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #FR1rmdcewPCuvZTV5ty13bOeQJI4tsIc { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #gybVV5DDnFoLaaFn1hL1Q7LyAC5hO2KT { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #Wpgtw6LiGIoVd4fuwozrSoO7fTlDoJcR { position:relative;display:block; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #VAlAnLBSAtoaqX3LaE5KJq5iLNVnZXDz { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #OURN0e9EU2hlvmvc0aphbeMlyiBHShHa { position:relative; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UHFd4TcwIzVgz5iX1gra1XIzMTesbCED { position:relative; }
#sk9B5xHPDI808NVE7mKQ814mZqDkm9id { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.5625rem;left:46.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#wTg427Jvx0cKli4CCVpt8oeqS795rhyN { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:24.75rem;top:39.375rem;left:44.9052734375rem;overflow:hidden;display:block; }
#mGRO94yufoSHOoPZtnDOTaK4xbvxdU8t { box-sizing:content-box;height:41.375rem;width:27.8125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:3.4169921875rem;left:43.3984375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KCXq0wtFMp1p4eG4xCvC4p4n0hTp2O4R { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.25rem;left:0rem;height:3.65625rem;display:block; }
#rIbbnT8WRqJ5EIX01L07XKObmJ1DSKvi { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:1.94921875rem;display:block; }
#naab6dh3oc5NwF2T1VsBacUVSpiiGrT3 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.25rem;left:2.5625rem;height:1.94921875rem;display:block; }
#DGwoiBTKCHhIoiJeirzaPdPxvvgfag8O { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.125rem;left:2.5625rem;height:1.94921875rem;display:block; }
#W3PBSkyv36s7gFnisC1bMuHq5tO52aGu { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42rem;left:2.5625rem;height:1.94921875rem;display:block; }
#TX2XLbfo8Erc6Ji6nd3X0Eqx9VRV48qz { position:absolute;display:block;z-index:15027;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:1.625rem;width:1.625rem;top:36.75rem;left:0rem;overflow:hidden;display:block; }
#wkyy63q8NzP28Jb9mKATz1ZiPSRiHlPs { position:absolute;display:block;z-index:15028;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:1.625rem;width:1.625rem;top:39.625rem;left:0rem;overflow:hidden;display:block; }
#iNwlHIo2Ki4yTsg7fOxJJNtsE1XfpO92 { position:absolute;display:block;z-index:15029;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:1.625rem;width:1.625rem;top:42.5rem;left:0rem;overflow:hidden;display:block; }
#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container { background-color: transparent; background-image: none; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container > .video-iframe-container { display: none; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row > .video-iframe-container { display: none; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .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); }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container { border-width: 0; border-radius: 0; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Z89eGbnrNGAAsA8Me6uNFlFEJoKGAJtX { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:26.53125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#kuETOcFH8QTaX8sxVg3H0UWbc1LHpyLQ { position:absolute;display:block;z-index:15001;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.3125rem;width:60.25rem;top:8.6875rem;left:6.40625rem;overflow:hidden;display:block; }
#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container { background-color: transparent; background-image: none; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container > .video-iframe-container { display: none; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row > .video-iframe-container { display: none; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .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); }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container { border-width: 0; border-radius: 0; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#Ea5wWW22z3HwiCAd5VsFiLeg7TR3peP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:11.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#AcohuwnbVhUUFgCnd5ixl9gFIPhL2Og6 { position:absolute;display:block;z-index:15003;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:22.25rem;width:30.8125rem;top:8.75rem;left:0rem;overflow:hidden;display:block; }
#vKvGTGHhQWyCLfPSNqlBPiahxLNciDdu { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:33.625rem;height:;display:block; }
#X2WZ0hxPKFJZ4VFepRCDwnMnNPE4xvOR { color:#666666;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:11.75rem;left:33.625rem;height:19.1953125rem;display:block; }
#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 { position:relative;display:block; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 { background-color: transparent; background-image: none; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container > .video-iframe-container { display: none; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row > .video-iframe-container { display: none; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .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); }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 { border-width: 0; border-radius: 0; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qFbIMrbWs5CXyowOcQ1oLhlQgKpJvpNR { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.65625rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#MfHvzxcQAx0bA4pzb2G4mzQlpRJfuDGh { color:#666666;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:7.625rem;left:16.8125rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#eWqeOZN8DN5BpTWQrh1CJ5TaDoW7DHHg { box-sizing:content-box;height:30.4375rem;width:36.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0rem 0.25rem 3.1875rem rgba(var(--color-secondary-2),0.08) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gKIc8pJ4v6w0D03Rdrf4J23UJlNtAil0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.875rem;left:1.53125rem;height:1.625rem;display:block; }
#uSFH5xoqTVQuRzwH4rHiUc83UpWwmrl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.53125rem;height:15.3984375rem;display:block; }
#D0wZZPpCIN42SAe4xDx46yRr5QB8Zcpn { box-sizing:content-box;height:0.0625rem;width:33.4375rem;position:absolute;display:block;z-index:15010;background-color:#d3d3d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:1.5625rem;display:block; }
#vAd6rEpRaiBGbWayo7OyRCr3On7IXn11 { position:absolute;display:block;z-index:15011;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.125rem;width:3.125rem;top:36.75rem;left:1.53125rem;overflow:hidden;display:block; }
#e2M43qzO6itv9BXXuaHHcV7H8LovtTFk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:37.5rem;left:31.875rem;overflow:hidden;display:block; }
#kuDCSceny6XtqUaMkA64JAWK6cZSaA0u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.75rem;left:5.53125rem;height:1.4625rem;font-style:normal;display:block; }
#Wk4u4nGPyxnRf8AktQhldUtNsqlKKcGs { 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:1rem;width:6rem;top:38.875rem;left:5.53125rem;overflow:hidden;display:block; }
#ZCplNoMUhoxeBiJTshhsZCETL23DKn5d { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.875rem;left:40rem;height:;display:block; }
#gGBRvq0MJk9PJh0i8F11CVuKfKaHzsoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:15.25rem;left:40rem;height:15.3984375rem;display:block; }
#WbBahduQPX60Wudb1UJJbHE5Rg7E3XKR { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:36.75rem;left:40rem;overflow:hidden;display:block; }
#qM7whnZDfMJoUAF2IucvSvTh1rglEA55 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.75rem;left:44rem;height:1.4625rem;font-style:normal;display:block; }
#QNeKCz6IMeHkf0yHDmLQ5BqqvwxE58Zd { position:absolute;display:block;z-index:15022;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:1rem;width:6rem;top:38.875rem;left:44rem;overflow:hidden;display:block; }
#fdc1ZyS6XGnTWq6C9I6v19JHE0gVPIm5 { box-sizing:content-box;height:0.0625rem;width:33.4375rem;position:absolute;display:block;z-index:15018;background-color:#d3d3d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:40rem;display:block; }
#FTONUWMHXl8cd9h0GfnChdrN6mqVkhL7 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:37.5rem;left:70.3125rem;overflow:hidden;display:block; }
#LaRwJHCus3EEIVDUotLXoP8aq2P9DzXg { box-sizing:content-box;height:30.4375rem;width:36.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0rem 0.25rem 3.1875rem rgba(var(--color-secondary-2),0.08) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#I1ecQzJ81GnlLhbuSg9QRUEzaDvZeqrN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:47.25rem;left:1.5625rem;height:1.625rem;display:block; }
#MkoLnd3oXyZoVv74MVVTyIw2Hsp4b5hx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:49.625rem;left:1.5625rem;height:15.3984375rem;display:block; }
#GRv39IcNiNvA67NhHtk9dQTTAs3vt9M7 { position:absolute;display:block;z-index:15027;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.125rem;width:3.125rem;top:71.125rem;left:1.5625rem;overflow:hidden;display:block; }
#Nxp7PmusJxRpyhmsuie5VBwRyn6NnOEa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:71.1875rem;left:5.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#hlbo4cM7Ey5dmWdFmrTqTWRlxwKzZ0OQ { position:absolute;display:block;z-index:15030;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:1.1875rem;width:5.5rem;top:73.118051528931rem;left:5.53125rem;overflow:hidden;display:block; }
#dRZwsiCI2kMe2yVwq8VpQy4Ul4GHEcAq { box-sizing:content-box;height:0.0625rem;width:33.4375rem;position:absolute;display:block;z-index:15026;background-color:#d3d3d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.25rem;left:1.5625rem;display:block; }
#PRSTZyg18SfCmQ0dLxeqgXRdP3tsQcTr { position:absolute;display:block;z-index:15028;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:71.875rem;left:31.875rem;overflow:hidden;display:block; }
#XDJUegdt51ibE8WZg0e344iyZu16ITAT { box-sizing:content-box;height:30.4375rem;width:36.5625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0rem 0.25rem 3.1875rem rgba(var(--color-secondary-2),0.08) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dZ7UbPWpTyqOvyeST9OmaX5ULVbC9DdN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:80.3125rem;left:18.875rem;display:block; }
#d4DOCX5C7TQ52aOTR1QerqGQgwm9CORS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FX6PEb9sh2uIvx0aQcgI3sU8hTBALDt5 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:80.3125rem;left:38.8125rem;display:block; }
#r7aWlw6l4y84v2qNt98AUsC94vHhvbBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P91kTN5nIVaUKBCKhd7rTeoQfBlZQSUa { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:47.25rem;left:40rem;height:1.625rem;display:block; }
#oCg82vTRw1QoHtmnTfnvfDBKA7ootn7J { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:49.625rem;left:40rem;height:15.3984375rem;display:block; }
#JcAEQbxie9TvxksDo8fQq2dM33OPPly2 { box-sizing:content-box;height:0.0625rem;width:33.4375rem;position:absolute;display:block;z-index:15034;background-color:#d3d3d3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.25rem;left:40rem;display:block; }
#SEubydBUhfBTSiC48O8iFnt8FXTaprei { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:71.1875rem;left:44rem;height:1.4625rem;font-style:normal;display:block; }
#x6kWBVR6wNsPNL66tMcEHuNngOcXtano { position:absolute;display:block;z-index:15038;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:1.1875rem;width:5.5rem;top:73.125rem;left:44rem;overflow:hidden;display:block; }
#kIbxmPn0z407GqqQdCy1dT6TNoQTTgQL { position:absolute;display:block;z-index:15035;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.125rem;width:3.125rem;top:71.125rem;left:40rem;overflow:hidden;display:block; }
#ib3ChT0EKhVAPJvymULTRleCqSGQtPBz { position:absolute;display:block;z-index:15036;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:71.875rem;left:70.3125rem;overflow:hidden;display:block; }
#PfzrZhW2fCSVoKkGu2VPiJwI8kVh4wms { box-sizing:content-box;height:30.4375rem;width:36.5625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0rem 0.25rem 3.1875rem rgba(var(--color-secondary-2),0.08) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.6875rem;left:38.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container { background-color: transparent; background-image: none; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container > .video-iframe-container { display: none; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row > .video-iframe-container { display: none; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .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); }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container { border-width: 0; border-radius: 0; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#U44tLsbnsshPJsuRIuiwpwcsmaVsow1w { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.8994125rem;display:block; }
#UofEH1kpkqGEdSwXmelmRwxnzC454W5W { color:#666666;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.125rem;left:0rem;height:5.25rem;display:block; }
#f4DwLRDlnwdiXq38e4lLUlWImg68NPJn { color:#000000;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:35.8125rem;left:0rem;height:3.5rem;display:block; }
#REXQVJ52cf5IRUi1wX9p7ZlxsNVEdlRS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.638888875rem;height:3.388888875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.5625rem;left:0rem;display:block; }
#N0gsQ1JGyiAXLgSt7DJShpCTmzR29KEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JG5ftcg5cxKdEOLhrD99UVu9W7oNWR6f { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.638888875rem;height:3.388888875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:40.5625rem;left:19.9375rem;display:block; }
#xSAbAGeUTPe87kslGTvCLkn39ehXeXN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcgKqwlkC50aXDqNBa35fhwvTJHSDrG4 { 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:1.875rem;width:1.875rem;top:15rem;left:0rem;overflow:hidden;display:block; }
#UBDQfPTI8aKcKRvp7x0T0aouE6Joo6Kl { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15rem;left:2.875rem;height:2.0996125rem;font-style:normal;display:block; }
#JGN4bV4ROIS6EPGI5xetOOkFxiRKmMTQ { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15rem;left:12.8125rem;overflow:hidden;display:block; }
#lZBQC5FhbE9IuL5nweTaHHAwSNRfMhZ2 { color:rgba(var(--color-secondary-2),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:15rem;left:15.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#Kh20ckAD0dTMc7JBTocuaIVPvIsHdh7H { position:absolute;display:block;z-index:15022;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:1.875rem;width:1.875rem;top:15rem;left:25.5rem;overflow:hidden;display:block; }
#rXVROeTzC29XQtNyPf6RADGmwJcL2EwM { color:rgba(var(--color-secondary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:15rem;left:28.375rem;height:2.0996125rem;font-style:normal;display:block; }
#gV233lNxyFkdHi5eGpdsN4yRJ2viT1Bg { position:absolute;display:block;z-index:15022;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:1.875rem;width:1.875rem;top:18.5rem;left:0rem;overflow:hidden;display:block; }
#mmBJFGZhgEKBoRpb8Vl0gZT0TQG9GagK { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:18.375rem;left:2.4375rem;height:2.0996125rem;font-style:normal;display:block; }
#SETSwwF7DUaaCtNZn21eZPHrF78Fp1TA { position:absolute;display:block;z-index:15024;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:1.875rem;width:1.875rem;top:18.375rem;left:12.8125rem;overflow:hidden;display:block; }
#iQGrpBWEUT6Fbf0CqI249d5i7DrfG1eJ { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:18.375rem;left:15.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#PyMAS9qfLbpwgv66HrLZ3T13yIswzCM1 { position:absolute;display:block;z-index:15025;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:35.4375rem;width:23.5rem;top:7.0234375rem;left:48.5rem;overflow:hidden;display:block; }
#BKgGZxakrEBvJcMFdPumiDZ32iEbTDTZ { position:absolute;display:block;z-index:15024;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:1.875rem;width:1.875rem;top:18.375rem;left:25.5rem;overflow:hidden;display:block; }
#TrwEFTzAoi5DGybzWuWsNNKSxMF4g5fy { color:rgba(var(--color-secondary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:18.375rem;left:28.375rem;height:2.0996125rem;font-style:normal;display:block; }
#qTceNHniDwM2osuROE2BrcsFDqbnCCNh { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:21.75rem;left:2.875rem;height:2.0996125rem;font-style:normal;display:block; }
#WeVzV2kofgVVeL5tZaT8dTRKwdqPFBhm { position:absolute;display:block;z-index:15028;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:1.875rem;width:1.875rem;top:21.75rem;left:0rem;overflow:hidden;display:block; }
#TFUO6RaBPo9oyXzDcTHNQ6g7BZh1ryk8 { position:absolute;display:block;z-index:15030;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:1.875rem;width:1.875rem;top:21.625rem;left:12.8125rem;overflow:hidden;display:block; }
#XLASEKydvG6WTIMWh0xpd3HH9FZCQStR { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:21.625rem;left:15.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#FaUe8hxC3JAty8O0h4lOC0GfP3S0XpxU { position:absolute;display:block;z-index:15030;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:1.875rem;width:1.875rem;top:21.625rem;left:25.5rem;overflow:hidden;display:block; }
#IFPMTFqSp3PPiR89G5fMxvURmfELsmHp { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:21.625rem;left:28.375rem;height:2.0996125rem;font-style:normal;display:block; }
#Sg48SQ82HudODuLoH7iNDLJLZXQ487f9 { color:#000000;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:25.25rem;left:2.875rem;height:2.0996125rem;font-style:normal;display:block; }
#Tf6fXqJJh19CCsmmrLMr8myTOwDDafS5 { position:absolute;display:block;z-index:15034;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:1.875rem;width:1.875rem;top:25.25rem;left:0rem;overflow:hidden;display:block; }
#stC3VB4PdtErd37xH4Qs9pwwy0ezGJWB { position:absolute;display:block;z-index:15036;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:1.875rem;width:1.875rem;top:25.125rem;left:12.8125rem;overflow:hidden;display:block; }
#izy5g4qlrF0MLKRLqyKdG3t80bR7e3nL { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:25.125rem;left:15.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#FB3dmJxx1vbeifteafnWOWnB5reQ9cCu { position:absolute;display:block;z-index:15036;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:1.875rem;width:1.875rem;top:25.125rem;left:25.5rem;overflow:hidden;display:block; }
#VqTmqxbgHWGIoL1LZhS50Z19DbM3gByT { color:rgba(var(--color-secondary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:25.125rem;left:28.375rem;height:2.0996125rem;font-style:normal;display:block; }
#KHPEVJ99mDsQzyvJ5w8dTnfoi6LTLspE { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:28.75rem;left:2.875rem;height:2.0996125rem;font-style:normal;display:block; }
#xC1XAcLDlW22suM2RbPxlu42XuOB4JeH { position:absolute;display:block;z-index:15040;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:1.875rem;width:1.875rem;top:28.75rem;left:0rem;overflow:hidden;display:block; }
#n8GKrG8c4wkeAU5SKOGpRR0wb30vBo2m { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.625rem;left:12.8125rem;overflow:hidden;display:block; }
#XlTbP0PDMTyOVzu10uk274RqHZ7AVGi5 { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.625rem;left:15.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#pnhsm2sHpmnKo102IPsWVewMGKkq0Sm7 { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.625rem;left:25.5rem;overflow:hidden;display:block; }
#tIM9dyAmUEey4tGLztqUOAMnXI9Tt401 { color:rgba(var(--color-secondary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.625rem;left:28.375rem;height:2.0996125rem;font-style:normal;display:block; }
#zwyRi7mVKT3C1UfpPDVqwoi1eP1U4rwo { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.0625rem;left:0rem;overflow:hidden;display:block; }
#bBxZCz6M9UX6ma3HTspo0hGqllTy81cg { color:#000000;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:32.0625rem;left:2.875rem;height:2.0996125rem;font-style:normal;display:block; }
#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t { position:relative;display:block; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t { background-color: transparent; background-image: none; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container > .video-iframe-container { display: none; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row > .video-iframe-container { display: none; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .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); }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t { border-width: 0; border-radius: 0; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hltbFb3gKJIZtLQ0kxaVXh1JTMmQT0p3 { 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:25.875rem;width:30rem;top:3.7499866485596rem;left:0rem;overflow:hidden;display:none; }
#IB7gim8x9DeeNxW9iFSR4WLuG6sM9IU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.375rem;left:15.0625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#swFmRRZRhrRaaZ9PlaDKTawBfIGTDNCT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.1875rem;left:20.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#BFgxetFfxdFLKhdq9MdugCUIApIqBgGJ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.638888875rem;height:3.388888875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.75rem;left:18.6875rem;display:block; }
#FThHZo2TtsFza6RnLgXBiIDL0AbOfAsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRSZyVQtbRhoWRGLLGTOTLrtSon91acp { background-color:rgba(var(--color-tertiary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.638888875rem;height:3.388888875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.75rem;left:38.625rem;display:block; }
#M8OM3csbTXXXK4nU8ku5EA9NpggcwpC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVeuUld5B9Z7Pfta9eH0Tw2zkAWkcQUW { position:absolute;display:block;z-index:14999;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:25.875rem;width:75rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00312d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container { background-color: transparent; background-image: none; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container > .video-iframe-container { display: none; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row > .video-iframe-container { display: none; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .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); }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container { border-width: 0; border-radius: 0; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#Rt56tKwCkcxr0HBZQFTmOudDxpJcDG5T { 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:6.375rem;width:18.75rem;top:2.9444446563721rem;left:0rem;overflow:hidden;display:block; }
#XpxtHCtLcct2hUnWLcgNyLpofCs8mQxU { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:5.0625rem;display:block; }
#vGPqJi9DToLVLvu99XrIpss7IwOa2hpS { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#4d5a43;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.881944656372rem;left:0rem;display:block; }
#G3VxU6d0MbTZQxKVKeEQt3oZML8t8CnS { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:19.124132156372rem;left:19.718751907349rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#H6FeepAdxTQTaaXBlfu69BJgIZZ6pxp8 { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:33.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5UsSqLLPO74303HzBUq5Nkr6oNTW73a { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.625rem;left:33.875rem;height:1.13671875rem;display:block; }
#oewzXkg13vw7fOn2V4L8T9LO9e4wA1z3 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.375rem;left:33.875rem;height:1.13671875rem;display:block; }
#HeWCrNaLB3by3pNsTglhJDPOpxihfwxM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.3125rem;left:33.875rem;height:1.13671875rem;display:block; }
#Iam8K6lf59aDVM8N2TTDDqJAhnP1n3Av { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.25rem;left:33.875rem;height:1.13671875rem;display:block; }
#cegUs6bxIfRShbcbQsMiSu3dXPC3TN5O { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.3125rem;left:33.875rem;height:1.13671875rem;display:block; }
#uvy5wxxnafMJzhQhT3UdJFMuJpffSvOe { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9375rem;left:53.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqCPAgHK7qWqQNUuRQVTFRX1PbPx0NTy { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5rem;left:55.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#VSbErrpibaPspAbrTNMT4TAduvtgRA9B { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5625rem;left:55.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#zxDXTK1esggG8mIktc88sX9tWF4E34yi { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.5rem;left:55.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#tqzOWp5oUC5s0RRHhz7DEiHsIpKqfnQ3 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.375rem;left:53.625rem;overflow:hidden;display:block; }
#uqLAq0riEKNqO1o0UPkz2VGtoCcvQ2TO { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:8.5rem;left:53.625rem;overflow:hidden;display:block; }
#R3mVWSTQmtfqtU4VBvD6gHLRxtwMUwCu { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:11.375rem;left:53.625rem;overflow:hidden;display:block; }
#sm4EJvikJTGf0VS5D3qwffas6NEmJ4sN { color:rgba(var(--color-tertiary-2),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.1240234375rem;left:52.46875rem;height:1.6875rem;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) { #UWTeOWtINbaEs2oGK17PbGpUzz31KRlz { display:block; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNQlTHyNODHyvaHos4m3ux7rB8XKQWP { top:1.6875rem;left:0rem;width:18.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cecOJw5gIt5NOhAeKIgJB8Z7yITbtI0J { top:3.625rem;left:7.96875rem;width:18.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp1n04nIhpBT7UUTBohb81G0pHXy5ea4 { top:1.1875rem;left:30.3125rem;width:8.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJMLkF2STzhdCpWMPDLDW7KHL68Ng66 { top:6rem;left:29.4375rem;width:10.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgURFpKmgsWDKGTE4u3vsVdTRZTyTsLL { width:19.25rem;height:4.5rem;top:3.625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEko25yp2g7ptQXiU2q8Oshr68HVqrpQ { display:block; }
 }@media only screen and (max-width: 763px) { #CVzJvimZNqZILVZVfqkpyO4HzWbiIldr { top:2.375rem;left:32.3125rem;width:15.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIisExGI0yJ3uRLByuEl7KBTW9rugoTi { width:17.75rem;height:3.5rem;top:80.3125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2H176sX58SLSLOuQRZqXTd5iJZDzADC { 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) { #xN949eFhBBOE4bvP5i7Tue8wtBQmcW1F { top:1.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDz4XndNJPdlHaox5SdkOPTq5FWKsedm { top:1.3125rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thPPmLFDXODZpW7UCJs39cg7IZsu4F4F { top:1.375rem;left:9.4375rem;width:20rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2buQKcf8BlLtiSbyCyNqTarxubUaC6I { top:1.25rem;left:7.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBGh6FTXSsEMWmUMCIBGEzWiMS3olr5 { top:1.375rem;left:29.375rem;width:13.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUMBLg9te4vORITllbym5RTObm8o22c { top:1.25rem;left:27.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ06uQUGd7aXzTCfSSTWpA0sevVib9eC { top:1.375rem;left:37.75rem;width:10rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXsLhx1XiMNRI0i8Fih3H7et5uuORmfT { top:1.25rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 { display:block; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzP7Ddy4K47VUE8ZTRBFB2OWpuvGAoCM { top:13.4375rem;left:10.25rem;width:37.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsDzg30EcU3WGuyQis0G72TpU4KvLzo { top:6.1875rem;left:0rem;width:18.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJWpNqLIMlcRyyoXWWeipGxbtoBSWWTW { top:7.25rem;left:0rem;width:4.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSc9ZlTUwaN165ZEtc9CTfG542Jszo9 { top:6.9375rem;left:0rem;width:11.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5koG0TCyovL8ImEE92xG2bJxy9ZPuMo { top:12.1875rem;left:0rem;width:39.75rem;height:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8V6KJXH5dT7WKgUghtK9cXK9gAWhLc { top:21.5625rem;left:0rem;width:35.25rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTbeuEuW1paOVFhhq8nCQhdQb6qBod4 { top:29.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2IXfL8d6C15TFPek6btfgApuVpJQFb9 { top:29.25rem;left:0rem;width:21.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuTW31n3D66XHadO080iUezzfNnmw43 { top:31.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS6dtNtpC0wH5MZqPVafDT6HCvwuLV7h { top:31.5rem;left:0rem;width:21.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOW5QHUgeL58wPM0kUEdRCrtoC2l0kZ { top:33.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQX0LtvTE51d8erxKA2CbuTEJtJu4gc { top:33.75rem;left:0rem;width:21.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1mWwwvZvFNsalyAGFgcEw254nxeTLa { top:36rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoixKvChnEWa0u66L3tTLiBnnEOoaXwP { top:36rem;left:0rem;width:21.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ATTQ0KHNPfTWbxbGBurk7y0TU4XCSX { width:17.75rem;height:3.5rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ6B1BC6oM5mLLQqchTgpXLppvZJQ1XW { display:block; }
 }@media only screen and (max-width: 763px) { #HLKqCW9oWl36tAkZXaEStIpu32kii22z { top:45.6875rem;left:0rem;width:30.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nInVpgNtQrEwKfQ1oTVzv7FAMmWCHnfJ { top:46.6875rem;left:0rem;width:29rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDwAgbHoRQmrokJxp69Mg5AcnhD35OiU { top:55.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB36OIvetEuaLzoNPJU64AbTTIGo3A6d { top:55.4375rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfKDHfdDdUswQ38a3PLkOShzFuKOoUbp { top:57.125rem;left:0rem;width:5.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT { display:block; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXtpuMCnkxyCVU9kXNyhODxMzHzCTkZf { top:3.625rem;left:0rem;width:41.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFt15RPdyskbsbSED7bVmL3f39hwOaIB { top:8.5rem;left:0rem;width:34.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQ8QHdoXvc2UsLmrNSA3I7kuKJvZTaK { top:11.625rem;left:0rem;width:36.8125rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3rsP3pOT2qWWyUXnCvoBUoZGvg6o9Z8 { top:4.625rem;left:24.625rem;width:23.125rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-select {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J  { width:23rem;height:auto;top:11.1875rem;left:22.25rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J {display:block;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J { width:23rem;height:auto;top:11.1875rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TDWo6KhS0V23goAfik43T37F1oPS4Qkt {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #icwSI8i7lXiNaEUf2l3VCRDVA0Kv0qyO {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #urwyoSgh61sdgyoUAqie5BfFwfd41F83 {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TO2ONQomFyOO8gtN49O51oJrsJw42Vre {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #SW23ez6KUZivxUwdt1HRGTf9FJ3C0gkH {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #KyZyDrvncBV8n1EAm26K3UcX1x5brBnz {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #vwJTAkEF9HClir79mG81nKme0g5UUCFd {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UyiCTwT0C6JLFTNJ3loAeEJnN3pszfJT {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #FR1rmdcewPCuvZTV5ty13bOeQJI4tsIc {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #gybVV5DDnFoLaaFn1hL1Q7LyAC5hO2KT {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #Wpgtw6LiGIoVd4fuwozrSoO7fTlDoJcR {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #VAlAnLBSAtoaqX3LaE5KJq5iLNVnZXDz {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #OURN0e9EU2hlvmvc0aphbeMlyiBHShHa {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UHFd4TcwIzVgz5iX1gra1XIzMTesbCED {  }
 }@media only screen and (max-width: 763px) { #sk9B5xHPDI808NVE7mKQ814mZqDkm9id { top:7.5625rem;left:26.8125rem;width:20.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTg427Jvx0cKli4CCVpt8oeqS795rhyN { top:39.375rem;left:23rem;width:24.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGRO94yufoSHOoPZtnDOTaK4xbvxdU8t { top:3.375rem;left:19.8125rem;width:27.8125rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXq0wtFMp1p4eG4xCvC4p4n0hTp2O4R { top:29.25rem;left:0rem;width:34.3125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIbbnT8WRqJ5EIX01L07XKObmJ1DSKvi { top:33.4375rem;left:0rem;width:36.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #naab6dh3oc5NwF2T1VsBacUVSpiiGrT3 { top:36.25rem;left:0rem;width:36.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGwoiBTKCHhIoiJeirzaPdPxvvgfag8O { top:39.125rem;left:0rem;width:36.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3PBSkyv36s7gFnisC1bMuHq5tO52aGu { top:42rem;left:0rem;width:36.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2XLbfo8Erc6Ji6nd3X0Eqx9VRV48qz { top:36.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkyy63q8NzP28Jb9mKATz1ZiPSRiHlPs { top:39.625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwlHIo2Ki4yTsg7fOxJJNtsE1XfpO92 { top:42.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd { display:block; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89eGbnrNGAAsA8Me6uNFlFEJoKGAJtX { top:2.875rem;left:12.90625rem;width:20rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuETOcFH8QTaX8sxVg3H0UWbc1LHpyLQ { top:8.6875rem;left:0rem;width:47.75rem;height:11.343101659751rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD { display:block; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea5wWW22z3HwiCAd5VsFiLeg7TR3peP9 { top:2.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcohuwnbVhUUFgCnd5ixl9gFIPhL2Og6 { top:8.75rem;left:0rem;width:30.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvGTGHhQWyCLfPSNqlBPiahxLNciDdu { top:8.4375rem;left:19.75rem;width:28rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2WZ0hxPKFJZ4VFepRCDwnMnNPE4xvOR { top:11.75rem;left:6.375rem;width:41.375rem;height:19.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 { display:block; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFbIMrbWs5CXyowOcQ1oLhlQgKpJvpNR { top:2.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfHvzxcQAx0bA4pzb2G4mzQlpRJfuDGh { top:7.625rem;left:3.1875rem;width:41.375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqeOZN8DN5BpTWQrh1CJ5TaDoW7DHHg { top:11.3125rem;left:0rem;width:36.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIc8pJ4v6w0D03Rdrf4J23UJlNtAil0 { top:12.875rem;left:0rem;width:29.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFH5xoqTVQuRzwH4rHiUc83UpWwmrl0 { top:15.25rem;left:0rem;width:32.5625rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0wZZPpCIN42SAe4xDx46yRr5QB8Zcpn { top:35.875rem;left:0rem;width:33.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAd6rEpRaiBGbWayo7OyRCr3On7IXn11 { top:36.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2M43qzO6itv9BXXuaHHcV7H8LovtTFk { top:37.5rem;left:18.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuDCSceny6XtqUaMkA64JAWK6cZSaA0u { top:36.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk4u4nGPyxnRf8AktQhldUtNsqlKKcGs { top:38.875rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCplNoMUhoxeBiJTshhsZCETL23DKn5d { top:12.875rem;left:18.3125rem;width:29.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGBRvq0MJk9PJh0i8F11CVuKfKaHzsoQ { top:15.25rem;left:15.1875rem;width:32.5625rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBahduQPX60Wudb1UJJbHE5Rg7E3XKR { top:36.75rem;left:26.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM7whnZDfMJoUAF2IucvSvTh1rglEA55 { top:36.75rem;left:30.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeKCz6IMeHkf0yHDmLQ5BqqvwxE58Zd { top:38.875rem;left:30.375rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdc1ZyS6XGnTWq6C9I6v19JHE0gVPIm5 { top:35.875rem;left:14.3125rem;width:33.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTONUWMHXl8cd9h0GfnChdrN6mqVkhL7 { top:37.5rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRwJHCus3EEIVDUotLXoP8aq2P9DzXg { top:11.3125rem;left:11.1875rem;width:36.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ecQzJ81GnlLhbuSg9QRUEzaDvZeqrN { top:47.25rem;left:0rem;width:29.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkoLnd3oXyZoVv74MVVTyIw2Hsp4b5hx { top:49.625rem;left:0rem;width:32.5625rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRv39IcNiNvA67NhHtk9dQTTAs3vt9M7 { top:71.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxp7PmusJxRpyhmsuie5VBwRyn6NnOEa { top:71.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlbo4cM7Ey5dmWdFmrTqTWRlxwKzZ0OQ { top:73.0625rem;left:0rem;width:5.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRZwsiCI2kMe2yVwq8VpQy4Ul4GHEcAq { top:70.25rem;left:0rem;width:33.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRSTZyg18SfCmQ0dLxeqgXRdP3tsQcTr { top:71.875rem;left:18.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJUegdt51ibE8WZg0e344iyZu16ITAT { top:45.6875rem;left:0rem;width:36.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7UbPWpTyqOvyeST9OmaX5ULVbC9DdN { width:17.75rem;height:3.5rem;top:80.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4DOCX5C7TQ52aOTR1QerqGQgwm9CORS { display:block; }
 }@media only screen and (max-width: 763px) { #FX6PEb9sh2uIvx0aQcgI3sU8hTBALDt5 { width:17.75rem;height:3.5rem;top:80.3125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7aWlw6l4y84v2qNt98AUsC94vHhvbBT { display:block; }
 }@media only screen and (max-width: 763px) { #P91kTN5nIVaUKBCKhd7rTeoQfBlZQSUa { top:47.25rem;left:18.3125rem;width:29.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCg82vTRw1QoHtmnTfnvfDBKA7ootn7J { top:49.625rem;left:14.3125rem;width:33.4375rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcAEQbxie9TvxksDo8fQq2dM33OPPly2 { top:70.25rem;left:14.3125rem;width:33.4375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEubydBUhfBTSiC48O8iFnt8FXTaprei { top:71.1875rem;left:30.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6kWBVR6wNsPNL66tMcEHuNngOcXtano { top:73.125rem;left:30.375rem;width:5.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIbxmPn0z407GqqQdCy1dT6TNoQTTgQL { top:71.125rem;left:26.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3ChT0EKhVAPJvymULTRleCqSGQtPBz { top:71.875rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfzrZhW2fCSVoKkGu2VPiJwI8kVh4wms { top:45.6875rem;left:11.1875rem;width:36.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC { display:block; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U44tLsbnsshPJsuRIuiwpwcsmaVsow1w { top:3.125rem;left:0rem;width:30.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UofEH1kpkqGEdSwXmelmRwxnzC454W5W { top:8.125rem;left:0rem;width:33.5625rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DwLRDlnwdiXq38e4lLUlWImg68NPJn { top:35.8125rem;left:0rem;width:34.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXQVJ52cf5IRUi1wX9p7ZlxsNVEdlRS { width:17.625rem;height:3.375rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0gsQ1JGyiAXLgSt7DJShpCTmzR29KEJ { display:block; }
 }@media only screen and (max-width: 763px) { #JG5ftcg5cxKdEOLhrD99UVu9W7oNWR6f { width:17.625rem;height:3.375rem;top:40.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAbAGeUTPe87kslGTvCLkn39ehXeXN2 { display:block; }
 }@media only screen and (max-width: 763px) { #fcgKqwlkC50aXDqNBa35fhwvTJHSDrG4 { top:15rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBDQfPTI8aKcKRvp7x0T0aouE6Joo6Kl { top:15rem;left:0rem;width:7.1875rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGN4bV4ROIS6EPGI5xetOOkFxiRKmMTQ { top:15rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZBQC5FhbE9IuL5nweTaHHAwSNRfMhZ2 { top:15rem;left:2.0625rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh20ckAD0dTMc7JBTocuaIVPvIsHdh7H { top:15rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXVROeTzC29XQtNyPf6RADGmwJcL2EwM { top:15rem;left:14.75rem;width:12.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV233lNxyFkdHi5eGpdsN4yRJ2viT1Bg { top:18.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmBJFGZhgEKBoRpb8Vl0gZT0TQG9GagK { top:18.375rem;left:0rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETSwwF7DUaaCtNZn21eZPHrF78Fp1TA { top:18.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGrpBWEUT6Fbf0CqI249d5i7DrfG1eJ { top:18.375rem;left:2.0625rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyMAS9qfLbpwgv66HrLZ3T13yIswzCM1 { top:7rem;left:24.25rem;width:23.5rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKgGZxakrEBvJcMFdPumiDZ32iEbTDTZ { top:18.375rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwEFTzAoi5DGybzWuWsNNKSxMF4g5fy { top:18.375rem;left:14.75rem;width:12.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTceNHniDwM2osuROE2BrcsFDqbnCCNh { top:21.75rem;left:0rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVzV2kofgVVeL5tZaT8dTRKwdqPFBhm { top:21.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUO6RaBPo9oyXzDcTHNQ6g7BZh1ryk8 { top:21.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLASEKydvG6WTIMWh0xpd3HH9FZCQStR { top:21.625rem;left:2.0625rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaUe8hxC3JAty8O0h4lOC0GfP3S0XpxU { top:21.625rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFPMTFqSp3PPiR89G5fMxvURmfELsmHp { top:21.625rem;left:14.75rem;width:15.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg48SQ82HudODuLoH7iNDLJLZXQ487f9 { top:25.25rem;left:0rem;width:9.9375rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6fXqJJh19CCsmmrLMr8myTOwDDafS5 { top:25.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stC3VB4PdtErd37xH4Qs9pwwy0ezGJWB { top:25.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izy5g4qlrF0MLKRLqyKdG3t80bR7e3nL { top:25.125rem;left:2.0625rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3dmJxx1vbeifteafnWOWnB5reQ9cCu { top:25.125rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTmqxbgHWGIoL1LZhS50Z19DbM3gByT { top:25.125rem;left:14.75rem;width:15.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEVJ99mDsQzyvJ5w8dTnfoi6LTLspE { top:28.75rem;left:0rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC1XAcLDlW22suM2RbPxlu42XuOB4JeH { top:28.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GKrG8c4wkeAU5SKOGpRR0wb30vBo2m { top:28.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlTbP0PDMTyOVzu10uk274RqHZ7AVGi5 { top:28.625rem;left:2.0625rem;width:8.0625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnhsm2sHpmnKo102IPsWVewMGKkq0Sm7 { top:28.625rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIM9dyAmUEey4tGLztqUOAMnXI9Tt401 { top:28.625rem;left:14.75rem;width:13.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwyRi7mVKT3C1UfpPDVqwoi1eP1U4rwo { top:32.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxZCz6M9UX6ma3HTspo0hGqllTy81cg { top:32.0625rem;left:0rem;width:14.625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t { display:block; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hltbFb3gKJIZtLQ0kxaVXh1JTMmQT0p3 { top:3.6875rem;left:0rem;width:30rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB7gim8x9DeeNxW9iFSR4WLuG6sM9IU9 { top:7.375rem;left:1.4375rem;width:44.9375rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swFmRRZRhrRaaZ9PlaDKTawBfIGTDNCT { top:16.1875rem;left:6.5625rem;width:34.625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFgxetFfxdFLKhdq9MdugCUIApIqBgGJ { width:17.5rem;height:3.25rem;top:21.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThHZo2TtsFza6RnLgXBiIDL0AbOfAsS { display:block; }
 }@media only screen and (max-width: 763px) { #GRSZyVQtbRhoWRGLLGTOTLrtSon91acp { width:17.5rem;height:3.25rem;top:21.75rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OM3csbTXXXK4nU8ku5EA9NpggcwpC3 { display:block; }
 }@media only screen and (max-width: 763px) { #SVeuUld5B9Z7Pfta9eH0Tw2zkAWkcQUW { top:3.75rem;left:0rem;width:47.75rem;height:16.47375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB { display:block; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt56tKwCkcxr0HBZQFTmOudDxpJcDG5T { top:2.9375rem;left:0rem;width:18.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpxtHCtLcct2hUnWLcgNyLpofCs8mQxU { top:11.125rem;left:0rem;width:22.5625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPqJi9DToLVLvu99XrIpss7IwOa2hpS { top:17.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3VxU6d0MbTZQxKVKeEQt3oZML8t8CnS { top:19.0625rem;left:6.0937519073486rem;width:35.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FeepAdxTQTaaXBlfu69BJgIZZ6pxp8 { top:2.9375rem;left:20.25rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UsSqLLPO74303HzBUq5Nkr6oNTW73a { top:5.625rem;left:20.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oewzXkg13vw7fOn2V4L8T9LO9e4wA1z3 { top:7.375rem;left:20.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWCrNaLB3by3pNsTglhJDPOpxihfwxM { top:9.3125rem;left:20.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iam8K6lf59aDVM8N2TTDDqJAhnP1n3Av { top:11.25rem;left:20.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cegUs6bxIfRShbcbQsMiSu3dXPC3TN5O { top:13.3125rem;left:20.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvy5wxxnafMJzhQhT3UdJFMuJpffSvOe { top:2.9375rem;left:33.625rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCPAgHK7qWqQNUuRQVTFRX1PbPx0NTy { top:5.5rem;left:36.375rem;width:11.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSbErrpibaPspAbrTNMT4TAduvtgRA9B { top:8.5625rem;left:33.4375rem;width:14.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDXTK1esggG8mIktc88sX9tWF4E34yi { top:11.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzOWp5oUC5s0RRHhz7DEiHsIpKqfnQ3 { top:5.375rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqLAq0riEKNqO1o0UPkz2VGtoCcvQ2TO { top:8.5rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mVWSTQmtfqtU4VBvD6gHLRxtwMUwCu { top:11.375rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm4EJvikJTGf0VS5D3qwffas6NEmJ4sN { top:19.0625rem;left:26.0625rem;width:21.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UWTeOWtINbaEs2oGK17PbGpUzz31KRlz { display:block; }#UWTeOWtINbaEs2oGK17PbGpUzz31KRlz > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhNQlTHyNODHyvaHos4m3ux7rB8XKQWP { width:11.125rem;height:3.5625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cecOJw5gIt5NOhAeKIgJB8Z7yITbtI0J { width:18.875rem;height:4.5rem;top:18rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pp1n04nIhpBT7UUTBohb81G0pHXy5ea4 { width:5.375rem;height:2.4375rem;top:1.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJMLkF2STzhdCpWMPDLDW7KHL68Ng66 { width:8.125rem;height:2.25rem;top:4.625rem;left:11.875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VgURFpKmgsWDKGTE4u3vsVdTRZTyTsLL { width:16.25rem;height:2.875rem;top:9.3857421875rem;left:1.875rem;font-size:1.875rem;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:0rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid #88b946;display:block; }
 }@media only screen and (max-width: 763px) { #DEko25yp2g7ptQXiU2q8Oshr68HVqrpQ { display:block; }
 }@media only screen and (max-width: 763px) { #CVzJvimZNqZILVZVfqkpyO4HzWbiIldr { width:15.4375rem;height:1.7871125rem;top:7.5986328125rem;left:2.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIisExGI0yJ3uRLByuEl7KBTW9rugoTi { width:17.75rem;height:2.8125rem;top:13.375rem;left:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #m2H176sX58SLSLOuQRZqXTd5iJZDzADC { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN949eFhBBOE4bvP5i7Tue8wtBQmcW1F { width:1.5rem;height:1.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDz4XndNJPdlHaox5SdkOPTq5FWKsedm { width:8.5625rem;height:1.13671875rem;top:1.162109375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thPPmLFDXODZpW7UCJs39cg7IZsu4F4F { width:6.75rem;height:1.13671875rem;top:1.244140625rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2buQKcf8BlLtiSbyCyNqTarxubUaC6I { width:1.5rem;height:1.5rem;top:1.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBBGh6FTXSsEMWmUMCIBGEzWiMS3olr5 { width:7.25rem;height:1.13671875rem;top:3.369140625rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSUMBLg9te4vORITllbym5RTObm8o22c { width:1.5rem;height:1.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ06uQUGd7aXzTCfSSTWpA0sevVib9eC { width:8.25rem;height:1.13671875rem;top:3.369140625rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXsLhx1XiMNRI0i8Fih3H7et5uuORmfT { width:1.5rem;height:1.5rem;top:3.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b2f09134-5a93-40b0-aa2a-0441bd978588/Frame2147225759.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.adaptive-delivery-prevent-bg, #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.lazyload, #XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0.lazyloading { background-image: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { background-color: transparent; background-image: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container > .video-iframe-container { display: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row > .video-iframe-container { display: none; }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .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); }#XV8VwcQXSW5XET6hiRHnQ2OISQvUCKr0 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzP7Ddy4K47VUE8ZTRBFB2OWpuvGAoCM { width:19.875rem;height:17.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAsDzg30EcU3WGuyQis0G72TpU4KvLzo { width:19.875rem;height:4.25rem;top:1.25rem;left:0rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJWpNqLIMlcRyyoXWWeipGxbtoBSWWTW { width:4.25rem;height:2.3125rem;top:2.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSSc9ZlTUwaN165ZEtc9CTfG542Jszo9 { width:13.9375rem;height:2.923825rem;top:2.0625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5koG0TCyovL8ImEE92xG2bJxy9ZPuMo { width:20rem;height:8.7744375rem;top:5.625rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8V6KJXH5dT7WKgUghtK9cXK9gAWhLc { width:20rem;height:11.0195rem;top:34.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvTbeuEuW1paOVFhhq8nCQhdQb6qBod4 { width:1.625rem;height:1.625rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2IXfL8d6C15TFPek6btfgApuVpJQFb9 { width:14.375rem;height:1.57421875rem;top:46.875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuTW31n3D66XHadO080iUezzfNnmw43 { width:1.625rem;height:1.625rem;top:49.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS6dtNtpC0wH5MZqPVafDT6HCvwuLV7h { width:16.0625rem;height:1.57421875rem;top:49.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzOW5QHUgeL58wPM0kUEdRCrtoC2l0kZ { width:1.625rem;height:1.625rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmQX0LtvTE51d8erxKA2CbuTEJtJu4gc { width:15.125rem;height:1.57421875rem;top:52rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1mWwwvZvFNsalyAGFgcEw254nxeTLa { width:1.625rem;height:1.625rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoixKvChnEWa0u66L3tTLiBnnEOoaXwP { width:15.875rem;height:1.57421875rem;top:54.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ATTQ0KHNPfTWbxbGBurk7y0TU4XCSX { width:17.75rem;height:3.5rem;top:57.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ6B1BC6oM5mLLQqchTgpXLppvZJQ1XW { display:block; }
 }@media only screen and (max-width: 763px) { #HLKqCW9oWl36tAkZXaEStIpu32kii22z { width:19.875rem;height:19.8125rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nInVpgNtQrEwKfQ1oTVzv7FAMmWCHnfJ { width:17.9375rem;height:14.297875rem;top:63.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDwAgbHoRQmrokJxp69Mg5AcnhD35OiU { width:2.375rem;height:2.375rem;top:78.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB36OIvetEuaLzoNPJU64AbTTIGo3A6d { width:12.5rem;height:1.4619125rem;top:78.4375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfKDHfdDdUswQ38a3PLkOShzFuKOoUbp { width:5.5rem;height:1.1875rem;top:79.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT { display:block; }#hTLrJ6uAwCRL9otI9V2Zc3su92zaQRHT > .row .container { width:20rem;height:93.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXtpuMCnkxyCVU9kXNyhODxMzHzCTkZf { width:20rem;height:5.19921875rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFt15RPdyskbsbSED7bVmL3f39hwOaIB { width:20rem;height:3.25rem;top:7.6640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQ8QHdoXvc2UsLmrNSA3I7kuKJvZTaK { width:20rem;height:23.61325rem;top:11.8515625rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T3rsP3pOT2qWWyUXnCvoBUoZGvg6o9Z8 { width:20rem;height:2.11230625rem;top:53.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-text {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-select {padding-top: 0; padding-bottom: 0;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J  { width:17.5rem;height:auto;top:59.875rem;left:0rem; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GoDisoO90k6oT17tEZrB89f4gdUmbT3J {display:block;}#GoDisoO90k6oT17tEZrB89f4gdUmbT3J { width:17.5rem;height:auto;top:59.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TDWo6KhS0V23goAfik43T37F1oPS4Qkt {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #icwSI8i7lXiNaEUf2l3VCRDVA0Kv0qyO {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #urwyoSgh61sdgyoUAqie5BfFwfd41F83 {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #TO2ONQomFyOO8gtN49O51oJrsJw42Vre {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #SW23ez6KUZivxUwdt1HRGTf9FJ3C0gkH {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #KyZyDrvncBV8n1EAm26K3UcX1x5brBnz {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #vwJTAkEF9HClir79mG81nKme0g5UUCFd {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UyiCTwT0C6JLFTNJ3loAeEJnN3pszfJT {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #FR1rmdcewPCuvZTV5ty13bOeQJI4tsIc {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #gybVV5DDnFoLaaFn1hL1Q7LyAC5hO2KT {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #Wpgtw6LiGIoVd4fuwozrSoO7fTlDoJcR {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #VAlAnLBSAtoaqX3LaE5KJq5iLNVnZXDz {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #OURN0e9EU2hlvmvc0aphbeMlyiBHShHa {  }
 }@media only screen and (max-width: 763px) { #GoDisoO90k6oT17tEZrB89f4gdUmbT3J #UHFd4TcwIzVgz5iX1gra1XIzMTesbCED {  }
 }@media only screen and (max-width: 763px) { #sk9B5xHPDI808NVE7mKQ814mZqDkm9id { width:20rem;height:2.2734375rem;top:56.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTg427Jvx0cKli4CCVpt8oeqS795rhyN { width:20rem;height:3.3125rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGRO94yufoSHOoPZtnDOTaK4xbvxdU8t { width:19.875rem;height:40.0625rem;top:52.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCXq0wtFMp1p4eG4xCvC4p4n0hTp2O4R { width:20rem;height:2.5996125rem;top:36.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIbbnT8WRqJ5EIX01L07XKObmJ1DSKvi { width:20rem;height:3.25rem;top:39.912109375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naab6dh3oc5NwF2T1VsBacUVSpiiGrT3 { width:11.6875rem;height:1.625rem;top:44.25rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGwoiBTKCHhIoiJeirzaPdPxvvgfag8O { width:13.8125rem;height:1.625rem;top:46.625rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3PBSkyv36s7gFnisC1bMuHq5tO52aGu { width:9.8125rem;height:1.625rem;top:49rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX2XLbfo8Erc6Ji6nd3X0Eqx9VRV48qz { width:1.625rem;height:1.625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkyy63q8NzP28Jb9mKATz1ZiPSRiHlPs { width:1.625rem;height:1.625rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwlHIo2Ki4yTsg7fOxJJNtsE1XfpO92 { width:1.625rem;height:1.625rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd { display:block; }#vTcqTWf6bhhKX1MduxnABRRqIEM3zeWd > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89eGbnrNGAAsA8Me6uNFlFEJoKGAJtX { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuETOcFH8QTaX8sxVg3H0UWbc1LHpyLQ { width:20rem;height:4.750975rem;top:4.287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD { display:block; }#TyfyxTSC7rgJWhgerx0gIMG6rDApGSnD > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea5wWW22z3HwiCAd5VsFiLeg7TR3peP9 { width:20rem;height:4.875rem;top:0.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcohuwnbVhUUFgCnd5ixl9gFIPhL2Og6 { width:20rem;height:14.4404375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvGTGHhQWyCLfPSNqlBPiahxLNciDdu { width:20rem;height:1.94921875rem;top:21.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2WZ0hxPKFJZ4VFepRCDwnMnNPE4xvOR { width:20rem;height:14.168rem;top:24.1875rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 { display:block; }#VCgbQmR8UFTrKgceAcANvIq86oMGKAp2 > .row .container { width:20rem;height:140.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFbIMrbWs5CXyowOcQ1oLhlQgKpJvpNR { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfHvzxcQAx0bA4pzb2G4mzQlpRJfuDGh { width:20rem;height:1.19921875rem;top:6.9248046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqeOZN8DN5BpTWQrh1CJ5TaDoW7DHHg { width:20rem;height:29.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKIc8pJ4v6w0D03Rdrf4J23UJlNtAil0 { width:15.25rem;height:1.625rem;top:10.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSFH5xoqTVQuRzwH4rHiUc83UpWwmrl0 { width:17.5rem;height:18.890625rem;top:13.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0wZZPpCIN42SAe4xDx46yRr5QB8Zcpn { width:18.75rem;height:0.0625rem;top:33.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAd6rEpRaiBGbWayo7OyRCr3On7IXn11 { width:3.125rem;height:3.125rem;top:34.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2M43qzO6itv9BXXuaHHcV7H8LovtTFk { width:3.75rem;height:3.75rem;top:34.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuDCSceny6XtqUaMkA64JAWK6cZSaA0u { width:12.5rem;height:1.4619125rem;top:34.375rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk4u4nGPyxnRf8AktQhldUtNsqlKKcGs { width:6rem;height:1rem;top:36.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCplNoMUhoxeBiJTshhsZCETL23DKn5d { width:16.1875rem;height:1.625rem;top:40.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGBRvq0MJk9PJh0i8F11CVuKfKaHzsoQ { width:17.6875rem;height:20.464875rem;top:42.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBahduQPX60Wudb1UJJbHE5Rg7E3XKR { width:3.125rem;height:3.125rem;top:65.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM7whnZDfMJoUAF2IucvSvTh1rglEA55 { width:12.5rem;height:1.4619125rem;top:65.625rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeKCz6IMeHkf0yHDmLQ5BqqvwxE58Zd { width:6rem;height:1rem;top:67.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdc1ZyS6XGnTWq6C9I6v19JHE0gVPIm5 { width:18.75rem;height:0.0625rem;top:64.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTONUWMHXl8cd9h0GfnChdrN6mqVkhL7 { width:3.75rem;height:3.75rem;top:65.25rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaRwJHCus3EEIVDUotLXoP8aq2P9DzXg { width:20rem;height:29.875rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ecQzJ81GnlLhbuSg9QRUEzaDvZeqrN { width:16.4375rem;height:1.625rem;top:72.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkoLnd3oXyZoVv74MVVTyIw2Hsp4b5hx { width:17.125rem;height:18.890625rem;top:74.4375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRv39IcNiNvA67NhHtk9dQTTAs3vt9M7 { width:3.125rem;height:3.125rem;top:95.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxp7PmusJxRpyhmsuie5VBwRyn6NnOEa { width:12.5rem;height:1.4619125rem;top:95.3125rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlbo4cM7Ey5dmWdFmrTqTWRlxwKzZ0OQ { width:5.5rem;height:1.1875rem;top:97rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRZwsiCI2kMe2yVwq8VpQy4Ul4GHEcAq { width:18.75rem;height:0.0625rem;top:94.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRSTZyg18SfCmQ0dLxeqgXRdP3tsQcTr { width:3.75rem;height:3.75rem;top:95rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDJUegdt51ibE8WZg0e344iyZu16ITAT { width:20rem;height:28.5rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7UbPWpTyqOvyeST9OmaX5ULVbC9DdN { width:17.75rem;height:3rem;top:132.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4DOCX5C7TQ52aOTR1QerqGQgwm9CORS { display:block; }
 }@media only screen and (max-width: 763px) { #FX6PEb9sh2uIvx0aQcgI3sU8hTBALDt5 { width:17.75rem;height:3rem;top:136rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7aWlw6l4y84v2qNt98AUsC94vHhvbBT { display:block; }
 }@media only screen and (max-width: 763px) { #P91kTN5nIVaUKBCKhd7rTeoQfBlZQSUa { width:15.9375rem;height:1.625rem;top:102.38671875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCg82vTRw1QoHtmnTfnvfDBKA7ootn7J { width:17.3125rem;height:20.464875rem;top:104.63671875rem;left:1.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcAEQbxie9TvxksDo8fQq2dM33OPPly2 { width:18.75rem;height:0.0625rem;top:125.88671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEubydBUhfBTSiC48O8iFnt8FXTaprei { width:12.5rem;height:1.4619125rem;top:126.625rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6kWBVR6wNsPNL66tMcEHuNngOcXtano { width:5.5rem;height:1.1875rem;top:128.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIbxmPn0z407GqqQdCy1dT6TNoQTTgQL { width:3.125rem;height:3.125rem;top:126.63671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib3ChT0EKhVAPJvymULTRleCqSGQtPBz { width:3.75rem;height:3.75rem;top:126.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfzrZhW2fCSVoKkGu2VPiJwI8kVh4wms { width:20rem;height:30.4375rem;top:100.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC { display:block; }#NaJa99TqHSC3oHdkGJIAq8KkMgxTDIdC > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U44tLsbnsshPJsuRIuiwpwcsmaVsow1w { width:20rem;height:2.5996125rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UofEH1kpkqGEdSwXmelmRwxnzC454W5W { width:20rem;height:6.296875rem;top:5.099609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DwLRDlnwdiXq38e4lLUlWImg68NPJn { width:20rem;height:5.25rem;top:60.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REXQVJ52cf5IRUi1wX9p7ZlxsNVEdlRS { width:17.625rem;height:3rem;top:64.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0gsQ1JGyiAXLgSt7DJShpCTmzR29KEJ { display:block; }
 }@media only screen and (max-width: 763px) { #JG5ftcg5cxKdEOLhrD99UVu9W7oNWR6f { width:17.625rem;height:3rem;top:68.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSAbAGeUTPe87kslGTvCLkn39ehXeXN2 { display:block; }
 }@media only screen and (max-width: 763px) { #fcgKqwlkC50aXDqNBa35fhwvTJHSDrG4 { width:1.875rem;height:1.875rem;top:12.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBDQfPTI8aKcKRvp7x0T0aouE6Joo6Kl { width:6.375rem;height:1.57421875rem;top:12.8125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGN4bV4ROIS6EPGI5xetOOkFxiRKmMTQ { width:1.875rem;height:1.875rem;top:12.662109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZBQC5FhbE9IuL5nweTaHHAwSNRfMhZ2 { width:6rem;height:1.57421875rem;top:12.8125rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh20ckAD0dTMc7JBTocuaIVPvIsHdh7H { width:1.875rem;height:1.875rem;top:15.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXVROeTzC29XQtNyPf6RADGmwJcL2EwM { width:12.3125rem;height:1.57421875rem;top:15.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV233lNxyFkdHi5eGpdsN4yRJ2viT1Bg { width:1.875rem;height:1.875rem;top:15.162109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmBJFGZhgEKBoRpb8Vl0gZT0TQG9GagK { width:6.3125rem;height:1.57421875rem;top:15.3125rem;left:12.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETSwwF7DUaaCtNZn21eZPHrF78Fp1TA { width:1.875rem;height:1.875rem;top:17.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQGrpBWEUT6Fbf0CqI249d5i7DrfG1eJ { width:8.0625rem;height:1.57421875rem;top:17.8125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyMAS9qfLbpwgv66HrLZ3T13yIswzCM1 { width:13.625rem;height:20.625rem;top:38.27734375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKgGZxakrEBvJcMFdPumiDZ32iEbTDTZ { width:1.875rem;height:1.875rem;top:17.662109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrwEFTzAoi5DGybzWuWsNNKSxMF4g5fy { width:7.4375rem;height:1.57421875rem;top:17.8125rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTceNHniDwM2osuROE2BrcsFDqbnCCNh { width:6.4375rem;height:1.57421875rem;top:20.3125rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVzV2kofgVVeL5tZaT8dTRKwdqPFBhm { width:1.875rem;height:1.875rem;top:20.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFUO6RaBPo9oyXzDcTHNQ6g7BZh1ryk8 { width:1.875rem;height:1.875rem;top:20.162109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLASEKydvG6WTIMWh0xpd3HH9FZCQStR { width:8.0625rem;height:1.57421875rem;top:20.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaUe8hxC3JAty8O0h4lOC0GfP3S0XpxU { width:1.875rem;height:1.875rem;top:22.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFPMTFqSp3PPiR89G5fMxvURmfELsmHp { width:10.75rem;height:1.57421875rem;top:27.650390625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg48SQ82HudODuLoH7iNDLJLZXQ487f9 { width:6.375rem;height:1.57421875rem;top:23.025390625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf6fXqJJh19CCsmmrLMr8myTOwDDafS5 { width:1.875rem;height:1.875rem;top:22.662109375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #stC3VB4PdtErd37xH4Qs9pwwy0ezGJWB { width:1.875rem;height:1.875rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izy5g4qlrF0MLKRLqyKdG3t80bR7e3nL { width:6.3125rem;height:1.57421875rem;top:22.8125rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB3dmJxx1vbeifteafnWOWnB5reQ9cCu { width:1.875rem;height:1.875rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqTmqxbgHWGIoL1LZhS50Z19DbM3gByT { width:12.625rem;height:1.57421875rem;top:30.0625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEVJ99mDsQzyvJ5w8dTnfoi6LTLspE { width:8.0625rem;height:1.57421875rem;top:25.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC1XAcLDlW22suM2RbPxlu42XuOB4JeH { width:1.875rem;height:1.875rem;top:25.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8GKrG8c4wkeAU5SKOGpRR0wb30vBo2m { width:1.875rem;height:1.875rem;top:25.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlTbP0PDMTyOVzu10uk274RqHZ7AVGi5 { width:4.75rem;height:1.57421875rem;top:25.1875rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnhsm2sHpmnKo102IPsWVewMGKkq0Sm7 { width:1.875rem;height:1.875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIM9dyAmUEey4tGLztqUOAMnXI9Tt401 { width:13.5625rem;height:1.57421875rem;top:32.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwyRi7mVKT3C1UfpPDVqwoi1eP1U4rwo { width:1.875rem;height:1.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxZCz6M9UX6ma3HTspo0hGqllTy81cg { width:14.625rem;height:1.57421875rem;top:35rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t { display:block; }#UTRxfJQS70sGsLqWz5Axt4uZBAaGgr9t > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hltbFb3gKJIZtLQ0kxaVXh1JTMmQT0p3 { width:20rem;height:19.6875rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IB7gim8x9DeeNxW9iFSR4WLuG6sM9IU9 { width:19.125rem;height:4.38671875rem;top:2.6875rem;left:0.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swFmRRZRhrRaaZ9PlaDKTawBfIGTDNCT { width:17.625rem;height:4.72265625rem;top:7.69921875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFgxetFfxdFLKhdq9MdugCUIApIqBgGJ { width:17.5rem;height:3rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThHZo2TtsFza6RnLgXBiIDL0AbOfAsS { display:block; }
 }@media only screen and (max-width: 763px) { #GRSZyVQtbRhoWRGLLGTOTLrtSon91acp { width:17.5rem;height:3rem;top:13.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8OM3csbTXXXK4nU8ku5EA9NpggcwpC3 { display:block; }
 }@media only screen and (max-width: 763px) { #SVeuUld5B9Z7Pfta9eH0Tw2zkAWkcQUW { width:20rem;height:6.9rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB { display:block; }#u23bJ16G27TeTotrGsOTCAGvJ5dHHtoB > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt56tKwCkcxr0HBZQFTmOudDxpJcDG5T { width:18.75rem;height:6.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpxtHCtLcct2hUnWLcgNyLpofCs8mQxU { width:19.375rem;height:5.0625rem;top:8.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPqJi9DToLVLvu99XrIpss7IwOa2hpS { width:20rem;height:0.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3VxU6d0MbTZQxKVKeEQt3oZML8t8CnS { width:16.375rem;height:3rem;top:40.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FeepAdxTQTaaXBlfu69BJgIZZ6pxp8 { width:14.125rem;height:1.625rem;top:15.0625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5UsSqLLPO74303HzBUq5Nkr6oNTW73a { width:12.5rem;height:1.13671875rem;top:17.9375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oewzXkg13vw7fOn2V4L8T9LO9e4wA1z3 { width:12.5rem;height:1.13671875rem;top:19.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWCrNaLB3by3pNsTglhJDPOpxihfwxM { width:12.5rem;height:1.13671875rem;top:21.4375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iam8K6lf59aDVM8N2TTDDqJAhnP1n3Av { width:12.5rem;height:1.13671875rem;top:23.25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cegUs6bxIfRShbcbQsMiSu3dXPC3TN5O { width:12.5rem;height:1.13671875rem;top:25rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvy5wxxnafMJzhQhT3UdJFMuJpffSvOe { width:14.125rem;height:1.625rem;top:27.375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCPAgHK7qWqQNUuRQVTFRX1PbPx0NTy { width:11.375rem;height:1.13671875rem;top:29.5625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSbErrpibaPspAbrTNMT4TAduvtgRA9B { width:17.1875rem;height:1.13671875rem;top:32.1875rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxDXTK1esggG8mIktc88sX9tWF4E34yi { width:12.5rem;height:1.29980625rem;top:34.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqzOWp5oUC5s0RRHhz7DEiHsIpKqfnQ3 { width:1.5rem;height:1.5rem;top:29.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqLAq0riEKNqO1o0UPkz2VGtoCcvQ2TO { width:1.5rem;height:1.5rem;top:32.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3mVWSTQmtfqtU4VBvD6gHLRxtwMUwCu { width:1.5rem;height:1.5rem;top:34.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm4EJvikJTGf0VS5D3qwffas6NEmJ4sN { width:20rem;height:1.5rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }