.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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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(4,3,3,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(4,3,3,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:2.8125rem;width:10.686875rem;top:8.2649745941163rem;left:9.9110260009762rem;overflow:hidden;display:block; }
#hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { position:absolute;display:block;z-index:14999;background-color:#f0f0f0;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:27.6875rem;width:21.125rem;top:13.125rem;left:36.1875rem;display:block; }
#vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { color:rgba(var(--color-primary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:38.1875rem;height:3.8997375rem;display:block; }
#WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:16.9375rem;left:3.5625rem;height:4.65060625rem;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:16.75rem;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;line-height:1.1;overflow:hidden; }
#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:16.75rem;box-sizing:border-box;height:1.8125rem;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:16.75rem;box-sizing:border-box;height:4.3125rem;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:16.75rem;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:16.75rem;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.8125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#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:15.375rem;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.125rem;padding-right:0;padding-bottom:0.125rem;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:16.75rem;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:17.6875rem;left:37rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.75rem; }
#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:16.75rem;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:17.6875rem;left:37rem; }
#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; }
#QplNAD5d5hCaRxRemD8p6ThKyyDsUzxL { position:absolute;display:block;z-index:15010;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.0625rem;width:11.625rem;top:14.625rem;left:3.5625rem;display:block; }
#zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:43.0625rem;left:9.5rem;height:0.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; }
#ysRbhxu46TfqJUWvMBJrzWzoslgvyD6X { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:14.6875rem;left:3.8125rem;height:1.83810625rem;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; }
#mt2eWtPRyi6HI3bnb12Jl4pzskVqPCOE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.6875rem;left:3.875rem;height:1.94921875rem;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; }
#sdIsNb2ZE0TtHcNpf8pST3SMyJaCcwdG { position:absolute;display:block;z-index:15011;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.875rem;width:20.5625rem;top:39.75rem;left:3.5625rem;display:block; }
#eAgtQIqWwFWTEbC3rvVQnMs7VcrCIRQn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:13.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:19.543186187744rem;left:14.217666625976rem;height:14.85025rem;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; }
#z6hks0uflAbCANzuHggC5383MJzCNFpM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.125rem;left:3.5625rem;height:1.94921875rem;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; }
#L7V2eNqhQtmRu0NLJrSUIHnEHZv2TUm4 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9985rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:24.548612594604rem;left:3.5601119995117rem;height:3.7109375rem;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; }
#z5kMwqGo4mINg27pwlyddEM49MGBHHwT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9985rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:21.005860328674rem;left:23.810764312744rem;height:0;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; }
#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:39rem;width:60rem;position:relative;display:block; }#pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { color:rgba(var(--color-primary-3),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:2.2;letter-spacing:0;top:2.7604179382324rem;left:28.687068939209rem;height:3.2986125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MgPTBPc8VGPGfefh7mKaD8gXADRcS67T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:14.206815719604rem;left:28.687068939209rem;height:4.89583125rem;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:29.9375rem;width:21.9375rem;top:3.5904960632324rem;left:2.7473964691162rem;overflow:hidden;display:block; }
#PhHEBGLEStDn3vtWmdt3UXtLeEZoeIE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7962245941163rem;left:28.687068939209rem;height:5.27886875rem;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.4375rem;width:26.125rem;top:5.5rem;left:28.6875rem;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.25rem;width:26.125rem;top:5.8125rem;left:28.6875rem;display:block; }
#OvznJSvcHiMVN5TT32q2ebSZ1Pcrs8nV { color:rgba(var(--color-tertiary-4),1);display:block;width:28.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:20.017362117768rem;left:28.687068939209rem;height:11.0156125rem;display:block; }
#SyRap8CyKm2W6Z7PvBrzKOteAvLKS2AP { z-index:15000;top:9.4976139068606rem;left:23.718536376953rem;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: 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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.561875rem;height:2.74956875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NDIthHnA4wPTsDlL716yrRAV2v1Todh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnHcTzd6hTOaahWIxhJ0QNPFHuxEbdbn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:32.103677749634rem;left:28.6865234375rem;height:2.44791875rem;display:block; }
#oGyaTOc7ztxLLw4lVu4Zu7Wmw4vhFbMh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:11.220704078674rem;left:12.227645874024rem;height:6.33465rem;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.68120625rem;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:28.5rem;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.599825rem;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:3.3125rem;height:8.1271875rem;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.8486328125rem;left:22.9375rem;height:8.28775rem;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.599825rem;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.599825rem;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.6044921875rem;left:43.28125rem;height:8.7760625rem;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.68120625rem;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:15.1875rem;width:60rem;position:relative;display:block; }#H0lUVDV7PUTMPfcx3qIzvbTg7vxmadK3 { z-index:15000;top:9.4976139068606rem;left:23.718536376953rem;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:12.561875rem;height:2.74956875rem;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.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:7.25rem;height:2.68120625rem;text-align:center;text-align-last:center;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:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:9.9375rem;height:1.21875rem;text-align:center;text-align-last:center;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:13.125rem;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:4.1875rem;left:16.9375rem;height:2.65625rem;display:block; }
#sUXX2B6nmJO27bDdecqVnDswf326HfBF { color:rgba(var(--color-tertiary-0),1);display:block;width:45.249rem;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.6875rem;left:7.375rem;height:1.3125rem;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:1.6875rem;width:60rem;position:relative;display:block; }#MAgg4TE7uXh5iReVIUfXJ0NvyJBT4Ntw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.124375rem;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:0.39496612548828rem;left:20.437286376953rem;height:0.8941rem;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:10.625rem;height:2.7962161529914rem;top:8.25rem;left:3.7860260009766rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:21.0625rem;height:27.625rem;top:13.125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFMhqbsMamWknVcDoHAdsmXK8I3KuyhJ { top:14.375rem;left:30.1875rem;width:17.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { width:29.6875rem;height:4.625rem;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:16.75rem;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.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:16.75rem;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.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:15.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:16.75rem;height:0;top:17.6875rem;left:28.5rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:16.75rem;height:0;top:17.6875rem;left:28.5rem; }
 }@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) { #QplNAD5d5hCaRxRemD8p6ThKyyDsUzxL { top:14.625rem;left:0rem;width:11.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { width:9.4375rem;height:0.75rem;top:43.0625rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysRbhxu46TfqJUWvMBJrzWzoslgvyD6X { width:11.5rem;height:1.8125rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt2eWtPRyi6HI3bnb12Jl4pzskVqPCOE { width:19.9375rem;height:1.9375rem;top:39.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdIsNb2ZE0TtHcNpf8pST3SMyJaCcwdG { top:39.75rem;left:0rem;width:20.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAgtQIqWwFWTEbC3rvVQnMs7VcrCIRQn { width:8.3125rem;height:14.8125rem;top:19.5rem;left:8.0926666259762rem;font-size:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6hks0uflAbCANzuHggC5383MJzCNFpM { width:29.1875rem;height:1.9375rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7V2eNqhQtmRu0NLJrSUIHnEHZv2TUm4 { width:8.9375rem;height:3.6875rem;top:24.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5kMwqGo4mINg27pwlyddEM49MGBHHwT { width:8.9375rem;height:0;top:21rem;left:17.685764312744rem;font-size:4.0625rem;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:26.8125rem;height:3.3125rem;top:2.75rem;left:20.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgPTBPc8VGPGfefh7mKaD8gXADRcS67T { top:14.1875rem;left:22.562068939209rem;width:24.0625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmL0ai7dX5D2luZe6TA3O5GkAdbIeTwd { top:3.5625rem;left:0rem;width:21.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHEBGLEStDn3vtWmdt3UXtLeEZoeIE4 { top:7.75rem;left:21.0625rem;width:26.6875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5trFzzqQ2nEd6REQpJPLZVLMJI7IKRe { top:5.5rem;left:21.625rem;width:26.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QQkKVMcfMo8AT9nvFmhpLNdSPe90Dg { top:5.8125rem;left:21.625rem;width:26.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvznJSvcHiMVN5TT32q2ebSZ1Pcrs8nV { top:20rem;left:19.5625rem;width:28.125rem;height:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyRap8CyKm2W6Z7PvBrzKOteAvLKS2AP { top:9.4375rem;left:17.593536376953rem;width:12.5rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDIthHnA4wPTsDlL716yrRAV2v1Todh2 { display:block; }
 }@media only screen and (max-width: 763px) { #XnHcTzd6hTOaahWIxhJ0QNPFHuxEbdbn { top:32.0625rem;left:17.3125rem;width:30.4375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGyaTOc7ztxLLw4lVu4Zu7Wmw4vhFbMh { top:11.1875rem;left:6.1026458740234rem;width:11.125rem;height:6.3125rem;font-size:0.8125rem;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.8125rem;left:16.8125rem;width:16.3125rem;height:8.25rem;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.5625rem;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:9.4375rem;left:17.593536376953rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcHeqXxAvOQUGymPG9khaDLx6VwFwdp5 { display:block; }
 }@media only screen and (max-width: 763px) { #i7kTMJkffNini3xb2uxJ2JktQyoAGc2P { top:2.625rem;left:1.125rem;width:45.4375rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynyD6a5tRMeovlGkC5I5oxxCacNiwbB { top:6.125rem;left:3.8125rem;width:40.0625rem;height:1.1875rem;font-size:0.9375rem;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:4.1875rem;left:10.8125rem;width:26.0625rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXX2B6nmJO27bDdecqVnDswf326HfBF { top:7.6875rem;left:1.25rem;width:45.1875rem;height:1.25rem;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:0.375rem;left:14.312286376953rem;width:19.0625rem;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:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss61wQgtmnzmW1Gf88hhDKho3zXFhE9h { width:9.1875rem;height:2.25rem;top:2.312283039093rem;left:4.7178822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #hecWBlHd29xmXsb8ufEfPf6UO7pPQ0r2 { width:16.125rem;height:24.5rem;top:28.186199188233rem;left:2.0611979365349rem;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:14rem;height:2.923175rem;top:29.184896469116rem;left:3.6536458134651rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WLpZX2Mt3nKlzoSaVPp6LxU3dhsyPcNu { width:20rem;height:2.99913125rem;top:7.0561075210569rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-regular-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text { width:12.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.5rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-text {padding-top: 0; padding-bottom: 0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-textarea { width:12.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.6875rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-input-select { width:12.75rem;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:12.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:first-of-type{padding-top:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .widget-container:last-of-type{padding-bottom:0;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt  { width:12.7494375rem;height:auto;top:31.724075317382rem;left:2.3739345669746rem; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt .radio-container { width:12.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt {display:block;}#LSDECuWadrJ4byD20qXX0JOc9KGHOvEt { width:12.7494375rem;height:auto;top:31.724075317382rem;left:2.3739345669746rem; }
 }@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) { #QplNAD5d5hCaRxRemD8p6ThKyyDsUzxL { width:8.3125rem;height:1.375rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIsyGuAeRhTIRzF5PeeslwZ86qEG5hoL { width:9.247375rem;height:0.74978125rem;top:25.472299575806rem;left:10.057705461979rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ysRbhxu46TfqJUWvMBJrzWzoslgvyD6X { width:7.9375rem;height:1.31214375rem;top:5.4375rem;left:0.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mt2eWtPRyi6HI3bnb12Jl4pzskVqPCOE { width:18.5rem;height:1.7871125rem;top:23.6875rem;left:0.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sdIsNb2ZE0TtHcNpf8pST3SMyJaCcwdG { width:18.75rem;height:1.875rem;top:23.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAgtQIqWwFWTEbC3rvVQnMs7VcrCIRQn { width:8.872625rem;height:11.824rem;top:8.0805130004881rem;left:5.5631511807442rem;font-size:10.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6hks0uflAbCANzuHggC5383MJzCNFpM { width:19.3111875rem;height:1.2999125rem;top:21.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L7V2eNqhQtmRu0NLJrSUIHnEHZv2TUm4 { width:5.99935rem;height:2.33506875rem;top:12.825521469116rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5kMwqGo4mINg27pwlyddEM49MGBHHwT { width:8.936625rem;height:4.46831875rem;top:10.122612953186rem;left:11.063368141651rem;font-size:4.0625rem;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:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUvXFuQOV8CurLrhZ3RTVflwOdQF10nB { width:18.6875rem;height:1.59288125rem;top:29.8125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MgPTBPc8VGPGfefh7mKaD8gXADRcS67T { width:17.75rem;height:4.22309375rem;top:39.5625rem;left:1.3125rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xmL0ai7dX5D2luZe6TA3O5GkAdbIeTwd { width:19.9370625rem;height:27.3123125rem;top:0.62066173553467rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhHEBGLEStDn3vtWmdt3UXtLeEZoeIE4 { width:16.9986875rem;height:6.33464375rem;top:32.4375rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5trFzzqQ2nEd6REQpJPLZVLMJI7IKRe { width:18.875rem;height:0.25rem;top:31.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3QQkKVMcfMo8AT9nvFmhpLNdSPe90Dg { width:18.875rem;height:0.25rem;top:31.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvznJSvcHiMVN5TT32q2ebSZ1Pcrs8nV { width:18.375rem;height:9.7439375rem;top:44.3125rem;left:1.25rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SyRap8CyKm2W6Z7PvBrzKOteAvLKS2AP { top:57.9375rem;left:2.9375rem;width:14.4361875rem;height:2.0612rem;font-size:0.9375rem;z-index:15001;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NDIthHnA4wPTsDlL716yrRAV2v1Todh2 { display:block; }
 }@media only screen and (max-width: 763px) { #XnHcTzd6hTOaahWIxhJ0QNPFHuxEbdbn { width:17.9998125rem;height:2.11154375rem;top:55rem;left:1.25rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oGyaTOc7ztxLLw4lVu4Zu7Wmw4vhFbMh { width:11.1230625rem;height:6.33465rem;top:15.664062976837rem;left:4.1861980557442rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWZaoQ205d962k78tkGXbXk8fqOMXkyQ { display:block; }#cWZaoQ205d962k78tkGXbXk8fqOMXkyQ > .row .container { width:20rem;height:38.75rem;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.59874375rem;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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxT6vbBoO15ZwzgXfRutL5CBSm3SmNJB { width:20rem;height:6.7480625rem;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.9064375rem;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:8.28775rem;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.7760625rem;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:110rem;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.76041875rem;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.9487875rem;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.91189375rem;top:1.875rem;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.75rem;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.73079375rem;top:0.75rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }