.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:247,238,231;--color-primary-1:230,198,177;--color-primary-2:204,141,98;--color-primary-3:102,71,49;--color-primary-4:31,21,15;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:106,106,106;--color-secondary-3:53,53,53;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:rgba(var(--color-secondary-4),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; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:0.75rem;height:13.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:35.5625rem;width:25.9375rem;top:6.9375rem;left:45.3125rem;display:block; }
#F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.5625rem;display:block; }
#bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.9375rem;display:block; }
#Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.6875rem;display:block; }
#PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.3125rem;display:block; }
#GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { position:absolute;display:block;z-index:15068;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:25.9375rem;top:6.25rem;left:44.6875rem;display:block; }
#pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-3),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:0.5625rem;top:6.25rem;left:44.6875rem;display:block; }
#zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-3),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-3),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:11.125rem;top:6.25rem;left:59.375rem;display:block; }
#QkduOqEyWGDSta5zgvw0G91SRaCT0LhD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15071;line-height:1.2;letter-spacing:0;top:13.9375rem;left:47.1875rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:15.6875rem;left:45.562500953674rem;height:9.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wCJmEUN1iAd9lJPuv33WBXnPJZo1cck4 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:40.0625rem;left:47.1875rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:6.25rem;left:30.625rem;display:block; }
#NypLqB8ZfUTEzP9AOTl5tVBzsP2JDneX { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:10.6875rem;left:31.25rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:8.5625rem;left:31.25rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { 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-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.25rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.25rem;left:14.625rem;display:block; }
#VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:21.012500762939rem;left:1.5625rem;height:5.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#lkTUtXXVP6xM5zJMs23FutbsvkLE6FUq { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:16rem;left:30.625rem;display:block; }
#nrtEQXZTeNFUtSFngh6avws9rGPEX5I0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:18.3125rem;left:31.25rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpFWNKh2WQBHq9qOyBrXLe6RfGCUhpph { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:20.4375rem;left:31.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTWevefUsxCIeuRVyfgGTi5S961JpQ6c { position:absolute;display:block;z-index:15080;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:25.875rem;left:30.625rem;display:block; }
#IDXOQRO9ywAkCfys4AVqEoLEemXxNdTA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:28.1875rem;left:31.25rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTaiENBBR4dmwdd4dNLRCRJWG2rXp5Tx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:30.3125rem;left:31.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:rgba(var(--color-secondary-4),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; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.0757812559604rem;left:1.75rem;height:12.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T46LZmpSisVNPqFP3NrbKi6FBl2ESlFB { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.0625rem;width:21.875rem;top:5.125rem;left:49.375rem;display:block; }
#Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45rem;display:block; }
#aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.375rem;display:block; }
#nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:52.125rem;display:block; }
#IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:49.75rem;display:block; }
#coiF8R8kpWqxyoL9U7FuPeKmWTJWwC09 { position:absolute;display:block;z-index:15068;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:21.25rem;top:4.375rem;left:49.1875rem;display:block; }
#xCoU5kHWhGr5b8RXa7LIqDEBxv6N25tb { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-3),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:0.4375rem;top:4.375rem;left:49.1875rem;display:block; }
#woxT0HG2KI4gITGN492vTHoxXlg6Ts9g { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-3),0.4)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-primary-3),0.4)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-3),0), rgba(var(--color-primary-3),0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:9.0625rem;top:4.375rem;left:61.4375rem;display:block; }
#IxW8F2scBHbPrZyD57KMFl82pxwDHa3y { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15071;line-height:1.2;letter-spacing:0;top:12.0625rem;left:51.6875rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ok0cSS2zd0BFSoZhduHLTrDkSymTAZ1L { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:13.8125rem;left:51.6875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SIwu9dL7VHuKuONtgnMad72QorUrwVWJ { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:21.93124961853rem;left:31.750000953674rem;display:block; }
#wvA7aEOMvkc2Gfm3INrLTmhXBZcrTPEb { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:26.1875rem;left:32.343750953674rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ucii2pk4I0FSEReprbzsrtlTAak6RZoH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:24.075000762939rem;left:32.343750953674rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid 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);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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:first-of-type{padding-top:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:last-of-type{padding-bottom:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.986717224121rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.986717224121rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #NNgMoCV7sWikf5mexJrX4LuETRJmIzsq { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rqLGc7uqQGcmMAuECi5PagWMnTUwFZn2 { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LkZ6QGow0lKh90alGFhk8iM3TLHpKnF8 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KT9JDi16UKTMqNaAEJ6bPtZ7RTy7ZUit { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KgOEbZvVNHneWAC731rLOgJpZT8Vb684 { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #XCMLs0DAOwXpElXLgVKea3LfRGqKZBQp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs { position:relative; }
#Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:15.336718559265rem;left:1.75rem;height:1.7rem;display:block; }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .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); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:68.9375rem;width:75rem;position:relative;display:block; }#unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:32.5rem;top:14.0498046875rem;left:0rem;overflow:hidden;display:block; }
#RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:53.3125rem;left:0rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:59.375rem;left:0.625rem; }
#usyfmDp12m9hAQPDKbbUWasazKnDWeua { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:50.375rem;left:0rem;height:1.7rem;text-align:left;text-align-last:left;display:block; }
#wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { color:rgba(var(--color-primary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:48.4375rem;left:0rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:32.5rem;top:12.4248046875rem;left:0rem;display:block; }
#xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(81deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(81deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(81deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(81deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(81deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:32.5rem;top:12.5rem;left:42.5rem;display:block; }
#K1ZHzi7HAUPQdI0JfyDCZ0SvkqEVl4R6 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20rem;top:25.5625rem;left:9.0374994277956rem;display:block; }
#ta7KnpD6d7sRTydUz5RbEynrckh1x70W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { background-color: transparent; background-image: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .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); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { border-width: 0; border-radius: 0; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#iDDAVeZ3FGUbdhSqChAicX866duXZgwl { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:5.0625rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:6.75rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.8125rem;left:12.1875rem; }
#WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { color:rgba(var(--color-tertiary-1),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:17.5625rem;left:12.8125rem;height:5.1rem;font-style:italic;display:block; }
#aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { color:rgba(var(--color-tertiary-2),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:23.3125rem;left:12.8125rem;height:1.4875rem;font-style:normal;display:block; }
#LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.2)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:60rem;top:12.5625rem;left:7.5rem;display:block; }
#UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.625rem;left:0rem; }
#GmEmT1sBIazwbunVNF4fDOEZbStSg07n { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:32.75rem;left:0.625rem;height:5.7375rem;font-style:italic;display:block; }
#wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:39.0625rem;left:0.625rem;height:1.4875rem;font-style:normal;display:block; }
#N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.625rem;left:40.625rem; }
#lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:32.75rem;left:41.25rem;height:7.65rem;font-style:italic;display:block; }
#TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:40.550001144409rem;left:41.250000953674rem;height:1.4875rem;font-style:normal;display:block; }
#tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:45.1875rem;left:0.625rem;height:7.65rem;font-style:italic;display:block; }
#TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:52.83749961853rem;left:0.625rem;height:1.4875rem;font-style:normal;display:block; }
#A3aL2U5OnqTT5828MglmGP8QZv0qinkb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:43.0625rem;left:0rem; }
#Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#MNN2yP78yzFXitf3qH4d223KcuEdATEx { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { color:rgba(var(--color-tertiary-1),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:45.1875rem;left:40.625000953674rem;height:5.7375rem;font-style:italic;display:block; }
#Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.0625rem;left:40.625rem; }
#O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:51.5625rem;left:41.25rem;height:1.4875rem;font-style:normal;display:block; }
#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { background-color: transparent; background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .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); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { border-width: 0; border-radius: 0; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.55rem;font-style:normal;display:block; }
#Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:0rem;display:block; }
#TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:19.375rem;height:2.55rem;font-style:normal;display:block; }
#QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:19.375rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:19.375rem;display:block; }
#JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:38.75rem;height:5.1rem;font-style:normal;display:block; }
#tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:38.75rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:38.75rem;display:block; }
#wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:58.75rem;height:0;font-style:normal;display:block; }
#W0GmB6EuRlafCf6CyulWxcN01owFP5JG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:58.75rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zIdvb60NHZaBhidNAkZlmfauEamr6MIv { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:10.8125rem;left:58.75rem;display:block; }
#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT { background-color:rgba(var(--color-secondary-4),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; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container { background-color: transparent; background-image: none; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container > .video-iframe-container { display: none; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row > .video-iframe-container { display: none; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .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); }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container { border-width: 0; border-radius: 0; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#eKHTixL1DX2HkPOqbWwlWgvfF0TNpVIk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1rem;left:39.625rem;height:9.45rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H2C7sNgRXW37F0JgeByzWDFazVGFkeVF { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:3.0625rem;display:block; }
#KBXFTlGvtCrEgLwDX5tPtqD5gtQVpf9Z { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:5.4375rem;display:block; }
#gDLSUZ8wAyDp2y8cx36sOBeiNzunmX60 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:10.1875rem;display:block; }
#fMaJvPJdIInLuUTDPRl3M1EbuHXM9FAc { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:7.8125rem;display:block; }
#z1SU3WOcBqVtFQWF2QL4GyJtkookPr2q { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.3125rem;width:9.3125rem;top:28.3125rem;left:3.0625rem;display:block; }
#fDwyI8uExbkiX6wvmcsdTxsfqIKWMpDV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:32.1875rem;left:4rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxm987781SVkwb8O8JMFJoEFpV5KXmO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:30.0625rem;left:4rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-form-header {  }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid 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);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:25rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .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:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .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; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-container:first-of-type{padding-top:0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-container:last-of-type{padding-bottom:0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:39.625rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 {display:block;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.8125rem;left:39.625rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #h5ivqR2MXAh0TlPI1TkP6Zna8huW8acp { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #vFwQlE3A7Q7ZH46iUzoFzNCz4rtgXqTU { position:relative;display:none; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #BCkFGVoeyxaPqsUUG1n2GFLCUP0NW2N9 { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #kqQzq1T8ETG9NQNoDK8moWDekHnWMiv2 { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #cI6weF4RW6Ef6sPhdBQQniLMG8FAf0tN { position:relative;display:block; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #X8Ry8HTIrwaHJUmPo0JxLBdvX9X548zD { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #xUCXurv7pB7c4CpIWm4KFV6IbFzEUyVp { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #IJNkp5TrWgrgCfTxbdqz6kEb1MklKk6O { position:relative;display:block; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #eafSTrqZvg9M6c0fDbM3LtUHUQGTNUXz { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #KN0ZzSRT7DTPQJrqsAl7tiVX8p5yqS7E { position:relative; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #CphrVDHNoG369G0LUpIlO7XVOOTRwzVL { position:relative; }
#VvV9gzIFik0D1kpZRHaygbdUalPSTEW1 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.5rem;left:39.625rem;height:0;display:block; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1c1c1c;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#FKBfqwzL1EilJ34wFq6NC2pngXnxnDHI { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20rem;top:9.2742190361025rem;left:7.0992193222044rem;display:block; }
#H4bf9HVqMFRwp8LBT8AJrPyhOUW0oJun { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.375rem;left:52.224999427796rem; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.4875rem;text-align:left;text-align-last:left;display:block; }
#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:73.5rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:6.25rem;left:0rem;width:33.125rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:25.9375rem;height:35.5625rem;top:6.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:0rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:0rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:31.25rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:31.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { width:25.9375rem;height:36.75rem;top:6.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { width:0.5625rem;height:36.75rem;top:6.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { width:11.125rem;height:36.75rem;top:6.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkduOqEyWGDSta5zgvw0G91SRaCT0LhD { top:13.9375rem;left:29rem;width:18.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { top:15.6875rem;left:27.5rem;width:20.25rem;height:9.3125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCJmEUN1iAd9lJPuv33WBXnPJZo1cck4 { top:40.0625rem;left:29rem;width:18.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:8.6875rem;height:8.6875rem;top:6.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #NypLqB8ZfUTEzP9AOTl5tVBzsP2JDneX { top:10.6875rem;left:17.625rem;width:7.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { top:8.5625rem;left:17.625rem;width:7.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #lkTUtXXVP6xM5zJMs23FutbsvkLE6FUq { width:8.6875rem;height:8.6875rem;top:16rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrtEQXZTeNFUtSFngh6avws9rGPEX5I0 { top:18.3125rem;left:17.625rem;width:7.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFWNKh2WQBHq9qOyBrXLe6RfGCUhpph { top:20.4375rem;left:17.625000953674rem;width:7.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWevefUsxCIeuRVyfgGTi5S961JpQ6c { width:8.6875rem;height:8.6875rem;top:25.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDXOQRO9ywAkCfys4AVqEoLEemXxNdTA { top:28.1875rem;left:17.625rem;width:7.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaiENBBR4dmwdd4dNLRCRJWG2rXp5Tx { top:30.3125rem;left:17.625000953674rem;width:7.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { top:2.0625rem;left:0rem;width:29.375rem;height:12.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46LZmpSisVNPqFP3NrbKi6FBl2ESlFB { width:21.875rem;height:30.0625rem;top:5.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiF8R8kpWqxyoL9U7FuPeKmWTJWwC09 { width:21.25rem;height:30.0625rem;top:4.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCoU5kHWhGr5b8RXa7LIqDEBxv6N25tb { width:0.4375rem;height:30.0625rem;top:4.375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxT0HG2KI4gITGN492vTHoxXlg6Ts9g { width:9.0625rem;height:30.0625rem;top:4.375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxW8F2scBHbPrZyD57KMFl82pxwDHa3y { top:12.0625rem;left:31.5rem;width:16.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0cSS2zd0BFSoZhduHLTrDkSymTAZ1L { top:13.8125rem;left:31.5rem;width:16.25rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIwu9dL7VHuKuONtgnMad72QorUrwVWJ { width:8.6875rem;height:8.6875rem;top:21.875rem;left:18.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvA7aEOMvkc2Gfm3INrLTmhXBZcrTPEb { top:26.1875rem;left:18.718750953674rem;width:7.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucii2pk4I0FSEReprbzsrtlTAak6RZoH { top:24.0625rem;left:18.718750953674rem;width:7.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:25rem;height:auto;top:16.9375rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:25rem;height:auto;top:16.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #NNgMoCV7sWikf5mexJrX4LuETRJmIzsq {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rqLGc7uqQGcmMAuECi5PagWMnTUwFZn2 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LkZ6QGow0lKh90alGFhk8iM3TLHpKnF8 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KT9JDi16UKTMqNaAEJ6bPtZ7RTy7ZUit {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KgOEbZvVNHneWAC731rLOgJpZT8Vb684 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #XCMLs0DAOwXpElXLgVKea3LfRGqKZBQp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { top:15.3125rem;left:0rem;width:33.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:32.5rem;height:16.1875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:32.5rem;height:16.1875rem;top:12.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ZHzi7HAUPQdI0JfyDCZ0SvkqEVl4R6 { top:25.5625rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { top:5.0625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { width:2.75rem;height:2.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:47.75rem;height:16.1875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { width:2rem;height:2rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEmT1sBIazwbunVNF4fDOEZbStSg07n { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { width:2rem;height:2rem;top:30.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3aL2U5OnqTT5828MglmGP8QZv0qinkb { width:2rem;height:2rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { width:2rem;height:2rem;top:43.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { top:5.5625rem;left:0rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { top:5.5625rem;left:5.7499990463257rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:10.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { top:5.5625rem;left:25.125000953674rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:10.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GmB6EuRlafCf6CyulWxcN01owFP5JG { top:5.5625rem;left:31.5rem;width:16.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT { display:block; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKHTixL1DX2HkPOqbWwlWgvfF0TNpVIk { top:1rem;left:18.375rem;width:29.375rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2C7sNgRXW37F0JgeByzWDFazVGFkeVF { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBXFTlGvtCrEgLwDX5tPtqD5gtQVpf9Z { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDLSUZ8wAyDp2y8cx36sOBeiNzunmX60 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMaJvPJdIInLuUTDPRl3M1EbuHXM9FAc { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1SU3WOcBqVtFQWF2QL4GyJtkookPr2q { width:9.3125rem;height:9.3125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwyI8uExbkiX6wvmcsdTxsfqIKWMpDV { top:32.1875rem;left:0rem;width:7.5rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxm987781SVkwb8O8JMFJoEFpV5KXmO0 { top:30.0625rem;left:0rem;width:7.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9  { width:25rem;height:auto;top:12.8125rem;left:20.25rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 {display:block;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 { width:25rem;height:auto;top:12.8125rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #h5ivqR2MXAh0TlPI1TkP6Zna8huW8acp {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #vFwQlE3A7Q7ZH46iUzoFzNCz4rtgXqTU {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #BCkFGVoeyxaPqsUUG1n2GFLCUP0NW2N9 {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #kqQzq1T8ETG9NQNoDK8moWDekHnWMiv2 {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #cI6weF4RW6Ef6sPhdBQQniLMG8FAf0tN {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #X8Ry8HTIrwaHJUmPo0JxLBdvX9X548zD {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #xUCXurv7pB7c4CpIWm4KFV6IbFzEUyVp {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #IJNkp5TrWgrgCfTxbdqz6kEb1MklKk6O {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #eafSTrqZvg9M6c0fDbM3LtUHUQGTNUXz {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #KN0ZzSRT7DTPQJrqsAl7tiVX8p5yqS7E {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #CphrVDHNoG369G0LUpIlO7XVOOTRwzVL {  }
 }@media only screen and (max-width: 763px) { #VvV9gzIFik0D1kpZRHaygbdUalPSTEW1 { top:10.5rem;left:14.5625rem;width:33.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #FKBfqwzL1EilJ34wFq6NC2pngXnxnDHI { top:9.25rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4bf9HVqMFRwp8LBT8AJrPyhOUW0oJun { top:13.375rem;left:38.599999427796rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:8.125rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:9.4496875rem;top:4.375rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:20rem;height:10rem;top:35.625rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { width:20rem;height:28.3125rem;top:36.125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { width:0.5625rem;height:28.3125rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { width:11.125rem;height:28.3125rem;top:36.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkduOqEyWGDSta5zgvw0G91SRaCT0LhD { width:16.25rem;height:1.79980625rem;top:44.5625rem;left:1.875rem;font-size:1.5rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { width:16.25rem;height:2.3999rem;top:46.3125rem;left:1.875rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCJmEUN1iAd9lJPuv33WBXnPJZo1cck4 { width:16.25rem;height:0.8999rem;top:62.25rem;left:1.875rem;font-size:0.75rem;z-index:15075;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKGvrWcQLebFZ48nAgHbh4ZenLokDskM { width:8.6875rem;height:8.6875rem;top:51rem;left:0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NypLqB8ZfUTEzP9AOTl5tVBzsP2JDneX { width:7.5rem;height:1.79980625rem;top:55.0625rem;left:1.1875rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhuDv3k07hkZvqhnTFLEyqgraiQWnf7g { width:7.5rem;height:1.3496125rem;top:53.6875rem;left:1.125rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.75rem;top:24.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:12.75rem;height:3.75rem;top:29.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:5.72411875rem;top:15.5rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #lkTUtXXVP6xM5zJMs23FutbsvkLE6FUq { width:8.6875rem;height:8.6875rem;top:65.6875rem;left:5.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nrtEQXZTeNFUtSFngh6avws9rGPEX5I0 { width:7.5rem;height:0;top:68rem;left:6.25rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpFWNKh2WQBHq9qOyBrXLe6RfGCUhpph { width:7.5rem;height:0;top:75.625rem;left:6.25rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTWevefUsxCIeuRVyfgGTi5S961JpQ6c { width:8.6875rem;height:8.6875rem;top:78.675rem;left:5.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IDXOQRO9ywAkCfys4AVqEoLEemXxNdTA { width:7.5rem;height:0;top:80.9875rem;left:6.25rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTaiENBBR4dmwdd4dNLRCRJWG2rXp5Tx { width:7.5rem;height:0;top:88.6125rem;left:6.25rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:9.4496875rem;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T46LZmpSisVNPqFP3NrbKi6FBl2ESlFB { width:20rem;height:10rem;top:38.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coiF8R8kpWqxyoL9U7FuPeKmWTJWwC09 { width:20rem;height:28.3125rem;top:39.5rem;left:0.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xCoU5kHWhGr5b8RXa7LIqDEBxv6N25tb { width:0.5625rem;height:28.3125rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxT0HG2KI4gITGN492vTHoxXlg6Ts9g { width:11.125rem;height:28.3125rem;top:39.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxW8F2scBHbPrZyD57KMFl82pxwDHa3y { width:16.25rem;height:1.79980625rem;top:47.8125rem;left:1.875rem;font-size:1.5rem;z-index:15075;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0cSS2zd0BFSoZhduHLTrDkSymTAZ1L { width:16.25rem;height:2.3999rem;top:49.5625rem;left:1.875rem;font-size:2rem;z-index:15076;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SIwu9dL7VHuKuONtgnMad72QorUrwVWJ { width:8.6875rem;height:8.6875rem;top:54.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvA7aEOMvkc2Gfm3INrLTmhXBZcrTPEb { width:7.5rem;height:1.79980625rem;top:58.5rem;left:11.8125rem;font-size:1.5rem;z-index:15079;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ucii2pk4I0FSEReprbzsrtlTAak6RZoH { width:7.5rem;height:1.3496125rem;top:57.125rem;left:11.875rem;font-size:1.125rem;z-index:15078;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:17.5rem;height:auto;top:20rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:17.5rem;height:auto;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #NNgMoCV7sWikf5mexJrX4LuETRJmIzsq {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #rqLGc7uqQGcmMAuECi5PagWMnTUwFZn2 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LkZ6QGow0lKh90alGFhk8iM3TLHpKnF8 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KT9JDi16UKTMqNaAEJ6bPtZ7RTy7ZUit {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KgOEbZvVNHneWAC731rLOgJpZT8Vb684 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #XCMLs0DAOwXpElXLgVKea3LfRGqKZBQp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { width:20rem;height:5.09911875rem;top:13.875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { width:20rem;height:1.69970625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:5.5996125rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { width:20rem;height:20rem;top:14.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { width:20rem;height:6.7988125rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQrZw1QvnJKpl6HpFvdoVofwKTrspkNl { display:flex;width:1.5rem;height:1.5rem;top:47.9375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { width:20rem;height:1.69970625rem;top:37.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { width:20rem;height:1.9121125rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:20rem;height:16.1875rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ZHzi7HAUPQdI0JfyDCZ0SvkqEVl4R6 { width:20rem;height:11.25rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { display:flex;width:2.75rem;height:2.75rem;top:11.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { width:17.5rem;height:15.2988125rem;top:13.875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { width:17.5rem;height:1.48730625rem;top:29.7978515625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:20rem;height:26.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { display:flex;width:2rem;height:2rem;top:36.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GmEmT1sBIazwbunVNF4fDOEZbStSg07n { width:20rem;height:7.6484375rem;top:39.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { width:20rem;height:1.69970625rem;top:47.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { display:flex;width:2rem;height:2rem;top:52.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { width:20rem;height:7.6484375rem;top:54.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { width:20rem;height:1.48730625rem;top:63.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { width:20rem;height:7.6484375rem;top:70.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { width:20rem;height:1.48730625rem;top:78.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3aL2U5OnqTT5828MglmGP8QZv0qinkb { display:flex;width:2rem;height:2rem;top:67.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { width:20rem;height:7.6484375rem;top:84.36230625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { display:flex;width:2rem;height:2rem;top:81.9873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { width:20rem;height:1.48730625rem;top:93.26074375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smWIka7DGnGTt4cs5t5CUZf3hbSMa2ql { width:16.25rem;height:4.6499rem;top:1.25rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { width:16.25rem;height:1.9121125rem;top:7.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:6.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QX1AF7lBZPNXkha1xXXHvkpfTZTqWEun { width:16.25rem;height:4.6499rem;top:11.412109375rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAeZJmPMkWbAB42prQ6clpWsIxgWTzde { width:16.25rem;height:4.6499rem;top:21.59765625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { width:16.25rem;height:1.9121125rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W0GmB6EuRlafCf6CyulWxcN01owFP5JG { width:16.25rem;height:4.6499rem;top:31.783203125rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT { display:block; }#uap2MSyS50A4c0sHQ2mb5SmnfVGLpIVT > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKHTixL1DX2HkPOqbWwlWgvfF0TNpVIk { width:20rem;height:9.4496875rem;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2C7sNgRXW37F0JgeByzWDFazVGFkeVF { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBXFTlGvtCrEgLwDX5tPtqD5gtQVpf9Z { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDLSUZ8wAyDp2y8cx36sOBeiNzunmX60 { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMaJvPJdIInLuUTDPRl3M1EbuHXM9FAc { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1SU3WOcBqVtFQWF2QL4GyJtkookPr2q { width:8.6875rem;height:8.6875rem;top:54.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwyI8uExbkiX6wvmcsdTxsfqIKWMpDV { width:7.5rem;height:1.79980625rem;top:58.5rem;left:11.8125rem;font-size:1.5rem;z-index:15079;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxm987781SVkwb8O8JMFJoEFpV5KXmO0 { width:7.5rem;height:1.3496125rem;top:57.125rem;left:11.875rem;font-size:1.125rem;z-index:15078;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9  { width:17.5rem;height:auto;top:20rem;left:0rem; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 {display:block;}#k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 { width:17.5rem;height:auto;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #h5ivqR2MXAh0TlPI1TkP6Zna8huW8acp {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #vFwQlE3A7Q7ZH46iUzoFzNCz4rtgXqTU {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #BCkFGVoeyxaPqsUUG1n2GFLCUP0NW2N9 {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #kqQzq1T8ETG9NQNoDK8moWDekHnWMiv2 {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #cI6weF4RW6Ef6sPhdBQQniLMG8FAf0tN {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #X8Ry8HTIrwaHJUmPo0JxLBdvX9X548zD {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #xUCXurv7pB7c4CpIWm4KFV6IbFzEUyVp {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #IJNkp5TrWgrgCfTxbdqz6kEb1MklKk6O {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #eafSTrqZvg9M6c0fDbM3LtUHUQGTNUXz {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #KN0ZzSRT7DTPQJrqsAl7tiVX8p5yqS7E {  }
 }@media only screen and (max-width: 763px) { #k1Ed78uSTA2oqDyuknSDusG0b5qEkBI9 #CphrVDHNoG369G0LUpIlO7XVOOTRwzVL {  }
 }@media only screen and (max-width: 763px) { #VvV9gzIFik0D1kpZRHaygbdUalPSTEW1 { width:20rem;height:5.09911875rem;top:13.875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #FKBfqwzL1EilJ34wFq6NC2pngXnxnDHI { width:20rem;height:11.25rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4bf9HVqMFRwp8LBT8AJrPyhOUW0oJun { display:flex;width:3.125rem;height:3.125rem;top:45rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:8.125rem;height:1.875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:18.5rem; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem; }
 }