.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:244,226,226;--color-primary-1:218,158,157;--color-primary-2:180,61,59;--color-primary-3:90,31,30;--color-primary-4:27,9,9;--color-secondary-0:224,230,234;--color-secondary-1:153,170,185;--color-secondary-2:51,85,114;--color-secondary-3:26,43,57;--color-secondary-4:8,13,17;--color-tertiary-0:255,255,255;--color-tertiary-1:172,170,170;--color-tertiary-2:116,114,113;--color-tertiary-3:81,79,78;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@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:#e3e3e6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO { position:relative;display:none; }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO { border-width: 0; border-radius: 0; }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S5Ad55JTxP5taN1kCRQA3zHR135ckuQP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#hFBp3OI3ZFXZWZWq3T0JiyFuTDylKNkO { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.0625rem;left:37.5625rem;display:none; }
#aCEirsRBtEVhdkMVQ2cdMh9bEJ8Lbv6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s6rd8Gz9nlbXV192LyLTiVaVJK36RMNm { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.0625rem;left:30.125rem;display:none; }
#fTSDN1iXnO9GWCx86qESsqs2TPdR6HXi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGRbL2Ibrqk8ohpt4qrahaRlmKmTM9Vn { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.0625rem;left:22.625rem;display:none; }
#q7k6dlfuFMwgJQHlb6eOsgX8g9X4l4kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1R8Ao71LPQCyk2fIq52PwDmkpEQ5PT5 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.0625rem;left:44.8125rem;display:none; }
#q6OE62pBKgyvdQR6Egb56GT6FgdzkfJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNG2BAhBwOKiXPAxvDvU2dTQR2ZGkug2 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.0625rem;left:57.375rem;display:none; }
#JIABz0T7kGfvTIXEgrNXCzWcN2xRwZCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BThRIUyWRTXfLic6gqSTnP0QE4Wv79bh { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.0625rem;left:50.875003814698rem;display:none; }
#hWkFebQ2T1NLk3pO2GBVX2S3FzmDMenN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container { background-color: transparent; background-image: none; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container > .video-iframe-container { display: none; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row > .video-iframe-container { display: none; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .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); }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container { border-width: 0; border-radius: 0; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#sALLh8XiQEIWZ5BGFV3nO5kS5JbuRpdk { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.125rem;left:30.75rem;display:block; }
#RrFT3uPyLzEgieAIIlBCMzEaL7BJfSgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQvW56Cnqm3TtvrCPJFGliBfm9H7b1pK { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.125rem;left:23.25rem;display:block; }
#Pt7uyu1SZhM8LTdwBmV9OZ3QX2D6eCEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SF2a66mN3qZiZ7Nh8Dr8wptqXPdqoBOO { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.125rem;left:38.1875rem;display:block; }
#DRuSLm1BkkHTM37zlGzwx9lAdsa9ggiG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSZTtzblz1cwyiQiGWffpN2PzsVoT9Md { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.125rem;left:45.4375rem;display:block; }
#OD16hfFWCNTgWu5arAcVOGkB7PIn4MBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCFwMr7qQNytiozGsK26V9Fgd33BlRCh { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.125rem;left:58rem;display:block; }
#Fl8uczmfvTqvnmRMN2vG3RTEbJCJLTXo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4qBhhU6rgDkP4MrWfLEBuZ9f33Be6tH { position:absolute;display:block;z-index:15007;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.6875rem;width:13.75rem;top:2.5625rem;left:3.875rem;overflow:hidden;display:block; }
#CxLBzRapkE81fb9pOuFLiXO9fyzEuV70 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat: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: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-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:4.125rem;left:51.5rem;display:block; }
#DbdVSApKbn6XTwNzri81bhgo0wC2lTCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container { background-color: transparent; background-image: none; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container > .video-iframe-container { display: none; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row > .video-iframe-container { display: none; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .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); }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container { border-width: 0; border-radius: 0; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#kC6cEEisZDc6JnlfMD4PHuLOhkHJPdfC { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:poppins;font-size:4.5rem;font-weight:normal;z-index:15000;line-height:.8;letter-spacing:0;top:10.9375rem;left:3.5rem;height:3.59911875rem;display:block; }
#A35AEd2vZyMA9XXyJACZ5UXbMabB6OKh { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.125rem;left:3.625rem;display:block; }
#XDW8QET2WCtHD2UStiMpzWN0kelahqhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAS9TR44hdMDc5H0RTCQI5D8Lz02tSPb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:21.625rem;top:1.1875rem;left:43.1875rem;overflow:hidden;display:block; }
#gBqXLmHlR6yFTulvDwG33zeM5xps0LX5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:assistant;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.5625rem;height:5.1152375rem;display:block; }
#oW7qzpPiGDAv822U48OXLHXV4wp0Jk3C { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:"yeseva one";font-size:3.1875rem;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:8rem;left:3.5rem;height:2.54948125rem;display:block; }
#cFJTrxRPk4KLC6hG12e5qC7MpZWLSreJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:17.125rem;display:none; }
#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 { position:relative;display:block; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 { background-color: transparent; background-image: none; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container > .video-iframe-container { display: none; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row > .video-iframe-container { display: none; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .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); }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 { border-width: 0; border-radius: 0; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xoANofV3VK4BNPy9iHSCZLGrEVKXGhPU { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:8.5rem;left:9.9375rem;height:6.4980625rem;text-align:left;text-align-last:left;display:block; }
#vXhr7CBQV912TibtZF8I5gf48ZKADaRD { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:3.5625rem;left:9.9375rem;height:3.6254875rem;text-align:left;text-align-last:left;display:block; }
#L5lX9pRARayB3GMEKTzBvdP033SMipw9 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container { background-color: transparent; background-image: none; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container > .video-iframe-container { display: none; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row > .video-iframe-container { display: none; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .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); }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container { border-width: 0; border-radius: 0; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pJTRDLlet3Z7L0osBtGVTdccf0mB65Jq { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:20.625rem;left:1.25rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#xg6o9fE5O6lCmvNkNFpTCDz5UMMadTCd { color:rgba(var(--color-tertiary-0),1);display:block;width:73.75rem;position:absolute;font-family:poppins;font-size:4.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5rem;left:1.25rem;height:4.7504875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#CzZOGTEKFeAuDIKh0XyaC6Hed5PFU3sf { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.14);background-image:none;top:12.625rem;left:0rem;display:block; }
#NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:48.257815361023rem;left:13.28125rem; }
#NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#ne8w2nhhem9htGkVdcN8VAOLXbbllCfM { color:rgba(var(--color-tertiary-0),1);display:block;width:73.75rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:10.5rem;left:1.25rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;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; }
#QFJGoQus58WDo5klfPS2SC2cCf8GgIaC { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.0625rem;width:75rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#lS2GkAC4m5ZofTBgv7NuvkKzDLipOEWi { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.625000715256rem;left:39.875rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#ctzfP3LeRMteHL1knbJchP6TdD3hle1G { position:relative;display:block; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G { background-color: transparent; background-image: none; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container > .video-iframe-container { display: none; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row > .video-iframe-container { display: none; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .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); }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G { border-width: 0; border-radius: 0; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#afWxZiO8klkNe35mCdxyQ2tnWhkwKQwd { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:3.53125rem;left:2.53125rem;height:6.4980625rem;text-align:center;text-align-last:center;display:block; }
#xyty2L9qE28sVlu9zDTRKJkfxaFp3pgX { color:rgba(var(--color-tertiary-4),1);display:block;width:69.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:10.092529296875rem;left:2.529296875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container { background-color: transparent; background-image: none; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container > .video-iframe-container { display: none; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row > .video-iframe-container { display: none; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .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); }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container { border-width: 0; border-radius: 0; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container { font-size:0.875rem;font-family:arial;height:156.375rem;width:75rem;position:relative;display:block; }#D7ZhS1UENvp4TUBsVAg8u1pRvXN7kh3z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:55.125rem;top:2.3932342529297rem;left:9.6590418716738rem;overflow:hidden;display:block; }
#KhPheTcL7g148yZJQJwIUkdTNypsUhlf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:57.0625rem;width:37.5rem;top:37.1875rem;left:0rem;display:none; }
#RpyotPhimLHDFD9np19VF4DxO06FPz6M { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.229158401489rem;left:9.25390625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#wUpsMLvFixUbi940dvGRai3KZQOnmWpL { display:block;width:56.125rem;position:absolute;font-family:bitter;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:44.436199188233rem;left:9.97265625rem;height:2.1108375rem;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;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 { display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:49.145833492279rem;left:1.6875rem;height:16.4135625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 li:before{  }
#iIA3QqK6609bBLTiEPeO0Pqrlr7Bbyhf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:67.3125rem;left:1.5625rem;height:84.69145rem;font-style:normal;display:block; }
#Va8yrmVkV3XMQXxIU4cah9utZ1Ao83OQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:24.4375rem;top:49.145838499069rem;left:40.2421875rem;overflow:hidden;display:block; }
#MSNDAWJHg20aeG3pzMdWPanVypau2y1a { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:24.6875rem;top:86.75rem;left:40.1875rem;overflow:hidden;display:block; }
#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container { background-color: transparent; background-image: none; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container > .video-iframe-container { display: none; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row > .video-iframe-container { display: none; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .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); }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container { border-width: 0; border-radius: 0; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;position:relative;display:block; }#q2bog3KVxm2cr5iiHO61IAJNPMfHfKXi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:51.75rem;left:2.1240234375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJcLlPSTiHa9ThCOqG5tMSSAHIORpueT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:47rem;left:2.125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oCAzTTWcTD55Q05CiPusWFxW6FkrCyES { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:47rem;left:19.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vtOZT02GSbXs7Ddbfm0H5ydSmZazrz1k { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:51.75rem;left:19.5625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LUUgJ8pluBmBfReSsJKTyf11kNzqSMiq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:46.9375rem;left:39.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x78OpvLgs9lr7siZDlUpqx5p8d3W6iHT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:51.6875rem;left:39.4375rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K0TDoTB6ZL4DHOCG0LaXTHiRhAP7OTzM { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:46.5rem;left:1.375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Qr5zVk7ZXUWJHvETvir3rO9g5zVSy4PZ { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:46.5rem;left:19rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#TSuw5Qt1LLo30e5dnmQIpeyznFIQqerX { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(58,183,160,0.3);background-image:none;top:46.5rem;left:38.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#mgPvvOzRODMIewt07R1cLwrFQktDR3TC { box-sizing:content-box;height:4.125rem;width:4.936525rem;position:absolute;display:block;z-index:15005;background-color:#f4e772;background-image:none;top:39.8125rem;left:5.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#mQWXtQB9O12MOJmBDx4DqwnsTPbq7BHI { color:rgba(var(--color-tertiary-4),1);display:block;width:63.5rem;position:absolute;font-family:"yeseva one";font-size:3rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:40.4375rem;left:5.75rem;height:3.29948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcIxMkNNStBgTLqMJBnwbPT0loHRuz2v { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:51.75rem;left:58.3125rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BW3DtVJ89MWX4z633iIdqpUcBKITW4wR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:47.0625rem;left:58.375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0Pv25I6aX9Ow4txHqwcCK8rFfchzKAf { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(148,231,95,0.3);background-image:none;top:46.625rem;left:57.8125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#HrHfnDqAMso160EUW0ic97xo2HgbaQNe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4980625rem;height:3.1245125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:59.125rem;left:25.25rem;display:block; }
#dJaPclsZmvgo8TDMxtOyxThfJRrcLZwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGikTRvL6X22K5Qetm3bimmJcvG301tH { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:46.5rem;top:1.59228515625rem;left:14.25rem;overflow:hidden;display:block; }
#bFH982soNOrhROIu9TBANPTzT7tnU7a9 { box-sizing:content-box;height:2.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(180,59,169,0.5);background-image:none;top:30.37158203125rem;left:54.7470703125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#bNelm17K4fvQIvUE9tTkwclgoqvO5n7u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:30.73779296875rem;left:55.716796875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#webxw9XvhIoXkSpdtsCsMUtUAfGHgaXT { box-sizing:content-box;height:2.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(116,114,113,0.6);background-image:none;top:23.7490234375rem;left:54.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#KnBMchRcnSghTeVinHoW0XMUPOAgUU0s { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.06103515625rem;left:55.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDpL1IT7mK7V0NoiPuvkNE2tH5xxrxwy { box-sizing:content-box;height:2.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(58,183,160,0.5);background-image:none;top:17.24951171875rem;left:54.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#OPaaJf7RS52ItESF7tI0BxhS1FZfHQXO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:17.5615234375rem;left:55.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBXcPxE6SNt9vcTOrJPB0ikvxCiPi8Uh { box-sizing:content-box;height:2.5625rem;width:14.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(58,183,129,0.6);background-image:none;top:11.3740234375rem;left:54.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#u0a48vJXAci8VocEwAAM43nhd95Pbtki { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:11.68603515625rem;left:55.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWWKltxKTnku8PgpK5S6wgEHd3TPiG9B { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:33.17529296875rem;left:55.65234375rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v1RaNgdzwDz02GrdXtqUrS5MAveTAP8Z { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.31103515625rem;left:55.5908203125rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMqJV7dWKP8AmM7QBtw87CXsEN2nD4wU { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:19.8115234375rem;left:55.5908203125rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJ7SuIiJ4dcHKFQxB6CkXdiy7OCaqauI { color:rgba(var(--color-tertiary-3),1);display:block;width:12.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:13.93603515625rem;left:55.5908203125rem;height:1.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7b0tsN3XPBaoidXQcwqLbQglok8OdIE { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:5.1870125rem;top:32.46240234375rem;left:43.90283203125rem;overflow:hidden;display:block; }
#JBPci6n5OTiTu3lVTRrqDXTb9n7mK6QZ { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:7.1875rem;top:23.6220703125rem;left:33.9982421875rem;overflow:hidden;display:block; }
#xVNfcffIlTbiC6cJ7RxTmtkoSp2EzD28 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:7.5615rem;top:14.52880859375rem;left:32.998046875rem;overflow:hidden;display:block; }
#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.23);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; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container { background-color: transparent; background-image: none; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container > .video-iframe-container { display: none; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row > .video-iframe-container { display: none; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .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); }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container { border-width: 0; border-radius: 0; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#Hrzr8vlRqQbuvsSo87FFZzUnHQfMv4ZM { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:3.53125rem;left:8.4375rem;height:11.3716rem;text-align:center;text-align-last:center;display:block; }
#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws { position:relative;display:block; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws { background-color: transparent; background-image: none; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container > .video-iframe-container { display: none; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row > .video-iframe-container { display: none; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .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); }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws { border-width: 0; border-radius: 0; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vo20GLnpgAM02mxkOH9iiwqznHuKQ7Py { color:#000000;display:block;width:38.5rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:18.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NpvzwXqwFvTcxPqmdhJ8FDygN55WBLcK { color:#7153c0;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GqTBsgvDW1SagMIGJU8z6Q6qQB2LMUIw { position:absolute;display:block;z-index:15001;background-color:#bf97d5;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:2.8125rem;width:38.3125rem;top:6.4375rem;left:18.25rem;display:block; }
#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),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; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container { background-color: transparent; background-image: none; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container > .video-iframe-container { display: none; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row > .video-iframe-container { display: none; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .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); }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container { border-width: 0; border-radius: 0; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#NM3i8BTu7nbxIEMtsO1Pw6uXAT0hFVqh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7486972808838rem;left:4.1861972808838rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#h3hmtQHwGIsBs6yUwDi9NRSvw9N53USc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.4375rem;left:4.1875rem;height:14.1723875rem;text-align:left;text-align-last:left;font-style:normal;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; }
#urqS2cnS9qO2g3nhi2JBDAkpHITIy0QS { z-index:15003;top:22.6875rem;left:4.1875rem;background-color:#613dc0;background-image:none;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(85,0,134,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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TWoDVen5E1KDTQb27mI8BlVeNIrk1Nqc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niwldmLcOCFGp7y3Jc6dKLsuVC8fsMU9 { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:18.5rem;width:29.75rem;top:5.5rem;left:40.309894561767rem;overflow:hidden;display:block; }
#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),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; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container { background-color: transparent; background-image: none; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container > .video-iframe-container { display: none; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row > .video-iframe-container { display: none; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .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); }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container { border-width: 0; border-radius: 0; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#qA56A45BODrk1LHR6XH33PWgcUdhgVRH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:4.1875rem;height:4.3984375rem;text-align:left;text-align-last:left;font-style:normal;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; }
#xJ1g6psC5skJAWZDvi0wTJPuHv86BDTB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.1875rem;left:4.1875rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;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; }
#L1ldTFvEsg7Aq3AQkuo8eBLauVns4TzB { z-index:15003;top:22.875rem;left:3.875rem;background-color:#c38c39;background-image:none;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(85,0,134,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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W460JluW4TPUlME9wITMfvOi2mfoZgMB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT4EKobeef4ZnOkyThgvPHXG6yApg44Q { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:18.5625rem;width:32rem;top:4.125rem;left:40.309894561767rem;overflow:hidden;display:block; }
#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen { 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; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { background-color: transparent; background-image: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container > .video-iframe-container { display: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row > .video-iframe-container { display: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .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); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { border-width: 0; border-radius: 0; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#KF6ttbeMPsXv3UEUkuOD3HlBmDAkKmET { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:3.9023442268372rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#a4CqIzS2SzyOU13z6CTXaTl1luWpOdTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5);top:12.848958969116rem;left:7.59375rem;height:6.501rem;text-align:center;text-align-last:center;font-style:normal;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; }
#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 { position:relative;display:block; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 { background-color: transparent; background-image: none; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container > .video-iframe-container { display: none; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row > .video-iframe-container { display: none; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .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); }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 { border-width: 0; border-radius: 0; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EOI3cJUNHJ4fysuXIbUZ1F3iRAZiURHH { color:#383838;display:block;width:26.125rem;position:absolute;font-family:bitter;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:24.25rem;height:4.875rem;font-style:normal;display:block; }
#HVNtnf7g8dmg3GlKXqDQh6udIEKzUDLP { position:absolute;display:block;z-index:15008;background-color:#85c7ac;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:4.375rem;width:27.0625rem;top:2.4375rem;left:23.625rem;display:block; }
#olTKZviy0ne7ou6TPr0C5ZitBgJouh1W { position:absolute;display:block;z-index:15007;background-color:#bf97d5;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:3.125rem;width:21.9375rem;top:7.6875rem;left:26.625rem;display:block; }
#eI27QAyZJUSPSI9iJnrIswhEzSpS59KT { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.25rem;left:27.4375rem;height:1.94970625rem;font-style:normal;display:block; }
#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/963b0f19-ec56-4627-a2cc-b919806bd872/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7.adaptive-delivery-prevent-bg, #sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7.lazyload, #sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7.lazyloading { background-image: none; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container { background-color: transparent; background-image: none; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container > .video-iframe-container { display: none; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row > .video-iframe-container { display: none; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .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); }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container { border-width: 0; border-radius: 0; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#O2AyhpekX1JOOLCbiEpD2y5DqMbTEPI5 { 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:36.8125rem;width:27.5rem;top:1.71875rem;left:5.6640625rem;overflow:hidden;display:block; }
#lldu8KsUe7bFTFKLuAOaWBM1rVfGVkfT { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#bf97d5;background-image:none;top:7rem;left:10.28125rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#NRgJHKyJRPLFiuOy8FS4OqKZX1J5nVyJ { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17rem;left:40.5rem;height:14.4375rem;font-style:normal;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; }
#J6rPymfK6caDP63R82HRDoz24z9iI1Ek { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.4375rem;left:40.5rem;height:14.6161875rem;font-style:normal;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; }
#Iu09Tx1cEFTXtHtR268isZnRiiOJhevf { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;top:16.25rem;left:43.0625rem;display:block; }
#Brw7MptmpcdWV9NgDHEnIOeU2cGeLx57 { background-color:#ae5fc7;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.0625rem;left:40.5rem;display:block; }
#U7Kwg639Kah9VwOco3AuUTzoHaT6aUXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6uoExkOBlXNHrG8x4U5fN5P2vFZzW1m { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.0625rem;left:41.4375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#MGIo0EThZIGq9aa6SofSgKFxmvtdgf2g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:34.4375rem;left:52.0625rem; }
#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/963b0f19-ec56-4627-a2cc-b919806bd872/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv.adaptive-delivery-prevent-bg, #vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv.lazyload, #vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv.lazyloading { background-image: none; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container { background-color: transparent; background-image: none; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container > .video-iframe-container { display: none; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row > .video-iframe-container { display: none; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .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); }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container { border-width: 0; border-radius: 0; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#tQl4aJwMFCB36neHTb7HrJMqA7PiVD4w { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#85c7ac;background-image:none;top:7.8125rem;left:40.90625rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#BuTXTVnT2kyDQlbgyXHShvbeJIQx7AI7 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.3125rem;left:5.6875rem;height:14.4375rem;font-style:normal;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; }
#Q2ikywJ2LsaievR2DTOc0Qgx5d1LtuJI { color:rgba(var(--color-tertiary-3),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:4.5625rem;left:5.6875rem;height:16.40625rem;font-style:normal;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; }
#PEz7SNummVTCgMa9iIhbqiyHdIHks7vS { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;top:19.5625rem;left:8.25rem;display:block; }
#MTis82iIZeGo4Zl0xHAxrRJu601gwd8W { background-color:#85c7ac;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.375rem;left:5.6875rem;display:block; }
#u0OF0gPlqtRvr8tzsMWWloVu81F7yNT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hygBTBCs5BN7sSfeQ43B4Mm0aP17TTDa { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.375rem;left:6.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#kx5AFy1VO5dP1Ip5bOLTiw7eeyXm6zOr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:37.75rem;left:17.25rem; }
#O5iUIzlAKbRRHXW1sfvq9PfThd2k1GnT { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:0rem;display:block; }
#rZCxvktQXEVolTrrfQ0kGd7mfQr5OydH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:27.625rem;top:3.4375rem;left:44.6640625rem;overflow:hidden;display:block; }
#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/963b0f19-ec56-4627-a2cc-b919806bd872/bg3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV.adaptive-delivery-prevent-bg, #N1StiTCTI0urAtMvTB9QdZQ1L69He3JV.lazyload, #N1StiTCTI0urAtMvTB9QdZQ1L69He3JV.lazyloading { background-image: none; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container { background-color: transparent; background-image: none; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container > .video-iframe-container { display: none; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row > .video-iframe-container { display: none; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .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); }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container { border-width: 0; border-radius: 0; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#RVM6Jh5TW1ZwItSwgoixF5P6cLimEF9B { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15002;background-color:#97cdd5;background-image:none;top:7rem;left:10.28125rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#IyCtvZ55eGLFxw6uK3vlg5pZfeREuSdI { color:rgba(var(--color-tertiary-3),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.811195373535rem;left:40.5rem;height:16.5rem;font-style:normal;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; }
#Z7NlqBfGzDTADsw0tfq81eMJnEoLAWrB { color:rgba(var(--color-tertiary-3),1);display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:2.3424491882324rem;left:40.5rem;height:16.40625rem;font-style:normal;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; }
#rQ1mxsLXRW18tFq352tCBg3ctNwhxUZ5 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;top:16.8125rem;left:43.0625rem;display:block; }
#JH3pzoay4zT9vZlKvwkXtRMDVzxKexg4 { background-color:#6db6c1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.875rem;left:40.5rem;display:block; }
#RGFrGU3bHnfsxMyFdg7BGrMLuCqx6ug7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVny6EBwFsslFRUz6uRNbDAyu1wLNyJJ { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:33.875rem;left:41.4375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#owuWyC6e39Dn6KMLBFXnNVnVyqhyXH2k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.25rem;left:52.062503814698rem; }
#A7eOeL2CHTbdSQFcREpTOMQpU0dZLNhZ { box-sizing:content-box;height:5.9375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cbc2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #d1cbc2, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:0rem;display:block; }
#WvXivIvE6tShdRJygLzEDlyPZw9f7uBK { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:27.8125rem;top:1.3645834922791rem;left:5.6640625rem;overflow:hidden;display:block; }
#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/31876b66-2fff-4832-9cbe-ddb40435db85/bg4.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9.adaptive-delivery-prevent-bg, #KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9.lazyload, #KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9.lazyloading { background-image: none; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container { background-color: transparent; background-image: none; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container > .video-iframe-container { display: none; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row > .video-iframe-container { display: none; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .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); }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container { border-width: 0; border-radius: 0; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#gZ0e8lZAE21sh5WgWsJQTIPsO9qRFr3x { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.0625rem;left:3.6875rem;height:3.1875rem;font-style:normal;display:block; }
#x7Ny2tUlZuZF3EWuM4Eag2WzZTLkQl9S { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:3.6875rem;height:3.1875rem;font-style:normal;display:block; }
#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container { background-color: transparent; background-image: none; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container > .video-iframe-container { display: none; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row > .video-iframe-container { display: none; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .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); }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container { border-width: 0; border-radius: 0; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#snefP1EhdRqHLTHZOCWFmIcsTITtul1u { color:rgba(var(--color-tertiary-3),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:1.11328125rem;left:3.6875rem;height:24.75rem;font-style:normal;display:block; }
#UXkVSAktrKpw4PwB13Od7PXrrgT9wD1q { background-color:rgba(var(--color-secondary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.9375rem;left:3.6875rem;display:block; }
#dELTq9g9XWXv1qpioKUud6MdsEQaW5io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubW7BxMcqTHRxl5b6UItcoPPMAZPRarM { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.9375rem;left:4.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#XAdT2FQVxErAwscPBc3nhBMATaDX70SJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0625rem;width:1.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.28125rem;left:12.8125rem; }
#TJinCBdW5WnE50i3BpbTGgVcwQnyfo2v { box-sizing:content-box;height:26.25rem;width:26.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.4);background-image:none;top:0rem;left:34.6875rem;border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-top-left-radius:18.75rem;display:block; }
#JwrUy7Vyw9cfAlmIeiNIe5eJXq5q1lIo { 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:24.6875rem;width:33rem;top:1.73828125rem;left:37.20703125rem;overflow:hidden;display:block; }
#cWMolbJK21mhCU0vBQvWBp8T0qstBCND { position:relative;display:block; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND { background-color: transparent; background-image: none; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container > .video-iframe-container { display: none; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row > .video-iframe-container { display: none; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .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); }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND { border-width: 0; border-radius: 0; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KaSkqoF4mn7DP6BhWeRhPcQTLCcMngcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:2.71875rem;left:7.96875rem;height:12.9961125rem;text-align:center;text-align-last:center;display:block; }
#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL { position:relative;display:block; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL { background-color: transparent; background-image: none; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container > .video-iframe-container { display: none; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row > .video-iframe-container { display: none; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .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); }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL { border-width: 0; border-radius: 0; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BWLTlTM2nAQCSrkiIzvdUhQTgUZqplpE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:60rem;top:6.875rem;left:7.5rem;overflow:hidden;display:block; }
#A0s8GHORS21TipQcqyVqXnPGEKWJqOfD { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:60rem;top:39.0625rem;left:7.5rem;overflow:hidden;display:block; }
#r0RNGfAZIlqynvnAyttLKRdRhQC9NsDz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:60rem;top:70.625rem;left:7.5rem;overflow:hidden;display:block; }
#Bt87QTIMGQZ6mQTBI7kxlsaGA6WqTOPt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.2278652191162rem;left:6.95703125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz { position:relative;display:block; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz { background-color: transparent; background-image: none; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container > .video-iframe-container { display: none; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row > .video-iframe-container { display: none; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .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); }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz { border-width: 0; border-radius: 0; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H9dszDApq2Ou8F8MtICCHFrXIrb4wOKr { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.53125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#bC9lOGiHAgT3NsInuPdAG040andZT5OC { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.25rem;left:12.9375rem;height:4.6860375rem;font-style:normal;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; }
#y1JvFhw1ntT3FiCSLTpNKpOMO2tywEEP { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:10.875rem;height:2.1108375rem;font-style:normal;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; }
#bqiNQhnHkywBvB32I1HA2HBraUNq2VPU { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:29.4375rem;height:2.1108375rem;font-style:normal;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; }
#XkTgrHm87Rsm37HtvfJxSiw7glX8l4AM { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.25rem;left:31.5rem;height:4.6860375rem;font-style:normal;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; }
#M1MsI81JbzkJP9wFK5X5hK1FsZG17UVo { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.25rem;left:50.000003814698rem;height:4.6860375rem;font-style:normal;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; }
#iMvRggrpGPwGpBvZAzyaDIKAZJr1KyOK { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:47.937503814698rem;height:2.1108375rem;font-style:normal;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; }
#Z42kydBMTwT84rahUroIyd91beV7hhrA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.625001907349rem;left:0rem;height:2.1108375rem;font-style:normal;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; }
#bu8zoaN0KtAJ2XKlVnu1ptoXR3CUUDdm { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:19.75rem;height:2.1108375rem;font-style:normal;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; }
#VUyB3eKm8zwyZrMT7u1645N09C0mW7OX { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:13.125rem;left:21.8125rem;height:4.6860375rem;font-style:normal;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; }
#zxw299Bv9nNTt7HTy7wwNeFTx2P5ZFdq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:13.125rem;left:41.125rem;height:4.6860375rem;font-style:normal;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; }
#OI97vmiH4SIBAPCHEPvuURSwzbgROeym { color:rgba(var(--color-tertiary-3),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:39.0625rem;height:2.1108375rem;font-style:normal;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; }
#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcf8ce4f-b340-4d23-a00f-00bdba5d31c2/bg11.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l.adaptive-delivery-prevent-bg, #eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l.lazyload, #eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l.lazyloading { background-image: none; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container { background-color: transparent; background-image: none; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container > .video-iframe-container { display: none; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row > .video-iframe-container { display: none; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .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); }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container { border-width: 0; border-radius: 0; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#MtzNXCXv5b4fBCsttiwbUL1nwvG3m176 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:32.375rem;width:30.0625rem;top:4.43701171875rem;left:4.24951171875rem;display:block; }
#TeEgWMxSkMevbxhhftU2wADWd0hXW0R8 { 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:28.1875rem;width:28.1875rem;top:7.75rem;left:42.625rem;overflow:hidden;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-form-header {  }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:25.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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:25.875rem;box-sizing:border-box;height:3.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-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:25.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .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; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:15.5rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .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-2),1);vertical-align:top;width:24.5rem;overflow:hidden;font-style:normal; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .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; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-container:first-of-type{padding-top:0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-container:last-of-type{padding-bottom:0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.625rem;left:4.25rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.875rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .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-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD {display:block;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.625rem;left:4.25rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #FMtP6TREEVsCLDxMbUaPsvTh7W2t4ZUt { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aagOGOXGrT2PLNwpFb3xID0CJiSlf2ZG { position:relative;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tA5yTrBNfkK9TqZwn6K3aAXJNkZToJ4Z { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tkL7kCDmOmyhkm1xi0JFHMQ3XSwaq8An { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #cN8X2OIWHxTAvGkUW9MOP0bHTaAGgL62 { position:relative;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Rn1JOHDXgSOmFxaXTH0NfsOfViRRrNmP { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #vkzgneOmSe8amJvbHFHuyH6FKC2WOHT3 { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #ixxs28x1Pb9gpmnu7Tz8qqJg6f9thtEe { position:relative;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #CGDKXXEtI6qdOVINgsOKT4K3foQ96Nzo { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #M1e6M1iL8V4gs41GbG03MGhNMdpR4COz { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aUr9cgEDrLJiDOd6mmD1ZNC74ZRaL5PA { position:relative;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #PTmGCbOpm1Hcap1oBxItRdC1lD0HdVzR { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Wym69lxRTHTUd9wxgKybXDIwcDLHbTEv { position:relative; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #IM8KxN98zzn2mwDsrTd2N48IUvbhDwPc { position:relative; }
#nsodbWeHmnG7QdETX3G94Gd25m5nTPOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:10.5625rem;left:4.25rem;height:3.40136875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uPIrHu2ig4o6cXA7CeZpZTdW5vw7Lcg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:4.5625rem;left:4.25rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA { position:relative;display:block; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA { background-color: transparent; background-image: none; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container > .video-iframe-container { display: none; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row > .video-iframe-container { display: none; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .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); }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA { border-width: 0; border-radius: 0; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vTHExf9dL25cJs93vRL2KfRLflIpJmry { position:absolute;display:block;z-index:15005;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:0.0625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:1.3125rem;left:38.875rem; }
#SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#OfsyVxLudWVxSRtyseq4a7Ow633ccsTL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:1.25rem;left:34.5625rem; }
#OfsyVxLudWVxSRtyseq4a7Ow633ccsTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:1.25rem;left:36.75rem; }
#T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:1.25rem;left:32.25rem; }
#zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO { display:none; }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S5Ad55JTxP5taN1kCRQA3zHR135ckuQP { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFBp3OI3ZFXZWZWq3T0JiyFuTDylKNkO { width:7.5rem;height:2.1875rem;top:6.0625rem;left:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCEirsRBtEVhdkMVQ2cdMh9bEJ8Lbv6w { display:block; }
 }@media only screen and (max-width: 763px) { #s6rd8Gz9nlbXV192LyLTiVaVJK36RMNm { width:7.5rem;height:2.1875rem;top:6.0625rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTSDN1iXnO9GWCx86qESsqs2TPdR6HXi { display:block; }
 }@media only screen and (max-width: 763px) { #ZGRbL2Ibrqk8ohpt4qrahaRlmKmTM9Vn { width:7.5rem;height:2.25rem;top:6.0625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7k6dlfuFMwgJQHlb6eOsgX8g9X4l4kc { display:block; }
 }@media only screen and (max-width: 763px) { #U1R8Ao71LPQCyk2fIq52PwDmkpEQ5PT5 { width:7.5rem;height:2.1875rem;top:6.0625rem;left:31.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6OE62pBKgyvdQR6Egb56GT6FgdzkfJc { display:block; }
 }@media only screen and (max-width: 763px) { #mNG2BAhBwOKiXPAxvDvU2dTQR2ZGkug2 { width:7.5rem;height:2.1875rem;top:6.0625rem;left:40.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIABz0T7kGfvTIXEgrNXCzWcN2xRwZCx { display:block; }
 }@media only screen and (max-width: 763px) { #BThRIUyWRTXfLic6gqSTnP0QE4Wv79bh { width:7.5rem;height:2.1875rem;top:6.0625rem;left:37.250003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWkFebQ2T1NLk3pO2GBVX2S3FzmDMenN { display:block; }
 }@media only screen and (max-width: 763px) { #VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN { display:none; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sALLh8XiQEIWZ5BGFV3nO5kS5JbuRpdk { width:7.5rem;height:2.1875rem;top:4.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFT3uPyLzEgieAIIlBCMzEaL7BJfSgt { display:block; }
 }@media only screen and (max-width: 763px) { #oQvW56Cnqm3TtvrCPJFGliBfm9H7b1pK { width:7.5rem;height:2.25rem;top:4.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7uyu1SZhM8LTdwBmV9OZ3QX2D6eCEz { display:block; }
 }@media only screen and (max-width: 763px) { #SF2a66mN3qZiZ7Nh8Dr8wptqXPdqoBOO { width:7.5rem;height:2.1875rem;top:4.125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuSLm1BkkHTM37zlGzwx9lAdsa9ggiG { display:block; }
 }@media only screen and (max-width: 763px) { #eSZTtzblz1cwyiQiGWffpN2PzsVoT9Md { width:7.5rem;height:2.1875rem;top:4.125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD16hfFWCNTgWu5arAcVOGkB7PIn4MBz { display:block; }
 }@media only screen and (max-width: 763px) { #JCFwMr7qQNytiozGsK26V9Fgd33BlRCh { width:7.5rem;height:2.1875rem;top:4.125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl8uczmfvTqvnmRMN2vG3RTEbJCJLTXo { display:block; }
 }@media only screen and (max-width: 763px) { #X4qBhhU6rgDkP4MrWfLEBuZ9f33Be6tH { top:2.5625rem;left:0rem;width:13.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLBzRapkE81fb9pOuFLiXO9fyzEuV70 { width:7.5rem;height:2.1875rem;top:4.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdVSApKbn6XTwNzri81bhgo0wC2lTCR { display:block; }
 }@media only screen and (max-width: 763px) { #s1TTp8DquLcnoD5DDqvtnTslot6oCw9W { display:block; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC6cEEisZDc6JnlfMD4PHuLOhkHJPdfC { top:10.9375rem;left:0rem;width:32.9375rem;height:3.5625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A35AEd2vZyMA9XXyJACZ5UXbMabB6OKh { width:11.25rem;height:3.875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDW8QET2WCtHD2UStiMpzWN0kelahqhH { display:block; }
 }@media only screen and (max-width: 763px) { #WAS9TR44hdMDc5H0RTCQI5D8Lz02tSPb { top:1.1875rem;left:26.125rem;width:21.625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqXLmHlR6yFTulvDwG33zeM5xps0LX5 { width:33.125rem;height:5.0625rem;top:16.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW7qzpPiGDAv822U48OXLHXV4wp0Jk3C { top:8rem;left:0rem;width:32.9375rem;height:2.5rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTrxRPk4KLC6hG12e5qC7MpZWLSreJ { width:17.125rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 { display:block; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoANofV3VK4BNPy9iHSCZLGrEVKXGhPU { top:8.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhr7CBQV912TibtZF8I5gf48ZKADaRD { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5lX9pRARayB3GMEKTzBvdP033SMipw9 { display:block; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJTRDLlet3Z7L0osBtGVTdccf0mB65Jq { width:32.9375rem;height:;top:20.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg6o9fE5O6lCmvNkNFpTCDz5UMMadTCd { width:47.75rem;height:4.75rem;top:5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZOGTEKFeAuDIKh0XyaC6Hed5PFU3sf { width:18.75rem;height:0.0625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi { width:2.625rem;height:2.625rem;top:48.25rem;left:0rem;display:block; }
#NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #ne8w2nhhem9htGkVdcN8VAOLXbbllCfM { width:47.75rem;height:6.375rem;top:10.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJGoQus58WDo5klfPS2SC2cCf8GgIaC { width:47.75rem;height:35.693125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS2GkAC4m5ZofTBgv7NuvkKzDLipOEWi { width:32.9375rem;height:;top:20.625rem;left:14.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctzfP3LeRMteHL1knbJchP6TdD3hle1G { display:block; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afWxZiO8klkNe35mCdxyQ2tnWhkwKQwd { top:3.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyty2L9qE28sVlu9zDTRKJkfxaFp3pgX { top:10.0625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU { display:block; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7ZhS1UENvp4TUBsVAg8u1pRvXN7kh3z { top:2.375rem;left:0rem;width:47.75rem;height:31.725056689342rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhPheTcL7g148yZJQJwIUkdTNypsUhlf { top:37.1875rem;left:0rem;width:47.75rem;height:57.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpyotPhimLHDFD9np19VF4DxO06FPz6M { width:47.75rem;height:3.625rem;top:40.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUpsMLvFixUbi940dvGRai3KZQOnmWpL { width:47.75rem;height:2.0625rem;top:44.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 { width:35.25rem;height:;top:49.125rem;left:0rem;font-size:1.125rem;display:block; }#p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 li:before{  }
 }@media only screen and (max-width: 763px) { #iIA3QqK6609bBLTiEPeO0Pqrlr7Bbyhf { width:35.8125rem;height:84.6875rem;top:67.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8yrmVkV3XMQXxIU4cah9utZ1Ao83OQ { width:24.4375rem;height:36.75rem;top:49.125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSNDAWJHg20aeG3pzMdWPanVypau2y1a { width:24.6875rem;height:30.4375rem;top:86.75rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo { display:block; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2bog3KVxm2cr5iiHO61IAJNPMfHfKXi { width:14.4375rem;height:4.8125rem;top:51.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJcLlPSTiHa9ThCOqG5tMSSAHIORpueT { top:47rem;left:0rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCAzTTWcTD55Q05CiPusWFxW6FkrCyES { top:47rem;left:5.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOZT02GSbXs7Ddbfm0H5ydSmZazrz1k { width:14.8125rem;height:4.75rem;top:51.75rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUUgJ8pluBmBfReSsJKTyf11kNzqSMiq { top:46.9375rem;left:25.8125rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x78OpvLgs9lr7siZDlUpqx5p8d3W6iHT { width:15.25rem;height:4.75rem;top:51.6875rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0TDoTB6ZL4DHOCG0LaXTHiRhAP7OTzM { width:3.1875rem;height:2.3125rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr5zVk7ZXUWJHvETvir3rO9g5zVSy4PZ { width:3.1875rem;height:2.3125rem;top:46.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSuw5Qt1LLo30e5dnmQIpeyznFIQqerX { width:3.1875rem;height:2.3125rem;top:46.5rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgPvvOzRODMIewt07R1cLwrFQktDR3TC { width:4.875rem;height:4.125rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQWXtQB9O12MOJmBDx4DqwnsTPbq7BHI { top:40.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIxMkNNStBgTLqMJBnwbPT0loHRuz2v { width:16.3125rem;height:4.75rem;top:51.75rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3DtVJ89MWX4z633iIdqpUcBKITW4wR { top:47.0625rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Pv25I6aX9Ow4txHqwcCK8rFfchzKAf { width:3.1875rem;height:2.3125rem;top:46.625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHfnDqAMso160EUW0ic97xo2HgbaQNe { width:24.4375rem;height:3.0625rem;top:59.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaPclsZmvgo8TDMxtOyxThfJRrcLZwR { display:block; }
 }@media only screen and (max-width: 763px) { #mGikTRvL6X22K5Qetm3bimmJcvG301tH { width:46.5rem;height:37.125rem;top:1.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFH982soNOrhROIu9TBANPTzT7tnU7a9 { width:14.5625rem;height:2.5625rem;top:30.3125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNelm17K4fvQIvUE9tTkwclgoqvO5n7u { top:30.6875rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #webxw9XvhIoXkSpdtsCsMUtUAfGHgaXT { width:14.5rem;height:2.5rem;top:23.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnBMchRcnSghTeVinHoW0XMUPOAgUU0s { top:24rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpL1IT7mK7V0NoiPuvkNE2tH5xxrxwy { width:14.5rem;height:2.5rem;top:17.1875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaaJf7RS52ItESF7tI0BxhS1FZfHQXO { top:17.5rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXcPxE6SNt9vcTOrJPB0ikvxCiPi8Uh { width:14.5rem;height:2.5rem;top:11.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0a48vJXAci8VocEwAAM43nhd95Pbtki { top:11.625rem;left:34.9375rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWWKltxKTnku8PgpK5S6wgEHd3TPiG9B { top:33.125rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1RaNgdzwDz02GrdXtqUrS5MAveTAP8Z { top:26.25rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqJV7dWKP8AmM7QBtw87CXsEN2nD4wU { top:19.75rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7SuIiJ4dcHKFQxB6CkXdiy7OCaqauI { top:13.875rem;left:34.9375rem;width:12.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7b0tsN3XPBaoidXQcwqLbQglok8OdIE { width:5.125rem;height:4.6922487896453rem;top:32.4375rem;left:30.27783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPci6n5OTiTu3lVTRrqDXTb9n7mK6QZ { width:7.1875rem;height:3.3754696305573rem;top:23.5625rem;left:20.3732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVNfcffIlTbiC6cJ7RxTmtkoSp2EzD28 { width:7.5rem;height:4.1524747073993rem;top:14.5rem;left:19.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 { display:block; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hrzr8vlRqQbuvsSo87FFZzUnHQfMv4ZM { top:3.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws { display:block; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo20GLnpgAM02mxkOH9iiwqznHuKQ7Py { top:6.4375rem;left:4.625rem;width:38.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvzwXqwFvTcxPqmdhJ8FDygN55WBLcK { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTBsgvDW1SagMIGJU8z6Q6qQB2LMUIw { top:6.4375rem;left:4.625rem;width:38.3125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcZigKJUOimIVR6aGvBlbNBs01OzfbKr { display:block; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NM3i8BTu7nbxIEMtsO1Pw6uXAT0hFVqh { width:38.25rem;height:;top:3.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hmtQHwGIsBs6yUwDi9NRSvw9N53USc { width:32.4375rem;height:12.5625rem;top:9.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urqS2cnS9qO2g3nhi2JBDAkpHITIy0QS { top:22.6875rem;left:0rem;width:17.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoDVen5E1KDTQb27mI8BlVeNIrk1Nqc { display:block; }
 }@media only screen and (max-width: 763px) { #niwldmLcOCFGp7y3Jc6dKLsuVC8fsMU9 { top:5.5rem;left:18rem;width:29.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 { display:block; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qA56A45BODrk1LHR6XH33PWgcUdhgVRH { width:31.5rem;height:;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1g6psC5skJAWZDvi0wTJPuHv86BDTB { width:30.875rem;height:13.5rem;top:8.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ldTFvEsg7Aq3AQkuo8eBLauVns4TzB { top:22.875rem;left:0rem;width:17.4375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W460JluW4TPUlME9wITMfvOi2mfoZgMB { display:block; }
 }@media only screen and (max-width: 763px) { #GT4EKobeef4ZnOkyThgvPHXG6yApg44Q { top:4.125rem;left:15.75rem;width:32rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen { display:block; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KF6ttbeMPsXv3UEUkuOD3HlBmDAkKmET { width:47.75rem;height:8.4375rem;top:3.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4CqIzS2SzyOU13z6CTXaTl1luWpOdTZ { width:47.75rem;height:6.5rem;top:12.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 { display:block; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOI3cJUNHJ4fysuXIbUZ1F3iRAZiURHH { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVNtnf7g8dmg3GlKXqDQh6udIEKzUDLP { top:2.4375rem;left:10rem;width:27.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTKZviy0ne7ou6TPr0C5ZitBgJouh1W { top:7.6875rem;left:13rem;width:21.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI27QAyZJUSPSI9iJnrIswhEzSpS59KT { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 { display:block; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2AyhpekX1JOOLCbiEpD2y5DqMbTEPI5 { width:27.5rem;height:36.8125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lldu8KsUe7bFTFKLuAOaWBM1rVfGVkfT { width:26.25rem;height:26.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgJHKyJRPLFiuOy8FS4OqKZX1J5nVyJ { width:31.125rem;height:14.4375rem;top:17rem;left:16.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6rPymfK6caDP63R82HRDoz24z9iI1Ek { width:32.4375rem;height:12.1875rem;top:3.4375rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu09Tx1cEFTXtHtR268isZnRiiOJhevf { width:18.75rem;height:0.0625rem;top:16.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brw7MptmpcdWV9NgDHEnIOeU2cGeLx57 { width:11.0625rem;height:3.75rem;top:33.0625rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Kwg639Kah9VwOco3AuUTzoHaT6aUXt { display:block; }
 }@media only screen and (max-width: 763px) { #x6uoExkOBlXNHrG8x4U5fN5P2vFZzW1m { width:12.5rem;height:3.75rem;top:33.0625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIo0EThZIGq9aa6SofSgKFxmvtdgf2g { width:1.0625rem;height:1.0625rem;top:34.4375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv { display:block; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQl4aJwMFCB36neHTb7HrJMqA7PiVD4w { width:26.25rem;height:26.25rem;top:7.8125rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTXTVnT2kyDQlbgyXHShvbeJIQx7AI7 { width:31.125rem;height:;top:20.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ikywJ2LsaievR2DTOc0Qgx5d1LtuJI { width:34.8125rem;height:14.0625rem;top:4.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEz7SNummVTCgMa9iIhbqiyHdIHks7vS { width:18.75rem;height:0.0625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTis82iIZeGo4Zl0xHAxrRJu601gwd8W { width:11.0625rem;height:3.75rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0OF0gPlqtRvr8tzsMWWloVu81F7yNT9 { display:block; }
 }@media only screen and (max-width: 763px) { #hygBTBCs5BN7sSfeQ43B4Mm0aP17TTDa { width:12.5rem;height:3.75rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5AFy1VO5dP1Ip5bOLTiw7eeyXm6zOr { width:1.0625rem;height:1.0625rem;top:37.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5iUIzlAKbRRHXW1sfvq9PfThd2k1GnT { width:47.75rem;height:5.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZCxvktQXEVolTrrfQ0kGd7mfQr5OydH { width:27.625rem;height:36.875rem;top:3.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1StiTCTI0urAtMvTB9QdZQ1L69He3JV { display:block; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVM6Jh5TW1ZwItSwgoixF5P6cLimEF9B { width:26.25rem;height:26.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyCtvZ55eGLFxw6uK3vlg5pZfeREuSdI { width:33.125rem;height:;top:17.75rem;left:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NlqBfGzDTADsw0tfq81eMJnEoLAWrB { width:32.4375rem;height:;top:2.3125rem;left:15.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1mxsLXRW18tFq352tCBg3ctNwhxUZ5 { width:18.75rem;height:0.0625rem;top:16.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH3pzoay4zT9vZlKvwkXtRMDVzxKexg4 { width:11.0625rem;height:3.75rem;top:33.875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGFrGU3bHnfsxMyFdg7BGrMLuCqx6ug7 { display:block; }
 }@media only screen and (max-width: 763px) { #uVny6EBwFsslFRUz6uRNbDAyu1wLNyJJ { width:12.5rem;height:3.75rem;top:33.875rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuWyC6e39Dn6KMLBFXnNVnVyqhyXH2k { width:1.0625rem;height:1.0625rem;top:35.25rem;left:38.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7eOeL2CHTbdSQFcREpTOMQpU0dZLNhZ { width:47.75rem;height:5.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvXivIvE6tShdRJygLzEDlyPZw9f7uBK { width:27.8125rem;height:37.1875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 { display:block; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ0e8lZAE21sh5WgWsJQTIPsO9qRFr3x { width:33.25rem;height:3.1875rem;top:4.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Ny2tUlZuZF3EWuM4Eag2WzZTLkQl9S { width:33.25rem;height:3.1875rem;top:6.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq { display:block; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snefP1EhdRqHLTHZOCWFmIcsTITtul1u { width:26.125rem;height:24.75rem;top:1.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXkVSAktrKpw4PwB13Od7PXrrgT9wD1q { width:11.0625rem;height:3.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELTq9g9XWXv1qpioKUud6MdsEQaW5io { display:block; }
 }@media only screen and (max-width: 763px) { #ubW7BxMcqTHRxl5b6UItcoPPMAZPRarM { width:12.5rem;height:3.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdT2FQVxErAwscPBc3nhBMATaDX70SJ { width:1.0625rem;height:1.0625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJinCBdW5WnE50i3BpbTGgVcwQnyfo2v { width:26.25rem;height:26.25rem;top:0rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrUy7Vyw9cfAlmIeiNIe5eJXq5q1lIo { width:33rem;height:24.6875rem;top:1.6875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMolbJK21mhCU0vBQvWBp8T0qstBCND { display:block; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaSkqoF4mn7DP6BhWeRhPcQTLCcMngcZ { top:2.6875rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL { display:block; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWLTlTM2nAQCSrkiIzvdUhQTgUZqplpE { width:47.75rem;height:25.019010416667rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0s8GHORS21TipQcqyVqXnPGEKWJqOfD { width:47.75rem;height:25.118489583333rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RNGfAZIlqynvnAyttLKRdRhQC9NsDz { width:47.75rem;height:8.50546875rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt87QTIMGQZ6mQTBI7kxlsaGA6WqTOPt { top:2.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz { display:block; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9dszDApq2Ou8F8MtICCHFrXIrb4wOKr { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC9lOGiHAgT3NsInuPdAG040andZT5OC { width:12.125rem;height:4.6875rem;top:6.25rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1JvFhw1ntT3FiCSLTpNKpOMO2tywEEP { width:16.1875rem;height:2.0625rem;top:10.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqiNQhnHkywBvB32I1HA2HBraUNq2VPU { width:16.1875rem;height:2.0625rem;top:10.25rem;left:15.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTgrHm87Rsm37HtvfJxSiw7glX8l4AM { width:12.125rem;height:4.6875rem;top:6.25rem;left:17.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1MsI81JbzkJP9wFK5X5hK1FsZG17UVo { width:12.125rem;height:4.6875rem;top:6.25rem;left:35.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvRggrpGPwGpBvZAzyaDIKAZJr1KyOK { width:16.1875rem;height:2.0625rem;top:10.25rem;left:31.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z42kydBMTwT84rahUroIyd91beV7hhrA { width:47.75rem;height:2.0625rem;top:21.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu8zoaN0KtAJ2XKlVnu1ptoXR3CUUDdm { width:16.1875rem;height:2.0625rem;top:17.125rem;left:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUyB3eKm8zwyZrMT7u1645N09C0mW7OX { width:12.125rem;height:4.6875rem;top:13.125rem;left:8.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxw299Bv9nNTt7HTy7wwNeFTx2P5ZFdq { width:12.125rem;height:4.6875rem;top:13.125rem;left:27.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI97vmiH4SIBAPCHEPvuURSwzbgROeym { width:16.1875rem;height:2.0625rem;top:17.125rem;left:25.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l { display:block; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtzNXCXv5b4fBCsttiwbUL1nwvG3m176 { top:4.375rem;left:0rem;width:30.0625rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEgWMxSkMevbxhhftU2wADWd0hXW0R8 { top:7.75rem;left:19.5625rem;width:28.1875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-regular-label { width:25.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text { width:25.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-textarea { width:25.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select { width:25.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-checkbox-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD  { width:25.875rem;height:auto;top:13.625rem;left:0rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .radio-container { width:25.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD {display:block;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD { width:25.875rem;height:auto;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #FMtP6TREEVsCLDxMbUaPsvTh7W2t4ZUt {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aagOGOXGrT2PLNwpFb3xID0CJiSlf2ZG { display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tA5yTrBNfkK9TqZwn6K3aAXJNkZToJ4Z {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tkL7kCDmOmyhkm1xi0JFHMQ3XSwaq8An {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #cN8X2OIWHxTAvGkUW9MOP0bHTaAGgL62 { display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Rn1JOHDXgSOmFxaXTH0NfsOfViRRrNmP {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #vkzgneOmSe8amJvbHFHuyH6FKC2WOHT3 {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #ixxs28x1Pb9gpmnu7Tz8qqJg6f9thtEe {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #CGDKXXEtI6qdOVINgsOKT4K3foQ96Nzo {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #M1e6M1iL8V4gs41GbG03MGhNMdpR4COz {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aUr9cgEDrLJiDOd6mmD1ZNC74ZRaL5PA {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #PTmGCbOpm1Hcap1oBxItRdC1lD0HdVzR {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Wym69lxRTHTUd9wxgKybXDIwcDLHbTEv {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #IM8KxN98zzn2mwDsrTd2N48IUvbhDwPc {  }
 }@media only screen and (max-width: 763px) { #nsodbWeHmnG7QdETX3G94Gd25m5nTPOQ { top:10.5625rem;left:0rem;width:28.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPIrHu2ig4o6cXA7CeZpZTdW5vw7Lcg7 { top:4.5625rem;left:0rem;width:31.25rem;height:5.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA { display:block; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTHExf9dL25cJs93vRL2KfRLflIpJmry { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 { top:1.3125rem;left:25.25rem;width:1.5625rem;height:1.5625rem;display:block; }
#SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OfsyVxLudWVxSRtyseq4a7Ow633ccsTL { width:1.5625rem;height:1.5625rem;top:1.25rem;left:20.9375rem;display:block; }
#OfsyVxLudWVxSRtyseq4a7Ow633ccsTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV { width:1.5625rem;height:1.5625rem;top:1.25rem;left:23.125rem;display:block; }
#T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU { top:1.25rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO { display:block; }#eZxg1aBSmqdam8dEo5ZOGVt5AWmS1xFO > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5Ad55JTxP5taN1kCRQA3zHR135ckuQP { display:flex;top:1.33203125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #hFBp3OI3ZFXZWZWq3T0JiyFuTDylKNkO { width:7.5rem;height:1.5rem;top:11.5625rem;left:6.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #aCEirsRBtEVhdkMVQ2cdMh9bEJ8Lbv6w { display:block; }
 }@media only screen and (max-width: 763px) { #s6rd8Gz9nlbXV192LyLTiVaVJK36RMNm { width:7.5rem;height:1.5rem;top:8.3333334922788rem;left:6.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fTSDN1iXnO9GWCx86qESsqs2TPdR6HXi { display:block; }
 }@media only screen and (max-width: 763px) { #ZGRbL2Ibrqk8ohpt4qrahaRlmKmTM9Vn { width:7.5rem;height:1.5rem;top:5.2083334922791rem;left:6.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #q7k6dlfuFMwgJQHlb6eOsgX8g9X4l4kc { display:block; }
 }@media only screen and (max-width: 763px) { #U1R8Ao71LPQCyk2fIq52PwDmkpEQ5PT5 { width:7.5rem;height:1.5rem;top:14.5rem;left:6.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #q6OE62pBKgyvdQR6Egb56GT6FgdzkfJc { display:block; }
 }@media only screen and (max-width: 763px) { #mNG2BAhBwOKiXPAxvDvU2dTQR2ZGkug2 { width:7.5rem;height:1.5rem;top:17.25rem;left:6.25rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #JIABz0T7kGfvTIXEgrNXCzWcN2xRwZCx { display:block; }
 }@media only screen and (max-width: 763px) { #BThRIUyWRTXfLic6gqSTnP0QE4Wv79bh { width:7.5rem;height:2.1875rem;top:19.8125rem;left:6.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hWkFebQ2T1NLk3pO2GBVX2S3FzmDMenN { display:block; }
 }@media only screen and (max-width: 763px) { #VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN { display:none; }#VmaRh0Bswtq1BQI6LF7hu6eHOf2pOlvN > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sALLh8XiQEIWZ5BGFV3nO5kS5JbuRpdk { width:7.5rem;height:1.5rem;top:15.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFT3uPyLzEgieAIIlBCMzEaL7BJfSgt { display:block; }
 }@media only screen and (max-width: 763px) { #oQvW56Cnqm3TtvrCPJFGliBfm9H7b1pK { width:7.5rem;height:1.5rem;top:12.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7uyu1SZhM8LTdwBmV9OZ3QX2D6eCEz { display:block; }
 }@media only screen and (max-width: 763px) { #SF2a66mN3qZiZ7Nh8Dr8wptqXPdqoBOO { width:7.5rem;height:1.5rem;top:18.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuSLm1BkkHTM37zlGzwx9lAdsa9ggiG { display:block; }
 }@media only screen and (max-width: 763px) { #eSZTtzblz1cwyiQiGWffpN2PzsVoT9Md { width:7.5rem;height:1.5rem;top:20.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD16hfFWCNTgWu5arAcVOGkB7PIn4MBz { display:block; }
 }@media only screen and (max-width: 763px) { #JCFwMr7qQNytiozGsK26V9Fgd33BlRCh { width:7.5rem;height:1.5rem;top:23.625rem;left:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fl8uczmfvTqvnmRMN2vG3RTEbJCJLTXo { display:block; }
 }@media only screen and (max-width: 763px) { #X4qBhhU6rgDkP4MrWfLEBuZ9f33Be6tH { width:13.75rem;height:5.6875rem;top:5.2486982345581rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLBzRapkE81fb9pOuFLiXO9fyzEuV70 { width:7.5rem;height:2.1875rem;top:25.75rem;left:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbdVSApKbn6XTwNzri81bhgo0wC2lTCR { display:block; }
 }@media only screen and (max-width: 763px) { #s1TTp8DquLcnoD5DDqvtnTslot6oCw9W { display:block; }#s1TTp8DquLcnoD5DDqvtnTslot6oCw9W > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC6cEEisZDc6JnlfMD4PHuLOhkHJPdfC { width:19.9995rem;height:2.625rem;top:11.059898376465rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A35AEd2vZyMA9XXyJACZ5UXbMabB6OKh { width:11.25rem;height:3.8745125rem;top:24.583335876465rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDW8QET2WCtHD2UStiMpzWN0kelahqhH { display:block; }
 }@media only screen and (max-width: 763px) { #WAS9TR44hdMDc5H0RTCQI5D8Lz02tSPb { width:20rem;height:30.1745rem;top:30.395834922791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqXLmHlR6yFTulvDwG33zeM5xps0LX5 { width:19.9995rem;height:8.528625rem;top:14.747398376465rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW7qzpPiGDAv822U48OXLHXV4wp0Jk3C { width:19.9995rem;height:1.875rem;top:8.9361991882325rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cFJTrxRPk4KLC6hG12e5qC7MpZWLSreJ { top:1.9375004768372rem;left:3.5rem;width:13rem;height:5.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 { display:block; }#MAif7rgUX6muzn2EQuS3EkxbSK5GXgk6 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoANofV3VK4BNPy9iHSCZLGrEVKXGhPU { width:19.99875rem;height:9.971375rem;top:12.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXhr7CBQV912TibtZF8I5gf48ZKADaRD { width:19.9995rem;height:8.6198125rem;top:2.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L5lX9pRARayB3GMEKTzBvdP033SMipw9 { display:block; }#L5lX9pRARayB3GMEKTzBvdP033SMipw9 > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJTRDLlet3Z7L0osBtGVTdccf0mB65Jq { width:19.9995rem;height:27.065125rem;top:20.0263671875rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xg6o9fE5O6lCmvNkNFpTCDz5UMMadTCd { width:19.9995rem;height:4.67448125rem;top:1.25rem;left:0rem;font-size:2.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzZOGTEKFeAuDIKh0XyaC6Hed5PFU3sf { width:12.4995rem;height:0.0615234375rem;top:18.470703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi { display:flex;width:2.6237rem;height:2.6237rem;top:58.209636688233rem;left:8.6875rem; }
#NH2cQhmV1JWV1nUAwz65qCLrUJwEHJfi > img { max-width: 100%;max-height:100%; width:2.6237rem; height:2.6237rem; } }@media only screen and (max-width: 763px) { #ne8w2nhhem9htGkVdcN8VAOLXbbllCfM { width:19.9995rem;height:10.3125rem;top:6.53369140625rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFJGoQus58WDo5klfPS2SC2cCf8GgIaC { width:20rem;height:14.8125rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS2GkAC4m5ZofTBgv7NuvkKzDLipOEWi { width:20rem;height:8.546875rem;top:48.666664123535rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ctzfP3LeRMteHL1knbJchP6TdD3hle1G { display:block; }#ctzfP3LeRMteHL1knbJchP6TdD3hle1G > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afWxZiO8klkNe35mCdxyQ2tnWhkwKQwd { width:19.9995rem;height:13.5rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xyty2L9qE28sVlu9zDTRKJkfxaFp3pgX { width:20rem;height:9.8984375rem;top:17.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU { display:block; }#TZuEnk4zpRVSF8hHJPxonp2LCyvhCMtU > .row .container { width:20rem;height:231.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7ZhS1UENvp4TUBsVAg8u1pRvXN7kh3z { width:19.9980625rem;height:12.9975625rem;top:9.05859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhPheTcL7g148yZJQJwIUkdTNypsUhlf { width:20rem;height:202.4375rem;top:1.2487030029297rem;left:-0.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RpyotPhimLHDFD9np19VF4DxO06FPz6M { width:19.9995rem;height:5.19791875rem;top:2.55810546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUpsMLvFixUbi940dvGRai3KZQOnmWpL { width:18.75rem;height:6.578125rem;top:23.25244140625rem;left:0.6240234375rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 { width:19.9995rem;height:19.785125rem;top:30.7060546875rem;left:0rem;font-size:1.125rem;line-height:1.8;display:block; }#p9M9nqsx3a0nKUkSXHB9OgwSnxFAZKX0 li:before{  }
 }@media only screen and (max-width: 763px) { #iIA3QqK6609bBLTiEPeO0Pqrlr7Bbyhf { width:19.9980625rem;height:117.25rem;top:84.18896484375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Va8yrmVkV3XMQXxIU4cah9utZ1Ao83OQ { width:19.9995rem;height:30.077625rem;top:52.251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSNDAWJHg20aeG3pzMdWPanVypau2y1a { width:19.9995rem;height:24.6576875rem;top:204.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo { display:block; }#DR8XN9VQTUIZGFHqI7WLJNgNLKJffcCo > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2bog3KVxm2cr5iiHO61IAJNPMfHfKXi { width:12.8730625rem;height:4.796875rem;top:16.0625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJcLlPSTiHa9ThCOqG5tMSSAHIORpueT { width:12.8745rem;height:1.7871125rem;top:12.3125rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCAzTTWcTD55Q05CiPusWFxW6FkrCyES { width:12.8730625rem;height:1.7871125rem;top:22.9375rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtOZT02GSbXs7Ddbfm0H5ydSmZazrz1k { width:12.8730625rem;height:6.3958125rem;top:26.4375rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUUgJ8pluBmBfReSsJKTyf11kNzqSMiq { width:12.8730625rem;height:1.7871125rem;top:34.0625rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x78OpvLgs9lr7siZDlUpqx5p8d3W6iHT { width:12.8730625rem;height:6.3958125rem;top:37.625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0TDoTB6ZL4DHOCG0LaXTHiRhAP7OTzM { width:8.5625rem;height:2.375rem;top:12rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr5zVk7ZXUWJHvETvir3rO9g5zVSy4PZ { width:9.0625rem;height:2.375rem;top:22.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSuw5Qt1LLo30e5dnmQIpeyznFIQqerX { width:9.6875rem;height:2.375rem;top:33.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgPvvOzRODMIewt07R1cLwrFQktDR3TC { width:4.4370125rem;height:3.1245125rem;top:2rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQWXtQB9O12MOJmBDx4DqwnsTPbq7BHI { width:19.9365rem;height:7.796875rem;top:2.4375rem;left:0rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcIxMkNNStBgTLqMJBnwbPT0loHRuz2v { width:16.3125rem;height:4.796875rem;top:49.1875rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BW3DtVJ89MWX4z633iIdqpUcBKITW4wR { width:12.8100625rem;height:1.7871125rem;top:46rem;left:3.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0Pv25I6aX9Ow4txHqwcCK8rFfchzKAf { width:9.25rem;height:2.3125rem;top:45.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHfnDqAMso160EUW0ic97xo2HgbaQNe { width:18.999rem;height:3.061525rem;top:94.46337890625rem;left:0.49951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJaPclsZmvgo8TDMxtOyxThfJRrcLZwR { display:block; }
 }@media only screen and (max-width: 763px) { #mGikTRvL6X22K5Qetm3bimmJcvG301tH { width:20rem;height:15.967741935484rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFH982soNOrhROIu9TBANPTzT7tnU7a9 { width:14.5625rem;height:2.5625rem;top:88.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNelm17K4fvQIvUE9tTkwclgoqvO5n7u { width:12.8115rem;height:1.7871125rem;top:89.3125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #webxw9XvhIoXkSpdtsCsMUtUAfGHgaXT { width:14.5rem;height:2.5rem;top:83.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnBMchRcnSghTeVinHoW0XMUPOAgUU0s { width:12.8115rem;height:1.7871125rem;top:83.8125rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDpL1IT7mK7V0NoiPuvkNE2tH5xxrxwy { width:14.5rem;height:2.5rem;top:78.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPaaJf7RS52ItESF7tI0BxhS1FZfHQXO { width:12.8115rem;height:1.7871125rem;top:78.375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBXcPxE6SNt9vcTOrJPB0ikvxCiPi8Uh { width:14.5rem;height:2.5rem;top:72.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0a48vJXAci8VocEwAAM43nhd95Pbtki { width:12.8115rem;height:1.7871125rem;top:72.9375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWWKltxKTnku8PgpK5S6wgEHd3TPiG9B { width:12.8105625rem;height:1.625rem;top:91.625rem;left:3.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1RaNgdzwDz02GrdXtqUrS5MAveTAP8Z { width:12.8115rem;height:1.625rem;top:86.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMqJV7dWKP8AmM7QBtw87CXsEN2nD4wU { width:12.8115rem;height:1.625rem;top:80.625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ7SuIiJ4dcHKFQxB6CkXdiy7OCaqauI { width:12.8115rem;height:1.625rem;top:75.1875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7b0tsN3XPBaoidXQcwqLbQglok8OdIE { width:3.375rem;height:3.061525rem;top:68.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBPci6n5OTiTu3lVTRrqDXTb9n7mK6QZ { width:5.5625rem;height:2.4375rem;top:65.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVNfcffIlTbiC6cJ7RxTmtkoSp2EzD28 { width:5.5625rem;height:3rem;top:60rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 { display:block; }#CE6zlkmAooCNdE1ULLBgL9nO7MDmbPw3 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hrzr8vlRqQbuvsSo87FFZzUnHQfMv4ZM { width:19.9995rem;height:21.44658125rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws { display:block; }#VRn3b2TPIe6CNVZ7IZzaFSCCh7nWC4Ws > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vo20GLnpgAM02mxkOH9iiwqznHuKQ7Py { width:16.1875rem;height:3.25rem;top:6.625rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpvzwXqwFvTcxPqmdhJ8FDygN55WBLcK { width:20rem;height:4.54948125rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTBsgvDW1SagMIGJU8z6Q6qQB2LMUIw { width:17.9375rem;height:2.8125rem;top:6.8125rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcZigKJUOimIVR6aGvBlbNBs01OzfbKr { display:block; }#HcZigKJUOimIVR6aGvBlbNBs01OzfbKr > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NM3i8BTu7nbxIEMtsO1Pw6uXAT0hFVqh { width:19.8125rem;height:4.94921875rem;top:13.684896469116rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hmtQHwGIsBs6yUwDi9NRSvw9N53USc { width:19.9995rem;height:21.60159375rem;top:19.43098449707rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #urqS2cnS9qO2g3nhi2JBDAkpHITIy0QS { top:42.79296875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWoDVen5E1KDTQb27mI8BlVeNIrk1Nqc { display:block; }
 }@media only screen and (max-width: 763px) { #niwldmLcOCFGp7y3Jc6dKLsuVC8fsMU9 { width:18.75rem;height:11.562rem;top:0.97998046875rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 { display:block; }#snIhqo1Ni7Vl67QrbuIwawsOn9iT1Ev7 > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qA56A45BODrk1LHR6XH33PWgcUdhgVRH { width:19.9995rem;height:2.88541875rem;top:13.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1g6psC5skJAWZDvi0wTJPuHv86BDTB { width:20rem;height:18.51559375rem;top:17.375rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L1ldTFvEsg7Aq3AQkuo8eBLauVns4TzB { top:37.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W460JluW4TPUlME9wITMfvOi2mfoZgMB { display:block; }
 }@media only screen and (max-width: 763px) { #GT4EKobeef4ZnOkyThgvPHXG6yApg44Q { width:19.3125rem;height:10.9995rem;top:0.8583984375rem;left:0.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen { background-color:#080d11;background-image:none;display:block; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { background-color: transparent; background-image: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container > .video-iframe-container { display: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row > .video-iframe-container { display: none; }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .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); }#JNFqOV8RHBXluXIP6TsAg4TbFKNZzVen > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KF6ttbeMPsXv3UEUkuOD3HlBmDAkKmET { width:19.9995rem;height:10.34375rem;top:3.5625rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4CqIzS2SzyOU13z6CTXaTl1luWpOdTZ { width:19.9980625rem;height:4.875rem;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 { display:block; }#SBU2bqnWSwf9BcMB8qqBuu4VQpFA3m04 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOI3cJUNHJ4fysuXIbUZ1F3iRAZiURHH { width:20rem;height:2.59895625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVNtnf7g8dmg3GlKXqDQh6udIEKzUDLP { width:6.875rem;height:2.9375rem;top:1rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTKZviy0ne7ou6TPr0C5ZitBgJouh1W { width:17.375rem;height:2.375rem;top:4.47265625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI27QAyZJUSPSI9iJnrIswhEzSpS59KT { width:20rem;height:1.4622375rem;top:4.97265625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 { display:block; }#sMkCffWvVqNoGgkTdD1VLxssBKJ7oJk7 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2AyhpekX1JOOLCbiEpD2y5DqMbTEPI5 { width:16.875rem;height:22.625rem;top:1.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lldu8KsUe7bFTFKLuAOaWBM1rVfGVkfT { width:16.75rem;height:16.75rem;top:6.0598754882812rem;left:1.6393547422791rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRgJHKyJRPLFiuOy8FS4OqKZX1J5nVyJ { width:19.9986875rem;height:15.1875rem;top:37.287780761719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6rPymfK6caDP63R82HRDoz24z9iI1Ek { width:19.9986875rem;height:11.25rem;top:25.371113777161rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iu09Tx1cEFTXtHtR268isZnRiiOJhevf { width:12.4995rem;height:0.0615234375rem;top:56.142125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brw7MptmpcdWV9NgDHEnIOeU2cGeLx57 { width:11.0625rem;height:3.75rem;top:54.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Kwg639Kah9VwOco3AuUTzoHaT6aUXt { display:block; }
 }@media only screen and (max-width: 763px) { #x6uoExkOBlXNHrG8x4U5fN5P2vFZzW1m { width:12.4995rem;height:3.75rem;top:54.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIo0EThZIGq9aa6SofSgKFxmvtdgf2g { display:flex;width:1.0612rem;height:1.0612rem;top:55.6416015625rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv { display:block; }#vkgFTRmAVI4ugGDgi24lTHAfKBIDrpgv > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQl4aJwMFCB36neHTb7HrJMqA7PiVD4w { width:16.2486875rem;height:16.2486875rem;top:7.1865234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTXTVnT2kyDQlbgyXHShvbeJIQx7AI7 { width:19.9986875rem;height:15.1875rem;top:42.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ikywJ2LsaievR2DTOc0Qgx5d1LtuJI { width:19.9986875rem;height:15rem;top:26.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEz7SNummVTCgMa9iIhbqiyHdIHks7vS { width:12.4995rem;height:0.0615234375rem;top:52.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTis82iIZeGo4Zl0xHAxrRJu601gwd8W { width:11.0625rem;height:3.75rem;top:58.982421875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0OF0gPlqtRvr8tzsMWWloVu81F7yNT9 { display:block; }
 }@media only screen and (max-width: 763px) { #hygBTBCs5BN7sSfeQ43B4Mm0aP17TTDa { width:12.4995rem;height:3.75rem;top:58.98176574707rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx5AFy1VO5dP1Ip5bOLTiw7eeyXm6zOr { display:flex;width:1.0620125rem;height:1.0620125rem;top:60.35676574707rem;left:14.375rem; }
 }@media only screen and (max-width: 763px) { #O5iUIzlAKbRRHXW1sfvq9PfThd2k1GnT { width:19.9995rem;height:5.9370125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZCxvktQXEVolTrrfQ0kGd7mfQr5OydH { width:17.25rem;height:23.0625rem;top:2.560546875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1StiTCTI0urAtMvTB9QdZQ1L69He3JV { display:block; }#N1StiTCTI0urAtMvTB9QdZQ1L69He3JV > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVM6Jh5TW1ZwItSwgoixF5P6cLimEF9B { width:16.2486875rem;height:16.2486875rem;top:4.634765625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyCtvZ55eGLFxw6uK3vlg5pZfeREuSdI { width:19.9986875rem;height:16.875rem;top:43.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7NlqBfGzDTADsw0tfq81eMJnEoLAWrB { width:19.9995rem;height:15rem;top:27.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1mxsLXRW18tFq352tCBg3ctNwhxUZ5 { width:12.4995rem;height:0.0615234375rem;top:57.0693875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH3pzoay4zT9vZlKvwkXtRMDVzxKexg4 { width:11.0625rem;height:3.75rem;top:62.8125rem;left:4.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RGFrGU3bHnfsxMyFdg7BGrMLuCqx6ug7 { display:block; }
 }@media only screen and (max-width: 763px) { #uVny6EBwFsslFRUz6uRNbDAyu1wLNyJJ { width:12.4995rem;height:3.75rem;top:62.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owuWyC6e39Dn6KMLBFXnNVnVyqhyXH2k { display:flex;width:1.0620125rem;height:1.0620125rem;top:64.0625rem;left:14.1875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #A7eOeL2CHTbdSQFcREpTOMQpU0dZLNhZ { width:19.9995rem;height:5.9370125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvXivIvE6tShdRJygLzEDlyPZw9f7uBK { width:17.75rem;height:23.75rem;top:2.560546875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 { display:block; }#KKGLIIHvSoMKBWSuwaIJJi4s678rFAG9 > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ0e8lZAE21sh5WgWsJQTIPsO9qRFr3x { width:19.9980625rem;height:8.32425rem;top:1.7490234375rem;left:0.00146484375rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #x7Ny2tUlZuZF3EWuM4Eag2WzZTLkQl9S { width:19.9980625rem;height:4.79948125rem;top:10.86962890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq { display:block; }#R8vKT1TJqcrBMtkK7IIK4PHPJplCE5iq > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snefP1EhdRqHLTHZOCWFmIcsTITtul1u { width:17.8125rem;height:23.625rem;top:20.7177734375rem;left:1.0927734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXkVSAktrKpw4PwB13Od7PXrrgT9wD1q { width:11.0625rem;height:3.75rem;top:43rem;left:4.4677734375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dELTq9g9XWXv1qpioKUud6MdsEQaW5io { display:block; }
 }@media only screen and (max-width: 763px) { #ubW7BxMcqTHRxl5b6UItcoPPMAZPRarM { width:12.4995rem;height:3.75rem;top:43rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdT2FQVxErAwscPBc3nhBMATaDX70SJ { display:flex;width:1.0620125rem;height:1.0620125rem;top:44.34326171875rem;left:13.7490234375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #TJinCBdW5WnE50i3BpbTGgVcwQnyfo2v { width:16.2495rem;height:16.2495rem;top:1.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwrUy7Vyw9cfAlmIeiNIe5eJXq5q1lIo { width:17.4375rem;height:12.875rem;top:3.6223945617676rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMolbJK21mhCU0vBQvWBp8T0qstBCND { display:block; }#cWMolbJK21mhCU0vBQvWBp8T0qstBCND > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaSkqoF4mn7DP6BhWeRhPcQTLCcMngcZ { width:19.9986875rem;height:23.61328125rem;top:2.1575527191162rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL { display:block; }#ohcOPQmPSeIm8licHSAiU3iwf8dqFmIL > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWLTlTM2nAQCSrkiIzvdUhQTgUZqplpE { width:19.9995rem;height:10.478rem;top:5.5599060058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0s8GHORS21TipQcqyVqXnPGEKWJqOfD { width:20rem;height:10.5205rem;top:16.098968505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RNGfAZIlqynvnAyttLKRdRhQC9NsDz { width:20rem;height:3.5625rem;top:26.680999755859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt87QTIMGQZ6mQTBI7kxlsaGA6WqTOPt { width:19.9995rem;height:3rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz { display:block; }#sDOekyqr7A4n9UwdOQnDTLFH4XTrS5qz > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9dszDApq2Ou8F8MtICCHFrXIrb4wOKr { width:19.9995rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bC9lOGiHAgT3NsInuPdAG040andZT5OC { width:3.3125rem;height:3rem;top:3.6862182617188rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y1JvFhw1ntT3FiCSLTpNKpOMO2tywEEP { width:16.1861875rem;height:2.11198125rem;top:4.12890625rem;left:3.25rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bqiNQhnHkywBvB32I1HA2HBraUNq2VPU { width:14.875rem;height:2.11198125rem;top:7.1263427734375rem;left:4.5rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XkTgrHm87Rsm37HtvfJxSiw7glX8l4AM { width:3.25rem;height:3rem;top:6.6849365234375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1MsI81JbzkJP9wFK5X5hK1FsZG17UVo { width:4.5rem;height:3rem;top:10.513061523438rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMvRggrpGPwGpBvZAzyaDIKAZJr1KyOK { width:15.0625rem;height:2.11198125rem;top:10.95703125rem;left:4.3125rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Z42kydBMTwT84rahUroIyd91beV7hhrA { width:19.997375rem;height:4.19791875rem;top:24.230447769165rem;left:0rem;font-size:1.5rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu8zoaN0KtAJ2XKlVnu1ptoXR3CUUDdm { width:16.1861875rem;height:2.11198125rem;top:14.72265625rem;left:3.25rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VUyB3eKm8zwyZrMT7u1645N09C0mW7OX { width:5.75rem;height:3rem;top:14.278686523438rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxw299Bv9nNTt7HTy7wwNeFTx2P5ZFdq { width:3.0625rem;height:3rem;top:18.1875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OI97vmiH4SIBAPCHEPvuURSwzbgROeym { width:16.1861875rem;height:2.11198125rem;top:18.630249023438rem;left:3.1888022422791rem;font-size:1.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l { display:block; }#eq1rVaoVizi9T9vnfnDN5hcHs7QD1x9l > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtzNXCXv5b4fBCsttiwbUL1nwvG3m176 { width:20rem;height:11.75rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEgWMxSkMevbxhhftU2wADWd0hXW0R8 { width:17.3115rem;height:17.3115rem;top:2.32470703125rem;left:1.341796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-text {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-select {padding-top: 0; padding-bottom: 0;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-input-button { width:10.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD  { width:17.499rem;height:26.4785rem;top:33.72314453125rem;left:0rem; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD {display:block;}#oEriqITkaMnQEfDs0qUeXkMfzBXJAABD { width:17.499rem;height:26.4785rem;top:33.72314453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #FMtP6TREEVsCLDxMbUaPsvTh7W2t4ZUt {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aagOGOXGrT2PLNwpFb3xID0CJiSlf2ZG { display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tA5yTrBNfkK9TqZwn6K3aAXJNkZToJ4Z {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #tkL7kCDmOmyhkm1xi0JFHMQ3XSwaq8An {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #cN8X2OIWHxTAvGkUW9MOP0bHTaAGgL62 { display:block; }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Rn1JOHDXgSOmFxaXTH0NfsOfViRRrNmP {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #vkzgneOmSe8amJvbHFHuyH6FKC2WOHT3 {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #ixxs28x1Pb9gpmnu7Tz8qqJg6f9thtEe {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #CGDKXXEtI6qdOVINgsOKT4K3foQ96Nzo {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #M1e6M1iL8V4gs41GbG03MGhNMdpR4COz {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #aUr9cgEDrLJiDOd6mmD1ZNC74ZRaL5PA {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #PTmGCbOpm1Hcap1oBxItRdC1lD0HdVzR {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #Wym69lxRTHTUd9wxgKybXDIwcDLHbTEv {  }
 }@media only screen and (max-width: 763px) { #oEriqITkaMnQEfDs0qUeXkMfzBXJAABD #IM8KxN98zzn2mwDsrTd2N48IUvbhDwPc {  }
 }@media only screen and (max-width: 763px) { #nsodbWeHmnG7QdETX3G94Gd25m5nTPOQ { width:18.9375rem;height:5.09765625rem;top:26.5615234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPIrHu2ig4o6cXA7CeZpZTdW5vw7Lcg7 { width:19.125rem;height:3.6254875rem;top:21.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA { display:block; }#NXxR9ung21DnXgx0PveoWRCIJ3rOKSGA > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTHExf9dL25cJs93vRL2KfRLflIpJmry { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 { width:1.5625rem;height:1.5625rem;top:1.875rem;left:8.8125rem;display:block; }
#SAd5CtKywFcIO9kT0eAQKpPpoLZByoc0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OfsyVxLudWVxSRtyseq4a7Ow633ccsTL { width:1.5625rem;height:1.5625rem;top:1.875rem;left:13.1875rem;font-size:1.125rem;display:block; }
#OfsyVxLudWVxSRtyseq4a7Ow633ccsTL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV { width:1.5625rem;height:1.5625rem;top:1.875rem;left:11rem;font-size:1.125rem;display:block; }
#T71F2eJ35WQZf7NFcBiB5AQIuc26ldEV > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU { width:1.5625rem;height:1.5625rem;top:1.9375rem;left:6.4375rem;display:block; }
#zkgFFysEUoUKCbnVBhTPdOkttVPxuUPU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }