.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:241,218,226;--color-primary-1:212,143,169;--color-primary-2:184,69,112;--color-primary-3:166,23,76;--color-primary-4:88,11,39;--color-secondary-0:255,246,220;--color-secondary-1:255,226,138;--color-secondary-2:255,196,21;--color-secondary-3:128,98,11;--color-secondary-4:38,29,3;--color-tertiary-0:255,255,255;--color-tertiary-1:251,243,246;--color-tertiary-2:248,246,241;--color-tertiary-3:149,148,145;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:open sans; }@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:transparent;background-image:url("https://images.assets-landingi.com/1JGrfsjX/music1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54490f34-3e44-445c-90bd-6ffc07ec4f18/bb91309b6f34e31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::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; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.8125rem;width:60rem;position:relative;display:block; }#Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { 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:3.18725625rem;width:12.5rem;top:5.516357421875rem;left:1.561279296875rem;overflow:hidden;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8115rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:35.375rem;left:0rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:rgba(240,240,240,0.7);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:31.6875rem;width:23.9375rem;top:10.8125rem;left:33.0625rem;display:block; }
#vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { color:rgba(var(--color-primary-3),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8583984375rem;left:35.4375rem;height:4.38574375rem;display:block; }
#hyzVCF3ttTukDM35S49LFw0pZIea0CoD { color:rgba(var(--color-tertiary-2),1);display:block;width:0;position:absolute;font-family:bitter;font-size:9.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:16.0625rem;left:13.0625rem;height:10.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { color:rgba(var(--color-tertiary-0),1);display:block;width:4.624025rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.75390625rem;left:8.514404296875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DuLVffLvQwB7nDLaDpMc6nz9RVvQrvz5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:.8;letter-spacing:0;top:20.25rem;left:20.4375rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-form-header {  }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-3),1);width:18.0625rem;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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.2; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .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; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:first-of-type{padding-top:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:last-of-type{padding-bottom:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.5625rem;left:34.65625rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.0625rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.5625rem;left:34.65625rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #tynWZoZhfmzPOuKypLDkaaAelbGA6hZR { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #KnKTI7ksccniqEAfMrhWNHwJRRewM9nV { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #ETkuTMQwJXMgCTXLnsMTTZMq3PowTyLC { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma { position:relative;display:block; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze { position:relative; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W { position:relative; }
#oEn4DSwV9IgU1CDQZdf1ZSciKvOBCAC4 { color:rgba(var(--color-tertiary-1),1);display:block;width:2.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:24.1875rem;left:8.1875rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cVc6xbJJDTNaXqgE91RDwLXAN0pas0SQ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.9375rem;border-top-right-radius:13.9375rem;border-bottom-left-radius:13.9375rem;border-bottom-right-radius:13.9375rem;box-shadow: none;height:4.375rem;width:4.4375rem;top:19.3125rem;left:19.6875rem;display:block; }
#zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { color:rgba(var(--color-tertiary-0),1);display:block;width:5.561525rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:41.6875rem;left:13.0625rem;height:0.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fX2Gh4GA9rhti0KcP2bLLIxJvPzHhcHV { color:rgba(var(--color-tertiary-1),1);display:block;width:0.625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:39.425048828125rem;left:17.5rem;height:0.97534375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZgmTaIkMw79P2ebxOd2bKrcmUQGGLObn { color:rgba(var(--color-tertiary-1),1);display:block;width:0.625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:39.1875rem;left:10.0625rem;height:0.97534375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o0Do2uL03EIgwcPLHvNxSUlrTeOFFOau { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1870125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:21.9375rem;left:20.4375rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btT80khz4SaP2dnCJ6w5PlZhqhb9znqT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.9375rem;border-top-right-radius:13.9375rem;border-bottom-left-radius:13.9375rem;border-bottom-right-radius:13.9375rem;box-shadow: none;height:2.6875rem;width:2.8125rem;top:23.846435546875rem;left:7.998046875rem;display:block; }
#bU2DEBteN1dwsd8ExART3ShiwBaXo2Sa { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:35.374755859375rem;left:18.79638671875rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RswbhGhiqEUnRI2lgM8udTtb8EEwoTpC { box-sizing:content-box;color:#5d92ff;font-size:20.375rem;font-weight:400;line-height:1;height:23.18725rem;width:23.18725rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:.67;top:10.249267578125rem;left:4.152587890625rem; }
#aWKAmlXxT3ROsTR8Cwm0cqUeeBsnNws4 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1865rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:14996;line-height:1.2;letter-spacing:0;top:39.125rem;left:1.9375rem;height:1.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NHgQv3N97kWzvo7bsv28QtEqydf9SnTA { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.1875rem;top:35.4375rem;left:10.8125rem;display:block; }
#D6WEaMzk3T3Waq3396qm8mdhzAMtnfFB { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.1867675rem;top:35.3125rem;left:21.25rem;display:block; }
#xm8itoVTtQqtDolitUBBkGQJBdeNcpKm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.93725rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:36.9375rem;left:10.125rem;height:3.9169875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HEUvneDLKqMSXthNztbUG5JFBaxI25F3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8103125rem;position:absolute;font-family:rubik;font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:35.3125rem;left:10.375rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2WXy9SE7sDQE7t69QHuvFpSOFmMMwLc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:37.777099609375rem;left:21.2646484375rem;height:1.72485625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { background-color: transparent; background-image: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { display: none; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .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); }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { border-width: 0; border-radius: 0; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-primary-3),1);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:2.2;letter-spacing:0;top:1.5625rem;left:37.8125rem;height:7.4238125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmL0ai7dX5D2luZe6TA3O5GkAdbIeTwd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:28.25rem;top:2.53125rem;left:2.375rem;overflow:hidden;display:block; }
#A5trFzzqQ2nEd6REQpJPLZVLMJI7IKRe { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.8125rem 0.0625rem 0.75rem rgba(var(--color-tertiary-0),0.77) ;height:0.5rem;width:25.0625rem;top:5.1875rem;left:33.0625rem;display:block; }
#x3QQkKVMcfMo8AT9nvFmhpLNdSPe90Dg { position:absolute;display:block;z-index:15051;background-color:#6b0c30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.8125rem 0.0625rem 0.75rem rgba(var(--color-tertiary-0),0.77) ;height:0.375rem;width:25.0625rem;top:5.5rem;left:33.0625rem;display:block; }
#wd71toF4BBgMQVpcUuZn4ku1TneQydBO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.6875rem;left:33.125rem;height:16.875rem;display:block; }
#bprechiWrTfExnXWvNgz5vDO7WWDWllr { 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:15052;opacity:1;top:1.875rem;left:34.375rem; }
#TUVaXWQJtcWTMuzTlTlI05TuPBni9BA1 { 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:15053;opacity:1;top:1.875rem;left:52.5rem; }
#IZvAQGNgOL8HyVVdgcHvzOZfmGv8nXtb { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.75rem;left:33.0615234375rem;display:block; }
#GxKDHnHXN1g67KhBWezOv39ngp8Cd1dW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { background-color: transparent; background-image: none; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container > .video-iframe-container { display: none; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row > .video-iframe-container { display: none; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .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); }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { border-width: 0; border-radius: 0; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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.125rem;width:25.0625rem;top:7.1875rem;left:2.2021484375rem;overflow:hidden;display:block; }
#XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:28.375rem;top:7.15625rem;left:30.0625rem;overflow:hidden;display:block; }
#xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5rem;left:22.53125rem;height:2.6806625rem;display:block; }
#Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { background-color:rgba(var(--color-primary-3),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.65625rem;left:2.2021484375rem;display:block; }
#hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { background-color:rgba(var(--color-primary-3),0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.65625rem;left:30.0625rem;display:block; }
#C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { background-color: transparent; background-image: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container > .video-iframe-container { display: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container { display: none; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .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); }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { border-width: 0; border-radius: 0; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.1875rem;left:6.96875rem;height:2.84375rem;display:block; }
#E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.4375rem;left:7.65625rem; }
#CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.4375rem;left:27.59375rem; }
#w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.4375rem;left:47.40625rem; }
#dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.3125rem;height:2.5996125rem;display:block; }
#l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:2;letter-spacing:0;top:16.927734375rem;left:2.34375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:16.927734375rem;left:21.84375rem;height:9.666rem;text-align:center;text-align-last:center;display:block; }
#Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.625rem;left:22.9375rem;height:2.5996125rem;display:block; }
#SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.625rem;left:43.28125rem;height:2.5996125rem;display:block; }
#TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:16.927734375rem;left:41.59375rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { background-color: transparent; background-image: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { display: none; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .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); }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { border-width: 0; border-radius: 0; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { 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:13.4375rem;width:15.9375rem;top:7.125rem;left:1.90625rem;overflow:hidden;display:block; }
#y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { position:absolute;display:block;z-index:15002;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:16rem;top:24.5625rem;left:22rem;overflow:hidden;display:block; }
#nMh5vplif1QBmszSclWDbkHVnd1eS1fL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:24.5625rem;left:41.09375rem;overflow:hidden;display:block; }
#aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { position:absolute;display:block;z-index:15004;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:15.9375rem;top:24.5625rem;left:1.96875rem;overflow:hidden;display:block; }
#llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { 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:13.4375rem;width:15.9375rem;top:7.125rem;left:22.03125rem;overflow:hidden;display:block; }
#vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:15.9375rem;top:7.125rem;left:41.09375rem;overflow:hidden;display:block; }
#fQCkvendGoWVHivyvcPPF3kUAhq72z4I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:22.96875rem;height:2.6806625rem;display:block; }
#vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.5625rem;left:1.90625rem;display:block; }
#aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.125rem;left:1.875rem;display:block; }
#znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.125rem;left:22rem;display:block; }
#T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.625rem;left:22.03125rem;display:block; }
#BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.125rem;left:41.0625rem;display:block; }
#VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { background-color:rgba(var(--color-primary-3),0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.5625rem;left:41.0625rem;display:block; }
#doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { background-color: transparent; background-image: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { display: none; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .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); }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { border-width: 0; border-radius: 0; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#H0lUVDV7PUTMPfcx3qIzvbTg7vxmadK3 { z-index:15000;top:10.59375rem;left:22.40625rem;background-color:rgba(var(--color-primary-3),1);background-image:none;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: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fcHeqXxAvOQUGymPG9khaDLx6VwFwdp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { color:rgba(var(--color-primary-3),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.25rem;height:5.6875rem;display:block; }
#EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { color:rgba(var(--color-primary-3),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.46875rem;left:9.9375rem;height:1.462675rem;display:block; }
#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { background-color: transparent; background-image: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container > .video-iframe-container { display: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container { display: none; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .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); }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { border-width: 0; border-radius: 0; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:2.6875rem;left:16.9375rem;height:2.65625rem;display:block; }
#sUXX2B6nmJO27bDdecqVnDswf326HfBF { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.25rem;left:18.25rem;height:2.625rem;display:block; }
#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { border-width: 0; border-radius: 0; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.146484375rem;left:20.4375rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:12.5rem;height:3.18725625rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:11.75rem;height:3.6875rem;top:35.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:23.9375rem;height:31.6875rem;top:10.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { top:11.8125rem;left:27.625rem;width:20.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyzVCF3ttTukDM35S49LFw0pZIea0CoD { width:0;height:10.875rem;top:16.0625rem;left:6.9375rem;font-size:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { width:4.5625rem;height:2.8125rem;top:17.75rem;left:2.389404296875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuLVffLvQwB7nDLaDpMc6nz9RVvQrvz5 { width:5.375rem;height:1.6875rem;top:20.25rem;left:14.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:18.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:18.0625rem;height:auto;top:16.5625rem;left:27.1875rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:18.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:18.0625rem;height:auto;top:16.5625rem;left:27.1875rem; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #tynWZoZhfmzPOuKypLDkaaAelbGA6hZR {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #KnKTI7ksccniqEAfMrhWNHwJRRewM9nV {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #ETkuTMQwJXMgCTXLnsMTTZMq3PowTyLC {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W {  }
 }@media only screen and (max-width: 763px) { #oEn4DSwV9IgU1CDQZdf1ZSciKvOBCAC4 { width:2.0625rem;height:2.1875rem;top:24.125rem;left:2.062255859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVc6xbJJDTNaXqgE91RDwLXAN0pas0SQ { top:19.3125rem;left:13.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { width:5.5rem;height:0.875rem;top:41.6875rem;left:6.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX2Gh4GA9rhti0KcP2bLLIxJvPzHhcHV { width:0.625rem;height:0.9375rem;top:39.375rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmTaIkMw79P2ebxOd2bKrcmUQGGLObn { width:0.625rem;height:0.9375rem;top:39.1875rem;left:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Do2uL03EIgwcPLHvNxSUlrTeOFFOau { width:4.125rem;height:0.9375rem;top:21.9375rem;left:14.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btT80khz4SaP2dnCJ6w5PlZhqhb9znqT { top:23.8125rem;left:1.873046875rem;width:2.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU2DEBteN1dwsd8ExART3ShiwBaXo2Sa { width:15.9375rem;height:1.8125rem;top:35.3125rem;left:12.67138671875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswbhGhiqEUnRI2lgM8udTtb8EEwoTpC { top:10.1875rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWKAmlXxT3ROsTR8Cwm0cqUeeBsnNws4 { width:11.125rem;height:1.1875rem;top:39.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHgQv3N97kWzvo7bsv28QtEqydf9SnTA { top:35.4375rem;left:4.6875rem;width:0.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6WEaMzk3T3Waq3396qm8mdhzAMtnfFB { top:35.3125rem;left:15.125rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm8itoVTtQqtDolitUBBkGQJBdeNcpKm { width:11.875rem;height:3.875rem;top:36.9375rem;left:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUvneDLKqMSXthNztbUG5JFBaxI25F3 { width:11.75rem;height:1.8125rem;top:35.3125rem;left:4.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2WXy9SE7sDQE7t69QHuvFpSOFmMMwLc { width:11.875rem;height:1.6875rem;top:37.75rem;left:15.1396484375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:14.6875rem;height:3.6875rem;top:1.5625rem;left:31.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmL0ai7dX5D2luZe6TA3O5GkAdbIeTwd { top:2.5rem;left:0rem;width:28.25rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5trFzzqQ2nEd6REQpJPLZVLMJI7IKRe { top:5.1875rem;left:22.6875rem;width:25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QQkKVMcfMo8AT9nvFmhpLNdSPe90Dg { top:5.5rem;left:22.6875rem;width:25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd71toF4BBgMQVpcUuZn4ku1TneQydBO { top:6.625rem;left:23.6875rem;width:24.0625rem;height:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bprechiWrTfExnXWvNgz5vDO7WWDWllr { top:1.875rem;left:28.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUVaXWQJtcWTMuzTlTlI05TuPBni9BA1 { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvAQGNgOL8HyVVdgcHvzOZfmGv8nXtb { width:17.5rem;height:3.4375rem;top:28.75rem;left:26.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxKDHnHXN1g67KhBWezOv39ngp8Cd1dW { display:block; }
 }@media only screen and (max-width: 763px) { #cWZaoQ205d962k78tkGXbXk8fqOMXkyQ { display:block; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { top:7.1875rem;left:0rem;width:25.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { top:7.125rem;left:19.375rem;width:28.375rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { top:1.5rem;left:16.40625rem;width:14.9375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { width:25.1875rem;height:2.625rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block; }
 }@media only screen and (max-width: 763px) { #wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { width:28.375rem;height:2.625rem;top:25.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block; }
 }@media only screen and (max-width: 763px) { #yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { display:block; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { top:1.1875rem;left:0.84375rem;width:46.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { top:7.4375rem;left:1.53125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { top:7.4375rem;left:21.46875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { top:7.4375rem;left:41.28125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { top:13.625rem;left:0rem;width:13.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { top:16.875rem;left:0rem;width:15.4375rem;height:8.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { top:16.875rem;left:15.71875rem;width:16.3125rem;height:11rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { top:13.625rem;left:16.8125rem;width:14.125rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { top:13.625rem;left:34.6875rem;width:13.0625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { top:16.875rem;left:31.3125rem;width:16.4375rem;height:8.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { top:7.125rem;left:0rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { top:24.5625rem;left:15.875rem;width:16rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMh5vplif1QBmszSclWDbkHVnd1eS1fL { top:24.5625rem;left:31.8125rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { top:24.5625rem;left:0rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { top:7.125rem;left:15.90625rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { top:7.125rem;left:31.8125rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCkvendGoWVHivyvcPPF3kUAhq72z4I { top:2rem;left:16.84375rem;width:14.0625rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { width:16rem;height:2.5rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { width:16rem;height:2.5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block; }
 }@media only screen and (max-width: 763px) { #pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { width:16rem;height:2.5rem;top:18.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block; }
 }@media only screen and (max-width: 763px) { #fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { width:16.0625rem;height:2.4375rem;top:35.625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block; }
 }@media only screen and (max-width: 763px) { #rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { width:16rem;height:2.5rem;top:18.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { width:16rem;height:2.5rem;top:35.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0lUVDV7PUTMPfcx3qIzvbTg7vxmadK3 { top:10.5625rem;left:16.28125rem;width:15.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcHeqXxAvOQUGymPG9khaDLx6VwFwdp5 { display:block; }
 }@media only screen and (max-width: 763px) { #i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { top:2.9375rem;left:1.125rem;width:45.5rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { top:6.4375rem;left:3.8125rem;width:40.125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { display:block; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { top:2.6875rem;left:10.8125rem;width:26.125rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXX2B6nmJO27bDdecqVnDswf326HfBF { top:7.25rem;left:12.125rem;width:23.5625rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { top:1.125rem;left:14.3125rem;width:19.125rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/727c6896-6128-438a-893b-a43bb396d4d9/Citralandkairagimanadovew05revisi.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.adaptive-delivery-prevent-bg, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyload, #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b.lazyloading { background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:10.5625rem;height:2.6875rem;top:2.3125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:6.43675rem;height:2.6123rem;top:25.375rem;left:1.0625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:18.4375rem;height:29.25rem;top:37.874267578125rem;left:0.74951171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { width:16.0625rem;height:3.65625rem;top:38.499267578125rem;left:1.937255859375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hyzVCF3ttTukDM35S49LFw0pZIea0CoD { width:0;height:10.9496875rem;top:10.88671875rem;left:7.65625rem;font-size:9.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { width:3.9375rem;height:2.25rem;top:14.13671875rem;left:4.03125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DuLVffLvQwB7nDLaDpMc6nz9RVvQrvz5 { width:3.375rem;height:1.69921875rem;top:12.125rem;left:13.0625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:16.1875rem;height:auto;top:35rem;left:0.6875rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:16.1875rem;height:auto;top:41.499755859375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #tynWZoZhfmzPOuKypLDkaaAelbGA6hZR {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #KnKTI7ksccniqEAfMrhWNHwJRRewM9nV {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #ETkuTMQwJXMgCTXLnsMTTZMq3PowTyLC {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #WJe0OnG0NbDHLnZuq0ZReJQ7q3Mbya6v {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #GUwNiG0D49NlLRO73fC2FwOg202lMW6T {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JDFg5TWb4WBfKTmCpLs7ZyzoLJnTXpde {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #uKldIfClQZNrN9JEhbtSTLFI7Br22agX {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #X1CQ9hhUdGXT1k1iT2EwOecWugUzkQoc {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #vXmEZqHi59AxrKZmNKnpn0GzWnPHgKuo {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #Qb2HFTdTFZVTNcDCesnxs21EglwstEfN {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #gyPyQAmp36EgrZzlAA9XAyZ21OpCiOma {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #UeCqonUf1uC5MTc4RpiAPnZJPMEdS8IS {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #JRU7vtqAvtNJIvtTZC4kfZoFTfJaPCze {  }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt #szCTX4J7NnwB0cSN43L5cVRMds09tx0W {  }
 }@media only screen and (max-width: 763px) { #oEn4DSwV9IgU1CDQZdf1ZSciKvOBCAC4 { width:2.125rem;height:1.875rem;top:17.3125rem;left:4.3125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cVc6xbJJDTNaXqgE91RDwLXAN0pas0SQ { width:3.8125rem;height:3.8125rem;top:11.51123046875rem;left:12.826416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { width:6.4978125rem;height:0.67505rem;top:35.599365234375rem;left:7.65625rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fX2Gh4GA9rhti0KcP2bLLIxJvPzHhcHV { width:0.625rem;height:0.75rem;top:26.3125rem;left:18.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZgmTaIkMw79P2ebxOd2bKrcmUQGGLObn { width:0.625rem;height:0.75rem;top:27.3125rem;left:7.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0Do2uL03EIgwcPLHvNxSUlrTeOFFOau { width:4.12475625rem;height:1rem;top:14.1357421875rem;left:12.388916015625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btT80khz4SaP2dnCJ6w5PlZhqhb9znqT { width:2.625rem;height:2.5rem;top:17rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU2DEBteN1dwsd8ExART3ShiwBaXo2Sa { width:3.125rem;height:1.85546875rem;top:30.5625rem;left:8.1875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RswbhGhiqEUnRI2lgM8udTtb8EEwoTpC { display:flex;width:17.24975rem;height:20rem;top:6.35986328125rem;left:1.685791015625rem; }
 }@media only screen and (max-width: 763px) { #aWKAmlXxT3ROsTR8Cwm0cqUeeBsnNws4 { width:8.625rem;height:1.04980625rem;top:27.9375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NHgQv3N97kWzvo7bsv28QtEqydf9SnTA { width:0.124511875rem;height:3.4375rem;top:25.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6WEaMzk3T3Waq3396qm8mdhzAMtnfFB { width:0.125rem;height:3.4375rem;top:112.6338125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xm8itoVTtQqtDolitUBBkGQJBdeNcpKm { width:8.374rem;height:2.4375rem;top:26.75rem;left:11.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HEUvneDLKqMSXthNztbUG5JFBaxI25F3 { width:4.4995125rem;height:1.30615rem;top:25.375rem;left:11.75rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2WXy9SE7sDQE7t69QHuvFpSOFmMMwLc { width:9.375rem;height:1.3501rem;top:32.3125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 { display:block; }#Mh4IsCzibeqJdIT7LXU8P0z3iZPnWlI5 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:20rem;height:2.75rem;top:1.357421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xmL0ai7dX5D2luZe6TA3O5GkAdbIeTwd { width:17.875rem;height:17.875rem;top:5.8896484375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5trFzzqQ2nEd6REQpJPLZVLMJI7IKRe { width:18.8125rem;height:0.375rem;top:4.0302734375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QQkKVMcfMo8AT9nvFmhpLNdSPe90Dg { width:18.9375rem;height:0.375rem;top:4.2177734375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd71toF4BBgMQVpcUuZn4ku1TneQydBO { width:18.31175rem;height:18.3691625rem;top:25.12451171875rem;left:0.84228515625rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bprechiWrTfExnXWvNgz5vDO7WWDWllr { display:flex;width:2.5rem;height:2.5rem;top:1.23193359375rem;left:1.8427734375rem;font-size:1.75rem;opacity:1; }
 }@media only screen and (max-width: 763px) { #TUVaXWQJtcWTMuzTlTlI05TuPBni9BA1 { display:flex;width:2.5rem;height:2.5rem;top:1.23193359375rem;left:15.669189453125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #IZvAQGNgOL8HyVVdgcHvzOZfmGv8nXtb { width:17.5rem;height:3.4375rem;top:45.634765625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxKDHnHXN1g67KhBWezOv39ngp8Cd1dW { display:block; }
 }@media only screen and (max-width: 763px) { #cWZaoQ205d962k78tkGXbXk8fqOMXkyQ { display:block; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWFDxdmNPPZqQo5x0UJJsWKwWDug5Vqb { width:16rem;height:13.5rem;top:22.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF2UnpGoNrMmV2qGdP1K0zQDVA1LkefT { width:16.0625rem;height:11.875rem;top:7.6875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctHreXRm5sgrIqiMDPF1TaKVmZr03BV { width:14.9375rem;height:2.5996125rem;top:2.875rem;left:2.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5gkFtuaQEA1qQfgQaITpHSM7VlwCC7 { width:16.0625rem;height:2.625rem;top:33.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3cVgr8xNPTwH2nKtNI8TKh0eGzXmit { display:block; }
 }@media only screen and (max-width: 763px) { #wqJAsz1cX1FlqGSV2RMBBabE0sxZLGxz { width:16.0625rem;height:2.625rem;top:17rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7e9aqSPBnAFIQwNOz1QURvFcdcbCIVz { display:block; }
 }@media only screen and (max-width: 763px) { #yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf { display:block; }#yt4yRVkNPiGBQhkIRl4lTgbXVksTM7Gf > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { width:20rem;height:6.75rem;top:1.541015625rem;left:0rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9SqNIGWTp6pM9C30FsKLDJ1h9dHJoZe { display:flex;width:3.625rem;height:3.625rem;top:13.875rem;left:8.0625rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #CByQ3cX8wb33XnHbNQgFElGi7DyAgtd4 { display:flex;width:3.625rem;height:3.625rem;top:31.3125rem;left:8.0625rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #w2ebn0kkpT5rNEIAV8wTDA4qeCfQAZeA { display:flex;width:3.625rem;height:3.625rem;top:50.0625rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #dJ7HgIFCTZRNefna3iKT76Q7LaNtTqBQ { width:12.75rem;height:2.4375rem;top:54.3125rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l96TtbgZTgx3glwKbWfUPUgb1mPmTBxT { width:15.8125rem;height:6.9043125rem;top:21.75rem;left:2.125rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALoXGd4U8QfTh7sp96T8oR7T14E6JUKX { width:15.625rem;height:11.046875rem;top:39.0625rem;left:2.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abru1Gy60hd4NV7HPyNSgtbnTv6bVTGe { width:14.1875rem;height:2.4375rem;top:35.8125rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SA8AWy9qK8TpQu6A7VXhHoKWFiC3MlT6 { width:12.5rem;height:2.4375rem;top:18.5625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRnSHNcJMigSHpD6qWyKgGRz5AFrekfM { width:15.8125rem;height:8.7715rem;top:57.875rem;left:2.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ { display:block; }#zMsx8u3Iit0vAWpATp7LlzSUsqiR7CmQ > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4OF7eLeRD1SXtL5TT3VdXn25znZgk9q { width:18.0625rem;height:15.125rem;top:57.755859375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3wctlgrRiTWyN1uGQidmTvg55ylTZuH { width:18.0625rem;height:15.1875rem;top:22.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMh5vplif1QBmszSclWDbkHVnd1eS1fL { width:18.0625rem;height:15.125rem;top:40.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQo1yzQurTdeQ68Tm7kmBS7EleJxFgmU { width:18.0625rem;height:15.125rem;top:5.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llBzEV0TWvp6ALqe99kK4JqJuGzPZLk5 { width:18.0625rem;height:15.25rem;top:92.630859375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTXq2hh9cTUo6gm9Ln5rLPE7XsNzLWK { width:18.0625rem;height:15.125rem;top:75.162109375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCkvendGoWVHivyvcPPF3kUAhq72z4I { width:14.0625rem;height:2.4375rem;top:1.8125rem;left:2.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtmBSNKPcWGhOtqLspBgPb6cKBEGdVb1 { width:18.0625rem;height:2.5rem;top:18.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3VpfNOKxVFJnCEUkZiltpmfdNZTTU9 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ1zrPVbkKGiv5PriyiyRFqfl1KDJn2p { width:18.0625rem;height:2.5rem;top:70.443359375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVWOEAOKCZyET2ofOMVhTkzDCVtQZyh { display:block; }
 }@media only screen and (max-width: 763px) { #pShw8sZi9xDAcBVSphPCRywfgRgfI3K7 { width:18.0625rem;height:2.5rem;top:87.849609375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8R1vtVuCdJ04v1JiCuQmxcoxQTT4Wkz { display:block; }
 }@media only screen and (max-width: 763px) { #fXyqxV8uTrfFXP9CVRFSR0GXmqng5r7D { width:18.0625rem;height:2.375rem;top:35.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrQtZbukZaWMKyBr82PL7kMT4CCFpFc { display:block; }
 }@media only screen and (max-width: 763px) { #rkQDdaML4h6GFJfI2Ay3fPcT92qQfhOf { width:18.0625rem;height:2.5rem;top:105.443359375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfX2fHogLyhxS9mEvPATtC8NGn2uyEy2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGBlSlk4XDEZwyxfFuJxx5USbT91KcA7 { width:18.0625rem;height:2.5rem;top:52.8125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doE9xNckvusNVz8i9LrNJzNnySB8SuR7 { display:block; }
 }@media only screen and (max-width: 763px) { #flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA { display:block; }#flR4S26xsg3dmQ73tdFrFZWbvTbKcRpA > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0lUVDV7PUTMPfcx3qIzvbTg7vxmadK3 { top:8.9375rem;left:4.21875rem;width:11.5625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcHeqXxAvOQUGymPG9khaDLx6VwFwdp5 { display:block; }
 }@media only screen and (max-width: 763px) { #i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { width:20rem;height:2.76171875rem;top:1.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { width:18.6875rem;height:1.94921875rem;top:5.806640625rem;left:0.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xMgvgM85XVf0gCKoZtTNiWbwfO461A5z { display:block; }#xMgvgM85XVf0gCKoZtTNiWbwfO461A5z > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJOFEaf6XiARFOD5q9JHSrUVFxQ1oNg2 { width:20rem;height:1.91284375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUXX2B6nmJO27bDdecqVnDswf326HfBF { width:17.625rem;height:1.75rem;top:4.125rem;left:1.1875rem;font-size:0.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fraxHomcic4IvNNyLMJbMlZhuzFWxIgE { background-color:#5d142f;background-image:none;display:block; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { background-color: transparent; background-image: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row > .video-iframe-container { display: none; }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .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); }#fraxHomcic4IvNNyLMJbMlZhuzFWxIgE > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { width:20rem;height:0.7312rem;top:0.75rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }