.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:187,175,249;--color-primary-1:122,98,243;--color-primary-2:92,74,182;--color-primary-3:61,49,121;--color-primary-4:31,24,61;--color-secondary-0:198,195,209;--color-secondary-1:151,149,164;--color-secondary-2:105,102,118;--color-secondary-3:56,53,72;--color-secondary-4:28,27,36;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { background-color: transparent; background-image: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container > .video-iframe-container { display: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container { display: none; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .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); }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { border-width: 0; border-radius: 0; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { font-size:0.875rem;font-family:comfortaa;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.0737847089768rem;left:28.937501907349rem;height:1.9125rem;font-style:normal;display:block; }
#OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.625rem;top:0rem;left:2.375rem;overflow:hidden;display:block; }
#TR45wXFx67TDDfG17fdK8TfyiaACUh9a { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { background-color: transparent; background-image: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { display: none; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .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); }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { border-width: 0; border-radius: 0; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { font-size:0.875rem;font-family:comfortaa;height:14.75rem;width:75rem;overflow:visible;position:relative;display:block; }#pvUIshKtevDcDSa7c68bTFiqynIfuP61 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.6781558990479rem;left:60.695838928222rem;display:block; }
#T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:6.1875314712524rem;left:68.629173278806rem;display:block; }
#DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.3671875rem;left:59.743059158325rem;display:block; }
#u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11rem;left:60.180559158325rem;display:block; }
#fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTbBnvtwy6yx1KbFz7nLz7bEEZFlRTaC { 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:15009;opacity:1;top:0.55381965637207rem;left:69.62500190735rem; }
#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { background-color: transparent; background-image: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { display: none; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .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); }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { border-width: 0; border-radius: 0; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { font-size:0.875rem;font-family:comfortaa;height:36.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:13.94925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:20.75rem;left:0rem;height:3.4rem;display:block; }
#i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10rem;width:32.5rem;top:3.75rem;left:39.375rem;display:block; }
#kXUT1TIpi8942xa0kHnNUicofSiVQn7D { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.125rem;width:38.0625rem;top:7.6562504768369rem;left:32.680555343628rem;overflow:hidden;display:block; }
#Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:35.5625rem;display:block; }
#yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:37.9375rem;display:block; }
#FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.6875rem;display:block; }
#kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.3125rem;display:block; }
#vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.1875rem;left:63.5625rem;display:block; }
#gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.1875rem;left:65.9375rem;display:block; }
#xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.1875rem;left:68.3125rem;display:block; }
#ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:5.1875rem;left:70.6875rem;display:block; }
#WxQA2Jltpt8A6KIJ1zdTL74HC7T8ywPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0rem;left:70.055559158325rem;display:none; }
#FXHL47I9VCAsUEL8J3ZI8klf4Abn2SdD { z-index:15003;top:27.031249284744rem;left:5.5069446563721rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vfp0UqZaWRkBnKwS63I55atfT2kyLT67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container { background-color: transparent; background-image: none; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container > .video-iframe-container { display: none; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row > .video-iframe-container { display: none; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .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); }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container { border-width: 0; border-radius: 0; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container { font-size:0.875rem;font-family:comfortaa;height:46.6875rem;width:75rem;position:relative;display:block; }#nyQ0qpp7895sZWdSBHlcVeVpW56VbkTd { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.9374980926512rem;left:40.000001907349rem;height:7.6484375rem;display:block; }
#SftiPy8ldvk5NsZ7TeMW4RS8JvfmtI6J { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:4.4479141235351rem;left:40.000001907349rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cRGtiI7UHeT4Ki5FgridBTJ5yLSJ1BET { color:rgba(var(--color-primary-1),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:2.7499980926514rem;left:40.000001907349rem;height:1.7rem;font-style:normal;display:block; }
#PesmvATBrnRSOO08emtQpzomi6M9LLpc { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#KarrVbwxO2TvSqdN8wt0IgzeIFi1xPof { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#ufK3PFiblVPRDWTtOWyq2cRWlvQFniXv { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#vf2JOpI6kePAGgZiBybZL54XpQmeaqrV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#wpkxDykppookDzEdTJlCsXg3dZhM8HSP { box-sizing:content-box;height:7rem;width:22.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9375rem;left:2.125rem;display:block; }
#CCZhtN4oZ0XEFBpd6sFnNaZAValoxfzl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.0625rem;left:4.125rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#UCRrZIqiQ759MiMrRO5rriT29gHIwoND { box-sizing:content-box;height:9.25rem;width:22.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.3125rem;left:13.625rem;display:block; }
#HTxAXWFofi5oEtOhZnHZNfCPJXz1yISb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:13.318577289581rem;left:15.59375rem;height:6.17448125rem;text-align:center;text-align-last:center;display:block; }
#iVpGNwGflIR3PHQwoBtwKcS7kvL9Ihya { box-sizing:content-box;height:9.4375rem;width:22.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:37.5rem;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.625rem;left:2.125rem;display:block; }
#V4mptFLppw0GQQh8MVTDidCT90bODueK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:24.75rem;left:4.125rem;height:6.17448125rem;text-align:center;text-align-last:center;display:block; }
#A9aQHG6eNIaQzDrkRrlTaRDumHu9kkI3 { box-sizing:content-box;height:8.125rem;width:22.625rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:0rem;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5rem;left:13.625rem;display:block; }
#XMNkgWlDTGUDu8UCxxJ9IKg1lLRJR53q { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:36.5rem;left:15.625rem;height:4.6308625rem;text-align:center;text-align-last:center;display:block; }
#e1Pk9p0i5KL8CWWyKpwnarDZNAm3BZ6H { color:rgba(var(--color-tertiary-0),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15036;line-height:3;letter-spacing:0;top:20.5625rem;left:44.8125rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#T7gINa4T88GivK42UG6Q53LtzCzSwJH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.555555552244rem;left:41.618055343628rem; }
#SaH7Fb9qGQpfl2KlwNf4ywIR6Z1ah3yh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:25.305555552244rem;left:41.524305343628rem; }
#NtxNSs6wD5RKT9uTfADs703CkvdbKoHW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:29.118055552244rem;left:41.461805343628rem; }
#ZKmxK4eNyQcEBpvi4MFxksr4GWAUHN1r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:33.118055552244rem;left:41.305555343628rem; }
#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { background-color: transparent; background-image: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { display: none; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { border-width: 0; border-radius: 0; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { font-size:0.875rem;font-family:comfortaa;height:64.0625rem;width:75rem;position:relative;display:block; }#CNiFOk8peIQzZNGyNItAU83RHZF374xf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/eGGFZ5X2LnA/unsplash/igor-omilaev-eGGFZ5X2LnA-photo-1697577418970-95d99b5a55cf.jpg");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;height:17.1875rem;width:21.25rem;top:16.25rem;left:30.0625rem;display:block; }#CNiFOk8peIQzZNGyNItAU83RHZF374xf.adaptive-delivery-prevent-bg, #CNiFOk8peIQzZNGyNItAU83RHZF374xf.lazyload, #CNiFOk8peIQzZNGyNItAU83RHZF374xf.lazyloading { background-image: none; }
#bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:16.849826812744rem;left:31.180555343628rem;height:5.09895625rem;font-style:normal;display:block; }
#pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { color:rgba(var(--color-tertiary-1),1);display:block;width:19.625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:21.94704914093rem;left:30.875001907349rem;height:10.19925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { color:rgba(var(--color-primary-1),1);display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/tBvF46kmwBw/unsplash/luke-jones-tBvF46kmwBw-photo-1727434032773-af3cd98375ba.jpg");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;height:17.1875rem;width:21.25rem;top:35.937500953674rem;left:30.062501907349rem;display:block; }#RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9.adaptive-delivery-prevent-bg, #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9.lazyload, #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9.lazyloading { background-image: none; }
#y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { color:rgba(var(--color-tertiary-1),1);display:block;width:19.0625rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:41.635418891907rem;left:31.180555343628rem;height:10.19925rem;font-style:normal;display:block; }
#iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:36.537327766419rem;left:31.180555343628rem;height:5.09895625rem;font-style:normal;display:block; }
#x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xuTJZ7uD7PI/unsplash/conny-schneider-xuTJZ7uD7PI-photo-1644088379091-d574269d422f.jpg");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;height:17.1875rem;width:21.25rem;top:35.9375rem;left:53.75rem;display:block; }#x4QT15h126vThv2Fhi7WN3RK6sQXdvXA.adaptive-delivery-prevent-bg, #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA.lazyload, #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA.lazyloading { background-image: none; }
#GpONhk4vwULRGdqruNeIhb0Vm4PussEI { color:rgba(var(--color-tertiary-1),1);display:block;width:19.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:41.635418891907rem;left:54.750001907349rem;height:8.499375rem;font-style:normal;display:block; }
#JywGHRFXlRLINiXqS475ihkV4UXwZPdA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:36.537327766419rem;left:54.750001907349rem;height:5.0989625rem;font-style:normal;display:block; }
#QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6UDansS-rPI/unsplash/julien-tromeur-6UDansS-rPI-photo-1666597107756-ef489e9f1f09.jpg");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;height:17.1875rem;width:21.25rem;top:16.25rem;left:53.75rem;display:block; }#QXuTD2ppnE5JvrANCpy4uvZ854iS1LST.adaptive-delivery-prevent-bg, #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST.lazyload, #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST.lazyloading { background-image: none; }
#vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:21.94704914093rem;left:54.750001907349rem;height:10.19925rem;font-style:normal;display:block; }
#f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:16.849826812744rem;left:54.750001907349rem;height:5.0989625rem;font-style:normal;display:block; }
#NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:25.25rem;left:0rem;height:5.736325rem;display:block; }
#eZ8nz1cc182OrkSTiXoHeo4IUT0pzmRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:36.8125rem;width:36.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:24.111979007721rem;left:3rem; }
#IlZwknQDb9XWekFurQUUe91lMnuSwE8u { box-sizing:content-box;height:15.875rem;width:19.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.849826812744rem;left:30.598117890948rem;display:block; }
#zswdhA2zN6zxezw1UQJMWq7tVSPy9np3 { box-sizing:content-box;height:15.875rem;width:19.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.593750953674rem;left:30.718751907349rem;display:block; }
#VDx5qGT4pNE1TTvycOk4parkAQ1N8Gnz { box-sizing:content-box;height:15.875rem;width:19.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.593750953674rem;left:54.406251907349rem;display:block; }
#DUNpM4rCLofp9NlWLGDfktllgAbuxXEs { box-sizing:content-box;height:15.875rem;width:19.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.906250476837rem;left:54.406251907349rem;display:block; }
#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container { background-color: transparent; background-image: none; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container > .video-iframe-container { display: none; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row > .video-iframe-container { display: none; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .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); }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container { border-width: 0; border-radius: 0; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container { font-size:0.875rem;font-family:comfortaa;height:56.25rem;width:75rem;position:relative;display:block; }#IlSHG38nMHhd67kacfRogEDfrlNtPV4f { color:rgba(var(--color-primary-1),1);display:block;width:29.375rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:19.375rem;left:4.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:7.3489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:37.5rem;top:0rem;left:0rem;display:block; }#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.adaptive-delivery-prevent-bg, #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.lazyload, #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i.lazyloading { background-image: none; }
#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:29.562501907349rem;left:4.0625rem;height:5.736325rem;display:block; }
#tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.26171875rem;left:40rem; }
#teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:18.94921875rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#vB4JrPmnm6DrOWNRKOUcITbww6sp2OlA { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:22.26171875rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#y8sCFE8PQL0MlyOyk10ygShfu8HKottT { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:35.875rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#ox5gi10bmTfnrA8ILoR4glCElixcTxQV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:29.5625rem;left:40rem; }
#cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:32.25rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#aBclG5a8Z91T39CdBBKiv8lHUaETghc0 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:37.5rem;top:42.6875rem;left:37.500001907349rem;display:block; }
#aG9ZevfeLexGzJqFxhqfohZ1cfkIuH3n { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:49.7998046875rem;left:40rem;height:3.4rem;font-style:normal;display:block; }
#ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:44.5625rem;left:40rem; }
#PHTzSXEkC78ULCDzQ7zEndUkTO1CduTG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:47.25rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#OyiELCBfOz2ekHCBOJym48l3MwTdIEya { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:37.5rem;top:29.305555343628rem;left:37.500001907349rem;display:block; }
#ncUbxUhuzVTRk2NbBIUIrBUkbU0UN4ay { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:37.5rem;top:1rem;left:37.5rem;display:block; }
#RvAtr6qATPeVlTLx5zZQnDgBQ2WHyayv { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:37.5rem;top:14.75rem;left:37.5rem;display:block; }
#aFvCH7iT4GfUF88ZTobQMx9mMO3w5mgs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.875rem;left:40rem; }
#xBZfx4s9Nc2suHau73gXLR6eQF4IX0Ol { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:4.755859375rem;left:40rem;height:2.55rem;font-style:normal;display:block; }
#WoRrRhbz9B6Z65MkKQyMrkPCftfPoLfh { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:7.3056640625rem;left:40rem;height:5.0996125rem;font-style:normal;display:block; }
#xHZHl6VluxHwkSIFdVTJBOceTo91Qz34 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:43.875rem;left:4.0625rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S8D9y2gMkTzm4z58HmQ1L2KHrIrWATvI { z-index:15004;top:48.8427734375rem;left:8.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kkq8hlGh5KO3G18Vrv9CrXREPRQOqUUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container { background-color: transparent; background-image: none; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container > .video-iframe-container { display: none; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row > .video-iframe-container { display: none; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .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); }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container { border-width: 0; border-radius: 0; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU.adaptive-delivery-prevent-bg, #I85c8GXIn3GzV9naTZV7n8nSPKJRenLU.lazyload, #I85c8GXIn3GzV9naTZV7n8nSPKJRenLU.lazyloading { background-image: none; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container { background-color: transparent; background-image: none; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container > .video-iframe-container { display: none; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row > .video-iframe-container { display: none; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .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); }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container { border-width: 0; border-radius: 0; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container { font-size:0.875rem;font-family:comfortaa;height:55.25rem;width:75rem;position:relative;display:block; }#Qdy9sDP5hPUb1J5B3gDbEbG2uLfvk0bm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.6875rem;width:45.6875rem;top:3.1875rem;left:14.65625rem;display:block; }
#UeG0gdD0Daq8I1Iu7PRhP1QcyJbZh4wN { color:rgba(var(--color-tertiary-1),1);display:block;width:24.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:20.6748046875rem;left:25.34375rem;height:18.69859375rem;text-align:center;text-align-last:center;display:block; }
#oJoSZLffwn4crEMzRNtgp4hJPBbOP44S { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.8125rem;left:29.875rem;display:block; }
#x5yUmp6aqrMCJ8DR1FtCBgDeHwW9zxZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpPyH6SKgFiNRpPd7WTpeBihgrMmdUJk { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:3.1875rem;left:17.0625rem;display:block; }
#LRAw1D0l5tIl7bOLI6T0Gw6oc9Tsap9T { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:3.1875rem;left:19.8125rem;display:block; }
#J4S6p8lrBua9wTvut6SBeHBbA0DpazlX { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:3.1875rem;left:22.75rem;display:block; }
#LRt5F1uJ11sS3qEMqKgN9mmo57U3bbzs { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:3.1875rem;left:25.5625rem;display:block; }
#GIJfB3NqA0GQ3OhxrGkhL8zFaCmCIm1G { color:rgba(var(--color-primary-1),1);display:block;width:45.3125rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:13.375rem;left:14.875rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdxLnoP2A947zXSTpFsMC8nvLMxopqWm { color:rgba(var(--color-tertiary-0),1);display:block;width:45.875rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:15.75rem;left:14.6875rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QfoG54WUX9h5ZvWxSa1H8q4b5dUBOcOx { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:42.5625rem;left:55.375rem;display:block; }
#UWsrfN0GAXkTTZcz58Tc5N4J9fQvclAU { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:42.5625rem;left:58.1875rem;display:block; }
#r41TMUalvmEwLNp29WUq0FbX8v6glVw7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:42.5625rem;left:49.6875rem;display:block; }
#TG3p5TIBG6Z4T2zkvi48abFKk8sddhMR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:42.5625rem;left:52.4375rem;display:block; }
#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container { background-color: transparent; background-image: none; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container > .video-iframe-container { display: none; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row > .video-iframe-container { display: none; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .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); }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container { border-width: 0; border-radius: 0; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container { font-size:0.875rem;font-family:comfortaa;height:65.4375rem;width:75rem;position:relative;display:block; }#n3SpV2OarOqSc6XBuetCDeu0mCEU41up { color:rgba(var(--color-primary-1),1);display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:7.75rem;left:41.25rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8wpNooBoO7cWnFf6dsEurEgUuL9hoNC { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.375rem;left:41.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hLQ3l8T23MIcfb5yGIVRENiGHzADcTfP { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:72rem;display:block; }
#sc4F6FKawJlmUVrBiM65vMm4z7RsWJpm { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:67.25rem;display:block; }
#LmVXTLiOZH1ZUE1pKtXPnoPXMyUzkUTV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69.625rem;display:block; }
#Ckg3pPvXDSfht6Xt79KuriA3773v3JE0 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.875rem;display:block; }
#STf3UEBB9E9lbfwokMa1nG2Cam8bGRJs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.25rem;width:34.6875rem;top:6.59375rem;left:2.875rem;overflow:hidden;display:block; }
#CTtH1UDsEf46KfXzhEBsdle6FC9p8dsK { z-index:15005;top:20.857291817665rem;left:44.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:6.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uXhSv8Z0ecZEy32EEOy2RfeZmLKSvNVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-form-header {  }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;color:#ffffff;width:28.25rem;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;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:28.25rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-textarea { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:28.25rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:28.25rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .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; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#111335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#f2f9ff;width:28.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(0,0,0,0.5) ; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.75rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .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:"open sans";line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .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; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .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:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.5; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-container:first-of-type{padding-top:0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-container:last-of-type{padding-bottom:0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m  { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -moz-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -ms-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -o-linear-gradient(216deg, #c697ff, #1d1f49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c697ff', endColorstr='#1d1f49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c697ff', endColorstr='#1d1f49' );";background-image: linear-gradient(216deg, #c697ff, #1d1f49);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.791666507721rem;top:31.559246063233rem;z-index:15026;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.25rem; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m {display:block;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -moz-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -ms-linear-gradient(216deg, #c697ff, #1d1f49);background-image: -o-linear-gradient(216deg, #c697ff, #1d1f49);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c697ff', endColorstr='#1d1f49' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c697ff', endColorstr='#1d1f49' );";background-image: linear-gradient(216deg, #c697ff, #1d1f49);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.791666507721rem;top:31.559246063233rem;z-index:15026;position:absolute;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #pK3UhthACUwgzI3Ksnnsw0b1RQLJH0iK { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #wXv43zmT40KDOz02Uy8Wlz4RlJTHyyAX { position:relative;display:block; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #alHZVIXVzLNVaQx4nglPRgmykbWoL3NG { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #r1FzE7sbx4Tr28dAc5G6tbE2HN0wPQng { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #IdiDCqU98doWrcRk5RKldblFpJAKk5uU { position:relative;display:block; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Vgt5uuRhV6lq8yCDspef4BG248nlcvkP { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #DHdwEb35ELo3oK7D6dgbnf6Tk3Fnnpz4 { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #GpoNlEPEBakdscfcb81lKVhTP90JreWP { position:relative;display:block; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #STiBEW6nS4owCMWTZDHvkSuxuwTfETN6 { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #ykDzTsqRx3h3lSpZciiVPdo0v3iDkoXn { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Tdq9P09hBIEiQyfAyeTOcFzJ2H21eMa8 { position:relative;display:block; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #lGtbdbvSrwWylAXMtn6iw4rhok3tCKOU { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #HiNiSqiFV7RM869hgbJAzSTF01Q05FRF { position:relative; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #xke2runXRIkzz3fyyKyFXXerzlscrisX { position:relative; }
#DemPeeexzSL485o0A8WX1E4nctmBN5Jq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/artificial-intelligence_1920x1080_1.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq.adaptive-delivery-prevent-bg, #DemPeeexzSL485o0A8WX1E4nctmBN5Jq.lazyload, #DemPeeexzSL485o0A8WX1E4nctmBN5Jq.lazyloading { background-image: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { background-color: transparent; background-image: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container > .video-iframe-container { display: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.8); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container { display: none; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .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); }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { border-width: 0; border-radius: 0; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { font-size:0.875rem;font-family:comfortaa;height:50.8125rem;width:75rem;position:relative;display:block; }#CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:comfortaa;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5rem;left:0rem;height:3.15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#D7C8ZxWPJmG9OzxP1P3rwtdTGTwncL5d { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:65.5rem;display:block; }
#VKN6Sb41BkVDf0n25xT9KQuBXtFZwhQI { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0)', endColorstr='rgba(var(--color-secondary-4),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0), rgba(var(--color-secondary-4),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:70.25rem;display:block; }
#AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:72.625rem;display:block; }
#uTZkN4yudITP7ZeUxWirTvklrzrEgArb { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:0.5rem;top:0rem;left:67.875rem;display:block; }
#f7yq5cA3ZeFXz9zkCqBWp6HADaqcqFCR { color:rgba(var(--color-primary-4),1);display:block;width:33.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:5.8666687011719rem;left:0.56979179382324rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-element-container { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-4),1); }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1); }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-trigger.adaptive-delivery-prevent-bg, #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-trigger.lazyload, #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-trigger.lazyloading { background-image: none; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD { box-sizing:content-box;height:auto;width:69.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:18.648959159851rem;left:1.5625rem;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #w9v5dJGLcDSeTRgCvq6osaV3is7xL3xx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gSmxoFptGQiqeDObAqUewKGklATg54OR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #G6vsLuFirAnVhOob4vsE5uImUycTnPAS { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PgbLE9am4AUPKh0VQgnz62yXvDVtZUNk {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #lJTWrF23OnHyFh8JhVCwSnVyndSShOJk {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yETVA0EN5lqZLTR6UbJOcNeObHBnDeoK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dxVBq37E1ksbUmWQH8dzZNtBo5EQnc98 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HvFsD1BAU0p6iFLp4AMIo9BZm5RoWRB7 { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Gw4H5dVrmAOSW3qgri8Icl5MUpJs3PdC {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #eHp9Ry5weNcFqMQoBww347LX01XK3gm6 { display:none; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HpahCFGC5c3QMKwEouKdzDux1piTLhzT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yiGMH827VsqQZIKol0W5y5TUHyGSFMRA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nisLP2Q5NhahMtCshhzs3DksRpiEx9Gh { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nqM59UBHVcS1maM9U4938behmzb1g9CF {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PT2hPh7qkRVthvSRxNzG3Xi6ApTzOVg4 { display:none; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wi0ccghQlWp5STn5iTOxMLtypHfc3bw9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dv12LuZIUo29SZIfmI6ya1RMfZaA1cCh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wd2FFrFcSTcHA7QQuJJBGglQgZWtO9bq { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #xhEEdKilVxqOKAMp38MGi2oCfef7zq13 {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #c8p6pJdWWFySROIf12efAaDsJ8CJS0xZ { display:none; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #ybimRCxzFeWqw0llMmTVWAxrElHCLF5E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #haEgTvVziLAOXkcfw7XymX8diIExEtZN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gGfwcFi0aDeWB28o9Ry4sMknVn4zmaRZ { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #FZdsEfI6XOQtT7E6CmLKlep1lB4tWL1s {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #DW557PuJr9tesk8FMqac0g3hB8A6fkns { display:none; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #SVJPEet79IwIyuu0Sl2vHREDVf7RVuup { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #fMd2gXqmHfggHUVLVHaK1TK3DPUFGDBa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #cTFt30TlR2Uhv4wtU5O6W8Na4Xld2dy3 { display:block;position:relative; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #AMWsBqHsBTnr6PFg1CQnuX5BvEzmHZDg {  }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PBZHNcWNJ7iu59zr7gTdGHyd7ueOFL8K { display:none; }
#RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:45.625rem;left:63.1875rem;display:block; }
#NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:45.625rem;left:65.5625rem;display:block; }
#hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:45.625rem;left:67.9375rem;display:block; }
#f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:0.5rem;top:45.625rem;left:70.3125rem;display:block; }
#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { background-color: transparent; background-image: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { display: none; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { border-width: 0; border-radius: 0; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { font-size:0.875rem;font-family:comfortaa;height:22.3125rem;width:75rem;position:relative;display:block; }#fKCCgTNog93mL1m4LMogvZixo81U1qaA { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:16.298958301544rem;left:6.1875rem;height:1.7rem;display:block; }
#bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.5rem;left:1.5625rem; }
#dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:5.3125rem;left:1.5625rem;height:2.54948125rem;font-style:normal;display:block; }
#TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:3.3125rem;left:3.8125rem;height:1.9125rem;font-style:normal;display:block; }
#qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.75rem;left:1.5625rem;height:;font-style:normal;display:block; }
#BaVobLqLXt1suwKPl778dUCPrxyqRSgE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.9375rem;left:1.5625rem; }
#DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:9.75rem;left:3.8125rem;height:1.9125rem;font-style:normal;display:block; }
#TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { position:absolute;display:block;z-index:15047;border-top:0.625rem solid rgba(var(--color-primary-3),1);border-left:0.625rem solid rgba(var(--color-primary-3),1);border-right:0.625rem solid rgba(var(--color-primary-3),1);border-bottom:0.625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:15.25rem;top:4.94166625rem;left:42.083174444326rem;overflow:hidden;display:block; }
#fseskmuV8MrNtIGRTZxPIUelwFEu2UBv { box-sizing:content-box;height:6.3125rem;width:14.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.625rem;left:37.125rem;display:block; }
#RRf7ZtnFMT9S47T3bJdAVm2yUJE04n11 { box-sizing:content-box;height:8.0625rem;width:15.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:48.1875rem;display:block; }
#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo { 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; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container { background-color: transparent; background-image: none; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container > .video-iframe-container { display: none; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row > .video-iframe-container { display: none; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .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); }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container { border-width: 0; border-radius: 0; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container { font-size:0.875rem;font-family:comfortaa;height:10rem;width:75rem;position:relative;display:block; }#ni81x55RbCntOZaVwyf5aiARglQUPesA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.8125rem;left:23.4375rem;display:block; }
#ogBfh10bf7MMdBQZ0QdqdLtfLkmT39K3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4b1q9cthRCQ9KoQ1aBDcgQDHkqqnXPR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.8125rem;left:32.8125rem;display:block; }
#WrvGeOZtnsCVRtZBkTQJ35OVV3UKmm6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNKHlbVPGmGWtivAbTou6eb71CmBy3QU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.8125rem;left:42.1875rem;display:block; }
#gvpL7aPFiqEy0EnFkfDqGi4xJHKrwytb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyPlxZTL63KIk4oSoMaPR1VfqnN4CCBF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.6875rem;left:0rem;height:1.48698125rem;text-align:center;text-align-last:center;display:block; }
#DMy9KwJHXNBJXBmX9NMcacvlPwQw2FM7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.0625rem;top:0rem;left:29.166666507721rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { display:block; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { top:1.0625rem;left:15.312501907349rem;width:30rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:13.625rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #eTbBnvtwy6yx1KbFz7nLz7bEEZFlRTaC { top:0.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { top:4.375rem;left:0rem;width:33.75rem;height:13.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { top:20.75rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { width:32.5rem;height:10rem;top:3.75rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { top:7.625rem;left:9.6875rem;width:38.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:0rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:0rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { width:0.5rem;height:31.25rem;top:5.1875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { width:0.5rem;height:31.25rem;top:5.1875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { width:0.5rem;height:31.25rem;top:5.1875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { width:0.5rem;height:31.25rem;top:5.1875rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQA2Jltpt8A6KIJ1zdTL74HC7T8ywPv { top:0rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXHL47I9VCAsUEL8J3ZI8klf4Abn2SdD { top:27rem;left:0rem;width:18.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfp0UqZaWRkBnKwS63I55atfT2kyLT67 { display:block; }
 }@media only screen and (max-width: 763px) { #SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh { display:block; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyQ0qpp7895sZWdSBHlcVeVpW56VbkTd { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SftiPy8ldvk5NsZ7TeMW4RS8JvfmtI6J { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRGtiI7UHeT4Ki5FgridBTJ5yLSJ1BET { top:2.6875rem;left:15.25rem;width:32.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesmvATBrnRSOO08emtQpzomi6M9LLpc { width:0.5rem;height:31.25rem;top:0rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KarrVbwxO2TvSqdN8wt0IgzeIFi1xPof { width:0.5rem;height:31.25rem;top:0rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufK3PFiblVPRDWTtOWyq2cRWlvQFniXv { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf2JOpI6kePAGgZiBybZL54XpQmeaqrV { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpkxDykppookDzEdTJlCsXg3dZhM8HSP { top:1.9375rem;left:0rem;width:22.625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCZhtN4oZ0XEFBpd6sFnNaZAValoxfzl { top:4.0625rem;left:0rem;width:18.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRrZIqiQ759MiMrRO5rriT29gHIwoND { top:11.3125rem;left:1.25rem;width:22.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxAXWFofi5oEtOhZnHZNfCPJXz1yISb { top:13.3125rem;left:5.1875rem;width:18.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVpGNwGflIR3PHQwoBtwKcS7kvL9Ihya { top:22.625rem;left:0rem;width:22.625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mptFLppw0GQQh8MVTDidCT90bODueK { top:24.75rem;left:0rem;width:18.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9aQHG6eNIaQzDrkRrlTaRDumHu9kkI3 { top:34.5rem;left:1.25rem;width:22.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMNkgWlDTGUDu8UCxxJ9IKg1lLRJR53q { top:36.5rem;left:5.1875rem;width:18.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Pk9p0i5KL8CWWyKpwnarDZNAm3BZ6H { top:20.5625rem;left:24.375rem;width:22.875rem;height:15.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gINa4T88GivK42UG6Q53LtzCzSwJH2 { top:21.5rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaH7Fb9qGQpfl2KlwNf4ywIR6Z1ah3yh { top:25.25rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxNSs6wD5RKT9uTfADs703CkvdbKoHW { top:29.0625rem;left:23.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKmxK4eNyQcEBpvi4MFxksr4GWAUHN1r { top:33.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:21.25rem;height:17.1875rem;top:16.25rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { top:18.0625rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:21.25rem;height:17.1875rem;top:35.9375rem;left:16.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:21.25rem;height:17.1875rem;top:35.9375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:21.25rem;height:17.1875rem;top:16.25rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8nz1cc182OrkSTiXoHeo4IUT0pzmRt { top:24.0625rem;left:0rem;width:36.8125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZwknQDb9XWekFurQUUe91lMnuSwE8u { top:16.8125rem;left:16.973117890948rem;width:19.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zswdhA2zN6zxezw1UQJMWq7tVSPy9np3 { top:36.5625rem;left:17.093751907349rem;width:19.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDx5qGT4pNE1TTvycOk4parkAQ1N8Gnz { top:36.5625rem;left:27.8125rem;width:19.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNpM4rCLofp9NlWLGDfktllgAbuxXEs { top:16.875rem;left:27.8125rem;width:19.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd { display:block; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlSHG38nMHhd67kacfRogEDfrlNtPV4f { top:19.375rem;left:0rem;width:29.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { width:37.5rem;height:56.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { top:29.5625rem;left:0rem;width:29.375rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { top:16.25rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB4JrPmnm6DrOWNRKOUcITbww6sp2OlA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8sCFE8PQL0MlyOyk10ygShfu8HKottT { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox5gi10bmTfnrA8ILoR4glCElixcTxQV { top:29.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBclG5a8Z91T39CdBBKiv8lHUaETghc0 { width:37.5rem;height:13.4375rem;top:42.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG9ZevfeLexGzJqFxhqfohZ1cfkIuH3n { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { top:44.5625rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTzSXEkC78ULCDzQ7zEndUkTO1CduTG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyiELCBfOz2ekHCBOJym48l3MwTdIEya { width:37.5rem;height:13.4375rem;top:29.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncUbxUhuzVTRk2NbBIUIrBUkbU0UN4ay { width:37.5rem;height:13.4375rem;top:1rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvAtr6qATPeVlTLx5zZQnDgBQ2WHyayv { width:37.5rem;height:13.4375rem;top:14.75rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvCH7iT4GfUF88ZTobQMx9mMO3w5mgs { top:1.875rem;left:26.375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBZfx4s9Nc2suHau73gXLR6eQF4IX0Ol { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRrRhbz9B6Z65MkKQyMrkPCftfPoLfh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZHl6VluxHwkSIFdVTJBOceTo91Qz34 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8D9y2gMkTzm4z58HmQ1L2KHrIrWATvI { top:48.8125rem;left:0rem;width:18.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkq8hlGh5KO3G18Vrv9CrXREPRQOqUUM { display:block; }
 }@media only screen and (max-width: 763px) { #Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW { display:block; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I85c8GXIn3GzV9naTZV7n8nSPKJRenLU { display:block; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qdy9sDP5hPUb1J5B3gDbEbG2uLfvk0bm { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeG0gdD0Daq8I1Iu7PRhP1QcyJbZh4wN { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJoSZLffwn4crEMzRNtgp4hJPBbOP44S { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yUmp6aqrMCJ8DR1FtCBgDeHwW9zxZL { display:block; }
 }@media only screen and (max-width: 763px) { #RpPyH6SKgFiNRpPd7WTpeBihgrMmdUJk { width:0.5rem;height:9.375rem;top:3.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRAw1D0l5tIl7bOLI6T0Gw6oc9Tsap9T { width:0.5rem;height:9.375rem;top:3.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4S6p8lrBua9wTvut6SBeHBbA0DpazlX { width:0.5rem;height:9.375rem;top:3.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRt5F1uJ11sS3qEMqKgN9mmo57U3bbzs { width:0.5rem;height:9.375rem;top:3.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIJfB3NqA0GQ3OhxrGkhL8zFaCmCIm1G { top:13.375rem;left:1.25rem;width:45.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdxLnoP2A947zXSTpFsMC8nvLMxopqWm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfoG54WUX9h5ZvWxSa1H8q4b5dUBOcOx { width:0.5rem;height:9.375rem;top:42.5625rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsrfN0GAXkTTZcz58Tc5N4J9fQvclAU { width:0.5rem;height:9.375rem;top:42.5625rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41TMUalvmEwLNp29WUq0FbX8v6glVw7 { width:0.5rem;height:9.375rem;top:42.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG3p5TIBG6Z4T2zkvi48abFKk8sddhMR { width:0.5rem;height:9.375rem;top:42.5625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 { display:block; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3SpV2OarOqSc6XBuetCDeu0mCEU41up { top:7.75rem;left:14rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wpNooBoO7cWnFf6dsEurEgUuL9hoNC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQ3l8T23MIcfb5yGIVRENiGHzADcTfP { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4F6FKawJlmUVrBiM65vMm4z7RsWJpm { width:0.5rem;height:11.25rem;top:0rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmVXTLiOZH1ZUE1pKtXPnoPXMyUzkUTV { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckg3pPvXDSfht6Xt79KuriA3773v3JE0 { width:0.5rem;height:11.25rem;top:0rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STf3UEBB9E9lbfwokMa1nG2Cam8bGRJs { top:6.5625rem;left:0rem;width:34.6875rem;height:52.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtH1UDsEf46KfXzhEBsdle6FC9p8dsK { top:20.8125rem;left:24.28125rem;width:21.875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhSv8Z0ecZEy32EEOy2RfeZmLKSvNVT { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-regular-label { display:block;width:28.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-textarea { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-button { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m  { width:28.25rem;height:21.5625rem;top:31.5rem;left:17rem; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .radio-container { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m {display:block;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m { width:28.25rem;height:21.5625rem;top:31.5rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #pK3UhthACUwgzI3Ksnnsw0b1RQLJH0iK {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #wXv43zmT40KDOz02Uy8Wlz4RlJTHyyAX { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #alHZVIXVzLNVaQx4nglPRgmykbWoL3NG {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #r1FzE7sbx4Tr28dAc5G6tbE2HN0wPQng {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #IdiDCqU98doWrcRk5RKldblFpJAKk5uU { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Vgt5uuRhV6lq8yCDspef4BG248nlcvkP {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #DHdwEb35ELo3oK7D6dgbnf6Tk3Fnnpz4 {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #GpoNlEPEBakdscfcb81lKVhTP90JreWP { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #STiBEW6nS4owCMWTZDHvkSuxuwTfETN6 {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #ykDzTsqRx3h3lSpZciiVPdo0v3iDkoXn {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Tdq9P09hBIEiQyfAyeTOcFzJ2H21eMa8 { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #lGtbdbvSrwWylAXMtn6iw4rhok3tCKOU {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #HiNiSqiFV7RM869hgbJAzSTF01Q05FRF {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #xke2runXRIkzz3fyyKyFXXerzlscrisX {  }
 }@media only screen and (max-width: 763px) { #DemPeeexzSL485o0A8WX1E4nctmBN5Jq { display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { top:11.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7C8ZxWPJmG9OzxP1P3rwtdTGTwncL5d { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKN6Sb41BkVDf0n25xT9KQuBXtFZwhQI { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZkN4yudITP7ZeUxWirTvklrzrEgArb { width:0.5rem;height:21.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yq5cA3ZeFXz9zkCqBWp6HADaqcqFCR { top:5.8125rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD { display:flex;height:auto;width:27.8125rem;top:22.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #w9v5dJGLcDSeTRgCvq6osaV3is7xL3xx {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gSmxoFptGQiqeDObAqUewKGklATg54OR {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #G6vsLuFirAnVhOob4vsE5uImUycTnPAS {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PgbLE9am4AUPKh0VQgnz62yXvDVtZUNk {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #lJTWrF23OnHyFh8JhVCwSnVyndSShOJk {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yETVA0EN5lqZLTR6UbJOcNeObHBnDeoK {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dxVBq37E1ksbUmWQH8dzZNtBo5EQnc98 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HvFsD1BAU0p6iFLp4AMIo9BZm5RoWRB7 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Gw4H5dVrmAOSW3qgri8Icl5MUpJs3PdC {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #eHp9Ry5weNcFqMQoBww347LX01XK3gm6 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HpahCFGC5c3QMKwEouKdzDux1piTLhzT {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yiGMH827VsqQZIKol0W5y5TUHyGSFMRA {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nisLP2Q5NhahMtCshhzs3DksRpiEx9Gh {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nqM59UBHVcS1maM9U4938behmzb1g9CF {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PT2hPh7qkRVthvSRxNzG3Xi6ApTzOVg4 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wi0ccghQlWp5STn5iTOxMLtypHfc3bw9 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dv12LuZIUo29SZIfmI6ya1RMfZaA1cCh {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wd2FFrFcSTcHA7QQuJJBGglQgZWtO9bq {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #xhEEdKilVxqOKAMp38MGi2oCfef7zq13 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #c8p6pJdWWFySROIf12efAaDsJ8CJS0xZ {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #ybimRCxzFeWqw0llMmTVWAxrElHCLF5E {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #haEgTvVziLAOXkcfw7XymX8diIExEtZN {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gGfwcFi0aDeWB28o9Ry4sMknVn4zmaRZ {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #FZdsEfI6XOQtT7E6CmLKlep1lB4tWL1s {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #DW557PuJr9tesk8FMqac0g3hB8A6fkns {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #SVJPEet79IwIyuu0Sl2vHREDVf7RVuup {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #fMd2gXqmHfggHUVLVHaK1TK3DPUFGDBa {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #cTFt30TlR2Uhv4wtU5O6W8Na4Xld2dy3 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #AMWsBqHsBTnr6PFg1CQnuX5BvEzmHZDg {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PBZHNcWNJ7iu59zr7gTdGHyd7ueOFL8K {  }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:45.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:45.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:45.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:45.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { top:16.25rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { width:1.5rem;height:1.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { width:1.5rem;height:1.5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { width:15.25rem;height:8.125rem;top:4.9375rem;left:28.458174444326rem;display:block; }
 }@media only screen and (max-width: 763px) { #fseskmuV8MrNtIGRTZxPIUelwFEu2UBv { top:2.625rem;left:23.5rem;width:14.6875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRf7ZtnFMT9S47T3bJdAVm2yUJE04n11 { top:8.3125rem;left:32.25rem;width:15.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo { display:block; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni81x55RbCntOZaVwyf5aiARglQUPesA { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBfh10bf7MMdBQZ0QdqdLtfLkmT39K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4b1q9cthRCQ9KoQ1aBDcgQDHkqqnXPR { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrvGeOZtnsCVRtZBkTQJ35OVV3UKmm6C { display:block; }
 }@media only screen and (max-width: 763px) { #sNKHlbVPGmGWtivAbTou6eb71CmBy3QU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvpL7aPFiqEy0EnFkfDqGi4xJHKrwytb { display:block; }
 }@media only screen and (max-width: 763px) { #TyPlxZTL63KIk4oSoMaPR1VfqnN4CCBF { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMy9KwJHXNBJXBmX9NMcacvlPwQw2FM7 { width:13.0625rem;height:4.375rem;top:0rem;left:15.541666507721rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #er6DOh6ekXN2KcfchSppmxl2s8UAgL2h { display:block; }#er6DOh6ekXN2KcfchSppmxl2s8UAgL2h > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI1fQ12tkm2yK497RF3cOKuhRepNCD1J { width:20rem;height:1.7rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvoMEGbKArw4RxOFa8bT55tTo3CMWD4R { width:4.1875rem;height:1.25rem;top:3.6250002384186rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR45wXFx67TDDfG17fdK8TfyiaACUh9a { display:block; }#TR45wXFx67TDDfG17fdK8TfyiaACUh9a > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvUIshKtevDcDSa7c68bTFiqynIfuP61 { width:13.125rem;height:3.75rem;top:12.035417556762rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ZKsDegoiTnnZIF5JPbu75KPDT8qBnv { display:block; }
 }@media only screen and (max-width: 763px) { #layx5fz6EGyAGdcGlnqtqa3yBRA7Ol4h { width:8.125rem;height:3.75rem;top:8.9145851135256rem;left:5.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrruT0P8rhH0py1FrzmhVWzheDiOq9lI { display:block; }
 }@media only screen and (max-width: 763px) { #PeKaeEVofrTOZTi5y8pBQfH4rw34MShm { width:13.625rem;height:3.75rem;top:15.718751907349rem;left:3.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1o0opd8t9foJHbKMJGSRLNZ6xl5p5CI { display:block; }
 }@media only screen and (max-width: 763px) { #PlEAS0wHHqUpOL9Lpf92ihsyVlTPqz5V { width:13.5625rem;height:3.75rem;top:19.468751907349rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw4puBiKP845IRSmvBUAmItOumemXEfc { display:block; }
 }@media only screen and (max-width: 763px) { #eTbBnvtwy6yx1KbFz7nLz7bEEZFlRTaC { display:flex;width:3.125rem;height:3.125rem;top:3.5625009536743rem;left:8.4375007748606rem; }
 }@media only screen and (max-width: 763px) { #uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 { display:block; }#uabZK7GgFX20wgyC6tXgKr0z2h4WsPd0 > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQcpUJTCwQCxfpdTXN2AorDUDlQCrpJw { width:20rem;height:9.45rem;top:3.6875rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTsXHBZwNgkPfSzFAG1tC8AROTMUgq1z { width:20rem;height:5.1rem;top:15.359375rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6ABUDtKdE5snfGZAAbGQXJvGJr2klWL { width:20rem;height:10rem;top:21.9580078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUT1TIpi8942xa0kHnNUicofSiVQn7D { width:18.75rem;height:10.5rem;top:23.1455078125rem;left:0.625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #Hep7eRR5wmnFLH1cv13umIRSQDDZF8Z4 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPMeTWzdsVBHqIb53UpurQHQdg8sXXS { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpBrNRUf4hVlHaKeN6cZJ2ELfDNO3y { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3k0crKbvyg6A0THlpCzAiVwF5824z { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW5ithvKf8FGEQlUrqSWpTGT1lcwxEF0 { width:0.5rem;height:31.25rem;top:17.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcfeeXHOvBJAspunuSCT4aWVoyntoVu { width:0.5rem;height:31.25rem;top:17.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8DckVL2MTeHpZFUrTuIQ0mx4xM1Cw8 { width:0.5rem;height:31.25rem;top:17.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThRq1TXaL6Q6lhCQFIhq8GGEyDPy3NGv { width:0.5rem;height:31.25rem;top:17.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxQA2Jltpt8A6KIJ1zdTL74HC7T8ywPv { display:flex;width:1.875rem;height:1.875rem;top:57.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXHL47I9VCAsUEL8J3ZI8klf4Abn2SdD { top:37.717707633972rem;left:0.96875005960463rem;width:18.0625rem;height:5.3125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Vfp0UqZaWRkBnKwS63I55atfT2kyLT67 { display:block; }
 }@media only screen and (max-width: 763px) { #SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh { display:block; }#SqburEOeOtA9ZJPF4tDCmLvWDU8TAoZh > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyQ0qpp7895sZWdSBHlcVeVpW56VbkTd { width:20rem;height:8.5rem;top:9.7989568710325rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SftiPy8ldvk5NsZ7TeMW4RS8JvfmtI6J { width:20rem;height:5.6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRGtiI7UHeT4Ki5FgridBTJ5yLSJ1BET { width:20rem;height:1.7rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PesmvATBrnRSOO08emtQpzomi6M9LLpc { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KarrVbwxO2TvSqdN8wt0IgzeIFi1xPof { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufK3PFiblVPRDWTtOWyq2cRWlvQFniXv { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf2JOpI6kePAGgZiBybZL54XpQmeaqrV { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpkxDykppookDzEdTJlCsXg3dZhM8HSP { width:20rem;height:7rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCZhtN4oZ0XEFBpd6sFnNaZAValoxfzl { width:18.6875rem;height:3.0875rem;top:66.706254959106rem;left:0.65625005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRrZIqiQ759MiMrRO5rriT29gHIwoND { width:20rem;height:9.25rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxAXWFofi5oEtOhZnHZNfCPJXz1yISb { width:18.6875rem;height:6.175rem;top:56.312503814698rem;left:0.65625005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVpGNwGflIR3PHQwoBtwKcS7kvL9Ihya { width:20rem;height:9.4375rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4mptFLppw0GQQh8MVTDidCT90bODueK { width:18.6875rem;height:6.175rem;top:45.193752288818rem;left:0.65625005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9aQHG6eNIaQzDrkRrlTaRDumHu9kkI3 { width:20rem;height:8.125rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMNkgWlDTGUDu8UCxxJ9IKg1lLRJR53q { width:18.6875rem;height:4.63125rem;top:35.934379577637rem;left:1.3125000596046rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1Pk9p0i5KL8CWWyKpwnarDZNAm3BZ6H { width:15.5rem;height:11.25rem;top:20.875001907349rem;left:4.5000002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7gINa4T88GivK42UG6Q53LtzCzSwJH2 { display:flex;width:1.6875rem;height:1.6875rem;top:29.629167556762rem;left:1.7500000596046rem; }
 }@media only screen and (max-width: 763px) { #SaH7Fb9qGQpfl2KlwNf4ywIR6Z1ah3yh { display:flex;width:1.625rem;height:1.625rem;top:27.187501907349rem;left:1.7812500596046rem; }
 }@media only screen and (max-width: 763px) { #NtxNSs6wD5RKT9uTfADs703CkvdbKoHW { display:flex;width:1.75rem;height:1.75rem;top:24.062501907349rem;left:1.7187500596046rem; }
 }@media only screen and (max-width: 763px) { #ZKmxK4eNyQcEBpvi4MFxksr4GWAUHN1r { display:flex;width:1.9375rem;height:1.9375rem;top:20.875001907349rem;left:1.6250000596046rem; }
 }@media only screen and (max-width: 763px) { #L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 { display:block; }#L9ZodupxaFoBiUAG6t7wb7xd2CZJcGu5 > .row .container { width:20rem;height:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNiFOk8peIQzZNGyNItAU83RHZF374xf { width:20rem;height:17.1875rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM4pI9aDTFXBNXWduGFhl9eIxox2SZd3 { width:17.5rem;height:5.1rem;top:17.562500953674rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLPSyReTUBKsF7cNLnEzGNUw9rzbPDGE { width:18.875rem;height:11.9rem;top:22.66250038147rem;left:0.56250005960464rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMXDK5HiQUsFKUk2oteh3Fv3kqTJ6VZv { width:20rem;height:1.7rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C896SW10JtqP2SbM6OBlm7Fl21Lbo3Ix { width:20rem;height:2.8rem;top:6.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIeGMnqMn5bX1iRm21ELtA3TSyrV8PCR { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsNJFPVRcZcwJCpkFmo5sCha9cTA6dv { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe0Rnw1PsoQP0RKSl7pK0TZUv6cEblee { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRKs2rRaeRRSr8eQcAm0JUHwSHO1xTv7 { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR8DX56DNKruEQ5aVqKBoIA79k7ahmk9 { width:20rem;height:17.1875rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5rBTZzNw0cdU9tHqP88TFZHEPPnHZwO { width:17.5rem;height:11.9rem;top:59.791669845581rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iA3TBZppIuwqTMqA6LEKiTUFUZalvNG1 { width:17.5rem;height:5.1rem;top:54.999992370606rem;left:0.62500005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4QT15h126vThv2Fhi7WN3RK6sQXdvXA { width:20rem;height:17.1875rem;top:72.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpONhk4vwULRGdqruNeIhb0Vm4PussEI { width:17.5rem;height:10.2rem;top:78.500005722044rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JywGHRFXlRLINiXqS475ihkV4UXwZPdA { width:17.5rem;height:5.1rem;top:73.466670989988rem;left:0.62500005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXuTD2ppnE5JvrANCpy4uvZ854iS1LST { width:20rem;height:17.1875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHWHh5VfTWSmkNTHXrTUnaGT4sxqNce { width:17.5rem;height:10.2rem;top:41.756252288818rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9DUtEfcUuyLhvA0stTvK1aK3OcIVETJ { width:17.5rem;height:5.1rem;top:36.656251907349rem;left:0.62500005960463rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOx3OvNWhS4dVgkr5i3y9TbCfThhXxwa { width:20rem;height:5.1rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8nz1cc182OrkSTiXoHeo4IUT0pzmRt { display:flex;width:20rem;height:36.8125rem;top:54.437501907349rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #IlZwknQDb9XWekFurQUUe91lMnuSwE8u { width:19.9375rem;height:15.875rem;top:73.531259536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zswdhA2zN6zxezw1UQJMWq7tVSPy9np3 { width:19.9375rem;height:16.5rem;top:55.093755722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDx5qGT4pNE1TTvycOk4parkAQ1N8Gnz { width:19.9375rem;height:15.875rem;top:36.656259536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNpM4rCLofp9NlWLGDfktllgAbuxXEs { width:19.9375rem;height:16.625rem;top:17.843750953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd { display:block; }#m6EwauI6WPzTJszQLJKdNJ7XDeEI4wZd > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IlSHG38nMHhd67kacfRogEDfrlNtPV4f { width:16.25rem;height:1.7rem;top:9.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4dk4Pc0QbP86TEEOqlTkypocy7UFbAz { width:16.25rem;height:8.4rem;top:11.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRrcaTB6GxDUUuPJieS4urMzrcs1ib7i { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PttGcZuWyuZoAQh0cVX9ZQwlP19czdx4 { width:16.25rem;height:8.5rem;top:20.500003814698rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlc5ncET7z3BFARwD0IAUfnKHJeriRiS { display:flex;width:2.125rem;height:2.125rem;top:32.937500953674rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #teS5b0uRLlT3JPVHyZbOMzV4rkhdPhCM { width:17.5rem;height:5.1rem;top:35.062500953674rem;left:1.2500000596046rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vB4JrPmnm6DrOWNRKOUcITbww6sp2OlA { width:17.5rem;height:6.8rem;top:40.162502288818rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y8sCFE8PQL0MlyOyk10ygShfu8HKottT { width:17.5rem;height:6.8rem;top:57.598960876465rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ox5gi10bmTfnrA8ILoR4glCElixcTxQV { display:flex;width:2.125rem;height:2.125rem;top:49.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #cLmvc1VvKpLIwRKx4EViqk6WwD70xq3D { width:17.5rem;height:5.1rem;top:52.5rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aBclG5a8Z91T39CdBBKiv8lHUaETghc0 { width:20rem;height:16.25rem;top:31.866688728333rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aG9ZevfeLexGzJqFxhqfohZ1cfkIuH3n { width:17.5rem;height:6.8rem;top:73.850006103512rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ikhJumhZyEb2TQdBOsP8uINPf5v5B7rJ { display:flex;width:2.125rem;height:2.125rem;top:65.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #PHTzSXEkC78ULCDzQ7zEndUkTO1CduTG { width:17.5rem;height:5.1rem;top:68.75rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OyiELCBfOz2ekHCBOJym48l3MwTdIEya { width:20rem;height:13.4375rem;top:67.278107643125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ncUbxUhuzVTRk2NbBIUIrBUkbU0UN4ay { width:20rem;height:13.4375rem;top:85.75312280655rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RvAtr6qATPeVlTLx5zZQnDgBQ2WHyayv { width:20rem;height:13.4375rem;top:51.028133392334rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aFvCH7iT4GfUF88ZTobQMx9mMO3w5mgs { display:flex;width:2.125rem;height:2.125rem;top:81.900005340575rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #xBZfx4s9Nc2suHau73gXLR6eQF4IX0Ol { width:18.375rem;height:5.1rem;top:84.800004959106rem;left:1.5625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WoRrRhbz9B6Z65MkKQyMrkPCftfPoLfh { width:18.625rem;height:8.5rem;top:90.6250038147rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHZHl6VluxHwkSIFdVTJBOceTo91Qz34 { width:20rem;height:7rem;top:102.12500858307rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8D9y2gMkTzm4z58HmQ1L2KHrIrWATvI { top:110.37397670746rem;left:0.96875005960463rem;width:18.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkq8hlGh5KO3G18Vrv9CrXREPRQOqUUM { display:block; }
 }@media only screen and (max-width: 763px) { #Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW { display:block; }#Z5oEQkLPmCvrd6BxWA74JozUSbgLGaUW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I85c8GXIn3GzV9naTZV7n8nSPKJRenLU { display:block; }#I85c8GXIn3GzV9naTZV7n8nSPKJRenLU > .row .container { width:20rem;height:97.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qdy9sDP5hPUb1J5B3gDbEbG2uLfvk0bm { width:20rem;height:42.375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeG0gdD0Daq8I1Iu7PRhP1QcyJbZh4wN { width:17.5rem;height:25.5rem;top:36.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJoSZLffwn4crEMzRNtgp4hJPBbOP44S { width:12.75rem;height:3.75rem;top:64.353116035463rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yUmp6aqrMCJ8DR1FtCBgDeHwW9zxZL { display:block; }
 }@media only screen and (max-width: 763px) { #RpPyH6SKgFiNRpPd7WTpeBihgrMmdUJk { width:0.5rem;height:9.375rem;top:14.999994277954rem;left:12.062500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRAw1D0l5tIl7bOLI6T0Gw6oc9Tsap9T { width:0.5rem;height:9.375rem;top:14.998959541321rem;left:14.437500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4S6p8lrBua9wTvut6SBeHBbA0DpazlX { width:0.5rem;height:9.375rem;top:14.998959541321rem;left:16.375001728535rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRt5F1uJ11sS3qEMqKgN9mmo57U3bbzs { width:0.5rem;height:9.375rem;top:14.998959541321rem;left:18.316667377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIJfB3NqA0GQ3OhxrGkhL8zFaCmCIm1G { width:20rem;height:1.7rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdxLnoP2A947zXSTpFsMC8nvLMxopqWm { width:20rem;height:5.6rem;top:30.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfoG54WUX9h5ZvWxSa1H8q4b5dUBOcOx { width:0.5rem;height:9.375rem;top:73.161462783812rem;left:8.7500007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsrfN0GAXkTTZcz58Tc5N4J9fQvclAU { width:0.5rem;height:9.375rem;top:73.161462783812rem;left:6.6250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41TMUalvmEwLNp29WUq0FbX8v6glVw7 { width:0.5rem;height:9.375rem;top:73.161462783812rem;left:4.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG3p5TIBG6Z4T2zkvi48abFKk8sddhMR { width:0.5rem;height:9.375rem;top:73.161462783812rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 { display:block; }#wvJaPBfUM0ThNbv7pm4HRXKNJuZTgif7 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3SpV2OarOqSc6XBuetCDeu0mCEU41up { width:20rem;height:1.7rem;top:2.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wpNooBoO7cWnFf6dsEurEgUuL9hoNC { width:20rem;height:8.4rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLQ3l8T23MIcfb5yGIVRENiGHzADcTfP { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4F6FKawJlmUVrBiM65vMm4z7RsWJpm { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmVXTLiOZH1ZUE1pKtXPnoPXMyUzkUTV { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckg3pPvXDSfht6Xt79KuriA3773v3JE0 { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STf3UEBB9E9lbfwokMa1nG2Cam8bGRJs { width:18.75rem;height:28.125rem;top:31.936447262764rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtH1UDsEf46KfXzhEBsdle6FC9p8dsK { top:15.186458706856rem;left:0.50000005960464rem;width:19rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhSv8Z0ecZEy32EEOy2RfeZmLKSvNVT { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-text {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-select {padding-top: 0; padding-bottom: 0;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m  { width:17.5rem;height:auto;top:65.186462402344rem;left:0rem; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m {display:block;}#lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m { width:17.5rem;height:auto;top:65.186462402344rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #pK3UhthACUwgzI3Ksnnsw0b1RQLJH0iK {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #wXv43zmT40KDOz02Uy8Wlz4RlJTHyyAX { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #alHZVIXVzLNVaQx4nglPRgmykbWoL3NG {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #r1FzE7sbx4Tr28dAc5G6tbE2HN0wPQng {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #IdiDCqU98doWrcRk5RKldblFpJAKk5uU { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Vgt5uuRhV6lq8yCDspef4BG248nlcvkP {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #DHdwEb35ELo3oK7D6dgbnf6Tk3Fnnpz4 {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #GpoNlEPEBakdscfcb81lKVhTP90JreWP { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #STiBEW6nS4owCMWTZDHvkSuxuwTfETN6 {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #ykDzTsqRx3h3lSpZciiVPdo0v3iDkoXn {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #Tdq9P09hBIEiQyfAyeTOcFzJ2H21eMa8 { display:block; }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #lGtbdbvSrwWylAXMtn6iw4rhok3tCKOU {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #HiNiSqiFV7RM869hgbJAzSTF01Q05FRF {  }
 }@media only screen and (max-width: 763px) { #lOvRCK2vVkk5CLya3DHpRGTpQogPDz5m #xke2runXRIkzz3fyyKyFXXerzlscrisX {  }
 }@media only screen and (max-width: 763px) { #DemPeeexzSL485o0A8WX1E4nctmBN5Jq { display:block; }#DemPeeexzSL485o0A8WX1E4nctmBN5Jq > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqrBF67ip5hrrAFv9vTUTlQgKwDT90Dn { width:20rem;height:9.45rem;top:5rem;left:0rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Suv1TZfulBFIUNcyHBMUL8WLgXlPJ6nX { width:20rem;height:7.65rem;top:15.0625rem;left:0rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #D7C8ZxWPJmG9OzxP1P3rwtdTGTwncL5d { width:0.5rem;height:27.5rem;top:6.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKN6Sb41BkVDf0n25xT9KQuBXtFZwhQI { width:0.5rem;height:27.5rem;top:6.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEW2BCz4o6NshUCgfT6WnvaG1qwE9TEk { width:0.5rem;height:27.5rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTZkN4yudITP7ZeUxWirTvklrzrEgArb { width:0.5rem;height:27.5rem;top:6.25rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7yq5cA3ZeFXz9zkCqBWp6HADaqcqFCR { width:20rem;height:1.7rem;top:3.3666477203369rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD { display:flex;height:auto;width:17.5rem;top:22.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #w9v5dJGLcDSeTRgCvq6osaV3is7xL3xx {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gSmxoFptGQiqeDObAqUewKGklATg54OR {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #G6vsLuFirAnVhOob4vsE5uImUycTnPAS {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PgbLE9am4AUPKh0VQgnz62yXvDVtZUNk {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #lJTWrF23OnHyFh8JhVCwSnVyndSShOJk {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yETVA0EN5lqZLTR6UbJOcNeObHBnDeoK {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dxVBq37E1ksbUmWQH8dzZNtBo5EQnc98 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HvFsD1BAU0p6iFLp4AMIo9BZm5RoWRB7 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Gw4H5dVrmAOSW3qgri8Icl5MUpJs3PdC {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #eHp9Ry5weNcFqMQoBww347LX01XK3gm6 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #HpahCFGC5c3QMKwEouKdzDux1piTLhzT {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #yiGMH827VsqQZIKol0W5y5TUHyGSFMRA {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nisLP2Q5NhahMtCshhzs3DksRpiEx9Gh {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #nqM59UBHVcS1maM9U4938behmzb1g9CF {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PT2hPh7qkRVthvSRxNzG3Xi6ApTzOVg4 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wi0ccghQlWp5STn5iTOxMLtypHfc3bw9 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #dv12LuZIUo29SZIfmI6ya1RMfZaA1cCh {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #Wd2FFrFcSTcHA7QQuJJBGglQgZWtO9bq {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #xhEEdKilVxqOKAMp38MGi2oCfef7zq13 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #c8p6pJdWWFySROIf12efAaDsJ8CJS0xZ {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #ybimRCxzFeWqw0llMmTVWAxrElHCLF5E {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #haEgTvVziLAOXkcfw7XymX8diIExEtZN {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #gGfwcFi0aDeWB28o9Ry4sMknVn4zmaRZ {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #FZdsEfI6XOQtT7E6CmLKlep1lB4tWL1s {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #DW557PuJr9tesk8FMqac0g3hB8A6fkns {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #SVJPEet79IwIyuu0Sl2vHREDVf7RVuup {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #fMd2gXqmHfggHUVLVHaK1TK3DPUFGDBa {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #cTFt30TlR2Uhv4wtU5O6W8Na4Xld2dy3 {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #AMWsBqHsBTnr6PFg1CQnuX5BvEzmHZDg {  }
 }@media only screen and (max-width: 763px) { #JOPwFdUp8BC769mZ8BGQ4RUypn2a5XtD #PBZHNcWNJ7iu59zr7gTdGHyd7ueOFL8K {  }
 }@media only screen and (max-width: 763px) { #RooJ6txxO1qzawdgcHbL0Twm1aGEVROs { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpwTEUWOUNNtBgfmKRA5tOZhiK1AqJxJ { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIS7kSoq4l6BCNvSl8M0IFtoXoFBgq4 { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f79AlVymqv5MnCJsyqHN4ZWTrAQDCcdy { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv { display:block; }#Vk8nxtT4WkTNRn950pbQDma6WWy8GIpv > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKCCgTNog93mL1m4LMogvZixo81U1qaA { width:20rem;height:3.4rem;top:14.685417175293rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGhhbuesTkQdnDw7a8tsdfhm8fV8Kh6e { display:flex;width:1.5rem;height:1.5rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dMwSEGHswpf61KQ9AFqd7RUGNtmrfn3e { width:20rem;height:2.55rem;top:3.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTPZl5OgJVPvJWFl8IbGGWLJ69dVDszr { width:15.3125rem;height:1.9125rem;top:1.125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qL3TxHi1cO0R0r6crzC6B2bsZpiFybCL { width:20rem;height:2.55rem;top:10.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BaVobLqLXt1suwKPl778dUCPrxyqRSgE { display:flex;width:1.5rem;height:1.5rem;top:8.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DJulburORTX5HGbm8Vo8ST2QSDTnNNMI { width:15.3125rem;height:1.9125rem;top:7.875rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTBW94DBgWm4LP9lOJg89R9C0PWIqksO { width:16rem;height:8.9375rem;top:21.536479949951rem;left:1.4000001549721rem;display:block; }
 }@media only screen and (max-width: 763px) { #fseskmuV8MrNtIGRTZxPIUelwFEu2UBv { width:14.6875rem;height:6.3125rem;top:26.73647916317rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRf7ZtnFMT9S47T3bJdAVm2yUJE04n11 { width:15.5rem;height:8.0625rem;top:19.798959136009rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo { display:block; }#ybXprn4LVzpDlp7bkmcZEOC4KbE8HVZo > .row .container { width:20rem;height:22.124992370605rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni81x55RbCntOZaVwyf5aiARglQUPesA { width:9.375rem;height:2.75rem;top:1.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogBfh10bf7MMdBQZ0QdqdLtfLkmT39K3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4b1q9cthRCQ9KoQ1aBDcgQDHkqqnXPR { width:9.375rem;height:2.75rem;top:4.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrvGeOZtnsCVRtZBkTQJ35OVV3UKmm6C { display:block; }
 }@media only screen and (max-width: 763px) { #sNKHlbVPGmGWtivAbTou6eb71CmBy3QU { width:9.375rem;height:2.75rem;top:7.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvpL7aPFiqEy0EnFkfDqGi4xJHKrwytb { display:block; }
 }@media only screen and (max-width: 763px) { #TyPlxZTL63KIk4oSoMaPR1VfqnN4CCBF { width:20rem;height:1.7rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMy9KwJHXNBJXBmX9NMcacvlPwQw2FM7 { width:13.0625rem;height:4.375rem;top:16.499992370606rem;left:3.4375rem;display:block; }
 }