.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:253,246,220;--color-primary-1:248,226,138;--color-primary-2:240,196,20;--color-primary-3:120,98,10;--color-primary-4:36,29,3;--color-secondary-0:241,217,217;--color-secondary-1:209,129,128;--color-secondary-2:162,3,0;--color-secondary-3:81,2,0;--color-secondary-4:24,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:179,250,246;--color-tertiary-2:0,239,226;--color-tertiary-3:0,120,113;--color-tertiary-4:0,24,23;--headlines-font-family:"Raleway";--paragraphs-font-family:""; }@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:#08dbd2;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { 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; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { background-color: transparent; background-image: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container > .video-iframe-container { display: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container { display: none; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .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); }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { border-width: 0; border-radius: 0; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:0.31196236610412rem;left:0rem;overflow:hidden;display:block; }
#kvhkcFvcTM9bguUHG1bBWTCkdLgBBr8u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.2498168945312rem;left:19.249927520752rem;display:block; }
#EtotxTZVmPBAJrvCJLFoe1DF0Q2OziPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoQBkZrkx2fTaLlQqP2tMD9NWMhBkvfF { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:29.1875rem;top:6.2499997615814rem;left:45.697834094971rem;overflow:hidden;display:block; }
#mdV30DyIQemLuPrvsTa638ntowRkwlhg { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/39453e2b-2bbb-40d5-b7c2-2a4c6bd7306c/1000029998.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg.adaptive-delivery-prevent-bg, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyload, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyloading { background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { background-color: transparent; background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .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); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { border-width: 0; border-radius: 0; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;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:12rem;left:2.5rem;height:13.949625rem;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; }
#gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { color:rgba(var(--color-primary-0),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:27.597297668457rem;left:2.4978485107422rem;height:11.8979375rem;display:block; }
#ILpu6woEQ45Pl9kbOq5ddUi9spMrWal9 { background-color:rgba(var(--color-primary-1),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-secondary-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.7499375rem;height:3.7494625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.499568939209rem;left:2.4978485107422rem;display:block; }
#NvXrviZtsTcGEhDTnX25sNZ6sPF5MDz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.68)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.68)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.68), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { position:absolute;display:block;z-index:15000;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;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:48.9375rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr { 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; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container { background-color: transparent; background-image: none; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container > .video-iframe-container { display: none; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row > .video-iframe-container { display: none; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .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); }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container { border-width: 0; border-radius: 0; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container { font-size:0.875rem;font-family:raleway;height:60.375rem;width:75rem;position:relative;display:block; }#vtJDRqyK0c8EbDNgpltiUaKUvGv98X8C { color:rgba(var(--color-primary-1),1);display:block;width:32.4998125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:12.999032974243rem;left:0rem;height:13.3896875rem;display:block; }
#cE6pOCGfFPhUkiHyJ8mq4mTl0JRRUatR { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.1235303878781rem;left:0rem;height:3.6751rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gCNHmt3KT7Tgs6qN1lZ3CCJzuzM8bpyq { color:rgba(var(--color-primary-1),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:4.6086578369141rem;left:0rem;height:1.699575rem;font-style:normal;display:block; }
#WL7SQFQOWgncsJs84svwJhoxISFlxWgL { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#EZ4Tqgn5boHGzhUe0sV8ozAdcgpcT1ZG { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#emkFxOQt3m2Vk9nGyuazp1ysm1X6TeoD { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#egLvZpXbuG7nAFPrRPaSTia7nVT8FTXt { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.59), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.59), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.59), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.59), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.59)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.59)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.59), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#JamrqEB9zOrAEEfISClup3A1tPNzkTAl { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:31.375rem;left:0rem;height:1.91280625rem;font-style:normal;display:block; }
#DShxqqSKE93VxGvOAgUgbDhoy0ug9MGi { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:33.8125rem;left:0rem;height:5.09873125rem;font-style:normal;display:block; }
#K6z5AT5bNPbIxxcIKbLddI4k2FtkQPHT { 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:15020;opacity:1;top:29.3125rem;left:0rem; }
#GzAJ4U6ffiT2ZfRp2dbrm83MsHAVoGF5 { color:rgba(var(--color-tertiary-1),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:33.8125rem;left:17.5625rem;height:5.09873125rem;font-style:normal;display:block; }
#IaT0uBXVTlDtahG9sDg7XXTqZ0CZZbvA { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:31.375rem;left:17.5625rem;height:1.91280625rem;font-style:normal;display:block; }
#ZRE34C9dG6EoctKVENXubokAhp9xPebo { 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:15023;opacity:1;top:29.3125rem;left:17.5625rem; }
#TE6VPAngR9iZIRndh8Q1foHotSAuuU8W { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.5rem;width:21.5rem;top:33.285545349121rem;left:46.655494689941rem;display:block; }
#rP6BoRdW9aWztmFBrTNAowOlebS4kiXM { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:33.8125rem;top:41.094436283081rem;left:0.068568977043637rem;overflow:hidden;display:block; }
#iKxe8toC6UCNTaaQKpXIzMmqRn2dGQ4c { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.5625rem;width:33rem;top:3.180549621582rem;left:39.89750289917rem;display:block; }
#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041c15;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; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { background-color: transparent; background-image: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .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); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { border-width: 0; border-radius: 0; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { font-size:0.875rem;font-family:raleway;height:93.5rem;width:75rem;position:relative;display:block; }#CNiFOk8peIQzZNGyNItAU83RHZF374xf { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16.25rem;left:30.0625rem;display:block; }
#zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.125rem;left:31.9375rem; }
#bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:21.1875rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:24.125rem;left:31.9375rem;height:8.497875rem;font-style:normal;display:block; }
#yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:11.249282836914rem;left:0rem;height:2.76215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:16.249462127686rem;left:0rem;height:3.6751rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:35.9375rem;left:30.0625rem;display:block; }
#y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { color:rgba(var(--color-secondary-0),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:43.8125rem;left:31.9375rem;height:8.497875rem;font-style:normal;display:block; }
#iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:40.875rem;left:31.9375rem;height:2.54980625rem;font-style:normal;display:block; }
#U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37.8125rem;left:31.9375rem; }
#x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:35.9375rem;left:53.75rem;display:block; }
#GpONhk4vwULRGdqruNeIhb0Vm4PussEI { color:rgba(var(--color-primary-1),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:43.8125rem;left:55.625rem;height:5.09873125rem;font-style:normal;display:block; }
#JywGHRFXlRLINiXqS475ihkV4UXwZPdA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:40.875rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#BIxFtTAoyOD66oiVv23dzbzsadQBCumg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:37.8125rem;left:55.625rem; }
#QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.2)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(45deg, rgba(var(--color-primary-1),0.2), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16.25rem;left:53.75rem;display:block; }
#vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:24.125rem;left:55.625rem;height:5.09873125rem;font-style:normal;display:block; }
#f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:21.1875rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.125rem;left:55.625rem; }
#NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { color:rgba(var(--color-primary-0),1);display:block;width:25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:21.677894592285rem;left:0rem;height:13.3896875rem;display:block; }
#c3OZabUKXByIZOpKEHs90MRTuuCcT5Vp { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.375rem 0.375rem 0.1875rem rgba(var(--color-primary-0),0.77) ;height:15.436875rem;width:27.686rem;top:37.744587898254rem;left:0.93445396423338rem;overflow:hidden;display:block; }
#pycNwtSkv29i0UF77qLqJk09X2QiOanL { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:37.97842502594rem;left:1.8724918365479rem;height:1.787375rem;text-align:center;text-align-last:center;display:block; }
#K1Lo3flSuhB8bSchySO1aEONQgGWlVOk { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.1875rem;width:27.6875rem;top:55.561029434204rem;left:0.93266105651856rem;display:block; }
#bO4qpfzMkyaRVuFpEB432hXxFKLodkqe { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:57.248958587646rem;left:31.571636199951rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DoNAuUZD6tNx244QVy70PiLFbIDymZSM { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.1870625rem;width:27.686875rem;top:72.62220573425rem;left:0.93266105651856rem;display:block; }
#yQ61IROJMuy0vHigabvPG74gUUcyvHqz { position:absolute;display:block;z-index:15031;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:16.936625rem;width:16.936625rem;top:72.621309280394rem;left:31.571636199951rem;overflow:hidden;display:block; }
#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl { 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; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container { background-color: transparent; background-image: none; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container > .video-iframe-container { display: none; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row > .video-iframe-container { display: none; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .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); }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container { border-width: 0; border-radius: 0; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container { font-size:0.875rem;font-family:raleway;height:100.5rem;width:75rem;position:relative;display:block; }#uWDyMKRrc4EJnaRIMBG5BJFiZ4WvnQAM { color:rgba(var(--color-primary-1),1);display:block;width:29.3748125rem;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:7.2435846328738rem;left:4.0567665100097rem;height:1.699575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZ2ETVUnUQfova0lrDaDJVDrTTT2AwdO { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:10.456384658814rem;left:4.0567665100097rem;height:10.8496875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8dc216af-5e97-43e4-8bb3-9fe920c9c8db/1000029995.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1.adaptive-delivery-prevent-bg, #yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1.lazyload, #yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1.lazyloading { background-image: none; }
#yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#XPxN2AUTsaUyDu7HsyZnBTKKHetursW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:21.935026168823rem;left:4.0567665100097rem;height:7.0124375rem;display:block; }
#NhkhVoSmLbbn40CXmCZ4wqryMoQVcwbG { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-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:37.5rem;top:0rem;left:37.5rem;display:block; }
#RZLOv9yfv7ZXT74rPJe3N9yGUfbOCuKh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12425rem;width:2.12425rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.999568939209rem;left:39.999641418457rem; }
#qKz65RVgqFZw3VyPhRwHqc6nbw4w44AV { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:5.9364242553711rem;left:39.998744964599rem;height:2.54891875rem;font-style:normal;display:block; }
#FZICTsTenOs01tbdu5EmhQlNCcz1wkCg { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4998125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:9.0614242553713rem;left:39.998744964599rem;height:3.39915625rem;font-style:normal;display:block; }
#UttDw2kyPoyZN74CiAbbHEPTiND1UzEu { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-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:15.4375rem;width:37.5rem;top:18.75rem;left:37.5rem;display:block; }
#nBFX1ugf4TgNczSs6A0OxHC45n8ptGPH { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4998125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:27.715560913086rem;left:39.998744964599rem;height:1.699575rem;font-style:normal;display:block; }
#cEd0CJxiWylohsFEVsv07iHMveTJZZgN { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12425rem;width:2.12425rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.248744964599rem;left:39.999641418457rem; }
#LEbpTGInoXcma63F2radswWtiMGyoU2Z { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:25.060026168823rem;left:39.998744964599rem;height:2.54891875rem;font-style:normal;display:block; }
#F3d1Eaw3sabcWJ0eDNPNppFMFNbTlV2P { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.32));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.32));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.32));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.32)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-2),0.32)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-2),0.32));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:22.5625rem;width:37.5rem;top:33.749998569489rem;left:37.5rem;display:block; }
#hUeZ2sLih3JCI5yViLrGv699QaP5aAIf { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4998125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:42.373851776123rem;left:39.999641418457rem;height:11.2448125rem;font-style:normal;display:block; }#hUeZ2sLih3JCI5yViLrGv699QaP5aAIf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUeZ2sLih3JCI5yViLrGv699QaP5aAIf li:before{  }
#K27uNtSkw67nAmIM2N3IHkWxDbTFZxuG { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12425rem;width:2.12425rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:36.131916046142rem;left:39.999641418457rem; }
#RNaVzcnrpC7qa2wT1UFRe1J4l5B7Oxu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:38.873458862305rem;left:39.999641418457rem;height:2.8687625rem;font-style:normal;display:block; }
#QAUJorQ14NliQdTIWmNsTz1xWibcTN5A { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:16.1875rem;top:30.520713329315rem;left:4.0567665100097rem;overflow:hidden;display:block; }
#JWVb5n0G3XQZKZKLpiDklHhnkZklPysc { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.3125rem;width:25.5625rem;top:40.839126586914rem;left:4.0567665100097rem;display:block; }
#PGNkZpZnyfJPnacR7bInaOy96S1ArXWl { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:30.520713329315rem;left:21.249641418457rem;height:10.1974375rem;font-style:normal;display:block; }
#NFLGQJCwJDLhceLcTakDNbcet6bmdU3S { position:absolute;display:block;z-index:15032;border-top:0.9375rem solid rgba(var(--color-tertiary-3),1);border-left:0.9375rem solid rgba(var(--color-tertiary-3),1);border-right:0.9375rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.9375rem solid rgba(var(--color-tertiary-3),1);box-shadow: none;height:30.811875rem;width:54.87475rem;top:65.402807235719rem;left:9.1447448730469rem;display:block; }
#XSTETlvoMcfTndHJaW59GLJVZ8CrCZFL { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:60.842528820038rem;left:8.4683189392087rem;height:3.9304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 { 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; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container { background-color: transparent; background-image: none; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container > .video-iframe-container { display: none; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row > .video-iframe-container { display: none; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .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); }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container { border-width: 0; border-radius: 0; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container { font-size:0.875rem;font-family:arial;height:186.375rem;width:75rem;position:relative;display:block; }#sJU4RRZ5hgZntwggTfExs3BmCyf3LZBq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:17.4375rem;top:85.1875rem;left:0rem;overflow:hidden;display:block; }
#ERdKOEHiatC4a2iBC02QbihI0eNeu0U5 { color:rgba(var(--color-primary-1),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:2.6850986480713rem;left:0rem;height:3.9304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVtxmMxtCb8UlkdeHOTnVhZPTl4938on { color:rgba(var(--color-tertiary-0),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.6413769721988rem;left:0rem;height:5.42574375rem;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; }
#BJTdwIsleIOu0Zf2rtZazbTatdmLsF16 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:112.875rem;left:0rem;height:1.91280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdGmDEAEb2OWfgsaz9zFlq72cu6BJSe4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:17.4375rem;top:85.1875rem;left:19.1875rem;overflow:hidden;display:block; }
#Z4JhmpdXFXztQ010gZy99dcIDRZkrn19 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:112.875rem;left:19.1875rem;height:1.91280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuKzQ9LmFI3bfpH7Sq1KQRWnhvibr1gX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:17.4375rem;top:85.1875rem;left:38.5rem;overflow:hidden;display:block; }
#vTAnWseraEH3w1KerJnGdHbelROOPIyQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:112.875rem;left:38.5rem;height:1.91280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXLDpxspCGtDDLtcKzuz8hhMrOTA1cdV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:112.875rem;left:57.5rem;height:1.91280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnC6gTsCq6rhAsyXtW37Mrft0k8Dlp4z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:17.5rem;top:85.186714172362rem;left:57.499820709229rem;overflow:hidden;display:block; }
#VPMbzNs6SuFcXvVi7sFoBFVKFkBti3VN { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#yfmAN2VvbuTcAGAAdnBmSPAmMnxGaTwA { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:12.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#zTIxHrpCzig13hRUylvfnu06EcAoWUu3 { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#BkrQhe6oHImwmKBuwvDDQGtSkSUKwy7X { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:12.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#GlDbaP1zglu5NTVWZGagwE3POxl4ExS9 { color:#f5bfe4;display:block;width:74.8125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.339199066162rem;left:0rem;height:10.799525rem;text-align:center;text-align-last:center;display:block; }
#nBTs88bUDLEA9Z6nTcxtIcbwvO065nDD { 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:50.6871875rem;width:75rem;top:32.971076965332rem;left:0rem;overflow:hidden;display:block; }
#iZe1dlDxLrevX7XE1zac4E88KoDqPs9i { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.7490625rem;height:3.4358875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:132.15847396851rem;left:18.624568939209rem;display:block; }
#uRV7cUGHE5ENBiRFKfkht9uffxXhD3rZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAfMFdvSMgrUuCGstNrrcMAWacHJ3Jww { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.7499375rem;height:3.43678125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:79.09618759155rem;left:18.593212127686rem;display:none; }
#P7st8gC3G6TSfkU8feHGWnDnb2GvnQV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFMJeATfGZtoJwQUqxGLBV6tlmOJVhqS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),1);top:88.75rem;left:59.0625rem;height:15.0291875rem;text-align:center;text-align-last:center;display:block; }
#d6PrI6VBskNzBcB59v6igRO0w8g2kQ2p { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),1);top:94.811674118044rem;left:20.624282836914rem;height:12.023375rem;text-align:center;text-align-last:center;display:block; }
#LmotDN384DGwhvspqbdKQoeAFSUnq2ah { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),1);top:100.30998802185rem;left:1.4361743927002rem;height:6.01168125rem;text-align:center;text-align-last:center;display:block; }
#hBwraApNM1c9eKWqgu6rhKV3arDRE5SS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),1);top:100.88069534302rem;left:39.936923980713rem;height:9.0175rem;text-align:center;text-align-last:center;display:block; }
#EHuU3irNE9r6skFpiK6cc0StTTUTQrnT { position:absolute;display:block;z-index:15039;height:9.5625rem;width:17.1875rem;top:118.99548530579rem;left:57.72655604939rem;display:block; }
#NehFsAWWycNOMtlkkeJGUI5aDrOAmlaJ { position:absolute;display:block;z-index:15040;height:9.56225rem;width:17.1875rem;top:118.99548530579rem;left:38.624389648438rem;display:block; }
#uqftWzEfUTv4Mp2UmG3GdNTDQQI8kR3P { position:absolute;display:block;z-index:15041;height:9.56225rem;width:17.1875rem;top:118.99548530579rem;left:19.311748504639rem;display:block; }
#uPa42M7TNTb0Vy4cCyKpobW5AVOiHDN6 { position:absolute;display:block;z-index:15042;height:9.56225rem;width:17.1875rem;top:118.99548530579rem;left:0.12453460693359rem;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-form-header {  }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:61.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.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:61.125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:61.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:61.125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:61.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:59.75rem;overflow:hidden;font-style:normal; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .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; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container:first-of-type{padding-top:0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container:last-of-type{padding-bottom:0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:61.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:137.94708251953rem;left:5.6864604949951rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:61.125rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT {display:block;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:61.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15040;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:137.94708251953rem;left:5.6864604949951rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #pNTJXtWBE7gxbpU60HPz90opPLED5bxs { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #K41VBOy6u5Jwa1XBkTqZd7CKizJ9PvG6 { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wUPKBrQAkQQdvzo4WMqusLroyswe2Au5 { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #iZSSA7CA4I8quevappZaWLsG457ub5lM { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qJ0mmccOLmqCiv8DsMkGDOpQwlNKd8b5 { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #WxaUgMtyTf1lqutStWb47lhVeJOagPxQ { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #JtgPs7G0HhESq5RgILLGR8msGlASonr3 { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #Mx5boTHAKgPTWh8tVEqUBolJShXukABx { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #PS74pFK19SE7PFBVtQM8dbN3MauBnrht { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #XwTmOhNNJLZJXyXToSD1VovC1SD43JOZ { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wPP5EwZfTQZCDbuBiXTznkcWNkgvcbp6 { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #t20MUzTwT3h9nSxp2XiB0B9aqZ0WTyfy { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #hkJEedyHABxm7C9bRmIhNQ0xDG4gd70r { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dZxBNrtKTSPJM4Q9gXIKgy9Vmw674JPH { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #tGNJWRzUQdcMbPx71rTK3cHXWIHzQ07q { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CIB1ewN3tDFdezzc692UZHz7TfK8fZqp { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #SUkxFV5TsC5zLqb1POPJkcAXJi3snSmn { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qvrVmRHk0ez9deTO7KfOlw2pu253THFs { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CP27OL2pn4wJSDfBAPfSM0GXKwIxpOA2 { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #VGEVkUSo2mxUTvmOPqwev8UwWZJKPMMW { position:relative;display:block; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dp6zlWymGqThHnDxTNJb8TR89wbTLqTQ { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #xSDGxzh0bwdxezT565Tayb1FDNHO0ved { position:relative; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT #ipH5wA9wvCAityVgK9tzFry4uC4oc6O8 { position:relative; }
#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { 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; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { background-color: transparent; background-image: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container > .video-iframe-container { display: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container { display: none; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .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); }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { border-width: 0; border-radius: 0; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { font-size:0.875rem;font-family:raleway;height:47.5rem;width:75rem;position:relative;display:block; }#ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:32.1875rem;left:0rem;height:2.54891875rem;font-style:normal;display:block; }
#lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { color:#c6faef;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:35.125rem;left:0rem;height:8.497875rem;font-style:normal;display:block; }
#rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { color:rgba(var(--color-primary-1),1);display:block;width:52.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.8184490203858rem;left:11.249282836914rem;height:3.6123875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { 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:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;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; }
#LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { position:absolute;display:block;z-index:15003;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:15.25rem;width:22.5625rem;top:15.998596191406rem;left:0rem;overflow:hidden;display:block; }
#NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:32.1875rem;left:26.25rem;height:2.54891875rem;font-style:normal;display:block; }
#b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { color:#ffe3e3;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:35.125rem;left:26.25rem;height:8.497875rem;font-style:normal;display:block; }
#UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { position:absolute;display:block;z-index:15006;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:15.3125rem;width:21.3125rem;top:15.999481201172rem;left:26.249820709229rem;overflow:hidden;display:block; }
#w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:32.1875rem;left:52.5rem;height:2.54891875rem;font-style:normal;display:block; }
#KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { color:rgba(var(--color-primary-0),1);display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:35.125rem;left:52.5rem;height:8.497875rem;font-style:normal;display:block; }
#DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { position:absolute;display:block;z-index:15009;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:15.25rem;width:23.3125rem;top:15.998601913452rem;left:51.587612942948rem;overflow:hidden;display:block; }
#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72357fdd-e702-4bcf-8862-73ba0f9d5bba/createarealisticmodernphotoimageofacompute.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5.adaptive-delivery-prevent-bg, #aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5.lazyload, #aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5.lazyloading { background-image: none; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container { background-color: transparent; background-image: none; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container > .video-iframe-container { display: none; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row > .video-iframe-container { display: none; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .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); }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container { border-width: 0; border-radius: 0; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container { font-size:0.875rem;font-family:raleway;height:37.5625rem;width:75rem;position:relative;display:block; }#TT4LvgV7JuM92D5n3nmN5dklTUdNc7cI { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.875rem;left:0rem;height:3.1500875rem;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; }
#fN9R1CTMDhCwGwTaggwtfMo7siFsxS5s { color:rgba(var(--color-primary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.125rem;left:14.375rem;height:6.7983125rem;text-align:center;text-align-last:center;display:block; }
#aU60Nk1Ngi9kAVivhwRB58pB76vSbtnL { 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;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-tertiary-0),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.7499375rem;height:3.7494625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.561723709106rem;left:31.123672485351rem;display:block; }
#Dhk0JfHbG4pr7PIowhvhk33Kwk5De7qG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5UZqgJHnoye5etGVkPGekitAzTmAT0l { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#mVhZTMRW3VtJx5RVd9UTIQHVrNssKwOZ { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#ETKLbBMaxAACI2tWHXPXTysO0hJMTImv { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#fHcgaqsGFOTVOt2u6a2IvFDTJXwv27lU { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#up7ipl13WK2nNwBkor543LRlNI11Pgn5 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#hTrGOm5TX3eqQm2pafW3sTSdbPBUfb1M { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#FwANmaPzXCVXNaJdkQTJuAmrWVb08RFp { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),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:27.5rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#aiWQ3w2wBiQIDhQKGt8ro1ufx3wJGE4a { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#TTcTKuyyocZQ2cSnT9FcLZXkFL3JgJQd { z-index:15003;top:26.873387038707rem;left:10.623924255371rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(34,175,131,0.74), #563415);background-image: -moz-linear-gradient(216deg, rgba(34,175,131,0.74), #563415);background-image: -ms-linear-gradient(216deg, rgba(34,175,131,0.74), #563415);background-image: -o-linear-gradient(216deg, rgba(34,175,131,0.74), #563415);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22af83bc', endColorstr='#563415' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22af83bc', endColorstr='#563415' );";background-image: linear-gradient(216deg, rgba(34,175,131,0.74), #563415);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.7494375rem;height:4.9374625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hHBK8hKHOxDbPTky9LWJg5wpMmiqCdUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 { 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; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container { background-color: transparent; background-image: none; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container > .video-iframe-container { display: none; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row > .video-iframe-container { display: none; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .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); }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container { border-width: 0; border-radius: 0; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container { font-size:0.875rem;font-family:raleway;height:385.0625rem;width:75rem;position:relative;display:block; }#ucRT41ytafL32MoWH1B2MdwUCMA7OV7k { color:rgba(var(--color-primary-1),1);display:block;width:52.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:1.9361023902893rem;left:11.250179290771rem;height:3.9304375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFHSHmwoQteT2ALemb8WNpEIPRuGStS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.8656449317932rem;left:11.249282836914rem;height:3.6751rem;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; }
#KnIIKiWfcf7m1uF8h1XBOZrp1Kmxy0TA { position:absolute;display:block;z-index:15023;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-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; }
#uIOeuQerZdpiQEF4gn9pqnpTXsaJIZZW { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#A8uaT83tKiFvzWZgMu9xP7KC38A8xWTP { position:absolute;display:block;z-index:15025;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-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; }
#gATWZx6viL6xXuvABiwqng31ILJ5hufZ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#aXWs6Tifr7Eu2aDTl2u6rRIVyfX7ycKX { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.4976875rem;width:39.99875rem;top:68.75rem;left:17.500179290771rem;display:block; }
#JCsr5HsyvRytQsMtiTWefVJxZIN08v6H { color:rgba(var(--color-primary-1),1);display:block;width:39.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:9.538954257965rem;left:17.561996459961rem;height:2.5990875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drSnISPaJtLyygwrJAKNFweOLIZiGr7y { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:39.999625rem;width:22.4994375rem;top:94rem;left:46rem;display:block; }
#JylRkJdzQcmXaZn5MaR8fPy5KWr01c56 { color:rgba(var(--color-primary-0),1);display:block;width:34.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:94.748962402344rem;left:7.7497844696044rem;height:9.0175rem;text-align:center;text-align-last:center;display:block; }
#hNR6Cde9MbDwOnTl5P308PM5T1qoh1Z1 { color:rgba(var(--color-primary-0),1);display:block;width:39.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:135.1875rem;left:18.1875rem;height:3.2486375rem;text-align:center;text-align-last:center;display:block; }
#ZJ9T4SonldQCb14afCUw5i6NGUXCacmr { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.4976875rem;width:39.99875rem;top:139.75rem;left:18.875rem;display:block; }
#CXCCS0yLHkNiHme4THfRu5ChaVZNkFIr { color:rgba(var(--color-primary-0),1);display:block;width:39.8724375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:163.49984169006rem;left:18.624568939209rem;height:3.2486375rem;text-align:center;text-align-last:center;display:block; }
#hyugdMk8r7fZqm5P1yMtsdDFnRTLsDbu { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.9993125rem;width:16.8739375rem;top:310.1875rem;left:7rem;display:block; }
#iT740xIhlJ0IvTCxnwm8CqRMUktunTgd { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.9993125rem;width:16.8739375rem;top:310.1875rem;left:28.25rem;display:block; }
#s82g4Z87aZVHwDfVkZxccHdGKfobxVAv { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.9993125rem;width:16.8739375rem;top:310.1875rem;left:51.25rem;display:block; }
#KSJDLhEoelOy9qHgW9JcPXLy1P2oy6Ha { color:#4deac8;display:block;width:59.49775rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:304.4375rem;left:7.75rem;height:3.2486375rem;text-align:center;text-align-last:center;display:block; }
#EfhHulAR1MRTHicxmfMxyQJhMHawqpZ8 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.8115rem;width:26.4361875rem;top:347.875rem;left:24.125rem;display:block; }
#h7obSRmDyx71Db6qhN7O2H3ZRGuXPBgw { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.8115rem;width:26.4361875rem;top:364.8125rem;left:10.375rem;display:block; }
#IWTbU8TQsH8xSihSTi36yd2NxWQpepVo { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:14.8115rem;width:26.4361875rem;top:364.8125rem;left:39.25rem;display:block; }
#lX8q3qrZl2db6We5DLLmSEsN7TAleLbW { color:#ffb7ff;display:block;width:59.49775rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:343.5625rem;left:6.9375rem;height:1.62431875rem;text-align:center;text-align-last:center;display:block; }
#q3P3l4oTQdOoUO8uX2miIWf74TeJ3VpM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#O7QxygbbyiWuuLfd5uVEZhgvZN258hI0 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.687125rem;width:35.0621875rem;top:168rem;left:20.6875rem;display:block; }
#Ks2aKIQv3XWix850EldrS5pPJRON4my2 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3123125rem;width:27.499625rem;top:210.8125rem;left:8.125rem;display:block; }
#IclWwXnSqqTGr4D1zs2ktdmsrIKhb0Ff { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.249625rem;width:27.3741875rem;top:210.8125rem;left:39.5rem;display:block; }
#wbDla4J8vbXvsxdcfwAe8d1bu5VK0KI0 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.499875rem;width:34.8749375rem;top:189.9375rem;left:20.75rem;display:block; }
#kN2xE3hcM4b6h9nl0TIS9aHCRxKP0c9N { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3114375rem;width:27.49875rem;top:229.8125rem;left:8.1875rem;display:block; }
#VklidnJJ3xHe5oxJkqvXq85TgiS8Qo1g { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3114375rem;width:27.49875rem;top:229.8125rem;left:39.375rem;display:block; }
#r6h4gJnuM2TUGJdbm0HUd1HgnRILFT8q { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3114375rem;width:27.49875rem;top:248.625rem;left:8.1875rem;display:block; }
#FbpXOsEW36e7TabsCLpTh8WSzU6AQMIx { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3114375rem;width:27.49875rem;top:248.625rem;left:39.375rem;display:block; }
#rMkG1lB5HOXyXD8TTPQaNs61NblqmJqh { color:rgba(var(--color-primary-0),1);display:block;width:58.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:265.24869537354rem;left:8.2174587249756rem;height:4.3882625rem;text-align:center;text-align-last:center;display:block; }
#aKqwQZrb10GzIs1RmkqKLTSPTl21kle9 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3114375rem;width:27.49875rem;top:270.375rem;left:7.875rem;display:block; }
#y2qdMar1NvyZp3c3kMI3zWbbuPernNqu { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.249625rem;width:27.562375rem;top:270.375rem;left:39rem;display:block; }
#Ask4LU393MczfFJ1yUNh0hk1FFHgTVAr { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.49975rem;width:36.687375rem;top:113.55628585816rem;left:6.9989967346194rem;display:block; }
#oVDE0hZXfmrsTyvSlrUFuk0roTpZPJND { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.249625rem;width:27.562375rem;top:287.0625rem;left:23.6875rem;display:block; }
#xMDKsryHaEA7a2HTfWbEayd4kvt8uQ6O { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.4976875rem;width:39.99875rem;top:16.561245441437rem;left:10.374856948852rem;display:block; }
#pt4oskO0iq0KHqS6N7BfsX2QemWBdmcS { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1245625rem;width:16.562125rem;top:15.246917247772rem;left:50.743618011474rem;overflow:hidden;display:block; }
#nVcD49pVViUOmopX2LnVrGhIaA3fSkn9 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.4976875rem;width:39.99875rem;top:42.746559619904rem;left:10.374856948852rem;display:block; }
#GGg70yWF8UrHPKRA3Tp8nZEpz93oN1yl { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3124375rem;width:21.499625rem;top:42.746559143066rem;left:51.249820709229rem;overflow:hidden;display:block; }
#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 { 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; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container { background-color: transparent; background-image: none; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container > .video-iframe-container { display: none; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row > .video-iframe-container { display: none; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .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); }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container { border-width: 0; border-radius: 0; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container { font-size:0.875rem;font-family:arial;height:190.1875rem;width:75rem;position:relative;display:block; }#bTK3IcDyUh8m3Sd2sP0MlOooE3sQGtiO { color:rgba(var(--color-primary-1),1);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:2.2478852272034rem;left:0rem;height:6.3754375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoLTNSzprp5oVCkvIS4btUbZiTV3gphs { color:rgba(var(--color-tertiary-0),1);display:block;width:74.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:8.6224193573rem;left:0rem;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; }
#mko498TFuQ0qy1bErUb3bbQTSqodtl12 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:62.707855224613rem;left:9.3490180969237rem;height:3.82561875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzniGQ6IfZlHqnOC1mTuQfkTTJ2Eq084 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:62.707855224613rem;left:41.774475097656rem;height:1.91280625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnVlSXDBccZ5cFyEqOw77MJVEoMKvcZz { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#L3Ok9iqG8L8WE9zPQcoo6vfamUsLrQmm { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:12.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#uQgJP5buFwwsyFBmDwANS2t15UQUm3lb { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#eJbRo5ZVo80xVVLbIDZ5aRT31Wm418gL { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:12.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#HvpTu0z7QnQyxr5LS0edSrhuwRBkkzQ3 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.6871875rem;width:75rem;top:72.836326599119rem;left:0rem;overflow:hidden;display:block; }
#CDUDSaRTgBf4G3AP2RJprfMG4Wkg1zAM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.062125rem;height:3.43678125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:125.59309768677rem;left:10.468929290771rem;display:block; }
#Zkt7R8ig0omrDulntV4O07N6INI7doSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcNs2v9xO6lFXRE3us565JixD3GBgVIv { color:#bafb9e;display:block;width:74.811875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.615427017212rem;left:0.18814468383789rem;height:13.8062625rem;text-align:center;text-align-last:center;display:block; }
#nmRnZqvaccuorNiehia616zCgoTOSKcv { color:rgba(var(--color-primary-0),1);display:block;width:73.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:26.596545219421rem;left:0.49874496459961rem;height:;text-align:center;text-align-last:center;display:block; }
#q2whQv2A1mOz1CNfXbKbZDQSvTcpbRo5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.062125rem;height:3.43678125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:125.59309768677rem;left:10.468929290771rem;display:none; }
#OL1gNAJVDqflqD2LSZ8LMncOk35koV1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9hTWDTAZpSn2iCXB8wOQEOCBQ8DstdT { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.124625rem;width:32.3116875rem;top:40.610664367676rem;left:1.9441661834717rem;display:block; }
#mA3wTPEPB2RX1s8n4Mnimp0lkcEUDvLA { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:18.12375rem;width:32.3116875rem;top:40.610664367676rem;left:38.494480133057rem;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-form-header {  }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:59.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.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:59.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:59.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:59.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:59.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:57.8125rem;overflow:hidden;font-style:normal; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .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; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container:first-of-type{padding-top:0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container:last-of-type{padding-bottom:0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:59.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15039;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:132.25164794922rem;left:6.6540641784669rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:59.1875rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH {display:block;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:59.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15039;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:132.25164794922rem;left:6.6540641784669rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #iuZS09gq8EUzCc9BiIHiB1Dava8QrUOz { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #emetoVCLlcH9xXH3GNXqOaxwlOp9onsy { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #MwpgnIwIkUBGo60gvy8rBsp7wvCRtaVi { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #f1AaOQCaGsCffgG3E7oqhrH8SJ3FlL3o { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #XH7He92a6XwKMmWlp20sZ7LiUfHqmpWa { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #AihKJPHNBJJRoZkLZRzrhZ1KieTvnISF { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #zwdrtZEhD7TIEriqS9BaJX3IhvufXmXc { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T6hiVQrGkwutaXsl60bQ6KUaDwst4zlD { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #SgfQEclENyg6hqZZAF66RXDCa1fgQSGJ { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #mDmEcA3LyDiEHJDeJdoyqTrhtn4GiGvG { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ebWiWoLHDtb1kpN3JEl4ptA1DzpVZ29C { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #WFem9XOGydWVUzzhMyTPuRKIS8iuaQzR { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Co4vEvkf468h6wA4cS9UMKMce7qTufT9 { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #bgaK3q8N2QMyKU4hHMoRXaNfQk0NqkpI { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #lys6vQc5CrL1ukEoaO6eEoQtpcpdTNow { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #UZqV7a3niJuFhzwUPZBaWnpgIOLD2gcO { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #DSxi9301FKLeRuC3xeMZ6wwLQ2fp00Iz { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T7JTP6OXbWaFZln2Ucy0T2nVy9QFVIOT { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #QtqNsTIVPtVERQGAnMhiqH9t1i054LrQ { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #kDE3LIM1TwLSki8nPtlVl6axz47sTmcr { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #uOLPD1GZWiOGwtM1mzLK0PcAR43irzS2 { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #c3IRZfAJGTc46vCGaHHEpqTEB8nHTFvt { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ZyoWf3EDwmOmFcG3klqAdcd8QLuCA3Ja { position:relative;display:block; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Purnxp0roSUUw9fcZZiQEBOuefnb5bfv { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #KPzTLgr6JI0WHDDn9Qx9Bszfh9WmKxUK { position:relative; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Pl2UqESp6obWdXvQVTGkAqvIz0qhLIU7 { position:relative; }
#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 { 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; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container { background-color: transparent; background-image: none; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container > .video-iframe-container { display: none; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row > .video-iframe-container { display: none; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .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); }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container { border-width: 0; border-radius: 0; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container { font-size:0.875rem;font-family:raleway;height:25.875rem;width:75rem;position:relative;display:block; }#WTQrk5mvxckyRZWaN2qF36DvQI2PFdoT { 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:9.1875rem;left:12.1875rem; }
#vl3X58PKTt52NyH4EZaG0l7Sx5Hqzi7q { color:rgba(var(--color-primary-1),1);display:block;width:50rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:11.9375rem;left:12.8125rem;height:4.67495625rem;font-style:normal;display:block; }
#TxzRAnWnGUODdK8mcvc8c6GZGHbb5zZC { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.58));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.58));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.58));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.58));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.58)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.58)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.58));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:13.625rem;width:60rem;top:6.9371643066406rem;left:7.4998207092288rem;display:block; }
#tvMu3CEX2JQITG6hPqauDGsbVtdePKEO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-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; }
#y7gp5lG4ks4AvMwlTCBqLcPOpX2t5ue7 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#wnrhEnPrM1m76L7ATI4FHhhMrEPTrTVK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), 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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#LRnq9EDaODTJVFLOzCoMGLqwR3pTTJaC { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(var(--color-primary-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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/9d16d5eb-12a4-4544-aead-9f7066e6cd90/1000029998.crop_1077x779_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q.adaptive-delivery-prevent-bg, #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q.lazyload, #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q.lazyloading { background-image: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { background-color: transparent; background-image: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { display: none; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .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); }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { border-width: 0; border-radius: 0; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { font-size:0.875rem;font-family:raleway;height:40.0625rem;width:75rem;position:relative;display:block; }#TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { color:rgba(var(--color-primary-1),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.699575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:4.46261875rem;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; }
#J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1); }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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:arial;color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .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_14d256df5c04202aaa9dd25c24e889d92d262250.svg");background-size:contain !important; }#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.adaptive-delivery-prevent-bg, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyload, #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-trigger.lazyloading { background-image: none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { box-sizing:content-box;height:auto;width:42.6874375rem;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; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs { display:none; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi { display:block;position:relative; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq { display:none; }
#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { 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; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { background-color: transparent; background-image: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .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); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { border-width: 0; border-radius: 0; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { color:rgba(var(--color-primary-1),1);display:block;width:31.25rem;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:6.25rem;left:0rem;height:1.699575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;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:7.9375rem;left:0rem;height:3.6751rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fKCCgTNog93mL1m4LMogvZixo81U1qaA { color:rgba(var(--color-tertiary-1),1);display:block;width:31.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:4.24849375rem;display:block; }
#bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.25rem;left:0rem; }
#dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.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:21.0625rem;left:0rem;height:2.54891875rem;font-style:normal;display:block; }
#TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:19.0625rem;left:2.25rem;height:1.91280625rem;font-style:normal;display:block; }
#qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.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:27.5rem;left:0rem;height:2.54891875rem;font-style:normal;display:block; }
#BaVobLqLXt1suwKPl778dUCPrxyqRSgE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.6875rem;left:0rem; }
#DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:25.5rem;left:2.25rem;height:1.91280625rem;font-style:normal;display:block; }
#Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:32.125rem;left:0rem; }
#Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.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:33.9375rem;left:0rem;height:2.54891875rem;font-style:normal;display:block; }
#HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:31.9375rem;left:2.25rem;height:1.91280625rem;font-style:normal;display:block; }
#RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#pelTgU2WRhA76hB8bkrNFiJoieTvsIic { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.125rem;width:39.5625rem;top:14.292824745178rem;left:31.25rem;display:block; }
#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { 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; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { background-color: transparent; background-image: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container > .video-iframe-container { display: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container { display: none; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .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); }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { border-width: 0; border-radius: 0; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.375rem;left:0rem;display:block; }
#i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAOH5W7Gd29gUE8ffaZb5Wt0HZp6WT5a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.375rem;left:9.375rem;display:block; }
#OzKX0mwETKNSsOMF7fRxSeC85hT0RZqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxM55y183rDFk4uzm3guovekDUEf1EmK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.375rem;left:18.75rem;display:block; }
#NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPwrwhCQpdLEWRSW5e4OJsdV4be6zTBm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;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:32.25rem;height:1.48724375rem;text-align:right;text-align-last:right;display:block; }
#kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { 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:6.43725rem;width:6.43725rem;top:0rem;left:65.695774078369rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { display:block; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { width:5.9375rem;height:5.9375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvhkcFvcTM9bguUHG1bBWTCkdLgBBr8u { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtotxTZVmPBAJrvCJLFoe1DF0Q2OziPN { display:block; }
 }@media only screen and (max-width: 763px) { #SoQBkZrkx2fTaLlQqP2tMD9NWMhBkvfF { top:6.1875rem;left:18.5625rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdV30DyIQemLuPrvsTa638ntowRkwlhg { display:block; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { top:11.9375rem;left:0rem;width:32.4375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { top:27.5625rem;left:0rem;width:32.4375rem;height:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILpu6woEQ45Pl9kbOq5ddUi9spMrWal9 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvXrviZtsTcGEhDTnX25sNZ6sPF5MDz4 { display:block; }
 }@media only screen and (max-width: 763px) { #wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { width:37.5rem;height:48.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52AifEKk5pAEDmX8WGIRhOIMgcuOffr { display:block; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtJDRqyK0c8EbDNgpltiUaKUvGv98X8C { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE6pOCGfFPhUkiHyJ8mq4mTl0JRRUatR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCNHmt3KT7Tgs6qN1lZ3CCJzuzM8bpyq { top:4.5625rem;left:0rem;width:32.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL7SQFQOWgncsJs84svwJhoxISFlxWgL { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4Tqgn5boHGzhUe0sV8ozAdcgpcT1ZG { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emkFxOQt3m2Vk9nGyuazp1ysm1X6TeoD { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLvZpXbuG7nAFPrRPaSTia7nVT8FTXt { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JamrqEB9zOrAEEfISClup3A1tPNzkTAl { 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) { #DShxqqSKE93VxGvOAgUgbDhoy0ug9MGi { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6z5AT5bNPbIxxcIKbLddI4k2FtkQPHT { top:29.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzAJ4U6ffiT2ZfRp2dbrm83MsHAVoGF5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaT0uBXVTlDtahG9sDg7XXTqZ0CZZbvA { 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) { #ZRE34C9dG6EoctKVENXubokAhp9xPebo { top:29.3125rem;left:10.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6VPAngR9iZIRndh8Q1foHotSAuuU8W { top:33.25rem;left:26.217994689941rem;width:21.5rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP6BoRdW9aWztmFBrTNAowOlebS4kiXM { top:41.0625rem;left:0rem;width:33.8125rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxe8toC6UCNTaaQKpXIzMmqRn2dGQ4c { top:3.125rem;left:14.1875rem;width:33rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:21.25rem;height:17.1875rem;top:16.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { top:18.125rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { 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) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { top:11.1875rem;left:0rem;width:25rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:21.25rem;height:17.1875rem;top:35.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { 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) { #U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { top:37.8125rem;left:18.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:21.25rem;height:17.1875rem;top:35.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { 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) { #BIxFtTAoyOD66oiVv23dzbzsadQBCumg { top:37.8125rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:21.25rem;height:17.1875rem;top:16.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { 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) { #JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { top:18.125rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3OZabUKXByIZOpKEHs90MRTuuCcT5Vp { top:37.6875rem;left:0rem;width:27.625rem;height:15.40286324767rem;display:block; }
 }@media only screen and (max-width: 763px) { #pycNwtSkv29i0UF77qLqJk09X2QiOanL { top:37.9375rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Lo3flSuhB8bSchySO1aEONQgGWlVOk { top:55.5rem;left:0rem;width:27.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4qpfzMkyaRVuFpEB432hXxFKLodkqe { top:57.1875rem;left:15.1875rem;width:32.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNAuUZD6tNx244QVy70PiLFbIDymZSM { top:72.5625rem;left:0rem;width:27.625rem;height:14.155357062236rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ61IROJMuy0vHigabvPG74gUUcyvHqz { top:72.5625rem;left:17.946636199951rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl { display:block; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWDyMKRrc4EJnaRIMBG5BJFiZ4WvnQAM { top:7.1875rem;left:0rem;width:29.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2ETVUnUQfova0lrDaDJVDrTTT2AwdO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1 { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPxN2AUTsaUyDu7HsyZnBTKKHetursW8 { top:21.875rem;left:0rem;width:29.3125rem;height:7rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhkhVoSmLbbn40CXmCZ4wqryMoQVcwbG { width:37.5rem;height:16.1875rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZLOv9yfv7ZXT74rPJe3N9yGUfbOCuKh { top:2.9375rem;left:26.374641418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKz65RVgqFZw3VyPhRwHqc6nbw4w44AV { 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) { #FZICTsTenOs01tbdu5EmhQlNCcz1wkCg { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UttDw2kyPoyZN74CiAbbHEPTiND1UzEu { width:37.5rem;height:15.4375rem;top:18.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBFX1ugf4TgNczSs6A0OxHC45n8ptGPH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEd0CJxiWylohsFEVsv07iHMveTJZZgN { top:21.1875rem;left:26.374641418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEbpTGInoXcma63F2radswWtiMGyoU2Z { 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) { #F3d1Eaw3sabcWJ0eDNPNppFMFNbTlV2P { width:37.5rem;height:22.5625rem;top:33.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeZ2sLih3JCI5yViLrGv699QaP5aAIf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#hUeZ2sLih3JCI5yViLrGv699QaP5aAIf li:before{  }
 }@media only screen and (max-width: 763px) { #K27uNtSkw67nAmIM2N3IHkWxDbTFZxuG { top:36.125rem;left:26.374641418457rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNaVzcnrpC7qa2wT1UFRe1J4l5B7Oxu1 { 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) { #QAUJorQ14NliQdTIWmNsTz1xWibcTN5A { top:30.5rem;left:0rem;width:16.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVb5n0G3XQZKZKLpiDklHhnkZklPysc { top:40.8125rem;left:0rem;width:25.5625rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGNkZpZnyfJPnacR7bInaOy96S1ArXWl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFLGQJCwJDLhceLcTakDNbcet6bmdU3S { top:65.375rem;left:0rem;width:45.875rem;height:25.758564105076rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTETlvoMcfTndHJaW59GLJVZ8CrCZFL { 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) { #dSST06X92BZQ05P7ssrTlCZbnWkqepy8 { display:block; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJU4RRZ5hgZntwggTfExs3BmCyf3LZBq { top:85.1875rem;left:0rem;width:17.4375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERdKOEHiatC4a2iBC02QbihI0eNeu0U5 { top:2.625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVtxmMxtCb8UlkdeHOTnVhZPTl4938on { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTdwIsleIOu0Zf2rtZazbTatdmLsF16 { 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) { #kdGmDEAEb2OWfgsaz9zFlq72cu6BJSe4 { top:85.1875rem;left:5.5625rem;width:17.4375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4JhmpdXFXztQ010gZy99dcIDRZkrn19 { 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) { #VuKzQ9LmFI3bfpH7Sq1KQRWnhvibr1gX { top:85.1875rem;left:24.875rem;width:17.4375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAnWseraEH3w1KerJnGdHbelROOPIyQ { 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) { #FXLDpxspCGtDDLtcKzuz8hhMrOTA1cdV { 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) { #fnC6gTsCq6rhAsyXtW37Mrft0k8Dlp4z { top:85.125rem;left:30.25rem;width:17.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPMbzNs6SuFcXvVi7sFoBFVKFkBti3VN { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfmAN2VvbuTcAGAAdnBmSPAmMnxGaTwA { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIxHrpCzig13hRUylvfnu06EcAoWUu3 { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrQhe6oHImwmKBuwvDDQGtSkSUKwy7X { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDbaP1zglu5NTVWZGagwE3POxl4ExS9 { top:15.3125rem;left:0rem;width:47.75rem;height:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBTs88bUDLEA9Z6nTcxtIcbwvO065nDD { top:32.9375rem;left:0rem;width:47.75rem;height:32.270842708333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe1dlDxLrevX7XE1zac4E88KoDqPs9i { width:37.6875rem;height:3.375rem;top:132.125rem;left:4.999568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRV7cUGHE5ENBiRFKfkht9uffxXhD3rZ { display:block; }
 }@media only screen and (max-width: 763px) { #KAfMFdvSMgrUuCGstNrrcMAWacHJ3Jww { width:37.6875rem;height:3.375rem;top:79.0625rem;left:4.9682121276856rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7st8gC3G6TSfkU8feHGWnDnb2GvnQV8 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMJeATfGZtoJwQUqxGLBV6tlmOJVhqS { top:88.75rem;left:33.25rem;width:14.5rem;height:15rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6PrI6VBskNzBcB59v6igRO0w8g2kQ2p { top:94.75rem;left:6.9992828369137rem;width:14.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmotDN384DGwhvspqbdKQoeAFSUnq2ah { top:100.25rem;left:0rem;width:14.5rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwraApNM1c9eKWqgu6rhKV3arDRE5SS { top:100.875rem;left:26.311923980713rem;width:14.5rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuU3irNE9r6skFpiK6cc0StTTUTQrnT { top:118.9375rem;left:25.25rem;width:17.1875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehFsAWWycNOMtlkkeJGUI5aDrOAmlaJ { top:118.9375rem;left:24.999389648438rem;width:17.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqftWzEfUTv4Mp2UmG3GdNTDQQI8kR3P { top:118.9375rem;left:5.6867485046387rem;width:17.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPa42M7TNTb0Vy4cCyKpobW5AVOiHDN6 { top:118.9375rem;left:0rem;width:17.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT  { width:45.25rem;height:auto;top:137.9375rem;left:0rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT {display:block;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT { width:45.25rem;height:auto;top:137.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #pNTJXtWBE7gxbpU60HPz90opPLED5bxs {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #K41VBOy6u5Jwa1XBkTqZd7CKizJ9PvG6 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wUPKBrQAkQQdvzo4WMqusLroyswe2Au5 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #iZSSA7CA4I8quevappZaWLsG457ub5lM {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qJ0mmccOLmqCiv8DsMkGDOpQwlNKd8b5 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #WxaUgMtyTf1lqutStWb47lhVeJOagPxQ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #JtgPs7G0HhESq5RgILLGR8msGlASonr3 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #Mx5boTHAKgPTWh8tVEqUBolJShXukABx {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #PS74pFK19SE7PFBVtQM8dbN3MauBnrht {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #XwTmOhNNJLZJXyXToSD1VovC1SD43JOZ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wPP5EwZfTQZCDbuBiXTznkcWNkgvcbp6 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #t20MUzTwT3h9nSxp2XiB0B9aqZ0WTyfy {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #hkJEedyHABxm7C9bRmIhNQ0xDG4gd70r {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dZxBNrtKTSPJM4Q9gXIKgy9Vmw674JPH {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #tGNJWRzUQdcMbPx71rTK3cHXWIHzQ07q {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CIB1ewN3tDFdezzc692UZHz7TfK8fZqp {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #SUkxFV5TsC5zLqb1POPJkcAXJi3snSmn {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qvrVmRHk0ez9deTO7KfOlw2pu253THFs {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CP27OL2pn4wJSDfBAPfSM0GXKwIxpOA2 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #VGEVkUSo2mxUTvmOPqwev8UwWZJKPMMW {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dp6zlWymGqThHnDxTNJb8TR89wbTLqTQ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #xSDGxzh0bwdxezT565Tayb1FDNHO0ved {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #ipH5wA9wvCAityVgK9tzFry4uC4oc6O8 {  }
 }@media only screen and (max-width: 763px) { #T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { display:block; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { 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) { #lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { top:3.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { top:15.9375rem;left:0rem;width:22.5625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { 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) { #b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { top:15.9375rem;left:12.624820709229rem;width:21.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { 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) { #KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { top:15.9375rem;left:24.4375rem;width:23.3125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 { display:block; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT4LvgV7JuM92D5n3nmN5dklTUdNc7cI { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN9R1CTMDhCwGwTaggwtfMo7siFsxS5s { top:11.0625rem;left:0.74928283691406rem;width:46.1875rem;height:6.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU60Nk1Ngi9kAVivhwRB58pB76vSbtnL { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhk0JfHbG4pr7PIowhvhk33Kwk5De7qG { display:block; }
 }@media only screen and (max-width: 763px) { #t5UZqgJHnoye5etGVkPGekitAzTmAT0l { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhZTMRW3VtJx5RVd9UTIQHVrNssKwOZ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKLbBMaxAACI2tWHXPXTysO0hJMTImv { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHcgaqsGFOTVOt2u6a2IvFDTJXwv27lU { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7ipl13WK2nNwBkor543LRlNI11Pgn5 { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrGOm5TX3eqQm2pafW3sTSdbPBUfb1M { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwANmaPzXCVXNaJdkQTJuAmrWVb08RFp { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWQ3w2wBiQIDhQKGt8ro1ufx3wJGE4a { width:0.5rem;height:27.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcTKuyyocZQ2cSnT9FcLZXkFL3JgJQd { top:26.8125rem;left:0rem;width:46.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBK8hKHOxDbPTky9LWJg5wpMmiqCdUi { display:block; }
 }@media only screen and (max-width: 763px) { #ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 { display:block; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRT41ytafL32MoWH1B2MdwUCMA7OV7k { top:1.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFHSHmwoQteT2ALemb8WNpEIPRuGStS5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnIIKiWfcf7m1uF8h1XBOZrp1Kmxy0TA { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIOeuQerZdpiQEF4gn9pqnpTXsaJIZZW { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8uaT83tKiFvzWZgMu9xP7KC38A8xWTP { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gATWZx6viL6xXuvABiwqng31ILJ5hufZ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXWs6Tifr7Eu2aDTl2u6rRIVyfX7ycKX { top:68.75rem;left:3.8751792907715rem;width:39.9375rem;height:22.463236839432rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCsr5HsyvRytQsMtiTWefVJxZIN08v6H { top:9.5rem;left:3.9369964599609rem;width:39.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drSnISPaJtLyygwrJAKNFweOLIZiGr7y { top:94rem;left:25.3125rem;width:22.4375rem;height:39.890190901085rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylRkJdzQcmXaZn5MaR8fPy5KWr01c56 { top:94.6875rem;left:0rem;width:34.375rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNR6Cde9MbDwOnTl5P308PM5T1qoh1Z1 { top:135.1875rem;left:4.5625rem;width:39.8125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9T4SonldQCb14afCUw5i6NGUXCacmr { top:139.75rem;left:5.25rem;width:39.9375rem;height:22.463236839432rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCCS0yLHkNiHme4THfRu5ChaVZNkFIr { top:163.4375rem;left:4.999568939209rem;width:39.8125rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyugdMk8r7fZqm5P1yMtsdDFnRTLsDbu { top:310.1875rem;left:0rem;width:16.8125rem;height:29.890085903557rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT740xIhlJ0IvTCxnwm8CqRMUktunTgd { top:310.1875rem;left:14.625rem;width:16.8125rem;height:29.890085903557rem;display:block; }
 }@media only screen and (max-width: 763px) { #s82g4Z87aZVHwDfVkZxccHdGKfobxVAv { top:310.1875rem;left:30.9375rem;width:16.8125rem;height:29.890085903557rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSJDLhEoelOy9qHgW9JcPXLy1P2oy6Ha { top:304.4375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhHulAR1MRTHicxmfMxyQJhMHawqpZ8 { top:347.875rem;left:10.5rem;width:26.375rem;height:14.777218254334rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7obSRmDyx71Db6qhN7O2H3ZRGuXPBgw { top:364.8125rem;left:0rem;width:26.375rem;height:14.777218254334rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTbU8TQsH8xSihSTi36yd2NxWQpepVo { top:364.8125rem;left:21.375rem;width:26.375rem;height:14.777218254334rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX8q3qrZl2db6We5DLLmSEsN7TAleLbW { top:343.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3P3l4oTQdOoUO8uX2miIWf74TeJ3VpM { display:none; }
 }@media only screen and (max-width: 763px) { #O7QxygbbyiWuuLfd5uVEZhgvZN258hI0 { top:168rem;left:7.0625rem;width:35rem;height:19.651333790854rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2aKIQv3XWix850EldrS5pPJRON4my2 { top:210.8125rem;left:0rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclWwXnSqqTGr4D1zs2ktdmsrIKhb0Ff { top:210.8125rem;left:20.4375rem;width:27.3125rem;height:15.21574646154rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDla4J8vbXvsxdcfwAe8d1bu5VK0KI0 { top:189.9375rem;left:7.125rem;width:34.8125rem;height:19.464090437438rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN2xE3hcM4b6h9nl0TIS9aHCRxKP0c9N { top:229.8125rem;left:0rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #VklidnJJ3xHe5oxJkqvXq85TgiS8Qo1g { top:229.8125rem;left:20.3125rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6h4gJnuM2TUGJdbm0HUd1HgnRILFT8q { top:248.625rem;left:0rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpXOsEW36e7TabsCLpTh8WSzU6AQMIx { top:248.625rem;left:20.3125rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMkG1lB5HOXyXD8TTPQaNs61NblqmJqh { top:265.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqwQZrb10GzIs1RmkqKLTSPTl21kle9 { top:270.375rem;left:0rem;width:27.4375rem;height:15.277333202646rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qdMar1NvyZp3c3kMI3zWbbuPernNqu { top:270.375rem;left:20.25rem;width:27.5rem;height:15.21511435426rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ask4LU393MczfFJ1yUNh0hk1FFHgTVAr { top:113.5rem;left:0rem;width:36.625rem;height:20.464896813958rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDE0hZXfmrsTyvSlrUFuk0roTpZPJND { top:287.0625rem;left:10.0625rem;width:27.5rem;height:15.21511435426rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDKsryHaEA7a2HTfWbEayd4kvt8uQ6O { top:16.5rem;left:0rem;width:39.9375rem;height:22.463236839432rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4oskO0iq0KHqS6N7BfsX2QemWBdmcS { top:15.1875rem;left:31.1875rem;width:16.5rem;height:25.030319554405rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVcD49pVViUOmopX2LnVrGhIaA3fSkn9 { top:42.6875rem;left:0rem;width:39.9375rem;height:22.463236839432rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGg70yWF8UrHPKRA3Tp8nZEpz93oN1yl { top:42.6875rem;left:26.25rem;width:21.4375rem;height:14.271080491229rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 { display:block; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTK3IcDyUh8m3Sd2sP0MlOooE3sQGtiO { top:2.1875rem;left:0rem;width:47.75rem;height:6.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLTNSzprp5oVCkvIS4btUbZiTV3gphs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mko498TFuQ0qy1bErUb3bbQTSqodtl12 { 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) { #gzniGQ6IfZlHqnOC1mTuQfkTTJ2Eq084 { 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) { #lnVlSXDBccZ5cFyEqOw77MJVEoMKvcZz { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ok9iqG8L8WE9zPQcoo6vfamUsLrQmm { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgJP5buFwwsyFBmDwANS2t15UQUm3lb { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJbRo5ZVo80xVVLbIDZ5aRT31Wm418gL { width:0.5rem;height:12.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvpTu0z7QnQyxr5LS0edSrhuwRBkkzQ3 { top:72.8125rem;left:0rem;width:47.75rem;height:32.270842708333rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDUDSaRTgBf4G3AP2RJprfMG4Wkg1zAM { width:46.75rem;height:3.375rem;top:125.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkt7R8ig0omrDulntV4O07N6INI7doSD { display:block; }
 }@media only screen and (max-width: 763px) { #AcNs2v9xO6lFXRE3us565JixD3GBgVIv { top:13.5625rem;left:0rem;width:47.75rem;height:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmRnZqvaccuorNiehia616zCgoTOSKcv { top:26.5625rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2whQv2A1mOz1CNfXbKbZDQSvTcpbRo5 { width:46.75rem;height:3.375rem;top:125.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OL1gNAJVDqflqD2LSZ8LMncOk35koV1s { display:block; }
 }@media only screen and (max-width: 763px) { #G9hTWDTAZpSn2iCXB8wOQEOCBQ8DstdT { top:40.5625rem;left:0rem;width:32.25rem;height:18.090022573101rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3wTPEPB2RX1s8n4Mnimp0lkcEUDvLA { top:40.5625rem;left:15.5rem;width:32.25rem;height:18.089149243598rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH  { width:45.25rem;height:auto;top:132.25rem;left:0rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH {display:block;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH { width:45.25rem;height:auto;top:132.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #iuZS09gq8EUzCc9BiIHiB1Dava8QrUOz {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #emetoVCLlcH9xXH3GNXqOaxwlOp9onsy {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #MwpgnIwIkUBGo60gvy8rBsp7wvCRtaVi {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #f1AaOQCaGsCffgG3E7oqhrH8SJ3FlL3o {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #XH7He92a6XwKMmWlp20sZ7LiUfHqmpWa {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #AihKJPHNBJJRoZkLZRzrhZ1KieTvnISF {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #zwdrtZEhD7TIEriqS9BaJX3IhvufXmXc {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T6hiVQrGkwutaXsl60bQ6KUaDwst4zlD {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #SgfQEclENyg6hqZZAF66RXDCa1fgQSGJ {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #mDmEcA3LyDiEHJDeJdoyqTrhtn4GiGvG {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ebWiWoLHDtb1kpN3JEl4ptA1DzpVZ29C {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #WFem9XOGydWVUzzhMyTPuRKIS8iuaQzR {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Co4vEvkf468h6wA4cS9UMKMce7qTufT9 {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #bgaK3q8N2QMyKU4hHMoRXaNfQk0NqkpI {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #lys6vQc5CrL1ukEoaO6eEoQtpcpdTNow {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #UZqV7a3niJuFhzwUPZBaWnpgIOLD2gcO {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #DSxi9301FKLeRuC3xeMZ6wwLQ2fp00Iz {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T7JTP6OXbWaFZln2Ucy0T2nVy9QFVIOT {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #QtqNsTIVPtVERQGAnMhiqH9t1i054LrQ {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #kDE3LIM1TwLSki8nPtlVl6axz47sTmcr {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #uOLPD1GZWiOGwtM1mzLK0PcAR43irzS2 {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #c3IRZfAJGTc46vCGaHHEpqTEB8nHTFvt {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ZyoWf3EDwmOmFcG3klqAdcd8QLuCA3Ja {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Purnxp0roSUUw9fcZZiQEBOuefnb5bfv {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #KPzTLgr6JI0WHDDn9Qx9Bszfh9WmKxUK {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Pl2UqESp6obWdXvQVTGkAqvIz0qhLIU7 {  }
 }@media only screen and (max-width: 763px) { #Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 { display:block; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTQrk5mvxckyRZWaN2qF36DvQI2PFdoT { width:2.75rem;height:2.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl3X58PKTt52NyH4EZaG0l7Sx5Hqzi7q { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzRAnWnGUODdK8mcvc8c6GZGHbb5zZC { width:47.75rem;height:13.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvMu3CEX2JQITG6hPqauDGsbVtdePKEO { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7gp5lG4ks4AvMwlTCBqLcPOpX2t5ue7 { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrhEnPrM1m76L7ATI4FHhhMrEPTrTVK { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnq9EDaODTJVFLOzCoMGLqwR3pTTJaC { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { top:6.25rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { top:13.4375rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { width:1.5rem;height:1.5rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { 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) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { 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) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { 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) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { width:1.5rem;height:1.5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { 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) { #Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { width:1.5rem;height:1.5rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { 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) { #HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { 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) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pelTgU2WRhA76hB8bkrNFiJoieTvsIic { top:14.25rem;left:8.1875rem;width:39.5625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { display:block; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block; }
 }@media only screen and (max-width: 763px) { #VAOH5W7Gd29gUE8ffaZb5Wt0HZp6WT5a { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzKX0mwETKNSsOMF7fRxSeC85hT0RZqu { display:block; }
 }@media only screen and (max-width: 763px) { #FxM55y183rDFk4uzm3guovekDUEf1EmK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block; }
 }@media only screen and (max-width: 763px) { #OPwrwhCQpdLEWRSW5e4OJsdV4be6zTBm { 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) { #kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { width:6.375rem;height:6.375rem;top:0rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O25zChcAc6CAExNXfIwU5PeOmHa0TyNn { display:block; }#O25zChcAc6CAExNXfIwU5PeOmHa0TyNn > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVWMSlgCP4QPnJcb68RJAUOUNcdW9BXD { width:11.6246875rem;height:11.6246875rem;top:0.81171154975894rem;left:4.1866754889488rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvhkcFvcTM9bguUHG1bBWTCkdLgBBr8u { width:17.562rem;height:3.7494625rem;top:12.436388969421rem;left:1.2184633612633rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtotxTZVmPBAJrvCJLFoe1DF0Q2OziPN { display:block; }
 }@media only screen and (max-width: 763px) { #SoQBkZrkx2fTaLlQqP2tMD9NWMhBkvfF { width:16.0621875rem;height:16.0621875rem;top:16.185852050781rem;left:1.9674598574638rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdV30DyIQemLuPrvsTa638ntowRkwlhg { background-color:#1c1c1c;background-image:url("https://images.assets-landingi.com/uc/1ba0041f-4021-4b73-bebd-a784f215f9bd/1000029997.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg.adaptive-delivery-prevent-bg, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyload, #mdV30DyIQemLuPrvsTa638ntowRkwlhg.lazyloading { background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { background-color: transparent; background-image: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { display: none; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .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); }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { border-width: 0; border-radius: 0; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdV30DyIQemLuPrvsTa638ntowRkwlhg > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4TLULHGzMFIvPD7sSG8lPq88yfzU5fd { width:17.5rem;height:9.45025rem;top:2.75rem;left:1.25rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCZsGNu1UX45k5Xytb6pOKUrxJkMOGVy { width:17.5rem;height:6.7983125rem;top:13.4375rem;left:1.25rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILpu6woEQ45Pl9kbOq5ddUi9spMrWal9 { width:12.7499375rem;height:3.7494625rem;top:22.811244964599rem;left:3.6240324378014rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvXrviZtsTcGEhDTnX25sNZ6sPF5MDz4 { display:block; }
 }@media only screen and (max-width: 763px) { #wuxITKGOJmqVxcCAgEorsR1J5FrhzyZX { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut7I4HT1kWqUF3v9RW1JzdofB0Ky8vfw { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re1fxsKpT2DDpuIZlP44e7fDEwsdqpxR { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMe8PkNGXZW5Fqm4K32Vi6HAwsUyTnp8 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVXStAghFxpIvsxTUz5HefAJa5fnwEyf { width:20rem;height:29.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52AifEKk5pAEDmX8WGIRhOIMgcuOffr { display:block; }#g52AifEKk5pAEDmX8WGIRhOIMgcuOffr > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtJDRqyK0c8EbDNgpltiUaKUvGv98X8C { width:16.8748125rem;height:14.8724375rem;top:9.2477779388425rem;left:1.5616039633751rem;font-size:0.875rem;z-index:15030;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cE6pOCGfFPhUkiHyJ8mq4mTl0JRRUatR { width:20rem;height:2.3625625rem;top:4.19921875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCNHmt3KT7Tgs6qN1lZ3CCJzuzM8bpyq { width:19.9998125rem;height:1.699575rem;top:1.8115720748901rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WL7SQFQOWgncsJs84svwJhoxISFlxWgL { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ4Tqgn5boHGzhUe0sV8ozAdcgpcT1ZG { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #emkFxOQt3m2Vk9nGyuazp1ysm1X6TeoD { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egLvZpXbuG7nAFPrRPaSTia7nVT8FTXt { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JamrqEB9zOrAEEfISClup3A1tPNzkTAl { width:17.4993125rem;height:1.91280625rem;top:31.25rem;left:2.5005375742913rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DShxqqSKE93VxGvOAgUgbDhoy0ug9MGi { width:19.9998125rem;height:5.09873125rem;top:34.436819076538rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6z5AT5bNPbIxxcIKbLddI4k2FtkQPHT { display:flex;width:1.4997875rem;height:1.4997875rem;top:31.250001907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GzAJ4U6ffiT2ZfRp2dbrm83MsHAVoGF5 { width:19.9998125rem;height:3.39915625rem;top:43.560958862305rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaT0uBXVTlDtahG9sDg7XXTqZ0CZZbvA { width:17.4993125rem;height:1.91280625rem;top:40.105361938476rem;left:2.5005375742913rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE34C9dG6EoctKVENXubokAhp9xPebo { display:flex;width:1.4997875rem;height:1.4997875rem;top:40.311424255371rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TE6VPAngR9iZIRndh8Q1foHotSAuuU8W { height:17.2484375rem;width:17.2484375rem;top:79.632846832275rem;left:1.3743550181389rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP6BoRdW9aWztmFBrTNAowOlebS4kiXM { width:19.9998125rem;height:11.237625rem;top:65.959178924562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKxe8toC6UCNTaaQKpXIzMmqRn2dGQ4c { width:18.9999375rem;height:13.1871875rem;top:50.069882392883rem;left:0.49903243780136rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:20rem;height:180.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:19.9998125rem;height:17.1875rem;top:30.061998128891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdT0oEQEVlOD1xTbzJZ6onfrcMEgIn6 { display:flex;width:2.12425rem;height:2.12425rem;top:30.873707771301rem;left:1.8742832541466rem; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { width:17.4993125rem;height:2.54891875rem;top:32.997957229614rem;left:1.8742832541466rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { width:17.4993125rem;height:8.497875rem;top:36.998279571533rem;left:1.8742832541466rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { width:19.9998125rem;height:2.4423rem;top:7.3743906021119rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { width:19.9998125rem;height:2.79888125rem;top:11.249283790588rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:3rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:19.9998125rem;height:17.1875rem;top:69.124508619306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { width:17.4993125rem;height:8.497875rem;top:76.811565399169rem;left:1.8742832541466rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { width:17.4993125rem;height:2.54891875rem;top:73.498420715331rem;left:1.8742832541466rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3WtAKi8tI9UH5r6lq9EQC6QTo6hJvTE { display:flex;width:2.12425rem;height:2.12425rem;top:70.247986793519rem;left:1.8742832541466rem; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:19.9998125rem;height:17.1875rem;top:88.373525619506rem;left:0.00089597702026369rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { width:17.4993125rem;height:5.09873125rem;top:96.686849594119rem;left:1.8742832541466rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { width:17.4993125rem;height:2.54891875rem;top:93.68638420105rem;left:1.8742832541466rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BIxFtTAoyOD66oiVv23dzbzsadQBCumg { display:flex;width:2.12425rem;height:2.12425rem;top:90.999492645263rem;left:1.8742832541466rem; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:19.9998125rem;height:17.1875rem;top:49.749135971069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { width:17.4993125rem;height:5.09873125rem;top:58.436962127686rem;left:1.8742832541466rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { width:17.4993125rem;height:2.54891875rem;top:54.999282836914rem;left:1.8742832541466rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJVLsLbNIZNxlf4xhHOOibfNXG7r6l5Z { display:flex;width:2.12425rem;height:2.12425rem;top:51.624318599701rem;left:1.8742832541466rem; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { width:17.9375rem;height:11.99825rem;top:15.624114990234rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #c3OZabUKXByIZOpKEHs90MRTuuCcT5Vp { width:19.749875rem;height:11.0620625rem;top:111.18387985229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pycNwtSkv29i0UF77qLqJk09X2QiOanL { width:19.9989375rem;height:3.57475625rem;top:106.54296684265rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K1Lo3flSuhB8bSchySO1aEONQgGWlVOk { height:10.248306997743rem;width:20rem;top:124.13362789154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO4qpfzMkyaRVuFpEB432hXxFKLodkqe { width:16.374875rem;height:12.9909375rem;top:137.19358634949rem;left:1.8115682005883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoNAuUZD6tNx244QVy70PiLFbIDymZSM { height:10.248222307501rem;width:20rem;top:151.43365075684rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ61IROJMuy0vHigabvPG74gUUcyvHqz { width:16.875rem;height:16.875rem;top:162.93127575684rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl { display:block; }#XQwyTHNOwcf4wOGy2Kni2s7yOJNUoJxl > .row .container { width:20rem;height:147.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWDyMKRrc4EJnaRIMBG5BJFiZ4WvnQAM { width:16.25rem;height:1.69970625rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2ETVUnUQfova0lrDaDJVDrTTT2AwdO { width:16.25rem;height:5.5977625rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4TD4IP8uJuJ8mQ9nlQb06fcGuxgWB1 { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPxN2AUTsaUyDu7HsyZnBTKKHetursW8 { width:16.25rem;height:6.7983125rem;top:18.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhkhVoSmLbbn40CXmCZ4wqryMoQVcwbG { width:20rem;height:16.25rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZLOv9yfv7ZXT74rPJe3N9yGUfbOCuKh { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #qKz65RVgqFZw3VyPhRwHqc6nbw4w44AV { width:17.5rem;height:2.54980625rem;top:38.0625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZICTsTenOs01tbdu5EmhQlNCcz1wkCg { width:17.5rem;height:6.7983125rem;top:41.25rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UttDw2kyPoyZN74CiAbbHEPTiND1UzEu { width:20rem;height:11.9375rem;top:51.249816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBFX1ugf4TgNczSs6A0OxHC45n8ptGPH { width:17.5rem;height:1.699575rem;top:59.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cEd0CJxiWylohsFEVsv07iHMveTJZZgN { display:flex;width:2.125rem;height:2.125rem;top:53.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #LEbpTGInoXcma63F2radswWtiMGyoU2Z { width:17.5rem;height:2.54980625rem;top:56.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3d1Eaw3sabcWJ0eDNPNppFMFNbTlV2P { width:20rem;height:21.0625rem;top:65.5613861084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUeZ2sLih3JCI5yViLrGv699QaP5aAIf { width:17.4993125rem;height:12.520625rem;top:72.373132705687rem;left:0.68001002073287rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#hUeZ2sLih3JCI5yViLrGv699QaP5aAIf li:before{  }
 }@media only screen and (max-width: 763px) { #K27uNtSkw67nAmIM2N3IHkWxDbTFZxuG { display:flex;width:2.12425rem;height:2.12425rem;top:64.373388290406rem;left:1.8742832541466rem; }
 }@media only screen and (max-width: 763px) { #RNaVzcnrpC7qa2wT1UFRe1J4l5B7Oxu1 { width:17.4993125rem;height:5.0978375rem;top:66.497632026675rem;left:1.2498208880424rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QAUJorQ14NliQdTIWmNsTz1xWibcTN5A { width:16.1875rem;height:9.9375rem;top:88.768636703494rem;left:1.9056407809258rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWVb5n0G3XQZKZKLpiDklHhnkZklPysc { height:11.19804400978rem;width:20rem;top:110.27851257324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGNkZpZnyfJPnacR7bInaOy96S1ArXWl { width:14.812375rem;height:9.3499375rem;top:99.893384933469rem;left:2.5928182005882rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFLGQJCwJDLhceLcTakDNbcet6bmdU3S { height:10.177089360316rem;width:18.125rem;top:133.42083072663rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSTETlvoMcfTndHJaW59GLJVZ8CrCZFL { width:19.9998125rem;height:5.73753125rem;top:125.91205596924rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSST06X92BZQ05P7ssrTlCZbnWkqepy8 { display:block; }#dSST06X92BZQ05P7ssrTlCZbnWkqepy8 > .row .container { width:20rem;height:367.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJU4RRZ5hgZntwggTfExs3BmCyf3LZBq { width:15.81225rem;height:23.812rem;top:117.25rem;left:2.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ERdKOEHiatC4a2iBC02QbihI0eNeu0U5 { width:19.9989375rem;height:6.1622rem;top:18.456134796142rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVtxmMxtCb8UlkdeHOTnVhZPTl4938on { width:19.9989375rem;height:13.12175rem;top:31.499067306519rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJTdwIsleIOu0Zf2rtZazbTatdmLsF16 { width:18.75rem;height:1.91280625rem;top:141.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdGmDEAEb2OWfgsaz9zFlq72cu6BJSe4 { width:16.749375rem;height:25.18725rem;top:160.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4JhmpdXFXztQ010gZy99dcIDRZkrn19 { width:17.4993125rem;height:1.91280625rem;top:186.75rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuKzQ9LmFI3bfpH7Sq1KQRWnhvibr1gX { width:16.8748125rem;height:25.3118125rem;top:206.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTAnWseraEH3w1KerJnGdHbelROOPIyQ { width:17.4993125rem;height:1.91280625rem;top:231.5rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXLDpxspCGtDDLtcKzuz8hhMrOTA1cdV { width:17.4993125rem;height:1.91280625rem;top:274.3125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnC6gTsCq6rhAsyXtW37Mrft0k8Dlp4z { width:15.062375rem;height:22.624875rem;top:251.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPMbzNs6SuFcXvVi7sFoBFVKFkBti3VN { width:0.5rem;height:12.5rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfmAN2VvbuTcAGAAdnBmSPAmMnxGaTwA { width:0.5rem;height:12.5rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTIxHrpCzig13hRUylvfnu06EcAoWUu3 { width:0.5rem;height:12.5rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrQhe6oHImwmKBuwvDDQGtSkSUKwy7X { width:0.5rem;height:12.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlDbaP1zglu5NTVWZGagwE3POxl4ExS9 { width:19.9989375rem;height:35.73500625rem;top:50.311782836914rem;left:0.00089597702026369rem;font-size:1.25rem;color:#ffdcf4;display:block; }
 }@media only screen and (max-width: 763px) { #nBTs88bUDLEA9Z6nTcxtIcbwvO065nDD { width:19.8735rem;height:13.3744375rem;top:90.497778415681rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZe1dlDxLrevX7XE1zac4E88KoDqPs9i { width:18.9990625rem;height:5.936425rem;top:108.62420654297rem;left:0.49903243780136rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRV7cUGHE5ENBiRFKfkht9uffxXhD3rZ { display:block; }
 }@media only screen and (max-width: 763px) { #KAfMFdvSMgrUuCGstNrrcMAWacHJ3Jww { width:18.9981875rem;height:5.936425rem;top:292.99294281006rem;left:0.49992829561234rem;font-size:1.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #P7st8gC3G6TSfkU8feHGWnDnb2GvnQV8 { display:block; }
 }@media only screen and (max-width: 763px) { #fFMJeATfGZtoJwQUqxGLBV6tlmOJVhqS { width:14.4988125rem;height:6.582375rem;top:267.25rem;left:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6PrI6VBskNzBcB59v6igRO0w8g2kQ2p { width:14.4988125rem;height:7.31075rem;top:178.375rem;left:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmotDN384DGwhvspqbdKQoeAFSUnq2ah { width:14.4988125rem;height:5.19818125rem;top:135.8125rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBwraApNM1c9eKWqgu6rhKV3arDRE5SS { width:14.4988125rem;height:5.19818125rem;top:225.75rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHuU3irNE9r6skFpiK6cc0StTTUTQrnT { width:17.1875rem;height:9.56225rem;top:279.87296104431rem;left:1.4057125449181rem;display:block; }
 }@media only screen and (max-width: 763px) { #NehFsAWWycNOMtlkkeJGUI5aDrOAmlaJ { width:17.1875rem;height:9.4995625rem;top:237.4354801178rem;left:1.4057125449181rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqftWzEfUTv4Mp2UmG3GdNTDQQI8kR3P { width:17.1875rem;height:9.4995625rem;top:192.31203651428rem;left:1.4057125449181rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPa42M7TNTb0Vy4cCyKpobW5AVOiHDN6 { width:17.1875rem;height:9.4995625rem;top:146.9986410141rem;left:1.4057125449181rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-text {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-select {padding-top: 0; padding-bottom: 0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container:first-of-type{padding-top:0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .widget-container:last-of-type{padding-bottom:0;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT  { width:17.5rem;height:auto;top:301.80440330506rem;left:0rem; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QHLfn0esSbM0efSve87RP3usZ5VuEKbT {display:block;}#QHLfn0esSbM0efSve87RP3usZ5VuEKbT { width:17.5rem;height:auto;top:301.80440330506rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #pNTJXtWBE7gxbpU60HPz90opPLED5bxs {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #K41VBOy6u5Jwa1XBkTqZd7CKizJ9PvG6 { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wUPKBrQAkQQdvzo4WMqusLroyswe2Au5 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #iZSSA7CA4I8quevappZaWLsG457ub5lM {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qJ0mmccOLmqCiv8DsMkGDOpQwlNKd8b5 { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #WxaUgMtyTf1lqutStWb47lhVeJOagPxQ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #JtgPs7G0HhESq5RgILLGR8msGlASonr3 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #Mx5boTHAKgPTWh8tVEqUBolJShXukABx { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #PS74pFK19SE7PFBVtQM8dbN3MauBnrht {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #XwTmOhNNJLZJXyXToSD1VovC1SD43JOZ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #wPP5EwZfTQZCDbuBiXTznkcWNkgvcbp6 { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #t20MUzTwT3h9nSxp2XiB0B9aqZ0WTyfy {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #hkJEedyHABxm7C9bRmIhNQ0xDG4gd70r {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dZxBNrtKTSPJM4Q9gXIKgy9Vmw674JPH { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #tGNJWRzUQdcMbPx71rTK3cHXWIHzQ07q {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CIB1ewN3tDFdezzc692UZHz7TfK8fZqp {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #SUkxFV5TsC5zLqb1POPJkcAXJi3snSmn { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #qvrVmRHk0ez9deTO7KfOlw2pu253THFs {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #CP27OL2pn4wJSDfBAPfSM0GXKwIxpOA2 {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #VGEVkUSo2mxUTvmOPqwev8UwWZJKPMMW { display:block; }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #dp6zlWymGqThHnDxTNJb8TR89wbTLqTQ {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #xSDGxzh0bwdxezT565Tayb1FDNHO0ved {  }
 }@media only screen and (max-width: 763px) { #QHLfn0esSbM0efSve87RP3usZ5VuEKbT #ipH5wA9wvCAityVgK9tzFry4uC4oc6O8 {  }
 }@media only screen and (max-width: 763px) { #T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS { display:block; }#T4gRiNrFC8OAPz8XRZGmny5o3RTfRHoS > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukrJ03MDltl9s0B6f4NqiCAzS13Zzv8K { width:19.9998125rem;height:2.54891875rem;top:25.059130586684rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgTlRyfiZRRKVcB7LHa281FXezwiuFk0 { width:17.937375rem;height:8.9234375rem;top:28.482474327087rem;left:1.0303182005883rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNv5DQs68MicyFATJwvdXdXpLvn3WNhO { width:19.9989375rem;height:2.54891875rem;top:0.99985790252688rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ubP162lLqpikkSebDMQGUcFFdQrR5y { width:20rem;height:5.77605625rem;top:4.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbBJ3EqqP8q8TRhOBJqoC9Cbr99xd3E { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfb2ZzaNlb3U11cumLwzbUmBPXC3qxBJ { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzV5cCCoXo01v7K3ZUXpEHtxX1kIPN55 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykXSMuxXxmBZIZdFxGcuzoiVMgvApODe { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5hDmagBWSSqPS1xPfkmp5eopSvrgZk { width:19.875rem;height:13.4375rem;top:11.248382568359rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZKMe5KKZEyNfa6o7p9c2qaAErXBi28 { width:19.9998125rem;height:2.33748125rem;top:54.249389648438rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2DZRb1Vcf8kLJDdFJCw58denTPJkVe9 { width:18.561875rem;height:6.903125rem;top:58.298091888427rem;left:0.71853500604631rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvioAlgPrMcW3GSqPFPNO7rVHyQLzeQG { width:19.9989375rem;height:14.3743125rem;top:39.131484985351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w32T3e6yeuCOsAXHbOayaECLPNtZmo1D { width:19.9989375rem;height:2.54891875rem;top:80.935527801513rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KnyWgwMsxQgFgn2v1T6ipN6oDbm18MrD { width:18.187375rem;height:8.9234375rem;top:84.296155929563rem;left:0.90578407049181rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuqAhyfrBqAncTh25S7HqARqSnTAP8Be { width:19.9989375rem;height:13.1235625rem;top:67.247526168825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 { display:block; }#aFxvU3nuzKDqf7JlBbSiv3uCB6E7e1m5 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT4LvgV7JuM92D5n3nmN5dklTUdNc7cI { width:19.9998125rem;height:6.3001875rem;top:2.1860666275024rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fN9R1CTMDhCwGwTaggwtfMo7siFsxS5s { width:19.9998125rem;height:5.738425rem;top:9.8740329742431rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #aU60Nk1Ngi9kAVivhwRB58pB76vSbtnL { width:12.7499375rem;height:3.7494625rem;top:17.561998367309rem;left:3.6240324378014rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Dhk0JfHbG4pr7PIowhvhk33Kwk5De7qG { display:block; }
 }@media only screen and (max-width: 763px) { #t5UZqgJHnoye5etGVkPGekitAzTmAT0l { width:0.5rem;height:27.5rem;top:6.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhZTMRW3VtJx5RVd9UTIQHVrNssKwOZ { width:0.5rem;height:27.5rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKLbBMaxAACI2tWHXPXTysO0hJMTImv { width:0.5rem;height:27.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHcgaqsGFOTVOt2u6a2IvFDTJXwv27lU { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #up7ipl13WK2nNwBkor543LRlNI11Pgn5 { width:0.5rem;height:27.5rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTrGOm5TX3eqQm2pafW3sTSdbPBUfb1M { width:0.5rem;height:27.5rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwANmaPzXCVXNaJdkQTJuAmrWVb08RFp { width:0.5rem;height:27.5rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWQ3w2wBiQIDhQKGt8ro1ufx3wJGE4a { width:0.5rem;height:27.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcTKuyyocZQ2cSnT9FcLZXkFL3JgJQd { top:24.934597015381rem;left:0.49903243780136rem;width:18.9999375rem;height:5.749175rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHBK8hKHOxDbPTky9LWJg5wpMmiqCdUi { display:block; }
 }@media only screen and (max-width: 763px) { #ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 { display:block; }#ubK2gwoS9G98u5dGMdIwnk4eR5uEhco7 > .row .container { width:20rem;height:456.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRT41ytafL32MoWH1B2MdwUCMA7OV7k { width:19.9998125rem;height:3.29433125rem;top:0.68538665771487rem;left:0.00089597702026369rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFHSHmwoQteT2ALemb8WNpEIPRuGStS5 { width:19.9989375rem;height:5.5977625rem;top:3.9797172546387rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnIIKiWfcf7m1uF8h1XBOZrp1Kmxy0TA { width:0.5rem;height:9.375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIOeuQerZdpiQEF4gn9pqnpTXsaJIZZW { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8uaT83tKiFvzWZgMu9xP7KC38A8xWTP { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gATWZx6viL6xXuvABiwqng31ILJ5hufZ { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXWs6Tifr7Eu2aDTl2u6rRIVyfX7ycKX { height:11.2493125rem;width:19.9989375rem;top:391.39906692505rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCsr5HsyvRytQsMtiTWefVJxZIN08v6H { width:15.3114375rem;height:3.2486375rem;top:9.576583862305rem;left:2.3437499403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drSnISPaJtLyygwrJAKNFweOLIZiGr7y { height:35.5549375rem;width:19.9989375rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JylRkJdzQcmXaZn5MaR8fPy5KWr01c56 { width:16.56125rem;height:4.14188125rem;top:13.57421875rem;left:1.7183915972709rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNR6Cde9MbDwOnTl5P308PM5T1qoh1Z1 { width:16.18675rem;height:5.1963875rem;top:109.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9T4SonldQCb14afCUw5i6NGUXCacmr { height:11.2493125rem;width:19.9989375rem;top:115.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXCCS0yLHkNiHme4THfRu5ChaVZNkFIr { width:18.2491875rem;height:5.848625rem;top:127.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyugdMk8r7fZqm5P1yMtsdDFnRTLsDbu { width:16.812125rem;height:29.8881875rem;top:142.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT740xIhlJ0IvTCxnwm8CqRMUktunTgd { width:16.812125rem;height:29.89rem;top:173.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s82g4Z87aZVHwDfVkZxccHdGKfobxVAv { width:16.812125rem;height:29.89rem;top:205.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSJDLhEoelOy9qHgW9JcPXLy1P2oy6Ha { width:18.0619375rem;height:6.0878375rem;top:135.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhHulAR1MRTHicxmfMxyQJhMHawqpZ8 { height:11.205375rem;width:19.9998125rem;top:239.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7obSRmDyx71Db6qhN7O2H3ZRGuXPBgw { height:11.205375rem;width:19.9998125rem;top:252.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTbU8TQsH8xSihSTi36yd2NxWQpepVo { height:11.205375rem;width:19.9998125rem;top:265.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX8q3qrZl2db6We5DLLmSEsN7TAleLbW { width:18.49825rem;height:1.94954375rem;top:236.1875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3P3l4oTQdOoUO8uX2miIWf74TeJ3VpM { top:133.9375rem;left:0rem;width:19.9989375rem;height:0.3108875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #O7QxygbbyiWuuLfd5uVEZhgvZN258hI0 { height:11.2493125rem;width:19.9998125rem;top:277.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2aKIQv3XWix850EldrS5pPJRON4my2 { height:11.166875rem;width:19.9998125rem;top:290.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IclWwXnSqqTGr4D1zs2ktdmsrIKhb0Ff { height:11.162375rem;width:19.9998125rem;top:303.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDla4J8vbXvsxdcfwAe8d1bu5VK0KI0 { height:11.1820625rem;width:19.9998125rem;top:315.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN2xE3hcM4b6h9nl0TIS9aHCRxKP0c9N { height:11.1355rem;width:19.9998125rem;top:329.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VklidnJJ3xHe5oxJkqvXq85TgiS8Qo1g { height:11.1355rem;width:19.9998125rem;top:342.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6h4gJnuM2TUGJdbm0HUd1HgnRILFT8q { height:11.1355rem;width:19.9998125rem;top:354.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbpXOsEW36e7TabsCLpTh8WSzU6AQMIx { height:11.1355rem;width:19.9998125rem;top:367.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMkG1lB5HOXyXD8TTPQaNs61NblqmJqh { width:18.6873125rem;height:10.72425rem;top:379.875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqwQZrb10GzIs1RmkqKLTSPTl21kle9 { height:11.1355rem;width:19.9989375rem;top:442.68651580811rem;left:0.00089597702026369rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qdMar1NvyZp3c3kMI3zWbbuPernNqu { height:11.097875rem;width:19.9989375rem;top:404.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ask4LU393MczfFJ1yUNh0hk1FFHgTVAr { height:11.1749375rem;width:19.9989375rem;top:416.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVDE0hZXfmrsTyvSlrUFuk0roTpZPJND { height:11.06475rem;width:19.9989375rem;top:429.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMDKsryHaEA7a2HTfWbEayd4kvt8uQ6O { height:11.248375rem;width:19.9998125rem;top:19.415718078613rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4oskO0iq0KHqS6N7BfsX2QemWBdmcS { width:9.3123125rem;height:14.62425rem;top:31.401412010193rem;left:5.4938358664513rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVcD49pVViUOmopX2LnVrGhIaA3fSkn9 { height:11.248375rem;width:19.9998125rem;top:46.711044311524rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGg70yWF8UrHPKRA3Tp8nZEpz93oN1yl { width:17.6246875rem;height:11.6246875rem;top:59.357976913452rem;left:1.1862098574638rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 { display:block; }#wxGDfcu2N5UknLHMuFfOC9yLsLQa6HB2 > .row .container { width:20rem;height:214.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTK3IcDyUh8m3Sd2sP0MlOooE3sQGtiO { width:19.9998125rem;height:13.068rem;top:7.0617113113406rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLTNSzprp5oVCkvIS4btUbZiTV3gphs { width:19.9998125rem;height:8.396625rem;top:22.823788642883rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mko498TFuQ0qy1bErUb3bbQTSqodtl12 { width:18.75rem;height:3.82561875rem;top:123.81110191345rem;left:0.62446242570877rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzniGQ6IfZlHqnOC1mTuQfkTTJ2Eq084 { width:17.4993125rem;height:3.82561875rem;top:145.06074142456rem;left:1.2498208880424rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnVlSXDBccZ5cFyEqOw77MJVEoMKvcZz { width:0.5rem;height:12.5rem;top:0rem;left:11.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.52), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.52), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.52), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.52), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.52)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.52)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.52), rgba(var(--color-primary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ok9iqG8L8WE9zPQcoo6vfamUsLrQmm { width:0.5rem;height:12.5rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgJP5buFwwsyFBmDwANS2t15UQUm3lb { width:0.5rem;height:12.5rem;top:0rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.61));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.61));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.61));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-tertiary-2),0.61)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-tertiary-2),0.61));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eJbRo5ZVo80xVVLbIDZ5aRT31Wm418gL { width:0.5rem;height:12.5rem;top:0rem;left:18.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-3),0.54), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),0.54), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),0.54), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),0.54), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.54)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),0.54)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),0.54), rgba(var(--color-primary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HvpTu0z7QnQyxr5LS0edSrhuwRBkkzQ3 { width:20rem;height:13.516583333333rem;top:65.574827194213rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDUDSaRTgBf4G3AP2RJprfMG4Wkg1zAM { width:18.9999375rem;height:6.12456875rem;top:83.022146224975rem;left:0.49903243780136rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkt7R8ig0omrDulntV4O07N6INI7doSD { display:block; }
 }@media only screen and (max-width: 763px) { #AcNs2v9xO6lFXRE3us565JixD3GBgVIv { width:19.9998125rem;height:29.407075rem;top:35.217172622681rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #nmRnZqvaccuorNiehia616zCgoTOSKcv { width:19.9998125rem;height:15.08925rem;top:92.546766281125rem;left:0.00089597702026369rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q2whQv2A1mOz1CNfXbKbZDQSvTcpbRo5 { width:18.9981875rem;height:6.123675rem;top:150.58419132233rem;left:0.49992829561234rem;font-size:1.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #OL1gNAJVDqflqD2LSZ8LMncOk35koV1s { display:block; }
 }@media only screen and (max-width: 763px) { #G9hTWDTAZpSn2iCXB8wOQEOCBQ8DstdT { height:11.218618649985rem;width:20rem;top:109.95466518402rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3wTPEPB2RX1s8n4Mnimp0lkcEUDvLA { height:11.218077050293rem;width:20rem;top:130.98659658432rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-text {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-select {padding-top: 0; padding-bottom: 0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container:first-of-type{padding-top:0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .widget-container:last-of-type{padding-bottom:0;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH  { width:17.4375rem;height:auto;top:159.4375rem;left:0rem; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH {display:block;}#wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH { width:17.4375rem;height:auto;top:159.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #iuZS09gq8EUzCc9BiIHiB1Dava8QrUOz {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #emetoVCLlcH9xXH3GNXqOaxwlOp9onsy { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #MwpgnIwIkUBGo60gvy8rBsp7wvCRtaVi {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #f1AaOQCaGsCffgG3E7oqhrH8SJ3FlL3o {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #XH7He92a6XwKMmWlp20sZ7LiUfHqmpWa { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #AihKJPHNBJJRoZkLZRzrhZ1KieTvnISF {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #zwdrtZEhD7TIEriqS9BaJX3IhvufXmXc {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T6hiVQrGkwutaXsl60bQ6KUaDwst4zlD { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #SgfQEclENyg6hqZZAF66RXDCa1fgQSGJ {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #mDmEcA3LyDiEHJDeJdoyqTrhtn4GiGvG {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ebWiWoLHDtb1kpN3JEl4ptA1DzpVZ29C { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #WFem9XOGydWVUzzhMyTPuRKIS8iuaQzR {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Co4vEvkf468h6wA4cS9UMKMce7qTufT9 {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #bgaK3q8N2QMyKU4hHMoRXaNfQk0NqkpI {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #lys6vQc5CrL1ukEoaO6eEoQtpcpdTNow {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #UZqV7a3niJuFhzwUPZBaWnpgIOLD2gcO {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #DSxi9301FKLeRuC3xeMZ6wwLQ2fp00Iz { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #T7JTP6OXbWaFZln2Ucy0T2nVy9QFVIOT {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #QtqNsTIVPtVERQGAnMhiqH9t1i054LrQ {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #kDE3LIM1TwLSki8nPtlVl6axz47sTmcr { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #uOLPD1GZWiOGwtM1mzLK0PcAR43irzS2 {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #c3IRZfAJGTc46vCGaHHEpqTEB8nHTFvt {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #ZyoWf3EDwmOmFcG3klqAdcd8QLuCA3Ja { display:block; }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Purnxp0roSUUw9fcZZiQEBOuefnb5bfv {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #KPzTLgr6JI0WHDDn9Qx9Bszfh9WmKxUK {  }
 }@media only screen and (max-width: 763px) { #wsMhCb87dCT4NEs3J7dGF5HdKMcxJeCH #Pl2UqESp6obWdXvQVTGkAqvIz0qhLIU7 {  }
 }@media only screen and (max-width: 763px) { #Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 { display:block; }#Jab8IOTOZm1hXbUgldWNHsrCh0UA6aZ3 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTQrk5mvxckyRZWaN2qF36DvQI2PFdoT { display:flex;width:2.75rem;height:2.75rem;top:7.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vl3X58PKTt52NyH4EZaG0l7Sx5Hqzi7q { width:17.5rem;height:17.8424375rem;top:10.625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxzRAnWnGUODdK8mcvc8c6GZGHbb5zZC { width:20rem;height:26.25rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvMu3CEX2JQITG6hPqauDGsbVtdePKEO { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7gp5lG4ks4AvMwlTCBqLcPOpX2t5ue7 { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrhEnPrM1m76L7ATI4FHhhMrEPTrTVK { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRnq9EDaODTJVFLOzCoMGLqwR3pTTJaC { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q { display:block; }#Txbrrwd8Q1X4hp5mRKa2cooWiOUbKf6Q > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbTHTUOhWcdKM6sQxuT6yWDzETMT33Fr { width:20rem;height:5.84325rem;top:2.5625rem;left:0rem;font-size:3.4375rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #LLXlCNJA7Ic5pMXNFEwT7hoOEGbpW7rd { width:19.9998125rem;height:2.79888125rem;top:8.3859043121337rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3WqVs23esXcp0QBxzP17z5cQhcgLpwM { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePRfqnmIsWUWGwWGzSEkTBCf9zhxTHg { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ciysk1S6Tkz31735BhpoJJdwhAxlfaMr { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCaCMWe4uDgEdQJ2GA2r07SwlOJI9yg { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E .accordion-desc-text { font-size:0.875rem;height:auto; }
#H6fipUm2RXtRxXLxRTiOlngdr4pxT47E { display:flex;height:auto;width:19.9989375rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #LfyIEaoAyD1mco3EXs0XLIogUUpvNXl4 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #vDvmrXLPF2HsHyt85QG23WeNW5NDAO0Z {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ivl0wRxvV4SrMHxwO70m3TZIBqnCcN2S {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #rh0xdmcvfxC6DO33twdvuS2Ty8hnhRHH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #nKUOeC5ksngENZQKtTwXlSvmhMbnxhMp {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #NKNb38uzyedAgng3VSiA8P5k4Kv6FE5N {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #bXKTlwSvy2qiSps5xlE9xTyAeSISM48R {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MFIFkphWxULaLqJly6C3TCuIb2TGURFW {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #ILwwTuyxNAUkDSiyaad4L0q8AK2uClE3 {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #oowswfGJwBMXqhD1sh5dCwD4ZpuIAlAs {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #snRyCNWmI5EduL3WeyleIdsTpZHTI6OH {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #MngMJUcZWhJJIgcLz4IlvF4xqilwriEi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #zxTZ5S4DWK0LURSBbl9itp6fvhy0zTgi {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #KPUogBssDqNDRIwVTTciuop6WCh5rEDC {  }
 }@media only screen and (max-width: 763px) { #H6fipUm2RXtRxXLxRTiOlngdr4pxT47E #uak9CRGlDkAUSxIiv33QqhELNSaloCiq {  }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovRlO8xA7SZA2xdMCzCCfpLDoo47UPCZ { width:20rem;height:1.699575rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLvPdu4OWJDP4LM7lA9SfSrTRkgHkuDJ { width:20rem;height:2.79888125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { width:20rem;height:5.09873125rem;top:8.249025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { width:20rem;height:2.54980625rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { width:15.3125rem;height:1.91280625rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { width:20rem;height:2.54980625rem;top:24.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { display:flex;width:1.5rem;height:1.5rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { width:15.3125rem;height:1.91280625rem;top:22rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fbi4QTqpokwOKZPiwqrRdqPqE78sTFgA { display:flex;width:1.5rem;height:1.5rem;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sq0TZcXxLGW4cToP7T29eqPqPPhoQRLI { width:20rem;height:2.54891875rem;top:31.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HnssPZq9ZPbqh0LSmc3i7VW6fQOKa0L3 { width:15.3125rem;height:1.91280625rem;top:28.9375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pelTgU2WRhA76hB8bkrNFiJoieTvsIic { height:11.184820197188rem;width:20rem;top:35.04891875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw { display:block; }#C4ftxVovxg5KnnpiEF6a2erv2cOIVtlw > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avJTQeAnC9V1RkODoJRuw0fvbZHFrxqW { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64sCTThys82kuBZHToOLcRlIoplwfBS { display:block; }
 }@media only screen and (max-width: 763px) { #VAOH5W7Gd29gUE8ffaZb5Wt0HZp6WT5a { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzKX0mwETKNSsOMF7fRxSeC85hT0RZqu { display:block; }
 }@media only screen and (max-width: 763px) { #FxM55y183rDFk4uzm3guovekDUEf1EmK { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgqTi12ZQKqnsui0nNUTD0SapsELiRcA { display:block; }
 }@media only screen and (max-width: 763px) { #OPwrwhCQpdLEWRSW5e4OJsdV4be6zTBm { width:20rem;height:1.699575rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOXCipkKX7pMqGUOUKxQi7TkioEfLxTG { width:3.125rem;height:3.125rem;top:10.061676025391rem;left:8.477280535rem;display:block; }
 }