.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx { background-color:#fafafa;background-image:none;z-index:auto;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; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { background-color: transparent; background-image: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container > .video-iframe-container { display: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container { display: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .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); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { border-width: 0; border-radius: 0; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;overflow:visible;position:relative;display:block; }#VNTQ1w5kH0DBhbzdfK4k6QtPCIQ1dabp { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:13.25rem;left:7.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZwhRvA6KbOmBOCVBnoXuzf1zna4llWfC { background-color:#8967f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.9375rem;left:21.0625rem;display:block; }
#vWhhoUMKCGdmC80C0b3Gc4UwEATx5noK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FnWMlThegTFuVL745xPoClOcqleu9XU3 { position:absolute;display:block;z-index:15008;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:2.1875rem;width:10.5625rem;top:41.5625rem;left:17.75rem;overflow:hidden;display:block; }
#LMhoWckzOkNosUPwgQqGtsC9enWiPkh2 { position:absolute;display:block;z-index:15009;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:2.5rem;width:12.125rem;top:41.375rem;left:32.1875rem;overflow:hidden;display:block; }
#lUDQH92S2gpOJHmxSTx67mcer8GJTkmN { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:54.9375rem;top:34.375rem;left:2.5rem;overflow:hidden;display:none; }
#NogI8145F8XKrhKo1nzBTIcmiEfW2XQx { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.875rem;width:24.6875rem;top:17.39892578125rem;left:1.625rem;overflow:hidden;display:none; }
#O8Dr733Ima46tKIuOMtABuhHHpDs7iZT { box-sizing:content-box;height:3.375rem;width:33.5625rem;position:absolute;display:block;z-index:14998;background-color:#8967f3;background-image:none;top:5.4375rem;left:16.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#cR1waZwF7XVqy4ur9isWQva9QPMZVKKh { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.4375rem;left:4.9375rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykeUdmrzUuMl15V8GnnaqEeOz7Hgre73 { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:18.625rem;left:7.1875rem;height:16.1992rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mP1f0fxc750urJIqdoG4WJZzE4TT099O { color:#303030;display:block;width:45.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.0888671875rem;left:7.1875rem;height:16.1992rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kO34htoodSZBqzIUGbLm0AvC4sD9FTVw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.25rem;left:10.125rem; }
#GbuT0OzbmS13TOyzK6iAxlwhbU4S4QTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.125rem;left:10.125rem; }
#ZaTImGxusB3QBxyXfwafVSkz7eWXgGZh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.0625rem;left:10.125rem; }
#Azxc3i5qQJwOdCOzvrbiigfB9ncyiPz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:25.125rem;left:10.125rem; }
#t4SipTME7qkbnw3IOhxBCF79Hp8GZZ0K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.9375rem;left:10.125rem; }
#kND9SCifB4QDCR9HkRvSnFBsRTHulbcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:28.875rem;left:10.125rem; }
#zhJhQkbZXPwuST5wnd6i76gV4OEWRHsp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.0625rem;left:10.125rem; }
#hTGJ5AhtevAr4pTuHKOS5Kr3yyPhEPcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.3125rem;left:10.125rem; }
#knS6X0NNL52t4PJg1S9TxPdKW8swLDoe { color:#303030;display:block;width:13.75rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:2.6875rem;left:23.125rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#htZ7I7lw40XSStDwOWLoQWTziJ4zgKrq { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.4375rem;left:4.9375rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container { background-color: transparent; background-image: none; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container > .video-iframe-container { display: none; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row > .video-iframe-container { display: none; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .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); }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container { border-width: 0; border-radius: 0; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#HhywT065A2mB8OzfkKgw7IXMtil22sKo { position:absolute;display:block;z-index:15009;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:6.1875rem;width:6.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AMef1ATW3Bs2UTsPWr8X2DE0THz1KQpo { position:absolute;display:block;z-index:15011;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:5.375rem;width:5.375rem;top:0.1875rem;left:6.6875rem;overflow:hidden;display:block; }
#CEWX7wu5z3CThRLFPKr03ZFFyXBtBt4C { position:absolute;display:block;z-index:15012;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:5.5625rem;width:5.5625rem;top:0.34375rem;left:45rem;overflow:hidden;display:block; }
#OhNW8df4IffH3W1fNp2MvP7Gr4C4KMGC { position:absolute;display:block;z-index:15013;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:6.1875rem;width:6.1875rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#MR22nTHKn0yMHKqhT8rxvXTtzld59L27 { position:absolute;display:block;z-index:15014;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:6.1875rem;width:6.1875rem;top:0rem;left:53.8125rem;overflow:hidden;display:block; }
#Be7I3ywbdvbBaMgLHQKARmbmhRBJ3DBi { position:absolute;display:block;z-index:15017;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:5.5625rem;width:5.5625rem;top:0.34375rem;left:38.3125rem;overflow:hidden;display:block; }
#zWE44rouvmQdC0VHNZgbB9p3Xqg7FJGD { position:absolute;display:block;z-index:15010;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:6.1875rem;width:6.1875rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#nHSiZN2SqAXH3oOXq87eXCpnBib9gPoG { position:absolute;display:block;z-index:15016;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:6.1875rem;width:6.1875rem;top:0rem;left:23.375rem;overflow:hidden;display:block; }
#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8967f3;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; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container { background-color: transparent; background-image: none; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container > .video-iframe-container { display: none; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row > .video-iframe-container { display: none; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .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); }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container { border-width: 0; border-radius: 0; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;position:relative;display:block; }#BFC0mKGOSu0VAt7DTGcb5h2G9zIfhPsT { color:#fafafa;display:block;width:41.8125rem;position:absolute;font-family:"clash grotesk";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:9.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpJl34MQHuMmE3XwWN3QdvyhpoSIwcII { position:absolute;display:block;z-index:15045;height:21.7470625rem;width:38.75rem;top:14.5947265625rem;left:10.625rem;display:block; }
#ZpehquizBNObvQwoF9mbJLJK7Hl2vDyW { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:10.125rem;left:8.4375rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GwtE8ItApxDerLu02mJp7Jg2EDwRv77A { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Im8l2hAHU0Jl5yruqNtl81NyQAiqEUNI { color:#fafafa;display:block;width:34.875rem;position:absolute;font-family:"clash grotesk";font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:12.5625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { background-color: transparent; background-image: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container > .video-iframe-container { display: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row > .video-iframe-container { display: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .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); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { border-width: 0; border-radius: 0; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#iTCLtaN7eEMixSZTt03JGlS0iMdqmisV { color:#fafafa;display:block;width:26.875rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:33.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DaO3qtBs0ZGyi3bZuhHuzZmMJtzKUO3y { display:block;width:26.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:14.125rem;left:33.1875rem;height:4.19970625rem;font-style:normal;color:#fafafa;display:block; }
#lmb1aEOvpMvN8M1OcXpFMnqJsIdp2dcH { display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:20.8125rem;left:36rem;height:1.79980625rem;font-style:normal;color:#fafafa;display:block; }
#OSs9IywNIGSQJ6DdX6lkvBpLi5UaI310 { display:block;width:22.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:36rem;height:2.5996125rem;font-style:normal;color:#fafafa;display:block; }
#yw44KIg0ET1rxB1EdPJPNBhTsQACRJSt { position:absolute;display:block;z-index:15012;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:1.5625rem;width:1.9375rem;top:20.9375rem;left:33.1875rem;overflow:hidden;display:block; }
#PNeB4FhFOOSJnUXCultcSWde2f5uxv9c { box-sizing:content-box;height:26.1875rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:#fafafa;background-image:none;top:6.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rxcPA6nZFH4XxTtRKPX903rG7I7FK07B { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"clash grotesk";font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:0.625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nWXqaNuIkzADCpEpXXrIxlIZV5bCTwI8 { display:block;width:26.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:14.125rem;left:0.5625rem;height:5.5996125rem;font-style:normal;display:block; }
#ArwsktABVsAUtL1ty6cUXi9aZM3oE7cV { display:block;width:26.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.8;letter-spacing:0;top:21.1875rem;left:2.5625rem;height:1.79980625rem;font-style:normal;display:block; }
#s0q07hygR1gr33lGDzGsK4TbBRmTb0Qt { position:absolute;display:block;z-index:15019;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:1.5625rem;width:1.9375rem;top:21.4375rem;left:0.3125rem;overflow:hidden;display:block; }
#n3c53TQE75Mik1TtD2gTcSivCqGJ85BA { display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.3125rem;left:2.625rem;height:2.5996125rem;font-style:normal;display:block; }
#WZR5PQLOUJ4OIFRTyvUZSoz0VVyC1eCN { position:absolute;display:block;z-index:15021;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:1.5625rem;width:1.9375rem;top:24.125rem;left:0.3125rem;overflow:hidden;display:block; }
#sqmi091UPdVb7wQIIGch4P6H2ZVSUnCq { display:block;width:6.875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:33.4375rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;color:#fafafa;display:none; }
#RIusgnpiKeu6ALofuNduvC8JTXTdsKHx { box-sizing:content-box;height:14.625rem;width:43.4375rem;position:absolute;display:block;z-index:15001;background-color:#8967f3;background-image:none;top:22.125rem;left:16.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#ZCGmbwP1VwVdNpA7Hbnl1iX8koFl9oLF { display:block;width:6.875rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:33.4375rem;left:53.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;color:#fafafa;display:none; }
#hnTq3Om90leEFWmkadOA73KUBic224Uv { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:"clash grotesk";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:0.625rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRiSHg1s8BsK1TocbNJXRUqNVTKd8u0t { box-sizing:content-box;height:26.1875rem;width:28.125rem;position:absolute;display:block;z-index:15000;background-color:#8967f3;background-image:none;top:6.875rem;left:31.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kKxccAFb9JaaOud0DskhN3zQCBgc3Zle { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"clash grotesk";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5625rem;left:33.125rem;height:1.54345625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aegoPUoBVpoLeIx5Ggf61EsDOJh4VmSW { position:absolute;display:block;z-index:15013;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:1.5625rem;width:1.9375rem;top:24.375rem;left:33.1875rem;overflow:hidden;display:block; }
#EEhiqdTf768HoaDnMhA0XomL89nP453y { background-color:#8967f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.25rem;left:0.625rem;display:block; }
#JZtlL38a1oEQTZGxqihZTZmt5LzOcyey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kXzcKxbeQTx0HC5TlzB3d7QZP1k2K6pd { background-color:#fafafa;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#8967f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clash grotesk";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.5rem;left:34.0625rem;display:block; }
#TEzSMC3MwV34VXmgmH6VMAu1leKnWAso { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIKCiA1Kuv3KKMJoxGg1Vm8bTDoRgd7V { color:#303030;display:block;width:50.125rem;position:absolute;font-family:"clash grotesk";font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.0625rem;left:4.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mItcdQqPkXFTG3JqLX9TLiHLnq5ALgqy { position:absolute;display:block;z-index:15012;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:1.5625rem;width:1.9375rem;top:22.8125rem;left:33.1875rem;overflow:hidden;display:none; }
#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS { position:relative;display:block; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS { background-color: transparent; background-image: none; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container > .video-iframe-container { display: none; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row > .video-iframe-container { display: none; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .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); }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS { border-width: 0; border-radius: 0; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IstJZZqOiOvvGQTsXDguD7e5NUoxOObX { position:absolute;display:block;z-index:15002;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:5.6875rem;width:10.625rem;top:3.21875rem;left:0rem;overflow:hidden;display:block; }
#XwE4AD64baitT9UbvGhPItB0pFO59y9y { color:#000000;display:block;width:16.124rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:2.93798828125rem;left:43.8759765625rem;height:6.39845rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PGtczsNiaMfBBpfoyri9EoNnEtysccqR { color:#686868;display:block;width:16.1235625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:6.9375rem;left:43.8759765625rem;height:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#SBQoWQc7uG98hty0KeZmQrb2lbTRcRhX { color:#686868;display:block;width:16.1235625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.3046875rem;left:21.5rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx { display:block; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTQ1w5kH0DBhbzdfK4k6QtPCIQ1dabp { top:13.25rem;left:1.0625rem;width:45.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwhRvA6KbOmBOCVBnoXuzf1zna4llWfC { width:17.875rem;height:3.4375rem;top:36.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhhoUMKCGdmC80C0b3Gc4UwEATx5noK { display:block; }
 }@media only screen and (max-width: 763px) { #FnWMlThegTFuVL745xPoClOcqleu9XU3 { top:41.5625rem;left:11.625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhoWckzOkNosUPwgQqGtsC9enWiPkh2 { top:41.375rem;left:26.0625rem;width:12.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUDQH92S2gpOJHmxSTx67mcer8GJTkmN { top:34.375rem;left:0rem;width:47.75rem;height:26.835608646189rem;display:block; }
 }@media only screen and (max-width: 763px) { #NogI8145F8XKrhKo1nzBTIcmiEfW2XQx { top:17.375rem;left:0rem;width:47.75rem;height:59.717721518987rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8Dr733Ima46tKIuOMtABuhHHpDs7iZT { top:5.4375rem;left:10.4375rem;width:33.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR1waZwF7XVqy4ur9isWQva9QPMZVKKh { top:5.4375rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykeUdmrzUuMl15V8GnnaqEeOz7Hgre73 { top:18.625rem;left:1.0625rem;width:45.625rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP1f0fxc750urJIqdoG4WJZzE4TT099O { top:17.0625rem;left:1.0625rem;width:17.375rem;height:22.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kO34htoodSZBqzIUGbLm0AvC4sD9FTVw { top:19.25rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbuT0OzbmS13TOyzK6iAxlwhbU4S4QTH { top:21.125rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTImGxusB3QBxyXfwafVSkz7eWXgGZh { top:23.0625rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azxc3i5qQJwOdCOzvrbiigfB9ncyiPz3 { top:25.125rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4SipTME7qkbnw3IOhxBCF79Hp8GZZ0K { top:26.9375rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kND9SCifB4QDCR9HkRvSnFBsRTHulbcn { top:28.875rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJhQkbZXPwuST5wnd6i76gV4OEWRHsp { top:31.0625rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGJ5AhtevAr4pTuHKOS5Kr3yyPhEPcg { top:33.3125rem;left:4rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knS6X0NNL52t4PJg1S9TxPdKW8swLDoe { top:2.6875rem;left:17rem;width:13.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZ7I7lw40XSStDwOWLoQWTziJ4zgKrq { top:2.875rem;left:0rem;width:20rem;height:5.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX { display:block; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhywT065A2mB8OzfkKgw7IXMtil22sKo { top:0rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMef1ATW3Bs2UTsPWr8X2DE0THz1KQpo { top:0.1875rem;left:5.15625rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWX7wu5z3CThRLFPKr03ZFFyXBtBt4C { top:0.3125rem;left:35.8125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhNW8df4IffH3W1fNp2MvP7Gr4C4KMGC { top:0rem;left:23.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR22nTHKn0yMHKqhT8rxvXTtzld59L27 { top:0rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be7I3ywbdvbBaMgLHQKARmbmhRBJ3DBi { top:0.3125rem;left:30.25rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWE44rouvmQdC0VHNZgbB9p3Xqg7FJGD { top:0rem;left:11.9375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSiZN2SqAXH3oOXq87eXCpnBib9gPoG { top:0rem;left:17.6875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHzJW3k4TbVOkBJNvCdoeLusunVpVRne { display:block; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFC0mKGOSu0VAt7DTGcb5h2G9zIfhPsT { top:3.1875rem;left:3rem;width:41.8125rem;height:5.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpJl34MQHuMmE3XwWN3QdvyhpoSIwcII { top:14.5625rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpehquizBNObvQwoF9mbJLJK7Hl2vDyW { top:10.125rem;left:2.3125rem;width:43.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwtE8ItApxDerLu02mJp7Jg2EDwRv77A { display:none; }
 }@media only screen and (max-width: 763px) { #Im8l2hAHU0Jl5yruqNtl81NyQAiqEUNI { top:1.5625rem;left:0rem;width:18.875rem;height:5.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C { display:block; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTCLtaN7eEMixSZTt03JGlS0iMdqmisV { top:11.0625rem;left:20.875rem;width:26.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaO3qtBs0ZGyi3bZuhHuzZmMJtzKUO3y { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmb1aEOvpMvN8M1OcXpFMnqJsIdp2dcH { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSs9IywNIGSQJ6DdX6lkvBpLi5UaI310 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw44KIg0ET1rxB1EdPJPNBhTsQACRJSt { top:20.9375rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeB4FhFOOSJnUXCultcSWde2f5uxv9c { top:6.8125rem;left:0rem;width:28.125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcPA6nZFH4XxTtRKPX903rG7I7FK07B { top:11rem;left:0rem;width:28.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWXqaNuIkzADCpEpXXrIxlIZV5bCTwI8 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwsktABVsAUtL1ty6cUXi9aZM3oE7cV { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0q07hygR1gr33lGDzGsK4TbBRmTb0Qt { top:21.4375rem;left:0rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3c53TQE75Mik1TtD2gTcSivCqGJ85BA { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZR5PQLOUJ4OIFRTyvUZSoz0VVyC1eCN { top:24.125rem;left:0rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmi091UPdVb7wQIIGch4P6H2ZVSUnCq { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIusgnpiKeu6ALofuNduvC8JTXTdsKHx { top:22.125rem;left:4.3125rem;width:43.4375rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCGmbwP1VwVdNpA7Hbnl1iX8koFl9oLF { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnTq3Om90leEFWmkadOA73KUBic224Uv { top:9.375rem;left:0rem;width:33.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRiSHg1s8BsK1TocbNJXRUqNVTKd8u0t { top:6.875rem;left:19.625rem;width:28.125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxccAFb9JaaOud0DskhN3zQCBgc3Zle { top:9.5625rem;left:20.875rem;width:26.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aegoPUoBVpoLeIx5Ggf61EsDOJh4VmSW { top:24.375rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEhiqdTf768HoaDnMhA0XomL89nP453y { width:14.3125rem;height:3.4375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZtlL38a1oEQTZGxqihZTZmt5LzOcyey { display:block; }
 }@media only screen and (max-width: 763px) { #kXzcKxbeQTx0HC5TlzB3d7QZP1k2K6pd { width:14.3125rem;height:3.4375rem;top:28.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzSMC3MwV34VXmgmH6VMAu1leKnWAso { display:block; }
 }@media only screen and (max-width: 763px) { #gIKCiA1Kuv3KKMJoxGg1Vm8bTDoRgd7V { top:2.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mItcdQqPkXFTG3JqLX9TLiHLnq5ALgqy { top:22.8125rem;left:27.0625rem;width:1.9375rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS { display:block; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IstJZZqOiOvvGQTsXDguD7e5NUoxOObX { top:3.1875rem;left:0rem;width:10.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwE4AD64baitT9UbvGhPItB0pFO59y9y { width:16.0625rem;height:6.25rem;top:2.9375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGtczsNiaMfBBpfoyri9EoNnEtysccqR { width:16.0625rem;height:;top:6.9375rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBQoWQc7uG98hty0KeZmQrb2lbTRcRhX { width:16.0625rem;height:1.5625rem;top:14.25rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx { background-color:#fafafa;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;position:relative;z-index:auto;display:block; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { background-color: transparent; background-image: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container > .video-iframe-container { display: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container { display: none; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .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); }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { border-width: 0; border-radius: 0; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQKRuSngnnMX07gNhKKZ5Rb0465KTKTx > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VNTQ1w5kH0DBhbzdfK4k6QtPCIQ1dabp { width:20rem;height:5.5996125rem;top:10.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwhRvA6KbOmBOCVBnoXuzf1zna4llWfC { width:15.3125rem;height:3.1875rem;top:41.4375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhhoUMKCGdmC80C0b3Gc4UwEATx5noK { display:block; }
 }@media only screen and (max-width: 763px) { #FnWMlThegTFuVL745xPoClOcqleu9XU3 { width:8.875rem;height:1.75rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMhoWckzOkNosUPwgQqGtsC9enWiPkh2 { width:10.6875rem;height:2rem;top:45.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUDQH92S2gpOJHmxSTx67mcer8GJTkmN { width:19.3125rem;height:10.875rem;top:30.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NogI8145F8XKrhKo1nzBTIcmiEfW2XQx { width:20rem;height:25.25rem;top:26rem;left:0rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #O8Dr733Ima46tKIuOMtABuhHHpDs7iZT { width:18.875rem;height:2rem;top:5.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR1waZwF7XVqy4ur9isWQva9QPMZVKKh { width:20rem;height:0;top:2.4375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ykeUdmrzUuMl15V8GnnaqEeOz7Hgre73 { width:19.4375rem;height:0;top:14.07666015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #mP1f0fxc750urJIqdoG4WJZzE4TT099O { width:17.375rem;height:22.79441875rem;top:17.0625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kO34htoodSZBqzIUGbLm0AvC4sD9FTVw { display:flex;width:1.125rem;height:1.125rem;top:17.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #GbuT0OzbmS13TOyzK6iAxlwhbU4S4QTH { display:flex;width:1.125rem;height:1.125rem;top:20.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ZaTImGxusB3QBxyXfwafVSkz7eWXgGZh { display:flex;width:1.125rem;height:1.125rem;top:23.5625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Azxc3i5qQJwOdCOzvrbiigfB9ncyiPz3 { display:flex;width:1.125rem;height:1.125rem;top:26.75rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #t4SipTME7qkbnw3IOhxBCF79Hp8GZZ0K { display:flex;width:1.125rem;height:1.125rem;top:30.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #kND9SCifB4QDCR9HkRvSnFBsRTHulbcn { display:flex;width:1.125rem;height:1.125rem;top:32.8125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #zhJhQkbZXPwuST5wnd6i76gV4OEWRHsp { display:flex;width:1.125rem;height:1.125rem;top:35.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hTGJ5AhtevAr4pTuHKOS5Kr3yyPhEPcg { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #knS6X0NNL52t4PJg1S9TxPdKW8swLDoe { width:13.75rem;height:1.2246125rem;top:1.9130859375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htZ7I7lw40XSStDwOWLoQWTziJ4zgKrq { width:20rem;height:5.60595625rem;top:3.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX { display:block; }#uFeDmdqXrXcwOJ6NZlTSmLh2nD4eggCX > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhywT065A2mB8OzfkKgw7IXMtil22sKo { width:4.3125rem;height:4.3125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMef1ATW3Bs2UTsPWr8X2DE0THz1KQpo { width:3.875rem;height:3.875rem;top:1.46875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWX7wu5z3CThRLFPKr03ZFFyXBtBt4C { width:4.1875rem;height:4.1875rem;top:1.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhNW8df4IffH3W1fNp2MvP7Gr4C4KMGC { width:4rem;height:4rem;top:1.40625rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR22nTHKn0yMHKqhT8rxvXTtzld59L27 { width:3.375rem;height:3.375rem;top:4.9375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be7I3ywbdvbBaMgLHQKARmbmhRBJ3DBi { width:3.5625rem;height:3.5625rem;top:4.84375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWE44rouvmQdC0VHNZgbB9p3Xqg7FJGD { width:4.3125rem;height:4.3125rem;top:4.46875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHSiZN2SqAXH3oOXq87eXCpnBib9gPoG { width:4.75rem;height:4.75rem;top:4.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHzJW3k4TbVOkBJNvCdoeLusunVpVRne { display:block; }#BHzJW3k4TbVOkBJNvCdoeLusunVpVRne > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFC0mKGOSu0VAt7DTGcb5h2G9zIfhPsT { width:18.875rem;height:0;top:2.265625rem;left:0.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HpJl34MQHuMmE3XwWN3QdvyhpoSIwcII { width:20rem;height:21.7465625rem;top:14.62353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpehquizBNObvQwoF9mbJLJK7Hl2vDyW { width:16.75rem;height:2.625rem;top:9.625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwtE8ItApxDerLu02mJp7Jg2EDwRv77A { top:5.9375rem;left:1.25rem;width:12.875rem;height:2rem;z-index:14999;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im8l2hAHU0Jl5yruqNtl81NyQAiqEUNI { width:18.875rem;height:5.60595625rem;top:2.25rem;left:0.5625rem;font-size:1.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C { background-color:#fafafa;background-image:none;display:block; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { background-color: transparent; background-image: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container > .video-iframe-container { display: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row > .video-iframe-container { display: none; }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .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); }#Ws2yrdd3XS8Lk6y6yTMlT9KNgo0TIL1C > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTCLtaN7eEMixSZTt03JGlS0iMdqmisV { width:18.875rem;height:3.73730625rem;top:40rem;left:0.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DaO3qtBs0ZGyi3bZuhHuzZmMJtzKUO3y { width:19.4375rem;height:4.8984375rem;top:44.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmb1aEOvpMvN8M1OcXpFMnqJsIdp2dcH { width:17.1875rem;height:1.13720625rem;top:50.875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSs9IywNIGSQJ6DdX6lkvBpLi5UaI310 { width:16.25rem;height:2.2744125rem;top:53.6875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yw44KIg0ET1rxB1EdPJPNBhTsQACRJSt { width:1.9375rem;height:1.5625rem;top:50.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNeB4FhFOOSJnUXCultcSWde2f5uxv9c { width:20rem;height:14.625rem;top:42.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxcPA6nZFH4XxTtRKPX903rG7I7FK07B { width:15.3125rem;height:3.73730625rem;top:11.3125rem;left:0.5625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nWXqaNuIkzADCpEpXXrIxlIZV5bCTwI8 { width:18.9375rem;height:6.12305rem;top:15.625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwsktABVsAUtL1ty6cUXi9aZM3oE7cV { width:15.125rem;height:2.2744125rem;top:22.5rem;left:2.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s0q07hygR1gr33lGDzGsK4TbBRmTb0Qt { width:1.9375rem;height:1.5625rem;top:22.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3c53TQE75Mik1TtD2gTcSivCqGJ85BA { width:15.75rem;height:2.2744125rem;top:25.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WZR5PQLOUJ4OIFRTyvUZSoz0VVyC1eCN { width:1.9375rem;height:1.5625rem;top:25.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqmi091UPdVb7wQIIGch4P6H2ZVSUnCq { width:6.875rem;height:1.29980625rem;top:38.25rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;z-index:15004;font-family:"clash grotesk";display:block; }
 }@media only screen and (max-width: 763px) { #RIusgnpiKeu6ALofuNduvC8JTXTdsKHx { width:20rem;height:25.875rem;top:8.375rem;left:0rem;z-index:15002;background-color:#fafafa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZCGmbwP1VwVdNpA7Hbnl1iX8koFl9oLF { width:6.875rem;height:1.29980625rem;top:9.75rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;z-index:15005;font-family:"clash grotesk";color:#303030;display:block; }
 }@media only screen and (max-width: 763px) { #hnTq3Om90leEFWmkadOA73KUBic224Uv { width:20rem;height:0;top:71.75rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zRiSHg1s8BsK1TocbNJXRUqNVTKd8u0t { width:20rem;height:25.9375rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKxccAFb9JaaOud0DskhN3zQCBgc3Zle { width:20rem;height:0;top:73rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aegoPUoBVpoLeIx5Ggf61EsDOJh4VmSW { width:1.9375rem;height:1.5625rem;top:87.9375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEhiqdTf768HoaDnMhA0XomL89nP453y { width:11.0625rem;height:3.4375rem;top:28.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZtlL38a1oEQTZGxqihZTZmt5LzOcyey { display:block; }
 }@media only screen and (max-width: 763px) { #kXzcKxbeQTx0HC5TlzB3d7QZP1k2K6pd { width:11.0625rem;height:3.4375rem;top:57.1875rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzSMC3MwV34VXmgmH6VMAu1leKnWAso { display:block; }
 }@media only screen and (max-width: 763px) { #gIKCiA1Kuv3KKMJoxGg1Vm8bTDoRgd7V { width:20rem;height:3.8994125rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mItcdQqPkXFTG3JqLX9TLiHLnq5ALgqy { width:1.9375rem;height:1.5625rem;top:53.9375rem;left:0.5625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS { display:block; }#ikNqRhalW46qh9EGlP8n5TpDyJdhTBMS > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IstJZZqOiOvvGQTsXDguD7e5NUoxOObX { width:5.0625rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwE4AD64baitT9UbvGhPItB0pFO59y9y { width:16.062rem;height:5.5996rem;top:0rem;left:3.9384765625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGtczsNiaMfBBpfoyri9EoNnEtysccqR { width:16.0625rem;height:0;top:8.25rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBQoWQc7uG98hty0KeZmQrb2lbTRcRhX { width:16.062rem;height:1.3999rem;top:6.125rem;left:1.9677734375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }