.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:250,242,233;--color-primary-1:238,211,180;--color-primary-2:221,166,105;--color-primary-3:111,83,53;--color-primary-4:33,25,16;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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:"Bellota Text";--paragraphs-font-family:"Bellota Text"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),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); }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI { position:relative;display:none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI { border-width: 0; border-radius: 0; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LISn6UL8ZadvTx05TeMJIgWF6gT8vwTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dE8sWFniQ4Xc93XVybCOh68mM9ZEPKWI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:7.6875rem;left:19.375rem;display:none; }
#gL3L6fHelTMJreH53MmGQm5y59qB2h4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { background-color: transparent; background-image: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container > .video-iframe-container { display: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container { display: block; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .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); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { border-width: 0; border-radius: 0; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#csKLCZxbKybv6fsHopHxyWdbB0ltwGQn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:18.5rem;left:0rem;height:4.675rem;font-style:normal;display:block; }
#D0ZJarWONTDTmMPqfzEK5lLp4El0Gcpz { background-color:transparent;background-image:none;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-secondary-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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:right;text-align-last:right;top:18.6875rem;left:65.6875rem;display:block; }
#gKbOhXlkd6y0Fdu1Wz3dXcBTRW63hd7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qilTZsybsEKF4Gmn8V4TTD5VqghThS2K { background-color:transparent;background-image:none;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-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:right;text-align-last:right;top:21.75rem;left:65.6875rem;display:block; }
#ciSw8DACNiciAFdcPFo1MqByLsXssTvX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EM7OktLIJyhuSsyIl0d0DlarJzOhaaCn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:11rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.8125rem;left:64rem;display:none; }
#aGGuhAqPSxmrslDvSDvsELOOzhACkJ5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNG0ruDihDgq3nodtnul0kJTH1fHvPaZ { color:rgba(var(--color-primary-2),1);display:block;width:38.875rem;position:absolute;font-family:"tan meringue";font-size:5rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:10.875rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#K40z0Nt86grdJFqWnOLvw6frJlTq2eLd { position:absolute;display:block;z-index:15027;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.75rem;width:2.75rem;top:36.125rem;left:1.3125rem;overflow:hidden;display:block; }
#azCn8F2kzqvArae8rW1CTTTsRmH2zgTo { position:absolute;display:block;z-index:15028;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.75rem;width:2.75rem;top:36.125rem;left:5.0625rem;overflow:hidden;display:block; }
#tZatVuZdWTuhSxLnRPU9IkVOlzcBxwr2 { position:absolute;display:block;z-index:15029;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.75rem;width:2.3125rem;top:36.125rem;left:8.6875rem;overflow:hidden;display:block; }
#AlfUgD9fgIBf9m0EnP1zIsqLC8BhhfTa { position:absolute;display:block;z-index:15030;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.75rem;width:4.1875rem;top:36.125rem;left:11.8125rem;overflow:hidden;display:block; }
#i17igycIUdUpvuTUZIgbhG48KvaVGma1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:18.75rem;display:none; }
#Sey0SJyOCXA24GEJLcKMX6bJm6ye84Gm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SQbSc87AtoN72bvS0lExE4ba5qtpz19V { position:absolute;display:block;z-index:15011;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.125rem;width:9.125rem;top:1.298828125rem;left:1.3125rem;overflow:hidden;display:block; }
#a5F16i4O3uDS7gsHrzRXrHzzvAWKHhvO { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.7119140625rem;left:64.375rem;height:1.29980625rem;display:none; }
#Odk2sTLC2DuO4ocL2K3w3evpmZ6GgEwn { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.7119140625rem;left:68.1875rem;height:1.29980625rem;display:none; }
#NNtRmE26UBRVUDaLLx7f4RIQBdm0kwsd { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.7119140625rem;left:72.375rem;height:1.29980625rem;display:none; }
#mQD4qy2orVbreLOyGETpb6UaSOQWCl9J { position:absolute;display:block;z-index:15031;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:1.375rem;width:1.375rem;top:1.6748046875rem;left:62.6875rem;overflow:hidden;display:none; }
#PRqJVZSwpbVsqLU4xiheBGWBrZhmapnm { position:absolute;display:block;z-index:15032;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:1.5rem;width:2.625rem;top:1.6123046875rem;left:69.75rem;overflow:hidden;display:none; }
#GQwlxHa9MnZt9U6tAus4Uf7QQhaKUvOD { position:absolute;display:block;z-index:15033;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:1.375rem;width:2.375rem;top:1.6748046875rem;left:65.6875rem;overflow:hidden;display:none; }
#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { border-width: 0; border-radius: 0; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:13.25rem;left:41.5625rem;height:16.15rem;font-style:normal;display:block; }
#OLZORhTTMFC2mqyJUf3W5bczJRJWJFot { color:rgba(var(--color-primary-2),1);display:block;width:21rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:4.5rem;left:41.5625rem;height:3.0375rem;text-align:left;text-align-last:left;display:block; }
#Oo7yDvln3NS9nNcTsaZzPM8F8eug8xgA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:3.25rem;left:7.5rem;overflow:hidden;display:block; }
#bfxRuBO5MM8t5IpHKR2Z7D3ECMUwqcHa { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:8.0625rem;left:41.625rem;height:2.3375rem;font-style:normal;display:block; }
#K6CO1KRDqoyfnu1OE7wHnqIEM9qHo0bA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:10.5rem;left:2rem;display:none; }
#dwNnyhSNuNeTcsFqyPtU84Ceows7btDM { color:rgba(var(--color-primary-2),1);display:block;width:21rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:4.5rem;left:51.59375rem;height:3.0375rem;text-align:left;text-align-last:left;display:block; }
#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container { background-color: transparent; background-image: none; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container > .video-iframe-container { display: none; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row > .video-iframe-container { display: none; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .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); }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container { border-width: 0; border-radius: 0; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#gf53bce5a1c185e6bd85b1756dc40536 { position:absolute;display:block;z-index:15035;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:6.625rem;width:6.375rem;top:3.6875rem;left:6.1875rem;overflow:hidden;display:block; }
#e720d26e4bc9142feb421fe3cbf7e1a1 { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:2.75rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b352f7cda3b4ef6e6631e77d0c31f622 { position:absolute;display:block;z-index:15037;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:6.625rem;width:6.375rem;top:3.6875rem;left:24.9375rem;overflow:hidden;display:block; }
#V45f516a316c4c504bc8eb4514df51b8 { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.4375rem;left:21.5rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3d97036a0e3520f95546316e3966303 { position:absolute;display:block;z-index:15035;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:6.625rem;width:6.375rem;top:3.6875rem;left:62.4375rem;overflow:hidden;display:block; }
#T01300ac6c7295c1fc9d161646c7bc35 { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:59rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7467b99860175eb80bf72c029efbc7b { color:rgba(var(--color-primary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.4375rem;left:40.25rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f51a507847296824d9f61cfa8dcd17a3 { box-sizing:content-box;height:6.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.90625rem;left:18.75rem;display:block; }
#S3eaace4a692424ab68f4b7a7798e3ef { box-sizing:content-box;height:6.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.90625rem;left:37.5rem;display:block; }
#Ma26d1cf0a980de45097b40eb2c6b7c3 { box-sizing:content-box;height:6.9375rem;width:0.0625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.90625rem;left:56.25rem;display:block; }
#JuQl1nwC8qZF8uwZp0PKpKAEQKqOJh96 { position:absolute;display:block;z-index:15042;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:6.625rem;width:6.375rem;top:3.6875rem;left:43.6875rem;overflow:hidden;display:block; }
#eBRSS2aR4f7mHmJinUAOPa8eizkykTia { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:21rem;left:1.4375rem;display:none; }
#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container { background-color: transparent; background-image: none; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container > .video-iframe-container { display: none; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row > .video-iframe-container { display: none; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .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); }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container { border-width: 0; border-radius: 0; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#S23b4ad940eedd4c7f8c40491afb3e37 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:7.5625rem;left:0rem;height:2.3375rem;font-style:normal;display:block; }
#b91fabeb67e1685b558ffe80e0bf1e48 { color:rgba(var(--color-primary-2),1);display:block;width:25.4375rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:3.9375rem;left:0rem;height:3.0375rem;text-align:left;text-align-last:left;display:block; }
#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 { position:relative;display:block; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 { background-color: transparent; background-image: none; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container > .video-iframe-container { display: none; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row > .video-iframe-container { display: none; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .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); }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 { border-width: 0; border-radius: 0; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkvXse0xqaxJVZNnsfXWnVpqdVD9H8dn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.5625rem;left:0rem; }
#W4uEwSXoLscmgnWwOXvpP6IJTqbtQdWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:12.5625rem;left:71.875rem; }
#FIJCHrUDk0RgO8TcVDOEG3EOfq0UHRWc { position:absolute;display:block;z-index:15002;height:26.5625rem;width:67.6875rem;top:1.375rem;left:3.65625rem;display:block; }
#nfMp6oqqdZ3v7Rn7pERL4oicGQ7WDykw { box-sizing:content-box;height:28.25rem;width:4.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-1),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-1),0));background-size:auto !important;top:0.53125rem;left:3.65625rem;display:block; }
#icKNX7t9XHe9saXQvTvxNRONWnub9ipR { box-sizing:content-box;height:28.25rem;width:4.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0), rgba(var(--color-secondary-4),1));background-size:auto !important;top:0.53125rem;left:66.90625rem;display:block; }
#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm { position:relative;display:block; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm { background-color: transparent; background-image: none; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container > .video-iframe-container { display: none; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row > .video-iframe-container { display: none; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .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); }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm { border-width: 0; border-radius: 0; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ssTUa9IsPSoZ5Fxisd0QwMqeK0o7GBMd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S9iJHShKmq4cyX9XTHPTQIEkXCm8nrUB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WF6dH6GniHTVzhMkERxTfziWNv62Nb3x { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/50d19504-6811-4925-b3f8-1c5fd6e1626c/BRIGHT_TOBACCO_LOU_DE_PRE_1_1080x1920px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.875rem;display:block; }#WF6dH6GniHTVzhMkERxTfziWNv62Nb3x.adaptive-delivery-prevent-bg, #WF6dH6GniHTVzhMkERxTfziWNv62Nb3x.lazyload, #WF6dH6GniHTVzhMkERxTfziWNv62Nb3x.lazyloading { background-image: none; }
#aDvWTXgUwV8EbJ3VkJdCBAb1GWO2zNqC { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.9375rem;display:block; }
#coWtr3eXoVW5JDKWxUvNUqJNAOXJiNZB { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.9375rem;display:block; }
#atiDJF5KVVdd5kW7cQQqWhNS7wWnocKC { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.9375rem;display:block; }
#LWZ7t6B6AnViiMBalVyT8zpENgTVIOv8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.4375rem;left:46.375rem; }
#r127qysnkNCaW80AwfIh4ovGoSzZkrhQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.375rem; }
#tuRcoodbW7iHmbUxV5g3eTEQeuhR3v3o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.0625rem;left:46.375rem; }
#ByrAmbJUZnIKVZONe8nbc9ATDuQ0o8DX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#axHLsqZJhec4uQU3vtWf5cE5yQiVAEra { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbFwoRaR5KN9XigGTRC816gQfzpRRzNe { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.1875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wi1rpi1E5MnGgA83d6MOW0q6nGezdHe8 { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.1875rem;display:block; }
#me9qo9m5o1T3L9ChWKOkHZE2zvMX22sT { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.1875rem;display:block; }
#dEXEnuuiS5Po5QEGhhcdTH3OXTuGZPRm { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#S5N1nGTlry634ThTSEU0iRbL2nWXyD7g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#w64PRiq4HuTN22IZqXHdm8QWM6H0mHvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbcU3TGOTwlTMTiPTbRSQQgOKyzpb0vW { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zWwmvozQACSSnLIZVIR4Ez3TH9BuzHDP { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#Lww2SSosVTTqXDpizldC0RzxTVHEh8JZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGdLl7SUr5Kb4ZXTedcTDWX31XT69Gcg { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QM6vsFgR6LeVBAMzUIQfa30B0us1Eme8 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#gfqNy9ldTiwchxGUAKIZpfm1MnnFNMMq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#AMtg1vgJ8VsMhvpynrZDTBuu7DfqnTKl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nxXBX0yrzsfCFFmBA6WehPqqey1WDLQc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#OMZ6rMIcswHuufu11hEsIUdP39L9Fo8h { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k { position:relative;display:block; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k { background-color: transparent; background-image: none; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container > .video-iframe-container { display: none; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row > .video-iframe-container { display: none; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .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); }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k { border-width: 0; border-radius: 0; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tpzg8WGycUx0l5bHuGRirM5XFPsSoprB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hVmPiXKUwuwe3TdraNeDD4S8Tc2tcI52 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f2a40eda-7abc-4dc4-ad55-99942c31c360/GREAT_IN_BLACK_LOU_DE_PRE_2_1080x1920px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.875rem;display:block; }#JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki.adaptive-delivery-prevent-bg, #JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki.lazyload, #JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki.lazyloading { background-image: none; }
#UGGinF8dV4hX6kkzc2sN89rzlXyXp2M2 { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.9375rem;display:block; }
#o6WDsVSt7Fr6Qc8WSmGNPlItOU6IPDBr { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.9375rem;display:block; }
#x0bS25zsHroe3R9CuIp0Rc2kQWnZglBi { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.9375rem;display:block; }
#rqOZMPwS2r0udCQ1ye6fq4PGQ3OCdTgl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.4375rem;left:46.375rem; }
#hNeUgbpVsh7IJT5QIgfOEWmPxNf20wPz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.375rem; }
#T3tHwitp3lUhbu9a9CERyqtaA7dSWT0F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.0625rem;left:46.375rem; }
#RLiwm1CR47i9nz3TEw3GnEUV1XqQ3ZO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#PLHrTEs42Sut4uQ55heP9N6iDTg9AFGx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNamrauGbu5JIMJe9TIl9c5ZsXBDJKNW { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.1875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FoKM5E2etJ8bQNGhe7MTJ9WI5704DoEE { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.1875rem;display:block; }
#TDmrryi6wg7D2CvydC6gRX30DfvCXriu { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.1875rem;display:block; }
#ypzJX4C9S0sauZksb7HJPt7fEhDBVQTI { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#OFRdQCFAMxrS1wa1MAmf5MUczaM1khId { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#Mg5cTpptmJFt7EyA9PHS8zyPo1tJguu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pnx6uqhqTHnc7PqZOGMEqcdgFZoEGR4v { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#shwK4kvG1hiITeDWvdi4BggQcnDXfy8g { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#md4rMXbTAJO1dDXnq8RpgCLuiUFdEpPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CO4RLr7DTZ1boOgyPMGlAckqGOBKpAwv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U8strhUfJHoX0GDiQVrfeTl9gSTxQMto { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#FZ8IfHT4hws9nHeolpz0wTU1EyrxhRJT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#JBLI6HlPkvXRcHisoWCuTEFKeFHl3ofL { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gB0a1Lems9FTTBRHZwTPddeb4dT749Gl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#q9Mb9uS83hxS2JkzTZtDJWXE3BCp01Ws { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p { position:relative;display:block; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p { background-color: transparent; background-image: none; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container > .video-iframe-container { display: none; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row > .video-iframe-container { display: none; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .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); }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p { border-width: 0; border-radius: 0; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DFHloTAuxTId5kTuVCJxOmgRoPNmxfOB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lpaMuWEptLPgTmtOy1mqJQHkOEz9fB2S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0dd31f45-aadb-4c47-81f3-ee6306dc23a8/SWEET_SAHARA_LOU_DE_PRE_2_1080x1920px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.875rem;display:block; }#ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE.adaptive-delivery-prevent-bg, #ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE.lazyload, #ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE.lazyloading { background-image: none; }
#VMhsbMT4LE74cydos4Al7JBLOMxhZiN7 { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.9375rem;display:block; }
#UWKfcpb7kuAbV31GcQp1XDGUtbW4I3qz { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.9375rem;display:block; }
#ambhqc1SNut8DTTne0JmnKgvBXlaXPHg { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.9375rem;display:block; }
#CcFiPBbS2xhNF0pMBSatcqefGBNBRWby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.4375rem;left:46.375rem; }
#JF7kF96xpeb0TfoLe1v9LGTOp1r1JTsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.375rem; }
#Lz1GMKNcC07vBLuIKFeSfliMwrzMqQ52 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.0625rem;left:46.375rem; }
#x9ZCZahagCxslR7cubS32G9Q2NBkT8qU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#RuPSETTzg95gWHtTApzJIJxS3X3cLJBJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vOK8B6QiSHlNHV3HmOwkObWsTniloI50 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.1875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a4bKggTCexTTfE8814lJ2EJ1qGtv97iC { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.1875rem;display:block; }
#wrLf3lcUH0FDNhUcwgKTyTMqnDdfkdkG { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.1875rem;display:block; }
#arICcVqmqFniAoVJMMKZsNtz0tvD6EWO { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#WPhG77oniVmlhdbi320MmmrbsDDCyLFg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#BTTlepVET9PQI0D3xxqETubMWbrrVxRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5w7hOhx8Zp4JTeCSNB3K6lutOQM2gIi { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XPSdP2wT8bRTXiQ7E3hffoidpW1VeSTK { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#GnFUiTaTg9wRwaZDJEg8U2nmT64LBeZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzKL76ke1xtrETIIbKLoHLHoCeG8Unxd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OvUZEPeSXpThvOLmR00FTvQZCdT7Kb3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#t9xHatHWP5d49kJWvcF5R7qZrANTJDgo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#SGkmeDxhau8beawoQqkKyZRF9vv1J8rG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0Adzc4DiFQcKpQeNtJ0Phqx96ctzbg9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#cJvqPHlP0SS11QxyL8uOl7STlSS8oyIi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#om2z3bmhvxp5663LW7iGcd05gaSZLugX { position:relative;display:block; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX { background-color: transparent; background-image: none; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container > .video-iframe-container { display: none; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row > .video-iframe-container { display: none; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .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); }#om2z3bmhvxp5663LW7iGcd05gaSZLugX { border-width: 0; border-radius: 0; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LTSWQre3cZBOdpr7enWdEnP5OXq5SiR3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kaD0Zig72SPkX5TvNyXOfJdviDtEiUyu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:10.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/353d9e96-28b5-474e-a5b6-0de996a71603/DESERT_PRINCESS_LOU_DE_PRE_1_1080x1920px.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.875rem;display:block; }#gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd.adaptive-delivery-prevent-bg, #gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd.lazyload, #gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd.lazyloading { background-image: none; }
#Lm1koaT2olPptEHktWOZTbzXAuzDu4Hs { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.9375rem;display:block; }
#lb7PzKTpZd7DT61tgVUPTfFlgWCkyNA8 { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.9375rem;display:block; }
#ZIyKSCphUgukn4tZpeTuRfvhkslSUp3C { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.9375rem;display:block; }
#gaqk0uz91s8v9S3zaFLVQgXgXo4aTEMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.4375rem;left:46.375rem; }
#HwKQqlgftHuQN8Q1TcmgR8GH4WDLZHt5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.375rem; }
#Zex22uPXz3B822tRozhXuXsqTnT9zDN3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.0625rem;left:46.375rem; }
#fITqFWGfw00QcqgTKemukQdLLL1NBGyN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:14.1875rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#ml0L8pOflTTRT871SV1TCdD0pqarHEgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:16rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWqlp44MMfzk7ue5X53qLSq9MI3weitJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.1875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rJ3kqsQT5pFFVBCA6WNdLqhkCvDC1Opd { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.1875rem;display:block; }
#gEliJ196hMQhfU9xiTeceiV18kWzIbXB { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.1875rem;display:block; }
#xsrgoSZPx9H4FE2LnAhatDagrNf3IM9l { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#f5yk5mKlHRxcy4290s19nwnERSISixQr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#s0SMc3b4kX9Qa4xXXQD4uwTCFypTl4cV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7JE22GymxWBlaKhFnHt4dvwlqTezTPz { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UesIp7zlPzepnaKRHCaewqTWDM84vtKm { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#aaWUECdgEMaP5ZS40VzXUnwsmAD4mzNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X257llI9fwHnShB0aFXcys5F2l4lEF5f { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#H44RTaeaaT3FtDNrZBZOE9KqtuBVzbF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#zok6ZbeTdc5z86ZLV97MwTgFnRhGSoq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#KabxlFrIgnddylPpSZEX6JXH5H87v5xE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZZ7nwuvIlwsl4x4vQ8FLZ0re6eZudseI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#BLq2nhxDq1iSZqR1rrmN3GGUkbf0LuZP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ { position:relative;display:block; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ { background-color: transparent; background-image: none; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container > .video-iframe-container { display: none; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row > .video-iframe-container { display: none; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .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); }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ { border-width: 0; border-radius: 0; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v0OTaP9rDXXgfLpPDGoZukPJG2Hl96pU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KmNxMd6kMWs7TVFJ5LxJGeNr1VCJnss2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.5rem;height:9.1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/44753491-6d3b-4968-9b72-60966abdb1eb/293x456_MIDNIGHT_DESERT.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.875rem;display:block; }#JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o.adaptive-delivery-prevent-bg, #JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o.lazyload, #JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o.lazyloading { background-image: none; }
#FNLuORd14naJXIRz7nHGsI4lakXe9TnC { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.9375rem;display:block; }
#wU4b9rDTZftTrJmc7XJHSiewzC8kT2TZ { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.9375rem;display:block; }
#otSkU8Z5rxrMQTZaloPb0y3nyD2Nn1h2 { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.9375rem;display:block; }
#WDdgluiO71yEV3ENuQTkrb5wLkbt2sez { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.4375rem;left:46.375rem; }
#o9Z8UiKQ0V1RZkRARMqiSodRorGUMkBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.375rem; }
#lhwEuHyHKnarIlFLE6DfDWBEW6xz4wga { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.0625rem;left:46.375rem; }
#TcSsHzHJldKP3OHvDQpQ79Q2JXlTLOMq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#aI3cbCS9UoM9057Tr5qwOenSf45PPooi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.25rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJf3Dxsm0rTDwtEL9GZTEsA2NeVyOnTX { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.1875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tKasoCJNiFO2xOG6ZkL3TPk4LPu1sqUA { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.1875rem;display:block; }
#c0fknBUluGFexP5CsUgmgJdZsviUxI3D { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.1875rem;display:block; }
#D92DbE9O4P0TqJoWTVQ7MGECrIWco7x3 { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#qVSIHcaRnPv3TIaK3kyv58ESP7DZuP71 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#NGR6pyD3FFVVIUAifpAvnv4Nfe7fduWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6eTN242W0pMidyH8avJtdwUu2TWUCEQ { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TeEudgKM8aup578cIrf0RJS0XlVQfTWb { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#KFILxkrRyk44rVmZNE0pkJDe4E2otdP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuWXsH2D9Qw5QlNoTzUS7GkWzWMCnnkO { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.4375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#E5BuNciNZHDLhJSmBbPo45vqcITxLK94 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#nsGOcTiv62ZXa8AWo03QxJMJVLwZyB3M { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#bdCgTFNuJhTgdUEd1TTy7V9MEhSvOO1E { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2mKSpOLrlfoeM4LgZA3fgqW6SrnqelN { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.25rem;height:1.70625rem;font-style:normal;display:block; }
#RqBMFmX0mrbUTt1mhTQadtqQ7hmXJslP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15096;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa { position:relative;display:block; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa { background-color: transparent; background-image: none; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container > .video-iframe-container { display: none; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row > .video-iframe-container { display: none; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .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); }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa { border-width: 0; border-radius: 0; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fiuGu4o1rZ2n8NfNhqD1bsLH11QgeH7t { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.4375rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/10fd2c05-317a-4abc-a01b-72c995fdbffc/293x456_AMBER_FLAME.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.6875rem;display:block; }#KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.adaptive-delivery-prevent-bg, #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.lazyload, #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.lazyloading { background-image: none; }
#asW6KOfsAKmtrdvI2SQNirk1IwU9Q9Kk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.3125rem;height:10.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CTVugsTcODvutsoCDT7fMK2wb00DNu93 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#I3rP52aILPPcaODnSxnf0x5uC0O7Samz { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11rem;display:block; }
#JxAsS2J2MLgNCobmaw0UAIxu7HwCzRor { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21rem;display:block; }
#O9XCti8lVZAAU4WqNLHDb9sn7siz0a8t { position:absolute;display:block;z-index:15089;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.25rem;width:2.25rem;top:21.9375rem;left:21.375rem;overflow:hidden;display:block; }
#Ok6KXVfOB2k2OLoelQMWUZQTA7UFG4hu { color:rgba(var(--color-primary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:25.5625rem;left:10.3125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kr48TdxA8Ghe6Kr958DGTp3rGXXfhTTX { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.75rem;display:block; }
#GEnzwUMESgvtL3ZfigLx5K3hBWR2Xcpv { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.75rem;display:block; }
#o9JD7C6Tf6BSShLB8hVhQ0JQI4UrmdUu { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.75rem;display:block; }
#o4VeNRgvpKSOvFBCAJcxtE5Tt5hxFxG3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:2.5rem;left:46.1875rem; }
#UzBdhbMOnncrtwTJxTT0Wc4ZaEJ4BJMk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:8.1875rem;left:46.1875rem; }
#iiXkIqDk3xxX5kwOhyRT9fRKRVvpaoJW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14.1875rem;left:46.1875rem; }
#I9neXcN5dE0hBRgE52ubGBPWtqFlMQD9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#HdvJH9SfeVkctr5xk4cM9t2SD4kUaANC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKUsPBRa6d0qnXBLfzLefQRN2cifmmte { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:7.875rem;left:50.0625rem;height:1.70625rem;font-style:normal;display:block; }
#WGbITLQtoGL5QaaXaDmEzlgQ2wqsS8LE { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:9.6875rem;left:50.0625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1vAwbQ1GLflaD4KFuyzavwyX6QthdTi { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:14.125rem;left:50.0625rem;height:1.70625rem;font-style:normal;display:block; }
#MhyRUfQmozL7ciMA3DaOHVKADXARdXDk { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#fxlm446Sn1190XrWhZTNEWXZIGuJ1GGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sKSDJDLC5stvrh8qgXsQE0vtnM5TrLop { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.125rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bFnt3per2LvHGLqIHxTDVigNvZTP22x5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:14.6875rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#f1btg6aFA8HhzKTn91IfHBLMbn4ldQ06 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.0625rem;height:1.70625rem;font-style:normal;display:block; }
#WR7uTdHIGEC2EVWxWbItRTPBtOfX0GFk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.0625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aEn3SULaOa9As7ukJ2fLTao9RKBUJtQD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:15.9375rem;left:50.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXitL8If1mDaa8TCm5SGuiyk95uopXpI { position:relative;display:block; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI { background-color: transparent; background-image: none; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container > .video-iframe-container { display: none; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row > .video-iframe-container { display: none; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .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); }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI { border-width: 0; border-radius: 0; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#huoRchKT6UHFWzyeguImeMlapuauCu6P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#V6ynscFQRcVXniRKVxAENZdngVQGTX7v { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/032dd5e9-1bb1-4ada-8ace-c77a9a96326b/293x456_DARK_CEDRUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#V6ynscFQRcVXniRKVxAENZdngVQGTX7v.adaptive-delivery-prevent-bg, #V6ynscFQRcVXniRKVxAENZdngVQGTX7v.lazyload, #V6ynscFQRcVXniRKVxAENZdngVQGTX7v.lazyloading { background-image: none; }
#GddXzNz6ug4ODksObAaTon8gOIRsSkNz { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.875rem;left:10.4375rem;height:10.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JZmZzUsqrhSny1M8oncIupnywnfVNwta { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#HZnu6XzmcdofqcI3d8xMw7M4uaSUWhEl { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#grvcDTk4HsTvFtLOdaunFdyMe0JonWSW { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#UiL9CnVHOrSzwlQnoXNmnVZeZd97zlI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:2.5rem;left:46.3125rem; }
#zaHCfnuDg2I7DQCSiWU6RgAgWHw2s89X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.1875rem;left:46.3125rem; }
#GxzA76mKL5RD94k9eiCw4zQcrrxTO3ay { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.1875rem;left:46.3125rem; }
#Zvyc1RXTNJWZiPwL4pKb7dT13h6pOlk0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wMhHDETVCSqp9i0IDTtirOtQlGb1pb2n { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#oRqTS5UFdVFWogSTPSAPLDfFWTzD02Lp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3.8125rem;left:50.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSHU3CchtxJQ7PQK3EDZu2iNEs4A6sqO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#OwBwfeMQBiZ746KgH9yotDzm4Og7FN0s { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#yz3TWGO5v5kExrozS9HthZmrmrQ6WFhM { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#dCmsgHDipO6WTi4ZGkeGQoOTJBelOncf { position:absolute;display:block;z-index:15066;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#wAMch538xVMXCT2S79hyUWhrccyMUNkn { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2375rem;height:2.425rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#OwfUuNPk1TTyTg2T3K0ugdF2vXqNUVTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPKruS94HpvBwrl3LgvIIwSEAmvR3EzC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#uOlo3N6g7p61AVT8IgfxBryxdieneWTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foiwW7xxIqxRGJbBLT1BaQek2G0A2MaF { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D0PFcXNyfNfsVTyxRC44Bpssca4GbdrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hzAMeOMCsZsJriPUGCZnBa5zVDMXtznB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#i5scm9a0hrkKXwXysEHHVdEMkdnfhmgb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VcLZhpCFW9Cz7RBeHCMh1HfLOxeUZ0L4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container { background-color: transparent; background-image: none; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container > .video-iframe-container { display: none; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row > .video-iframe-container { display: none; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .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); }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container { border-width: 0; border-radius: 0; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#Rb4d02a3e10be7e0b178bd551fe289cd { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#afbf413137b44bcc21ff2a6ecdd36fdf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#V14ce8dd425e9d969ea1023f252fa6c8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/347cb828-d3e7-4940-988e-a8f16b2c6b19/293x456_GOLDEN_SAFRAN.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#V14ce8dd425e9d969ea1023f252fa6c8.adaptive-delivery-prevent-bg, #V14ce8dd425e9d969ea1023f252fa6c8.lazyload, #V14ce8dd425e9d969ea1023f252fa6c8.lazyloading { background-image: none; }
#hf110744d20b0a4311404b41da19b2bc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#da6952d7903976042dc29925c4f13777 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:5.875rem;left:8.75rem;height:9.1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sc03a6f6dfe7637508364015515cd942 { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#c3f2bc01f81ccb68a68076577d3315e0 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#bba94257ac2b8ed6e510ad5347da92eb { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2375rem;height:2.425rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:24.875rem;left:55.375rem;display:none; }
#Bab68374b6440eb4268f4e2334b5e3d5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cd29949ce8e41244a1d14ec64ba74da4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#Ta177ea17070d919b3e1d0ba0b2fecda { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.5rem;left:46.3125rem; }
#ccf500d882aa402abe5c9a65b99647d1 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#wde3f31d10319ec988ae59964b25451e { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#e880e296b9d39bf79230d4b2959bddb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.1875rem;left:46.3125rem; }
#M421a505a83b2fd1648231e0eaecc073 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.1875rem;left:46.3125rem; }
#y5b811a995567e04e8746e8384f02ec9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#Gdb173c2aacfc00fbe3c0be5324d93c8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ly4WBob1aG8V5TwtSo0Q1JWZmPToMSWX { position:absolute;display:block;z-index:15043;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#LA8XUTSXZSvZWcZiWP3QzCO4T0OVqIfq { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#af1oCBUZ6nSldkeO5OyDD5lrTpeKv7id { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:4.25rem;left:10rem;display:none; }
#nFi0qSHrEJwV5AI8rb38RvEtwa41OXQ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#wgkaowdN2UK2NlvlJen8TAqTIhJkbB22 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:4.25rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z74eELLg0mu8XrW6GeTEoaFa7SKKDdFz { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#Od13IOqaWqJ3ackJwCBIFRvTvPcFVhpc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MT42fM4zpkxhbIwmZr08LKfG90mgNeXy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.125rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#DT7RAm7wxNNBvWCR3gzCx5SbtyVuhu5J { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:15.9375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII { position:relative;display:block; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII { background-color: transparent; background-image: none; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container > .video-iframe-container { display: none; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row > .video-iframe-container { display: none; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .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); }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII { border-width: 0; border-radius: 0; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oBfHeccycSJGfm2livP9u0mZlcppi5Ph { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NSatSkfgTfEJ7Dqz4MTieL0Cck2Tuk21 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#cKtQ293UytyViOvFmhRbQPMPxcdIoRmf { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#B1VkdhRvJ6OgLTF9xoLWRLTkm24g90T8 { position:absolute;display:block;z-index:15066;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#TK9ETN6zyqOqoKE79VWKoOw9Hwn8zd6s { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#Q5ln4J2c9Bq64cHCw3TfBc7IeUbHHfAv { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VGNtGSlTGEKsbpurQHX6AEzJqGInIWPb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:14.1875rem;left:46.3125rem; }
#VPAClNdgUxdTqE8E98pe1uSJNAwhtGTe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#xaxMaS8WcdhctNKRMP7psJVcsrKChQOW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0Pn6O5GuVdfThBrtUe2knTsw4NSdLUD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pL0qMpSA1gKNUzz7hV6fFEoFJsmdB3b1 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#GFEe7oNEB84EFy0B7rR7vaeatVV3rEvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q99G0XBxcf76JOB912QfdytgM9LP5qr1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XvwxVwwv7MFUMNWwwM1EW7nLimeVm3HK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.3125rem;height:9.1rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f5e006d4-1afe-4151-b087-ad9b950e8860/293x456_PARADIS_VANILLE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp.adaptive-delivery-prevent-bg, #ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp.lazyload, #ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp.lazyloading { background-image: none; }
#F4zTS3ickTsMU8HriaTloayc7Cw7wFwH { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#NXBwzQt4aqeDRuDNW0RkN83yfzqCcaep { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#NtbPv3gFBaUQwNazxZBkl6T4ITQsTrRd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:2.5rem;left:46.3125rem; }
#qD2ksaT36b5T74NtcqvaOA34TAvXKZX9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:8.1875rem;left:46.3125rem; }
#L89CFlgv2IZOMBqTUQ2SP6xWvcnXQa3H { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#zS6oZmzoHfiX8wUqaXS3FDT7ChMniIDn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fAXIHCwkBQZ7JXTBzsGU54t16BknwtIO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#M5SbgTsUTIB3zRwmE4AdVufLpgaJRL8r { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TboouMlqVimFIzPhNFdST5IzihxUXkEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#fD8U6vdemmZgdrDp3dLfqEcqKOoZoqmc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:4.3125rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs { position:relative;display:block; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs { background-color: transparent; background-image: none; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container > .video-iframe-container { display: none; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row > .video-iframe-container { display: none; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .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); }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs { border-width: 0; border-radius: 0; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sy5mO9rSvwEOL1SaMK9eNdB5lUQUInVw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Le8nEk9oWWQZJlTnPLKyrrcy5XpLnbaI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.5625rem;height:10.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cpaC0yLx6L05KASRSKT0gA8MwE1BNQub { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/f580111f-b754-4f5d-bfe7-721d486add90/293x456_MYSTIC_DREAM.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot.adaptive-delivery-prevent-bg, #CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot.lazyload, #CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot.lazyloading { background-image: none; }
#KXynJKLOdm4MoOGd5eVR7BD7604bSdcO { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#ltgVSy3Ou34P9kV7y4wuTfHdK04a8wxp { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#BdEZN8aWNQM3s60ghg8nTVQ4csTBwSzu { position:absolute;display:block;z-index:15089;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#QL9iNVQOLS3y3INFIHtpfMSHLqKulfM7 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#oQevqfVBlaZavL2PVXLI4H86phxJTVxr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:14.1875rem;left:46.3125rem; }
#uSUhQVN5kGsUMTEfN7h7gAF0P1r5Bnkx { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#Ti5AD5fGf56J7rxxzE4JIrnksK2TcGXv { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#EHadpT1UwCPfvGBzobD1I8duBzwOTNab { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:2.5rem;left:46.3125rem; }
#pM4E4GKG5bdKbRiFFQiRysXKwXKtySNq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:8.1875rem;left:46.3125rem; }
#AugMy21iUXKmydFr88A4a2xeDPzeR3qg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.25rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g1euz7WrXwcnA8zLcKkB0ZFN5QXVQXVe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#KU3J44JLFz3sUTdnVx0wiNce7qxwEbh0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJaPxUskF6a8UDT1nFXcgrLTJzmcSCvl { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GNSk8isAHHvRdR1F3tlq3hexCnyS7XUQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#CwFKHH46TLcxA7vnKVvaLowoS3wPbE7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUfWEyuQnkyh7UTeBUTwihgSewa0K0Fi { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ymNgRsrleaWXwVemQTd1HftxWZyt7QuT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:4.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LUMXFy1essZxny7LcTNhTedVClyqw7Ac { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:2.5rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#TpZIgmoArnibHA1uRkOBchfl8zTkm2Cf { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7.875rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#C8ela35ps70xHfDlnyCuWTKENbyaw94M { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:9.6875rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQlHVJwIo8HTtPnwg5g7WtbLTwJ76Lza { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu { position:relative;display:block; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu { background-color: transparent; background-image: none; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container > .video-iframe-container { display: none; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row > .video-iframe-container { display: none; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .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); }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu { border-width: 0; border-radius: 0; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gxkxRlXp5dgeSRqpzxcOm06Zh0grMG21 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PlVpUkZ9a9JQKfXWeBW9ylW2xkzNJ1R8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.5625rem;height:10.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k4mlg8MsJhkAAqt7VUTIEsDI1QQVTEEG { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G1sqyeQIX7wqTpcgF0XFwbiSs9FUdWnV { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#iTwCn92bWqoQW9zgXcfbBJTtv5U1hTQO { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#UTbWh2EVLBUq8XvcGqZOxtKgL1JsTwXu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:14.1875rem;left:46.3125rem; }
#TzqzozDFOaRzaJQDb3tV2VEzWVlXkpST { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#xyVHo1GPfNmeTbMBZxffv94FItWVKSxS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:8.1875rem;left:46.3125rem; }
#rSpJ6w2eqD7oeMOvvQkt557dRp8p4d1u { position:absolute;display:block;z-index:15112;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#GWETNwsVGboNPd2CSbuJyIzStEKEsM1A { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#mFu3W3XX7f6JCAXJwFPplxvPo1kxb6Ds { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#h956czJAZNROgJHuzCuwzmFdfzcZE5ce { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muctFfW4GS4NV0e24GgxeJ5WmkXAOOOi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15110;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#OlWwytu7AS2HU95ZNDV0xGgnPGpbtvSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1BXT44IhDRHsuP6MocLmA7XlX8AdPJZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:3.8125rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qe0IT9hmKo5CVllxOreElxIxvJitcTBe { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#HwEn0EQsfxx0kFJ2SikexwbTQAxCQyXb { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15090;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JxKJFEsD8gxumDr8AzX3C06GGpEnVHQ1 { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zfXqcnaxm1TWLlImzOl6NV8OTDFTxy82 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k4RdyEvbmoz3R08Ouc02gqxKS0hn2plD { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#XEnJcPtOgpZSmaGR8Rh7bOrh3rfy430M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/2de06b08-02cf-41dc-b1aa-823a890f72f9/293x456_KASHMIR_PINK.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw.adaptive-delivery-prevent-bg, #kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw.lazyload, #kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw.lazyloading { background-image: none; }
#DMUn1Pmc6UnfNlvaWwZNOep0r1RIJhiB { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#CckKEMlGINJWmi6JR0Ai1zF0g9v6xPuC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:2.5rem;left:46.3125rem; }
#hRWlTmPwpVqnSEkC4Wmn0vqEWv94aHwQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:1.875rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 { position:relative;display:block; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 { background-color: transparent; background-image: none; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container > .video-iframe-container { display: none; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row > .video-iframe-container { display: none; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .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); }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 { border-width: 0; border-radius: 0; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H895qRP2K57ND0oZvqoS0LCydBu1WbPk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15109;line-height:1.3;letter-spacing:0;top:5.625rem;left:8.25rem;height:7.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qLLPvVmqUKC1im1Aempld7yHdwvihxSh { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:18.6875rem;left:20.125rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bDqRRBHqSadtaTWdfXLTKXQSxH5KmzW7 { position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:13.0625rem;left:44.875rem;display:block; }
#NCTMGzanzFdJOXbWkWVSe53gPkDMR1It { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:7.1875rem;left:44.875rem;display:block; }
#xADZ7ZFxm42Q7fl3lJhdMLzfJoInT79N { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13rem;top:20.5rem;left:11.125rem;display:block; }
#EVWmor4NgfqMTtbuySTy4RLdWqxHyvUF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:14.1875rem;left:46.3125rem; }
#hrNmCmmxdJPLeUk0I4weNgFb0AvvZuJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:8.1875rem;left:46.3125rem; }
#bsRe5nbN6tM8iLXPnTbDbwFk9xU26kIr { position:absolute;display:block;z-index:15135;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.25rem;width:2.25rem;top:21.9375rem;left:21.5rem;overflow:hidden;display:block; }
#dLxGTeysACPFWC0STXK5N9eBU7DikSsd { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.5625rem;left:21.125rem;display:block; }
#F6ng7BZeEMFcCO5yFbRhUEzP831Qtd7E { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:13.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#LV504HRxKtaA9BTxaW4RplS7upTbdlfg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15117;line-height:1.3;letter-spacing:0;top:15.375rem;left:50.1875rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DvBHufgMS8MkFb9hkCXq2sW1yyEJp7JD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:8.5625rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#oHWrzwWg1Nk75wOykGl5TJtIfSpv03D9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:10.375rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HB42PqxUWLMhzPnqfkUPOUiwwtycNz5A { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#031519;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:10.25rem;height:2.5rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:25.625rem;left:44.75rem;display:none; }
#OibKvdpOAdRBQFNyslSDftysZXKzAwtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvyStg0DnrxoJcRTRZrVT8DrAfoVe9lZ { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yb9c3LROFSsHSMFQbpTVuMPPTI54Mr7D { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:27.625rem;left:12.375rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nuGcKRHisKwUiPKhrTLoGso873dzVk1O { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:10.2373125rem;height:2.42480625rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:25.625rem;left:55.375rem;display:none; }
#rWokUbxxQOhNU0WFJxqeF38KX0JgXvcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMutxNN6tCN34wGZg34fpD4WAqBvHTDB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/11f23646-0ab8-4630-829b-44c02d0e7b9c/293x456_ROYAL_RUBIS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:18.3125rem;top:1.375rem;left:25.8125rem;display:block; }#KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.adaptive-delivery-prevent-bg, #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.lazyload, #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.lazyloading { background-image: none; }
#Z85vXgZSmx18Ws5ME4NpH2ps6b3f1Ro6 { position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-secondary-4),0.07) ;height:5.4375rem;width:24.625rem;top:1.3125rem;left:44.875rem;display:block; }
#VS88rIyZr6zpObcCr9z54u5LEDh9GaFA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:4.1875rem;left:50.1875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#No2ZsD8Nqlc6DTZGTMrXBsPnZDywJiRP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:2.5rem;left:46.3125rem; }
#zFirZdO48iwCsvQEcIs2FC334XCdPpaR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:2.25rem;left:50.1875rem;height:1.70625rem;font-style:normal;display:block; }
#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:rgba(var(--color-tertiary-4),0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { border-width: 0; border-radius: 0; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dScT8g0kMFenT1JcXukOKlExAOWJzVTx { color:rgba(var(--color-primary-2),1);display:block;width:23.8125rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:4.125rem;left:0rem;height:3.0375rem;text-align:left;text-align-last:left;display:block; }
#ACtf45Zf5mJiE0EDPiPPlFF4Amd2TUNK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:12.75rem;font-style:normal;display:block; }
#lfavoJMTrtNu656m05bsXX1uFeNSK5Qw { position:absolute;display:block;z-index:15031;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.75rem;width:2.75rem;top:11.375rem;left:50.0625rem;overflow:hidden;display:block; }
#nx4HSEthmrKNrTyz6kpsqokkr5WuOLh9 { position:absolute;display:block;z-index:15032;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.75rem;width:2.75rem;top:11.375rem;left:53.8125rem;overflow:hidden;display:block; }
#RnT990qDSgH3nHzXUh7vGAyZDy0I6K4U { position:absolute;display:block;z-index:15033;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.75rem;width:2.3125rem;top:11.375rem;left:57.4375rem;overflow:hidden;display:block; }
#BMOcmQazBs4iwmEAukrs7R3gcGWmkLS1 { position:absolute;display:block;z-index:15034;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.75rem;width:4.1875rem;top:11.375rem;left:60.5625rem;overflow:hidden;display:block; }
#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD > .row .container { border-width: 0; border-radius: 0; }#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:none; }#ipmJlv7LuXcdVkTi76ge22cIXfevhbAI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:23.125rem;left:28.75rem;height:2.3375rem;font-style:normal;display:block; }
#Lfyd67lbWRzpTodzpd8Qf7pPNs0DwKGE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:27.8125rem;left:28.75rem;height:10.4125rem;font-style:normal;display:block; }
#GTzDpx0T9pHHVbkOHyZBnkqqsRQo7LBi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.9370625rem;width:17.7495625rem;top:10.1875rem;left:28.625rem;display:block; }
#z7RNxAJpTd5porLul18K3wtWoogDhyIN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.936rem;width:17.7485rem;top:10.1875rem;left:9.25rem;display:block; }
#aOBvVxJTCFS3f4ozm8RPfJ5e8iX1xOb0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:9.936rem;width:17.7485rem;top:10.1875rem;left:48.125rem;display:block; }
#J01NVCgzFkKL4VMBJOWtxBGO3UTBZqcn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:27.875rem;left:9.4375rem;height:10.411125rem;font-style:normal;display:block; }
#Bw5vIPtuEnTmrCC2U1TotyofJu8To8kB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:23.1875rem;left:48.3125rem;height:2.3375rem;font-style:normal;display:block; }
#is0gMhZIGdtV2Gzb3iQ2wzawT6bw1JXg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:23.1875rem;left:9.4375rem;height:2.3369125rem;font-style:normal;display:block; }
#Gikmy9sisksWab7Z1yKvdneufLVsisbK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:25.5rem;left:9.4375rem;height:1.4875rem;font-style:normal;display:block; }
#zTkDr7OTwOTt08T9XkevVJ3rI5BOTxoF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:25.4375rem;left:28.75rem;height:1.4875rem;font-style:normal;display:block; }
#bWTUOkXnkMAk1PiE9KR1Fmwwgd0xb8Qy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:25.5rem;left:48.3125rem;height:1.4875rem;font-style:normal;display:block; }
#qnJGT3P3Ksl1klF9CxfHs6xJcDu3ZQ8q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:27.875rem;left:48.3125rem;height:10.4125rem;font-style:normal;display:block; }
#qCR5T1Da80rS9dkRdFsmS6GG4er5p0HG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:20.75rem;left:9.25rem;height:1.4875rem;font-style:normal;display:block; }
#RrsCosvmJtqyR3FnxufXn9rf6CqTCQkR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:20.75rem;left:28.6875rem;height:1.4875rem;font-style:normal;display:block; }
#MluJouEDEhKuIZviuD3W9QFcbueQSpGm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:20.8125rem;left:48.25rem;height:1.4875rem;font-style:normal;display:block; }
#gZVOVWKm0H9M2lXuXwDkH4L3fWJcJCKn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:4.4375rem;left:9.25rem;height:3.0375rem;text-align:left;text-align-last:left;display:block; }
#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 > .row .container { border-width: 0; border-radius: 0; }#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:none; }#tQvttzh8AG9mHyWpng2wEaDDDg9Ombww { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"tan meringue";font-size:3.4375rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqpvcuktfPOT0UtaNn8cTRIORJKTlwBM { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:10.6875rem;left:14.3125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-form-header {  }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-regular-label { display:none;width:18.125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .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;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:3rem;width:18.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#33210c;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.6875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .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;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:2.9375rem;width:18.125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#33210c;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;font-size:0.6875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: none; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .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;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:18.125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:17.875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;overflow:hidden; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.75rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#5d92ff; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.125rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-container:first-of-type{padding-top:0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-container:last-of-type{padding-bottom:0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:56.75rem;height:auto;left:8.125rem;top:17.5625rem;z-index:15021;position:absolute; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .radio-container { width:18.75rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:56.75rem;height:auto;left:8.125rem;top:17.5625rem;z-index:15021;position:absolute; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #vhK0I6VoAGRo8bMlPFA3ECxiLiKqTHRO { position:relative; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #MJ7QSGQQmQtkvC7Xbuao2mvZsyZ6BZHK { position:relative;display:none; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #Wc6JF3MW5hJqLJgDMAJFDuUs5hAcIPmX { position:relative; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #zZH4V2J30LSGzye7otEkHuRVmbbkfRx8 { position:relative; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #rVzaKOU39VeNbQB52n70czvb4DUiy3JJ { position:relative;display:none; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #X5Jxeq0RuGZZ4Ay3HruL48c3TTP1S9Xx { position:relative; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #QsTpVRuLsSnINeyzKQ965M5RTCZz5LUt { position:relative; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #cm7RJN9rW1SotLv52M9nENO80C9de0F2 { position:relative; }
#fFLeFmWAeTLSHH0dVRmkvToaRXL6nN8A { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:27.5rem;left:13.875rem;height:2.6rem;font-style:italic;display:block; }
#Is2SGDCMo1inz59iT1IJvokFVQ04x7EJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:30.875rem;left:13.875rem;height:1.1375rem;font-style:italic;display:block; }
#Do9MvoVDQ1OZ1aThHh1Dulsa6SK7LRFv { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:35.375rem;left:13.875rem;height:2.6rem;font-style:italic;display:block; }
#gn5BS6sikmeW3Sh74u0ehAW14CBsk5Ei { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:38.75rem;left:13.8125rem;height:1.1375rem;font-style:italic;display:block; }
#H3HcMkpg6VqiCWOGw30DfLLibSJOVDU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:42.8125rem;left:13.875rem;height:2.6rem;font-style:italic;display:block; }
#Wc7sapWelVnTe5CWlzL9eHEouqLywogH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:46.375rem;left:13.875rem;height:1.1375rem;font-style:italic;display:block; }
#hnI3PzlTwqbDhGyFzAW9breB5hi6MkGR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:13.875rem;left:42.4375rem; }
#t0B1RPMef2fgdBH1QqL0lWDtrNRTyOBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.875rem;left:41.125rem; }
#gbWbyMPhJZ1bkmFSBKme3q8bJ68fwpQx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:13.8125rem;left:29.75rem;height:1.54375rem;font-style:normal;display:block; }
#lKtXxo7wp6NlnPsDXi4H621MJpO7GMGW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:16.8125rem;left:12.5625rem; }
#fiNM1Brb2mAeSu6UGSeMlnPnCp6JaTzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:16.8125rem;left:11.25rem; }
#tVt1513hiWgw99L8BMk1SKWrFWQvGuHT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:16.8125rem;left:9.9375rem; }
#UrQFC4Md30pkWadWmkr4J9sVrchZOPUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:16.8125rem;left:13.875rem; }
#ovxAJbo2Td36DRLI6zVDytatIIn7vfMP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:16.8125rem;left:15.1875rem; }
#JZZcw2G4sqTrT3fe9ckqO7qzLdn9A337 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.875rem;left:39.8125rem; }
#iT4lT6r79Q2lf8tJLppO0w4sVl4rOrPp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:13.875rem;left:38.5625rem; }
#Ovz8THRWACa58ekFPNTexixMSODrP8G4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:13.875rem;left:37.25rem; }
#Oh7paTyTdss2WpcFdpGuoOrqx0PN7g93 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:25.75rem;left:19.0625rem; }
#LSuf5kMTKFptKN3Xc1arUWXWB4CsdtBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:25.75rem;left:17.75rem; }
#PmbcUWybSQdULGCaagAHHO4qTI25dw9D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:25.75rem;left:16.4375rem; }
#aIDaxiMMGymbz88qOwBTCCV7C8mn7sOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:25.75rem;left:15.1875rem; }
#cstRXzQ9n35xpOE5HI9ZxwcUqD4q3Gzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:25.75rem;left:13.875rem; }
#m0Dg8m3QgxWibUFdR7lTdTCpOPHPwGKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:33.5rem;left:19.0625rem; }
#OUKsumERyETq0DPMKl6NhXIUqCqfMZZZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:33.5rem;left:17.75rem; }
#v7yUc0bCT1fm21FQMddRF904ILykNpuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:33.5rem;left:16.4375rem; }
#BU6GEIRhO1Fog30vv9I0MQHK9P5Qez4W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:33.5rem;left:15.1875rem; }
#xRlTyLQwThN14FP5531IGWzrSdwMtSBN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:33.5rem;left:13.875rem; }
#WoLfSP1mWlT2dhTVRtH3SsM4iDChumoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.37478125rem;width:1.37478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:41.0625rem;left:19.0625rem; }
#aC9hxeMQ2TR2XM1WzPxvWfA50fvAAGgT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:41.0625rem;left:17.75rem; }
#pAVCoaInW9NWz0Bl9VNCoJTzviQurtUl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:41.0625rem;left:16.4375rem; }
#oAECrIlptbfnE5s0lTp3lnkL65ThGty1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:41.0625rem;left:15.1875rem; }
#PoSDflOvTHUccI8WETT4dFDnzGo6goQr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3737rem;width:1.3737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:41.0625rem;left:13.875rem; }
#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE > .row .container { border-width: 0; border-radius: 0; }#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:none; }#zdoi9lpwd4LBbLi4mlzZ6yXzQIHpAfQx { color:rgba(var(--color-primary-2),1);display:block;width:20.9980625rem;position:absolute;font-family:"tan meringue";font-size:3.375rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:3.125rem;left:0rem;height:3.0371125rem;text-align:left;text-align-last:left;display:block; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-0),1); }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_61273b26316bfe6230d8b7aede6eaf513ab125d0.svg");background-size:contain !important; }#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-trigger.adaptive-delivery-prevent-bg, #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-trigger.lazyload, #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-trigger.lazyloading { background-image: none; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk { box-sizing:content-box;height:auto;width:72.125rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15024;background-color:transparent;background-image:none;padding-top:1.4375rem;padding-right:1.4375rem;padding-bottom:1.4375rem;padding-left:1.4375rem;top:8.7890625rem;left:0rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #u8z6o0BzVTuIPHoic7RL6A1cgCvk6EbF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Qn3rGmprx98Z2Dsbzi9tMJLbfKDKQW0b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #TCtGKfByHhnLqtOh6sGcHJs1vL04TDhk { display:block;position:relative; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #HEv7Gm7PTNH9TQxkSm4vJBEGhgZAyZ0e {  }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #rHarcK0kvH4TK2khSRaZnF8zGWK6T83L {  }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cAVg7JJmQZeihbFDVzfnQUaMIqTrJ0tW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Mu7GHiUc6wbxBe70ZvvhlttFEKxCbWnf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #mFEPpm2tf6eNOe5Tyt7RyNtMiKmZcqWJ { display:block;position:relative; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #urNwZBrUyN2iv2i8nL5a4LsReUxzD0If {  }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #EFNn9IBWgkmUNPvDGeTFCsCiaTEa1bi3 { display:none; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cJz8WO141b8pTQAIMuxWmn3oQXpKdnlS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Orz09tLRPufNDKWzroH8eLmShfaaTxx1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ITT3AGFekE6nxgFs5xeykNTroASdnKwR { display:block;position:relative; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #F5FS0nc7kp5JDvrs1PtmzEsdxz8Bp4VR {  }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ATHytRvIVgO1f12L28DZenAQWlIPKwMW { display:none; }
#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT { position:relative;display:none; }#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT { border-width: 0; border-radius: 0; }#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Gi8ZW6mL24eyRRHdt8CQ32Ee679vuf0L { color:rgba(var(--color-primary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15034;line-height:.8;letter-spacing:0;top:3.4375rem;left:7.875rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-form-header {  }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-regular-label { display:block;width:18.875rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .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;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:3rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-2),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-text {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .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;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);height:3rem;width:18.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-2),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .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;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#9e9e9e;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.15) ; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-select {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:11.25rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-secondary-0),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-primary-2),1);background-image:none;overflow:hidden; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:ubuntu;color:rgba(var(--color-tertiary-0),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:ubuntu;color:rgba(var(--color-tertiary-0),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:ubuntu;color:rgba(var(--color-tertiary-0),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:ubuntu;color:rgba(var(--color-tertiary-0),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:49.3125rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.5625rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-container:first-of-type{padding-top:0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-container:last-of-type{padding-bottom:0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:50.875rem;height:auto;left:9rem;top:7.8125rem;z-index:15013;position:absolute; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .radio-container { width:19.5rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;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; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-secondary-4),1);font-family:arial;width:50.875rem;height:auto;left:9rem;top:7.8125rem;z-index:15013;position:absolute; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #MK9bdycTdwRd7KgnWxRdhZn0BZOdGmBz { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #dlkk1bE2BcxzT4rGyyLCDiRrPtF5oF5p { position:relative;display:none; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #q1mMQkpLbCTbTo8snJqqRbZCLhtGZxzt { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #DfvOd7OUDRuIdlyoiNKpO1eRqDaSDD6Q { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SAc98tCr0H9wO3TWRpHpAKbpDPXUTGQq { position:relative;display:none; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #UxADTaWP1Q4P1b38bNuuCLxv8tpZTil8 { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Qzu72ZRbo0uI3d7Na9rM8ND1d5kZXZci { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SvDGQqluKGKVX37Q66oqagDrpyTUc8FO { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #NArXnPW4dxRRpm6POqWaeN3pT3E0mu4g { position:relative; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #WcIhFSvHi9RqfLfNW9igHTNW8acHdqcU { position:relative;z-index:2; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Rwqwpslt1gQoqXLXErH0ATbebpzSKKoi { position:relative; }
#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A > .row .container { border-width: 0; border-radius: 0; }#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:none; }#Ix7sMbpHuEhVq1yJUQ1OS0K3JCipvfNG { color:rgba(var(--color-tertiary-0),1);display:block;width:29.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.8739280700681rem;left:36.5625rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:.9;letter-spacing:0;top:11.367202758789rem;left:36.5625rem;height:3.83125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl li:before{  }
#PR0TT8Htb4i8rHQuvSgbXeey4emMBGwu { color:rgba(var(--color-primary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"tan meringue";font-size:3.5625rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:7.6875rem;left:12.4375rem;height:3.20625rem;text-align:left;text-align-last:left;display:block; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-form-header {  }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:15rem;box-sizing:border-box;height:3rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-text {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-select {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:3.6875rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:13.75rem;overflow:hidden;font-style:normal; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .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; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-container:first-of-type{padding-top:0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-container:last-of-type{padding-bottom:0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.4375rem;top:10.875rem;z-index:15013;position:absolute; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;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;text-align:left;text-align-last:left; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO {display:block;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.4375rem;top:10.875rem;z-index:15013;position:absolute; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AW5oBowp4Gsm7nNX988oiL6Aq9tuhXfG { position:relative; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #zT28SFhkvTcTw5bt6gtlhPtbAwbF5fif { position:relative;display:block; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AZsW2b5tbTpNTIU7c3wExfK3m2Ei5gWH { position:relative; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #khWvLA5oAdg8NKNzFkLFLnnETwesoKMN { position:relative; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #tUKZT7fsPTmnh6JufNoxyWMOTGsKSLsg { position:relative;z-index:2; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #aATmWEUDir8lmiAJnvy0RW2lfTvAlVE8 { position:relative; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #TDkJ14B3ltgFViFzFqqc8Xbrrqrc3iil { position:relative; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #Tk7z4CoB1TKf868MQfMZIelfmq2QqHu5 { position:relative; }
#XQqzZ5ctH9I8iqWv22LWhonTDnDfBIRP { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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;height:20.374375rem;width:59.874125rem;top:2.5303955078125rem;left:7.5rem;display:block; }
#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { background-color: transparent; background-image: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { display: none; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .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); }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { border-width: 0; border-radius: 0; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:1.0625rem;left:7.5rem;height:1.4875rem;font-style:normal;display:block; }
#I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:1.0625rem;left:54rem;height:1.4875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI { display:none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LISn6UL8ZadvTx05TeMJIgWF6gT8vwTT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dE8sWFniQ4Xc93XVybCOh68mM9ZEPKWI { top:3.4375rem;left:0rem;width:12.5rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL3L6fHelTMJreH53MmGQm5y59qB2h4p { display:block; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csKLCZxbKybv6fsHopHxyWdbB0ltwGQn { width:36.125rem;height:4.6875rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ZJarWONTDTmMPqfzEK5lLp4El0Gcpz { width:9.3125rem;height:2.5625rem;top:18.6875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKbOhXlkd6y0Fdu1Wz3dXcBTRW63hd7b { display:block; }
 }@media only screen and (max-width: 763px) { #qilTZsybsEKF4Gmn8V4TTD5VqghThS2K { width:9.3125rem;height:2.5625rem;top:21.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciSw8DACNiciAFdcPFo1MqByLsXssTvX { display:block; }
 }@media only screen and (max-width: 763px) { #EM7OktLIJyhuSsyIl0d0DlarJzOhaaCn { width:11rem;height:3.25rem;top:29.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGGuhAqPSxmrslDvSDvsELOOzhACkJ5q { display:block; }
 }@media only screen and (max-width: 763px) { #hNG0ruDihDgq3nodtnul0kJTH1fHvPaZ { width:38.875rem;height:4.5rem;top:10.875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K40z0Nt86grdJFqWnOLvw6frJlTq2eLd { top:36.125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azCn8F2kzqvArae8rW1CTTTsRmH2zgTo { top:36.125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZatVuZdWTuhSxLnRPU9IkVOlzcBxwr2 { top:36.125rem;left:0rem;width:2.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlfUgD9fgIBf9m0EnP1zIsqLC8BhhfTa { top:36.125rem;left:0rem;width:4.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i17igycIUdUpvuTUZIgbhG48KvaVGma1 { width:18.75rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sey0SJyOCXA24GEJLcKMX6bJm6ye84Gm { display:none; }
 }@media only screen and (max-width: 763px) { #SQbSc87AtoN72bvS0lExE4ba5qtpz19V { top:1.25rem;left:0rem;width:9.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5F16i4O3uDS7gsHrzRXrHzzvAWKHhvO { top:1.6875rem;left:46.1875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odk2sTLC2DuO4ocL2K3w3evpmZ6GgEwn { top:1.6875rem;left:46.1875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNtRmE26UBRVUDaLLx7f4RIQBdm0kwsd { top:1.6875rem;left:46.1875rem;width:1.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQD4qy2orVbreLOyGETpb6UaSOQWCl9J { top:1.625rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRqJVZSwpbVsqLU4xiheBGWBrZhmapnm { top:1.5625rem;left:45.125rem;width:2.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQwlxHa9MnZt9U6tAus4Uf7QQhaKUvOD { top:1.625rem;left:45.375rem;width:2.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:25.9375rem;height:16.125rem;top:13.25rem;left:21.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLZORhTTMFC2mqyJUf3W5bczJRJWJFot { width:21rem;height:3rem;top:4.5rem;left:26.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7yDvln3NS9nNcTsaZzPM8F8eug8xgA { top:3.25rem;left:0rem;width:27.3125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxRuBO5MM8t5IpHKR2Z7D3ECMUwqcHa { width:25.875rem;height:2.3125rem;top:8.0625rem;left:21.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6CO1KRDqoyfnu1OE7wHnqIEM9qHo0bA { top:10.5rem;left:0rem;width:15.9375rem;height:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwNnyhSNuNeTcsFqyPtU84Ceows7btDM { width:21rem;height:3rem;top:4.5rem;left:26.75rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh { display:block; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf53bce5a1c185e6bd85b1756dc40536 { top:3.6875rem;left:2.78125rem;width:6.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e720d26e4bc9142feb421fe3cbf7e1a1 { width:13.25rem;height:3.375rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b352f7cda3b4ef6e6631e77d0c31f622 { top:3.6875rem;left:14.71875rem;width:6.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45f516a316c4c504bc8eb4514df51b8 { width:13.25rem;height:3.375rem;top:11.4375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3d97036a0e3520f95546316e3966303 { top:3.6875rem;left:38.59375rem;width:6.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01300ac6c7295c1fc9d161646c7bc35 { width:13.25rem;height:3.375rem;top:11.4375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7467b99860175eb80bf72c029efbc7b { width:13.25rem;height:5.0625rem;top:11.4375rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f51a507847296824d9f61cfa8dcd17a3 { top:5.875rem;left:11.9375rem;width:0.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3eaace4a692424ab68f4b7a7798e3ef { top:5.875rem;left:23.875rem;width:0.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma26d1cf0a980de45097b40eb2c6b7c3 { top:5.875rem;left:35.8125rem;width:0.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQl1nwC8qZF8uwZp0PKpKAEQKqOJh96 { top:3.6875rem;left:26.65625rem;width:6.375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBRSS2aR4f7mHmJinUAOPa8eizkykTia { top:21rem;left:0rem;width:8.3125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 { display:block; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S23b4ad940eedd4c7f8c40491afb3e37 { width:26.0625rem;height:2.3125rem;top:7.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b91fabeb67e1685b558ffe80e0bf1e48 { width:25.4375rem;height:3.0625rem;top:3.9375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 { display:block; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkvXse0xqaxJVZNnsfXWnVpqdVD9H8dn { top:12.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4uEwSXoLscmgnWwOXvpP6IJTqbtQdWA { top:12.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJCHrUDk0RgO8TcVDOEG3EOfq0UHRWc { top:1.375rem;left:0rem;width:47.75rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMp6oqqdZ3v7Rn7pERL4oicGQ7WDykw { top:0.5rem;left:0rem;width:4.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKNX7t9XHe9saXQvTvxNRONWnub9ipR { top:0.5rem;left:43.25rem;width:4.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm { display:block; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssTUa9IsPSoZ5Fxisd0QwMqeK0o7GBMd { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9iJHShKmq4cyX9XTHPTQIEkXCm8nrUB { width:13.6875rem;height:7.75rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF6dH6GniHTVzhMkERxTfziWNv62Nb3x { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDvWTXgUwV8EbJ3VkJdCBAb1GWO2zNqC { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coWtr3eXoVW5JDKWxUvNUqJNAOXJiNZB { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atiDJF5KVVdd5kW7cQQqWhNS7wWnocKC { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZ7t6B6AnViiMBalVyT8zpENgTVIOv8 { top:2.4375rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r127qysnkNCaW80AwfIh4ovGoSzZkrhQ { top:8.1875rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuRcoodbW7iHmbUxV5g3eTEQeuhR3v3o { top:14.0625rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByrAmbJUZnIKVZONe8nbc9ATDuQ0o8DX { width:8.375rem;height:1.6875rem;top:14.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHLsqZJhec4uQU3vtWf5cE5yQiVAEra { width:18.125rem;height:1.125rem;top:16rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbFwoRaR5KN9XigGTRC816gQfzpRRzNe { width:4rem;height:1.125rem;top:18.6875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi1rpi1E5MnGgA83d6MOW0q6nGezdHe8 { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #me9qo9m5o1T3L9ChWKOkHZE2zvMX22sT { top:21.5625rem;left:7.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEXEnuuiS5Po5QEGhhcdTH3OXTuGZPRm { top:21.9375rem;left:7.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5N1nGTlry634ThTSEU0iRbL2nWXyD7g { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w64PRiq4HuTN22IZqXHdm8QWM6H0mHvZ { display:block; }
 }@media only screen and (max-width: 763px) { #AbcU3TGOTwlTMTiPTbRSQQgOKyzpb0vW { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWwmvozQACSSnLIZVIR4Ez3TH9BuzHDP { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lww2SSosVTTqXDpizldC0RzxTVHEh8JZ { display:block; }
 }@media only screen and (max-width: 763px) { #WGdLl7SUr5Kb4ZXTedcTDWX31XT69Gcg { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM6vsFgR6LeVBAMzUIQfa30B0us1Eme8 { width:4rem;height:1.125rem;top:20.9375rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfqNy9ldTiwchxGUAKIZpfm1MnnFNMMq { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMtg1vgJ8VsMhvpynrZDTBuu7DfqnTKl { width:18.125rem;height:1.125rem;top:10.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXBX0yrzsfCFFmBA6WehPqqey1WDLQc { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZ6rMIcswHuufu11hEsIUdP39L9Fo8h { width:18.125rem;height:1.125rem;top:4.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k { display:block; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpzg8WGycUx0l5bHuGRirM5XFPsSoprB { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVmPiXKUwuwe3TdraNeDD4S8Tc2tcI52 { width:13.6875rem;height:7.75rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGinF8dV4hX6kkzc2sN89rzlXyXp2M2 { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6WDsVSt7Fr6Qc8WSmGNPlItOU6IPDBr { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0bS25zsHroe3R9CuIp0Rc2kQWnZglBi { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqOZMPwS2r0udCQ1ye6fq4PGQ3OCdTgl { top:2.4375rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNeUgbpVsh7IJT5QIgfOEWmPxNf20wPz { top:8.1875rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tHwitp3lUhbu9a9CERyqtaA7dSWT0F { top:14.0625rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLiwm1CR47i9nz3TEw3GnEUV1XqQ3ZO2 { width:8.375rem;height:1.6875rem;top:14.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLHrTEs42Sut4uQ55heP9N6iDTg9AFGx { width:18.125rem;height:1.125rem;top:16rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNamrauGbu5JIMJe9TIl9c5ZsXBDJKNW { width:4rem;height:1.125rem;top:18.6875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoKM5E2etJ8bQNGhe7MTJ9WI5704DoEE { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmrryi6wg7D2CvydC6gRX30DfvCXriu { top:21.5625rem;left:7.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzJX4C9S0sauZksb7HJPt7fEhDBVQTI { top:21.9375rem;left:7.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRdQCFAMxrS1wa1MAmf5MUczaM1khId { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg5cTpptmJFt7EyA9PHS8zyPo1tJguu5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pnx6uqhqTHnc7PqZOGMEqcdgFZoEGR4v { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shwK4kvG1hiITeDWvdi4BggQcnDXfy8g { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md4rMXbTAJO1dDXnq8RpgCLuiUFdEpPL { display:block; }
 }@media only screen and (max-width: 763px) { #CO4RLr7DTZ1boOgyPMGlAckqGOBKpAwv { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8strhUfJHoX0GDiQVrfeTl9gSTxQMto { width:4rem;height:1.125rem;top:20.9375rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ8IfHT4hws9nHeolpz0wTU1EyrxhRJT { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBLI6HlPkvXRcHisoWCuTEFKeFHl3ofL { width:18.125rem;height:1.125rem;top:10.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB0a1Lems9FTTBRHZwTPddeb4dT749Gl { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mb9uS83hxS2JkzTZtDJWXE3BCp01Ws { width:18.125rem;height:1.125rem;top:4.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p { display:block; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFHloTAuxTId5kTuVCJxOmgRoPNmxfOB { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaMuWEptLPgTmtOy1mqJQHkOEz9fB2S { width:13.6875rem;height:7.75rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhsbMT4LE74cydos4Al7JBLOMxhZiN7 { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWKfcpb7kuAbV31GcQp1XDGUtbW4I3qz { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ambhqc1SNut8DTTne0JmnKgvBXlaXPHg { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcFiPBbS2xhNF0pMBSatcqefGBNBRWby { top:2.4375rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7kF96xpeb0TfoLe1v9LGTOp1r1JTsx { top:8.1875rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz1GMKNcC07vBLuIKFeSfliMwrzMqQ52 { top:14.0625rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZCZahagCxslR7cubS32G9Q2NBkT8qU { width:8.375rem;height:1.6875rem;top:14.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPSETTzg95gWHtTApzJIJxS3X3cLJBJ { width:18.125rem;height:1.125rem;top:16rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOK8B6QiSHlNHV3HmOwkObWsTniloI50 { width:4rem;height:1.125rem;top:18.6875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4bKggTCexTTfE8814lJ2EJ1qGtv97iC { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLf3lcUH0FDNhUcwgKTyTMqnDdfkdkG { top:21.5625rem;left:7.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #arICcVqmqFniAoVJMMKZsNtz0tvD6EWO { top:21.9375rem;left:7.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhG77oniVmlhdbi320MmmrbsDDCyLFg { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTlepVET9PQI0D3xxqETubMWbrrVxRT { display:block; }
 }@media only screen and (max-width: 763px) { #o5w7hOhx8Zp4JTeCSNB3K6lutOQM2gIi { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSdP2wT8bRTXiQ7E3hffoidpW1VeSTK { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFUiTaTg9wRwaZDJEg8U2nmT64LBeZX { display:block; }
 }@media only screen and (max-width: 763px) { #IzKL76ke1xtrETIIbKLoHLHoCeG8Unxd { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUZEPeSXpThvOLmR00FTvQZCdT7Kb3Q { width:4rem;height:1.125rem;top:20.9375rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9xHatHWP5d49kJWvcF5R7qZrANTJDgo { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkmeDxhau8beawoQqkKyZRF9vv1J8rG { width:18.125rem;height:1.125rem;top:10.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Adzc4DiFQcKpQeNtJ0Phqx96ctzbg9 { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJvqPHlP0SS11QxyL8uOl7STlSS8oyIi { width:18.125rem;height:1.125rem;top:4.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2z3bmhvxp5663LW7iGcd05gaSZLugX { display:block; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTSWQre3cZBOdpr7enWdEnP5OXq5SiR3 { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaD0Zig72SPkX5TvNyXOfJdviDtEiUyu { width:13.6875rem;height:10.375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1koaT2olPptEHktWOZTbzXAuzDu4Hs { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb7PzKTpZd7DT61tgVUPTfFlgWCkyNA8 { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIyKSCphUgukn4tZpeTuRfvhkslSUp3C { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqk0uz91s8v9S3zaFLVQgXgXo4aTEMc { top:2.4375rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKQqlgftHuQN8Q1TcmgR8GH4WDLZHt5 { top:8.1875rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zex22uPXz3B822tRozhXuXsqTnT9zDN3 { top:14.0625rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fITqFWGfw00QcqgTKemukQdLLL1NBGyN { width:8.375rem;height:1.6875rem;top:14.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0L8pOflTTRT871SV1TCdD0pqarHEgZ { width:18.125rem;height:1.125rem;top:16rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWqlp44MMfzk7ue5X53qLSq9MI3weitJ { width:4rem;height:1.125rem;top:18.6875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ3kqsQT5pFFVBCA6WNdLqhkCvDC1Opd { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEliJ196hMQhfU9xiTeceiV18kWzIbXB { top:21.5625rem;left:7.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsrgoSZPx9H4FE2LnAhatDagrNf3IM9l { top:21.9375rem;left:7.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yk5mKlHRxcy4290s19nwnERSISixQr { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0SMc3b4kX9Qa4xXXQD4uwTCFypTl4cV { display:block; }
 }@media only screen and (max-width: 763px) { #V7JE22GymxWBlaKhFnHt4dvwlqTezTPz { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UesIp7zlPzepnaKRHCaewqTWDM84vtKm { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaWUECdgEMaP5ZS40VzXUnwsmAD4mzNf { display:block; }
 }@media only screen and (max-width: 763px) { #X257llI9fwHnShB0aFXcys5F2l4lEF5f { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44RTaeaaT3FtDNrZBZOE9KqtuBVzbF2 { width:4rem;height:1.125rem;top:20.9375rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zok6ZbeTdc5z86ZLV97MwTgFnRhGSoq8 { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KabxlFrIgnddylPpSZEX6JXH5H87v5xE { width:18.125rem;height:1.125rem;top:10.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ7nwuvIlwsl4x4vQ8FLZ0re6eZudseI { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLq2nhxDq1iSZqR1rrmN3GGUkbf0LuZP { width:18.125rem;height:1.125rem;top:4.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ { display:block; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0OTaP9rDXXgfLpPDGoZukPJG2Hl96pU { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmNxMd6kMWs7TVFJ5LxJGeNr1VCJnss2 { width:13.6875rem;height:9.0625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNLuORd14naJXIRz7nHGsI4lakXe9TnC { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU4b9rDTZftTrJmc7XJHSiewzC8kT2TZ { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otSkU8Z5rxrMQTZaloPb0y3nyD2Nn1h2 { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDdgluiO71yEV3ENuQTkrb5wLkbt2sez { top:2.4375rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Z8UiKQ0V1RZkRARMqiSodRorGUMkBT { top:8.1875rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwEuHyHKnarIlFLE6DfDWBEW6xz4wga { top:14.0625rem;left:32.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcSsHzHJldKP3OHvDQpQ79Q2JXlTLOMq { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3cbCS9UoM9057Tr5qwOenSf45PPooi { width:18.125rem;height:2.25rem;top:15.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJf3Dxsm0rTDwtEL9GZTEsA2NeVyOnTX { width:4rem;height:1.125rem;top:18.6875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKasoCJNiFO2xOG6ZkL3TPk4LPu1sqUA { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0fknBUluGFexP5CsUgmgJdZsviUxI3D { top:21.5625rem;left:7.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D92DbE9O4P0TqJoWTVQ7MGECrIWco7x3 { top:21.9375rem;left:7.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVSIHcaRnPv3TIaK3kyv58ESP7DZuP71 { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR6pyD3FFVVIUAifpAvnv4Nfe7fduWB { display:block; }
 }@media only screen and (max-width: 763px) { #N6eTN242W0pMidyH8avJtdwUu2TWUCEQ { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEudgKM8aup578cIrf0RJS0XlVQfTWb { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFILxkrRyk44rVmZNE0pkJDe4E2otdP4 { display:block; }
 }@media only screen and (max-width: 763px) { #NuWXsH2D9Qw5QlNoTzUS7GkWzWMCnnkO { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BuNciNZHDLhJSmBbPo45vqcITxLK94 { width:4rem;height:1.125rem;top:20.9375rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsGOcTiv62ZXa8AWo03QxJMJVLwZyB3M { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCgTFNuJhTgdUEd1TTy7V9MEhSvOO1E { width:18.125rem;height:1.125rem;top:10.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2mKSpOLrlfoeM4LgZA3fgqW6SrnqelN { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqBMFmX0mrbUTt1mhTQadtqQ7hmXJslP { width:18.125rem;height:1.125rem;top:4.3125rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa { display:block; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiuGu4o1rZ2n8NfNhqD1bsLH11QgeH7t { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asW6KOfsAKmtrdvI2SQNirk1IwU9Q9Kk { width:13.6875rem;height:10.375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTVugsTcODvutsoCDT7fMK2wb00DNu93 { width:4rem;height:1.125rem;top:18.6875rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3rP52aILPPcaODnSxnf0x5uC0O7Samz { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxAsS2J2MLgNCobmaw0UAIxu7HwCzRor { top:21.5625rem;left:7.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9XCti8lVZAAU4WqNLHDb9sn7siz0a8t { top:21.9375rem;left:7.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6KXVfOB2k2OLoelQMWUZQTA7UFG4hu { width:13.5625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr48TdxA8Ghe6Kr958DGTp3rGXXfhTTX { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnzwUMESgvtL3ZfigLx5K3hBWR2Xcpv { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9JD7C6Tf6BSShLB8hVhQ0JQI4UrmdUu { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4VeNRgvpKSOvFBCAJcxtE5Tt5hxFxG3 { top:2.5rem;left:32.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBdhbMOnncrtwTJxTT0Wc4ZaEJ4BJMk { top:8.1875rem;left:32.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiXkIqDk3xxX5kwOhyRT9fRKRVvpaoJW { top:14.1875rem;left:32.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9neXcN5dE0hBRgE52ubGBPWtqFlMQD9 { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdvJH9SfeVkctr5xk4cM9t2SD4kUaANC { display:block; }
 }@media only screen and (max-width: 763px) { #XKUsPBRa6d0qnXBLfzLefQRN2cifmmte { width:8.375rem;height:1.6875rem;top:7.875rem;left:36.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGbITLQtoGL5QaaXaDmEzlgQ2wqsS8LE { width:18.9375rem;height:2.25rem;top:9.6875rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1vAwbQ1GLflaD4KFuyzavwyX6QthdTi { width:8.375rem;height:1.6875rem;top:14.125rem;left:36.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhyRUfQmozL7ciMA3DaOHVKADXARdXDk { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxlm446Sn1190XrWhZTNEWXZIGuJ1GGI { display:block; }
 }@media only screen and (max-width: 763px) { #sKSDJDLC5stvrh8qgXsQE0vtnM5TrLop { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFnt3per2LvHGLqIHxTDVigNvZTP22x5 { width:4rem;height:1.125rem;top:20.1875rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1btg6aFA8HhzKTn91IfHBLMbn4ldQ06 { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7uTdHIGEC2EVWxWbItRTPBtOfX0GFk { width:18.9375rem;height:2.25rem;top:4.3125rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEn3SULaOa9As7ukJ2fLTao9RKBUJtQD { width:18.9375rem;height:1.125rem;top:15.9375rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXitL8If1mDaa8TCm5SGuiyk95uopXpI { display:block; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huoRchKT6UHFWzyeguImeMlapuauCu6P { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ynscFQRcVXniRKVxAENZdngVQGTX7v { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GddXzNz6ug4ODksObAaTon8gOIRsSkNz { width:13.6875rem;height:10.375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZmZzUsqrhSny1M8oncIupnywnfVNwta { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnu6XzmcdofqcI3d8xMw7M4uaSUWhEl { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grvcDTk4HsTvFtLOdaunFdyMe0JonWSW { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiL9CnVHOrSzwlQnoXNmnVZeZd97zlI9 { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaHCfnuDg2I7DQCSiWU6RgAgWHw2s89X { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxzA76mKL5RD94k9eiCw4zQcrrxTO3ay { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvyc1RXTNJWZiPwL4pKb7dT13h6pOlk0 { width:4rem;height:1.125rem;top:18.6875rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhHDETVCSqp9i0IDTtirOtQlGb1pb2n { width:8.375rem;height:1.6875rem;top:2rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRqTS5UFdVFWogSTPSAPLDfFWTzD02Lp { width:17.5rem;height:2.25rem;top:3.8125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSHU3CchtxJQ7PQK3EDZu2iNEs4A6sqO { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBwfeMQBiZ746KgH9yotDzm4Og7FN0s { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3TWGO5v5kExrozS9HthZmrmrQ6WFhM { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCmsgHDipO6WTi4ZGkeGQoOTJBelOncf { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMch538xVMXCT2S79hyUWhrccyMUNkn { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfUuNPk1TTyTg2T3K0ugdF2vXqNUVTT { display:block; }
 }@media only screen and (max-width: 763px) { #wPKruS94HpvBwrl3LgvIIwSEAmvR3EzC { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOlo3N6g7p61AVT8IgfxBryxdieneWTC { display:block; }
 }@media only screen and (max-width: 763px) { #foiwW7xxIqxRGJbBLT1BaQek2G0A2MaF { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PFcXNyfNfsVTyxRC44Bpssca4GbdrZ { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAMeOMCsZsJriPUGCZnBa5zVDMXtznB { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5scm9a0hrkKXwXysEHHVdEMkdnfhmgb { width:17.5rem;height:1.125rem;top:10.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcLZhpCFW9Cz7RBeHCMh1HfLOxeUZ0L4 { width:17.5rem;height:2.25rem;top:15.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh { display:block; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb4d02a3e10be7e0b178bd551fe289cd { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afbf413137b44bcc21ff2a6ecdd36fdf { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V14ce8dd425e9d969ea1023f252fa6c8 { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf110744d20b0a4311404b41da19b2bc { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da6952d7903976042dc29925c4f13777 { width:15.375rem;height:9.0625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc03a6f6dfe7637508364015515cd942 { width:4rem;height:1.125rem;top:18.6875rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3f2bc01f81ccb68a68076577d3315e0 { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bba94257ac2b8ed6e510ad5347da92eb { width:10.1875rem;height:2.375rem;top:24.875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bab68374b6440eb4268f4e2334b5e3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #cd29949ce8e41244a1d14ec64ba74da4 { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta177ea17070d919b3e1d0ba0b2fecda { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccf500d882aa402abe5c9a65b99647d1 { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wde3f31d10319ec988ae59964b25451e { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e880e296b9d39bf79230d4b2959bddb4 { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M421a505a83b2fd1648231e0eaecc073 { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5b811a995567e04e8746e8384f02ec9 { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdb173c2aacfc00fbe3c0be5324d93c8 { display:block; }
 }@media only screen and (max-width: 763px) { #ly4WBob1aG8V5TwtSo0Q1JWZmPToMSWX { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA8XUTSXZSvZWcZiWP3QzCO4T0OVqIfq { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1oCBUZ6nSldkeO5OyDD5lrTpeKv7id { top:4.25rem;left:0rem;width:9.3125rem;height:10.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFi0qSHrEJwV5AI8rb38RvEtwa41OXQ0 { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgkaowdN2UK2NlvlJen8TAqTIhJkbB22 { width:17.5rem;height:1.125rem;top:4.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z74eELLg0mu8XrW6GeTEoaFa7SKKDdFz { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od13IOqaWqJ3ackJwCBIFRvTvPcFVhpc { width:17.5rem;height:1.125rem;top:10.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT42fM4zpkxhbIwmZr08LKfG90mgNeXy { width:8.375rem;height:1.6875rem;top:14.125rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7RAm7wxNNBvWCR3gzCx5SbtyVuhu5J { width:18.5rem;height:1.125rem;top:15.9375rem;left:29.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII { display:block; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBfHeccycSJGfm2livP9u0mZlcppi5Ph { width:4rem;height:1.25rem;top:18.6875rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSatSkfgTfEJ7Dqz4MTieL0Cck2Tuk21 { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKtQ293UytyViOvFmhRbQPMPxcdIoRmf { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1VkdhRvJ6OgLTF9xoLWRLTkm24g90T8 { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9ETN6zyqOqoKE79VWKoOw9Hwn8zd6s { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ln4J2c9Bq64cHCw3TfBc7IeUbHHfAv { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGNtGSlTGEKsbpurQHX6AEzJqGInIWPb { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAClNdgUxdTqE8E98pe1uSJNAwhtGTe { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaxMaS8WcdhctNKRMP7psJVcsrKChQOW { display:block; }
 }@media only screen and (max-width: 763px) { #h0Pn6O5GuVdfThBrtUe2knTsw4NSdLUD { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL0qMpSA1gKNUzz7hV6fFEoFJsmdB3b1 { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEe7oNEB84EFy0B7rR7vaeatVV3rEvg { display:block; }
 }@media only screen and (max-width: 763px) { #Q99G0XBxcf76JOB912QfdytgM9LP5qr1 { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvwxVwwv7MFUMNWwwM1EW7nLimeVm3HK { width:15.875rem;height:9.0625rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zTS3ickTsMU8HriaTloayc7Cw7wFwH { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXBwzQt4aqeDRuDNW0RkN83yfzqCcaep { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbPv3gFBaUQwNazxZBkl6T4ITQsTrRd { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD2ksaT36b5T74NtcqvaOA34TAvXKZX9 { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L89CFlgv2IZOMBqTUQ2SP6xWvcnXQa3H { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS6oZmzoHfiX8wUqaXS3FDT7ChMniIDn { width:14.9375rem;height:2.25rem;top:15.375rem;left:32.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAXIHCwkBQZ7JXTBzsGU54t16BknwtIO { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5SbgTsUTIB3zRwmE4AdVufLpgaJRL8r { width:17.5rem;height:1.125rem;top:10.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboouMlqVimFIzPhNFdST5IzihxUXkEQ { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD8U6vdemmZgdrDp3dLfqEcqKOoZoqmc { width:17.5rem;height:1.125rem;top:4.3125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs { display:block; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy5mO9rSvwEOL1SaMK9eNdB5lUQUInVw { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le8nEk9oWWQZJlTnPLKyrrcy5XpLnbaI { width:15.5625rem;height:10.375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpaC0yLx6L05KASRSKT0gA8MwE1BNQub { width:4rem;height:1.25rem;top:18.6875rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXynJKLOdm4MoOGd5eVR7BD7604bSdcO { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltgVSy3Ou34P9kV7y4wuTfHdK04a8wxp { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEZN8aWNQM3s60ghg8nTVQ4csTBwSzu { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL9iNVQOLS3y3INFIHtpfMSHLqKulfM7 { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQevqfVBlaZavL2PVXLI4H86phxJTVxr { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSUhQVN5kGsUMTEfN7h7gAF0P1r5Bnkx { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5AD5fGf56J7rxxzE4JIrnksK2TcGXv { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHadpT1UwCPfvGBzobD1I8duBzwOTNab { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM4E4GKG5bdKbRiFFQiRysXKwXKtySNq { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AugMy21iUXKmydFr88A4a2xeDPzeR3qg { width:17.4375rem;height:2.25rem;top:15.375rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1euz7WrXwcnA8zLcKkB0ZFN5QXVQXVe { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU3J44JLFz3sUTdnVx0wiNce7qxwEbh0 { display:block; }
 }@media only screen and (max-width: 763px) { #TJaPxUskF6a8UDT1nFXcgrLTJzmcSCvl { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSk8isAHHvRdR1F3tlq3hexCnyS7XUQ { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwFKHH46TLcxA7vnKVvaLowoS3wPbE7w { display:block; }
 }@media only screen and (max-width: 763px) { #SUfWEyuQnkyh7UTeBUTwihgSewa0K0Fi { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymNgRsrleaWXwVemQTd1HftxWZyt7QuT { width:17.5rem;height:1.125rem;top:4.375rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMXFy1essZxny7LcTNhTedVClyqw7Ac { width:8.375rem;height:1.6875rem;top:2.5rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZIgmoArnibHA1uRkOBchfl8zTkm2Cf { width:8.375rem;height:1.6875rem;top:7.875rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ela35ps70xHfDlnyCuWTKENbyaw94M { width:18.25rem;height:1.125rem;top:9.6875rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlHVJwIo8HTtPnwg5g7WtbLTwJ76Lza { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu { display:block; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxkxRlXp5dgeSRqpzxcOm06Zh0grMG21 { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlVpUkZ9a9JQKfXWeBW9ylW2xkzNJ1R8 { width:15.625rem;height:10.375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mlg8MsJhkAAqt7VUTIEsDI1QQVTEEG { width:4rem;height:1.125rem;top:18.6875rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1sqyeQIX7wqTpcgF0XFwbiSs9FUdWnV { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCn92bWqoQW9zgXcfbBJTtv5U1hTQO { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTbWh2EVLBUq8XvcGqZOxtKgL1JsTwXu { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqzozDFOaRzaJQDb3tV2VEzWVlXkpST { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVHo1GPfNmeTbMBZxffv94FItWVKSxS { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSpJ6w2eqD7oeMOvvQkt557dRp8p4d1u { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWETNwsVGboNPd2CSbuJyIzStEKEsM1A { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu3W3XX7f6JCAXJwFPplxvPo1kxb6Ds { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h956czJAZNROgJHuzCuwzmFdfzcZE5ce { width:18.125rem;height:1.125rem;top:15.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muctFfW4GS4NV0e24GgxeJ5WmkXAOOOi { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlWwytu7AS2HU95ZNDV0xGgnPGpbtvSt { display:block; }
 }@media only screen and (max-width: 763px) { #g1BXT44IhDRHsuP6MocLmA7XlX8AdPJZ { width:17.5rem;height:1.125rem;top:3.8125rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe0IT9hmKo5CVllxOreElxIxvJitcTBe { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEn0EQsfxx0kFJ2SikexwbTQAxCQyXb { width:18.9375rem;height:1.125rem;top:10.375rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKJFEsD8gxumDr8AzX3C06GGpEnVHQ1 { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXqcnaxm1TWLlImzOl6NV8OTDFTxy82 { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4RdyEvbmoz3R08Ouc02gqxKS0hn2plD { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEnJcPtOgpZSmaGR8Rh7bOrh3rfy430M { display:block; }
 }@media only screen and (max-width: 763px) { #kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUn1Pmc6UnfNlvaWwZNOep0r1RIJhiB { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckKEMlGINJWmi6JR0Ai1zF0g9v6xPuC { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRWlTmPwpVqnSEkC4Wmn0vqEWv94aHwQ { width:8.375rem;height:1.6875rem;top:1.875rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 { display:block; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H895qRP2K57ND0oZvqoS0LCydBu1WbPk { width:15.9375rem;height:7.75rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLLPvVmqUKC1im1Aempld7yHdwvihxSh { width:4rem;height:1.125rem;top:18.6875rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqRRBHqSadtaTWdfXLTKXQSxH5KmzW7 { width:24.625rem;height:5.4375rem;top:13.0625rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCTMGzanzFdJOXbWkWVSe53gPkDMR1It { width:24.625rem;height:5.4375rem;top:7.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xADZ7ZFxm42Q7fl3lJhdMLzfJoInT79N { width:13rem;height:0.0625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVWmor4NgfqMTtbuySTy4RLdWqxHyvUF { top:14.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrNmCmmxdJPLeUk0I4weNgFb0AvvZuJQ { top:8.1875rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsRe5nbN6tM8iLXPnTbDbwFk9xU26kIr { top:21.9375rem;left:7.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLxGTeysACPFWC0STXK5N9eBU7DikSsd { top:21.5625rem;left:7.5rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ng7BZeEMFcCO5yFbRhUEzP831Qtd7E { width:8.375rem;height:1.6875rem;top:13.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV504HRxKtaA9BTxaW4RplS7upTbdlfg { width:18.125rem;height:2.25rem;top:15.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBHufgMS8MkFb9hkCXq2sW1yyEJp7JD { width:8.375rem;height:1.6875rem;top:8.5625rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHWrzwWg1Nk75wOykGl5TJtIfSpv03D9 { width:18.9375rem;height:1.125rem;top:10.375rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB42PqxUWLMhzPnqfkUPOUiwwtycNz5A { width:10.25rem;height:2.5rem;top:25.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OibKvdpOAdRBQFNyslSDftysZXKzAwtU { display:block; }
 }@media only screen and (max-width: 763px) { #KvyStg0DnrxoJcRTRZrVT8DrAfoVe9lZ { width:18.625rem;height:2rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb9c3LROFSsHSMFQbpTVuMPPTI54Mr7D { width:11.75rem;height:1.4375rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuGcKRHisKwUiPKhrTLoGso873dzVk1O { width:10.1875rem;height:2.375rem;top:25.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWokUbxxQOhNU0WFJxqeF38KX0JgXvcC { display:block; }
 }@media only screen and (max-width: 763px) { #pMutxNN6tCN34wGZg34fpD4WAqBvHTDB { width:12.5rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ { width:18.3125rem;height:28.5rem;top:1.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z85vXgZSmx18Ws5ME4NpH2ps6b3f1Ro6 { width:24.625rem;height:5.4375rem;top:1.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS88rIyZr6zpObcCr9z54u5LEDh9GaFA { width:17.5rem;height:1.125rem;top:4.1875rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No2ZsD8Nqlc6DTZGTMrXBsPnZDywJiRP { top:2.5rem;left:32.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFirZdO48iwCsvQEcIs2FC334XCdPpaR { width:8.375rem;height:1.6875rem;top:2.25rem;left:36.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:23.8125rem;height:3rem;top:4.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACtf45Zf5mJiE0EDPiPPlFF4Amd2TUNK { width:36.875rem;height:12.75rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfavoJMTrtNu656m05bsXX1uFeNSK5Qw { top:11.375rem;left:36.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx4HSEthmrKNrTyz6kpsqokkr5WuOLh9 { top:11.375rem;left:40.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnT990qDSgH3nHzXUh7vGAyZDy0I6K4U { top:11.375rem;left:43.8125rem;width:2.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMOcmQazBs4iwmEAukrs7R3gcGWmkLS1 { top:11.375rem;left:43.5625rem;width:4.1875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD { display:block; }#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipmJlv7LuXcdVkTi76ge22cIXfevhbAI { width:15.1875rem;height:2.3125rem;top:23.125rem;left:15.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfyd67lbWRzpTodzpd8Qf7pPNs0DwKGE { width:15.1875rem;height:10.375rem;top:27.8125rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTzDpx0T9pHHVbkOHyZBnkqqsRQo7LBi { top:10.1875rem;left:15rem;width:17.6875rem;height:9.9022147140538rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RNxAJpTd5porLul18K3wtWoogDhyIN { top:10.1875rem;left:0rem;width:17.6875rem;height:9.901823443965rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOBvVxJTCFS3f4ozm8RPfJ5e8iX1xOb0 { top:10.1875rem;left:30.0625rem;width:17.6875rem;height:9.901823443965rem;display:block; }
 }@media only screen and (max-width: 763px) { #J01NVCgzFkKL4VMBJOWtxBGO3UTBZqcn { width:15.1875rem;height:10.375rem;top:27.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5vIPtuEnTmrCC2U1TotyofJu8To8kB { width:15.1875rem;height:2.3125rem;top:23.1875rem;left:32.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0gMhZIGdtV2Gzb3iQ2wzawT6bw1JXg { width:15.1875rem;height:2.3125rem;top:23.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gikmy9sisksWab7Z1yKvdneufLVsisbK { width:15.1875rem;height:1.4375rem;top:25.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkDr7OTwOTt08T9XkevVJ3rI5BOTxoF { width:15.1875rem;height:1.4375rem;top:25.4375rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTUOkXnkMAk1PiE9KR1Fmwwgd0xb8Qy { width:15.1875rem;height:1.4375rem;top:25.5rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJGT3P3Ksl1klF9CxfHs6xJcDu3ZQ8q { width:15.1875rem;height:10.375rem;top:27.875rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCR5T1Da80rS9dkRdFsmS6GG4er5p0HG { width:15.1875rem;height:1.4375rem;top:20.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrsCosvmJtqyR3FnxufXn9rf6CqTCQkR { width:15.1875rem;height:1.4375rem;top:20.75rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MluJouEDEhKuIZviuD3W9QFcbueQSpGm { width:15.1875rem;height:1.4375rem;top:20.8125rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVOVWKm0H9M2lXuXwDkH4L3fWJcJCKn { width:20.9375rem;height:3rem;top:4.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 { display:block; }#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQvttzh8AG9mHyWpng2wEaDDDg9Ombww { width:47.75rem;height:3.0625rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqpvcuktfPOT0UtaNn8cTRIORJKTlwBM { width:46.75rem;height:1.6875rem;top:10.6875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-regular-label { width:12.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-text { width:12.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-textarea { width:12.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-select { width:12.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-checkbox-label { width:43.6875rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-radio-label { width:5.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6  { width:45.25rem;height:auto;top:17.5625rem;left:0rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .radio-container { width:13rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 {display:inline-block;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 { width:45.25rem;height:auto;top:17.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #vhK0I6VoAGRo8bMlPFA3ECxiLiKqTHRO {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #MJ7QSGQQmQtkvC7Xbuao2mvZsyZ6BZHK {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #Wc6JF3MW5hJqLJgDMAJFDuUs5hAcIPmX {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #zZH4V2J30LSGzye7otEkHuRVmbbkfRx8 {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #rVzaKOU39VeNbQB52n70czvb4DUiy3JJ {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #X5Jxeq0RuGZZ4Ay3HruL48c3TTP1S9Xx {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #QsTpVRuLsSnINeyzKQ965M5RTCZz5LUt {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #cm7RJN9rW1SotLv52M9nENO80C9de0F2 {  }
 }@media only screen and (max-width: 763px) { #fFLeFmWAeTLSHH0dVRmkvToaRXL6nN8A { top:27.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2SGDCMo1inz59iT1IJvokFVQ04x7EJ { top:30.875rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do9MvoVDQ1OZ1aThHh1Dulsa6SK7LRFv { top:35.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn5BS6sikmeW3Sh74u0ehAW14CBsk5Ei { top:38.75rem;left:0.1875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HcMkpg6VqiCWOGw30DfLLibSJOVDU9 { top:42.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc7sapWelVnTe5CWlzL9eHEouqLywogH { top:46.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnI3PzlTwqbDhGyFzAW9breB5hi6MkGR { top:13.875rem;left:28.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0B1RPMef2fgdBH1QqL0lWDtrNRTyOBW { top:13.875rem;left:27.5rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWbyMPhJZ1bkmFSBKme3q8bJ68fwpQx { top:13.8125rem;left:16.125rem;width:6.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKtXxo7wp6NlnPsDXi4H621MJpO7GMGW { top:16.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNM1Brb2mAeSu6UGSeMlnPnCp6JaTzb { top:16.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVt1513hiWgw99L8BMk1SKWrFWQvGuHT { top:16.8125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrQFC4Md30pkWadWmkr4J9sVrchZOPUt { top:16.8125rem;left:0.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovxAJbo2Td36DRLI6zVDytatIIn7vfMP { top:16.8125rem;left:1.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZcw2G4sqTrT3fe9ckqO7qzLdn9A337 { top:13.875rem;left:26.1875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4lT6r79Q2lf8tJLppO0w4sVl4rOrPp { top:13.875rem;left:24.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovz8THRWACa58ekFPNTexixMSODrP8G4 { top:13.875rem;left:23.625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh7paTyTdss2WpcFdpGuoOrqx0PN7g93 { top:25.75rem;left:5.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSuf5kMTKFptKN3Xc1arUWXWB4CsdtBQ { top:25.75rem;left:4.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmbcUWybSQdULGCaagAHHO4qTI25dw9D { top:25.75rem;left:2.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIDaxiMMGymbz88qOwBTCCV7C8mn7sOb { top:25.75rem;left:1.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cstRXzQ9n35xpOE5HI9ZxwcUqD4q3Gzw { top:25.75rem;left:0.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Dg8m3QgxWibUFdR7lTdTCpOPHPwGKD { top:33.5rem;left:5.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUKsumERyETq0DPMKl6NhXIUqCqfMZZZ { top:33.5rem;left:4.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7yUc0bCT1fm21FQMddRF904ILykNpuT { top:33.5rem;left:2.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU6GEIRhO1Fog30vv9I0MQHK9P5Qez4W { top:33.5rem;left:1.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRlTyLQwThN14FP5531IGWzrSdwMtSBN { top:33.5rem;left:0.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoLfSP1mWlT2dhTVRtH3SsM4iDChumoF { top:41.0625rem;left:5.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC9hxeMQ2TR2XM1WzPxvWfA50fvAAGgT { top:41.0625rem;left:4.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAVCoaInW9NWz0Bl9VNCoJTzviQurtUl { top:41.0625rem;left:2.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAECrIlptbfnE5s0lTp3lnkL65ThGty1 { top:41.0625rem;left:1.5625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoSDflOvTHUccI8WETT4dFDnzGo6goQr { top:41.0625rem;left:0.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zITIu3HUMyxlTQor19DlNkLMVcgn6DKE { display:block; }#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdoi9lpwd4LBbLi4mlzZ6yXzQIHpAfQx { width:20.9375rem;height:3rem;top:3.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #u8z6o0BzVTuIPHoic7RL6A1cgCvk6EbF {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Qn3rGmprx98Z2Dsbzi9tMJLbfKDKQW0b {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #TCtGKfByHhnLqtOh6sGcHJs1vL04TDhk {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #HEv7Gm7PTNH9TQxkSm4vJBEGhgZAyZ0e {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #rHarcK0kvH4TK2khSRaZnF8zGWK6T83L {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cAVg7JJmQZeihbFDVzfnQUaMIqTrJ0tW {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Mu7GHiUc6wbxBe70ZvvhlttFEKxCbWnf {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #mFEPpm2tf6eNOe5Tyt7RyNtMiKmZcqWJ {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #urNwZBrUyN2iv2i8nL5a4LsReUxzD0If {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #EFNn9IBWgkmUNPvDGeTFCsCiaTEa1bi3 {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cJz8WO141b8pTQAIMuxWmn3oQXpKdnlS {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Orz09tLRPufNDKWzroH8eLmShfaaTxx1 {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ITT3AGFekE6nxgFs5xeykNTroASdnKwR {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #F5FS0nc7kp5JDvrs1PtmzEsdxz8Bp4VR {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ATHytRvIVgO1f12L28DZenAQWlIPKwMW {  }
 }@media only screen and (max-width: 763px) { #F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT { display:block; }#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gi8ZW6mL24eyRRHdt8CQ32Ee679vuf0L { width:39.0625rem;height:1.875rem;top:3.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-regular-label { display:block;width:16.0625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-text { width:16.0625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-text {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-textarea { width:16.0625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-select { width:16.0625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-select {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-checkbox-label { width:43.75rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-radio-label { width:7.15625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf  { width:45.25rem;height:auto;top:7.8125rem;left:0rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .radio-container { width:16.6875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf {display:inline-block;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf { width:45.25rem;height:auto;top:7.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #MK9bdycTdwRd7KgnWxRdhZn0BZOdGmBz {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #dlkk1bE2BcxzT4rGyyLCDiRrPtF5oF5p { display:none; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #q1mMQkpLbCTbTo8snJqqRbZCLhtGZxzt {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #DfvOd7OUDRuIdlyoiNKpO1eRqDaSDD6Q {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SAc98tCr0H9wO3TWRpHpAKbpDPXUTGQq {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #UxADTaWP1Q4P1b38bNuuCLxv8tpZTil8 {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Qzu72ZRbo0uI3d7Na9rM8ND1d5kZXZci {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SvDGQqluKGKVX37Q66oqagDrpyTUc8FO {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #NArXnPW4dxRRpm6POqWaeN3pT3E0mu4g {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #WcIhFSvHi9RqfLfNW9igHTNW8acHdqcU { z-index:2; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Rwqwpslt1gQoqXLXErH0ATbebpzSKKoi {  }
 }@media only screen and (max-width: 763px) { #qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A { display:block; }#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ix7sMbpHuEhVq1yJUQ1OS0K3JCipvfNG { top:6.8125rem;left:17.9375rem;width:29.8125rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl { top:11.3125rem;left:22.9375rem;width:23.125rem;height:3.8125rem;font-size:1.1875rem;display:block; }#CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl li:before{  }
 }@media only screen and (max-width: 763px) { #PR0TT8Htb4i8rHQuvSgbXeey4emMBGwu { width:16.4375rem;height:3.1875rem;top:7.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-text {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-select {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO  { width:15rem;height:auto;top:10.875rem;left:0rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO {display:block;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO { width:15rem;height:auto;top:10.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AW5oBowp4Gsm7nNX988oiL6Aq9tuhXfG {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #zT28SFhkvTcTw5bt6gtlhPtbAwbF5fif { display:block; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AZsW2b5tbTpNTIU7c3wExfK3m2Ei5gWH {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #khWvLA5oAdg8NKNzFkLFLnnETwesoKMN {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #tUKZT7fsPTmnh6JufNoxyWMOTGsKSLsg { z-index:2; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #aATmWEUDir8lmiAJnvy0RW2lfTvAlVE8 {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #TDkJ14B3ltgFViFzFqqc8Xbrrqrc3iil {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #Tk7z4CoB1TKf868MQfMZIelfmq2QqHu5 {  }
 }@media only screen and (max-width: 763px) { #XQqzZ5ctH9I8iqWv22LWhonTDnDfBIRP { top:2.5rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:8.875rem;height:1.4375rem;top:1.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { width:13.5rem;height:1.4375rem;top:1.0625rem;left:34.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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); } }@media only screen and (max-width: 763px) { #ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b70a4a53-4dee-4307-aadc-1ce047d5dd72/obraz_400x111px.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI.adaptive-delivery-prevent-bg, #ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI.lazyload, #ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI.lazyloading { background-image: none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container { background-color: transparent; background-image: none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container > .video-iframe-container { display: none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row > .video-iframe-container { display: none; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .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); }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container { border-width: 0; border-radius: 0; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ADcFdb5hOrZi6cb2wA6FAZvbpUsR0oHI > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LISn6UL8ZadvTx05TeMJIgWF6gT8vwTT { display:flex;top:0.6875rem;left:17.6875rem;width:1.4375rem;height:1.4375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #dE8sWFniQ4Xc93XVybCOh68mM9ZEPKWI { top:3.45703125rem;left:6.6875rem;width:12.5rem;height:2.775rem;z-index:15027;line-height:1.4;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gL3L6fHelTMJreH53MmGQm5y59qB2h4p { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7a48d5f4-b867-411f-8709-d81015299446/obraz_320x580px_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p.adaptive-delivery-prevent-bg, #gL3L6fHelTMJreH53MmGQm5y59qB2h4p.lazyload, #gL3L6fHelTMJreH53MmGQm5y59qB2h4p.lazyloading { background-image: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { background-color: transparent; background-image: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container > .video-iframe-container { display: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container { display: none; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .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); }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { border-width: 0; border-radius: 0; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gL3L6fHelTMJreH53MmGQm5y59qB2h4p > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csKLCZxbKybv6fsHopHxyWdbB0ltwGQn { width:17.25rem;height:2.475rem;top:9.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0ZJarWONTDTmMPqfzEK5lLp4El0Gcpz { width:7.8125rem;height:2.5625rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gKbOhXlkd6y0Fdu1Wz3dXcBTRW63hd7b { display:block; }
 }@media only screen and (max-width: 763px) { #qilTZsybsEKF4Gmn8V4TTD5VqghThS2K { width:5.5625rem;height:2.5625rem;top:10.500000953674rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ciSw8DACNiciAFdcPFo1MqByLsXssTvX { display:block; }
 }@media only screen and (max-width: 763px) { #EM7OktLIJyhuSsyIl0d0DlarJzOhaaCn { width:7.0625rem;height:2.1875rem;top:15rem;left:6.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGGuhAqPSxmrslDvSDvsELOOzhACkJ5q { display:block; }
 }@media only screen and (max-width: 763px) { #hNG0ruDihDgq3nodtnul0kJTH1fHvPaZ { width:20rem;height:1.8rem;top:6.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K40z0Nt86grdJFqWnOLvw6frJlTq2eLd { width:1.5rem;height:1.5rem;top:18.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #azCn8F2kzqvArae8rW1CTTTsRmH2zgTo { width:1.5rem;height:1.5rem;top:18.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZatVuZdWTuhSxLnRPU9IkVOlzcBxwr2 { width:1.25rem;height:1.5rem;top:18.6875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlfUgD9fgIBf9m0EnP1zIsqLC8BhhfTa { width:2.375rem;height:1.5rem;top:18.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i17igycIUdUpvuTUZIgbhG48KvaVGma1 { top:0.8125rem;left:6.40625rem;width:7.1875rem;height:1.8125rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Sey0SJyOCXA24GEJLcKMX6bJm6ye84Gm { display:flex;top:1.03125rem;left:18rem;width:1.375rem;height:1.375rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #SQbSc87AtoN72bvS0lExE4ba5qtpz19V { width:9.125rem;height:2.125rem;top:1.25rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5F16i4O3uDS7gsHrzRXrHzzvAWKHhvO { width:1.125rem;height:1.29980625rem;top:21.25rem;left:7.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Odk2sTLC2DuO4ocL2K3w3evpmZ6GgEwn { width:1.5625rem;height:1.29980625rem;top:21.25rem;left:9.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNtRmE26UBRVUDaLLx7f4RIQBdm0kwsd { width:1.5625rem;height:1.29980625rem;top:21.25rem;left:10.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQD4qy2orVbreLOyGETpb6UaSOQWCl9J { width:1.375rem;height:1.375rem;top:29.17480625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRqJVZSwpbVsqLU4xiheBGWBrZhmapnm { width:2.625rem;height:1.5rem;top:23.79980625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQwlxHa9MnZt9U6tAus4Uf7QQhaKUvOD { width:2.375rem;height:1.375rem;top:26.54980625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU { background-color:#000000;background-image:none;display:block; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { background-color: transparent; background-image: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row > .video-iframe-container { display: none; }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .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); }#CSyOEgKWzTpvud8VqVVZNSyETHaCqqbU > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3740k9suoZFCXgrDBaPJDa0Mg3gTlQu { width:16.5rem;height:0;top:7.36328125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OLZORhTTMFC2mqyJUf3W5bczJRJWJFot { width:20rem;height:1.8rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oo7yDvln3NS9nNcTsaZzPM8F8eug8xgA { width:20rem;height:20rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxRuBO5MM8t5IpHKR2Z7D3ECMUwqcHa { width:20rem;height:1.925rem;top:6rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6CO1KRDqoyfnu1OE7wHnqIEM9qHo0bA { top:10.537109375rem;left:2.03125rem;width:15.9375rem;height:14.3rem;z-index:15027;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwNnyhSNuNeTcsFqyPtU84Ceows7btDM { width:11.9375rem;height:1.8rem;top:3.3125rem;left:8.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh { display:block; }#q11NNyZXZ8xuTUTNLbhvUPQCEtMFRvyh > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gf53bce5a1c185e6bd85b1756dc40536 { width:4.9375rem;height:5.125rem;top:3.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e720d26e4bc9142feb421fe3cbf7e1a1 { width:7.9375rem;height:3.9rem;top:9.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b352f7cda3b4ef6e6631e77d0c31f622 { width:4.9375rem;height:5.125rem;top:3.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V45f516a316c4c504bc8eb4514df51b8 { width:7.9375rem;height:3.9rem;top:9.0625rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3d97036a0e3520f95546316e3966303 { width:4.9375rem;height:7.3125rem;top:13.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T01300ac6c7295c1fc9d161646c7bc35 { width:7.9375rem;height:2.6rem;top:21.1875rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7467b99860175eb80bf72c029efbc7b { width:8.4375rem;height:0;top:21.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #f51a507847296824d9f61cfa8dcd17a3 { width:0.0625rem;height:6.9375rem;top:5.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3eaace4a692424ab68f4b7a7798e3ef { width:0.0625rem;height:6.9375rem;top:5.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma26d1cf0a980de45097b40eb2c6b7c3 { width:0.0625rem;height:6.9375rem;top:5.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuQl1nwC8qZF8uwZp0PKpKAEQKqOJh96 { width:4.9375rem;height:5.125rem;top:14.78125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBRSS2aR4f7mHmJinUAOPa8eizkykTia { top:21.000000953674rem;left:1.4375001192093rem;width:8.3125rem;height:5.2rem;z-index:15043;color:#dda669;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 { display:block; }#nJ3spPg0aXgkrDe1GWrd8zqM1GgtTXQ9 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S23b4ad940eedd4c7f8c40491afb3e37 { width:20rem;height:3.85rem;top:4.29980625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b91fabeb67e1685b558ffe80e0bf1e48 { width:18.75rem;height:1.8rem;top:1.6875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 { display:block; }#JEyNkTcfPNQ9pX7hUalxpXM7tStfhdZ3 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkvXse0xqaxJVZNnsfXWnVpqdVD9H8dn { display:flex;width:1.875rem;height:1.875rem;top:7.6875rem;left:0rem;font-size:1.3125rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #W4uEwSXoLscmgnWwOXvpP6IJTqbtQdWA { display:flex;width:1.875rem;height:1.875rem;top:7.6875rem;left:18.125rem;font-size:1.3125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #FIJCHrUDk0RgO8TcVDOEG3EOfq0UHRWc { width:17.75rem;height:18.25rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMp6oqqdZ3v7Rn7pERL4oicGQ7WDykw { width:4.5rem;height:22.625rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icKNX7t9XHe9saXQvTvxNRONWnub9ipR { width:4.5rem;height:22.625rem;top:0rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm { display:block; }#Qx0Kcb3K6uLep8PEzcEKek1TbwFAnwwm > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssTUa9IsPSoZ5Fxisd0QwMqeK0o7GBMd { width:9.4375rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9iJHShKmq4cyX9XTHPTQIEkXCm8nrUB { width:9.3125rem;height:7.39375rem;top:3.3427734375rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #WF6dH6GniHTVzhMkERxTfziWNv62Nb3x { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDvWTXgUwV8EbJ3VkJdCBAb1GWO2zNqC { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coWtr3eXoVW5JDKWxUvNUqJNAOXJiNZB { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atiDJF5KVVdd5kW7cQQqWhNS7wWnocKC { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWZ7t6B6AnViiMBalVyT8zpENgTVIOv8 { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #r127qysnkNCaW80AwfIh4ovGoSzZkrhQ { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #tuRcoodbW7iHmbUxV5g3eTEQeuhR3v3o { display:flex;width:2.3125rem;height:2.3125rem;top:26.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ByrAmbJUZnIKVZONe8nbc9ATDuQ0o8DX { width:8.375rem;height:1.38125rem;top:26.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axHLsqZJhec4uQU3vtWf5cE5yQiVAEra { width:13.1875rem;height:0.9rem;top:27.6875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EbFwoRaR5KN9XigGTRC816gQfzpRRzNe { width:4rem;height:0;top:51.6621125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi1rpi1E5MnGgA83d6MOW0q6nGezdHe8 { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #me9qo9m5o1T3L9ChWKOkHZE2zvMX22sT { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEXEnuuiS5Po5QEGhhcdTH3OXTuGZPRm { width:2.25rem;height:2.25rem;top:31.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5N1nGTlry634ThTSEU0iRbL2nWXyD7g { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w64PRiq4HuTN22IZqXHdm8QWM6H0mHvZ { display:block; }
 }@media only screen and (max-width: 763px) { #AbcU3TGOTwlTMTiPTbRSQQgOKyzpb0vW { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWwmvozQACSSnLIZVIR4Ez3TH9BuzHDP { width:8.1875rem;height:1.875rem;top:37.8125rem;left:10.125000596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lww2SSosVTTqXDpizldC0RzxTVHEh8JZ { display:block; }
 }@media only screen and (max-width: 763px) { #WGdLl7SUr5Kb4ZXTedcTDWX31XT69Gcg { width:9.5625rem;height:1.3rem;top:32.375rem;left:2.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM6vsFgR6LeVBAMzUIQfa30B0us1Eme8 { width:4rem;height:1.1375rem;top:35.625rem;left:12.65625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #gfqNy9ldTiwchxGUAKIZpfm1MnnFNMMq { width:8.375rem;height:1.38125rem;top:22.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMtg1vgJ8VsMhvpynrZDTBuu7DfqnTKl { width:15.1875rem;height:0.975rem;top:23.8125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXBX0yrzsfCFFmBA6WehPqqey1WDLQc { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMZ6rMIcswHuufu11hEsIUdP39L9Fo8h { width:15.25rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k { display:block; }#RgXL4fsf5uSJTyGHF9MyPXVDtpBgpC5k > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tpzg8WGycUx0l5bHuGRirM5XFPsSoprB { width:9.4375rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVmPiXKUwuwe3TdraNeDD4S8Tc2tcI52 { width:9.3125rem;height:8.45rem;top:3.3427734375rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #JFR5V9sfiCvzPm6h0B0uJC0MfRBDi1Ki { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGinF8dV4hX6kkzc2sN89rzlXyXp2M2 { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6WDsVSt7Fr6Qc8WSmGNPlItOU6IPDBr { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0bS25zsHroe3R9CuIp0Rc2kQWnZglBi { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqOZMPwS2r0udCQ1ye6fq4PGQ3OCdTgl { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #hNeUgbpVsh7IJT5QIgfOEWmPxNf20wPz { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #T3tHwitp3lUhbu9a9CERyqtaA7dSWT0F { display:flex;width:2.3125rem;height:2.3125rem;top:26.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #RLiwm1CR47i9nz3TEw3GnEUV1XqQ3ZO2 { width:8.375rem;height:1.38125rem;top:26.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLHrTEs42Sut4uQ55heP9N6iDTg9AFGx { width:13.1875rem;height:0.9rem;top:27.6875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PNamrauGbu5JIMJe9TIl9c5ZsXBDJKNW { width:4rem;height:0;top:51.6621125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FoKM5E2etJ8bQNGhe7MTJ9WI5704DoEE { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmrryi6wg7D2CvydC6gRX30DfvCXriu { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypzJX4C9S0sauZksb7HJPt7fEhDBVQTI { width:2.25rem;height:2.25rem;top:31.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRdQCFAMxrS1wa1MAmf5MUczaM1khId { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mg5cTpptmJFt7EyA9PHS8zyPo1tJguu5 { display:block; }
 }@media only screen and (max-width: 763px) { #Pnx6uqhqTHnc7PqZOGMEqcdgFZoEGR4v { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shwK4kvG1hiITeDWvdi4BggQcnDXfy8g { width:8.1875rem;height:1.875rem;top:37.8125rem;left:10.125000596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #md4rMXbTAJO1dDXnq8RpgCLuiUFdEpPL { display:block; }
 }@media only screen and (max-width: 763px) { #CO4RLr7DTZ1boOgyPMGlAckqGOBKpAwv { width:9.5625rem;height:1.3rem;top:32.375rem;left:2.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8strhUfJHoX0GDiQVrfeTl9gSTxQMto { width:4rem;height:1.1375rem;top:35.625rem;left:12.65625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8IfHT4hws9nHeolpz0wTU1EyrxhRJT { width:8.375rem;height:1.38125rem;top:22.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBLI6HlPkvXRcHisoWCuTEFKeFHl3ofL { width:15.1875rem;height:0.975rem;top:23.8125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB0a1Lems9FTTBRHZwTPddeb4dT749Gl { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Mb9uS83hxS2JkzTZtDJWXE3BCp01Ws { width:15.25rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p { display:block; }#scFbm1Si9P3dzSqmsOTiLLC1FNNGXV3p > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFHloTAuxTId5kTuVCJxOmgRoPNmxfOB { width:9.4375rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpaMuWEptLPgTmtOy1mqJQHkOEz9fB2S { width:9.3125rem;height:8.45rem;top:3.3427734375rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #ZSLFoMzP2SUyHN3aLxsDfMJaUIEGoQGE { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMhsbMT4LE74cydos4Al7JBLOMxhZiN7 { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWKfcpb7kuAbV31GcQp1XDGUtbW4I3qz { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ambhqc1SNut8DTTne0JmnKgvBXlaXPHg { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcFiPBbS2xhNF0pMBSatcqefGBNBRWby { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #JF7kF96xpeb0TfoLe1v9LGTOp1r1JTsx { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Lz1GMKNcC07vBLuIKFeSfliMwrzMqQ52 { display:flex;width:2.3125rem;height:2.3125rem;top:26.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #x9ZCZahagCxslR7cubS32G9Q2NBkT8qU { width:8.375rem;height:1.38125rem;top:26.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPSETTzg95gWHtTApzJIJxS3X3cLJBJ { width:13.1875rem;height:0.9rem;top:27.6875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vOK8B6QiSHlNHV3HmOwkObWsTniloI50 { width:4rem;height:0;top:51.6621125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4bKggTCexTTfE8814lJ2EJ1qGtv97iC { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrLf3lcUH0FDNhUcwgKTyTMqnDdfkdkG { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arICcVqmqFniAoVJMMKZsNtz0tvD6EWO { width:2.25rem;height:2.25rem;top:31.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhG77oniVmlhdbi320MmmrbsDDCyLFg { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTTlepVET9PQI0D3xxqETubMWbrrVxRT { display:block; }
 }@media only screen and (max-width: 763px) { #o5w7hOhx8Zp4JTeCSNB3K6lutOQM2gIi { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSdP2wT8bRTXiQ7E3hffoidpW1VeSTK { width:8.1875rem;height:1.875rem;top:37.8125rem;left:10.125000596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnFUiTaTg9wRwaZDJEg8U2nmT64LBeZX { display:block; }
 }@media only screen and (max-width: 763px) { #IzKL76ke1xtrETIIbKLoHLHoCeG8Unxd { width:9.5625rem;height:1.3rem;top:32.375rem;left:2.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUZEPeSXpThvOLmR00FTvQZCdT7Kb3Q { width:4rem;height:1.1375rem;top:35.625rem;left:12.65625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #t9xHatHWP5d49kJWvcF5R7qZrANTJDgo { width:8.375rem;height:1.38125rem;top:22.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGkmeDxhau8beawoQqkKyZRF9vv1J8rG { width:15.1875rem;height:0.975rem;top:23.8125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Adzc4DiFQcKpQeNtJ0Phqx96ctzbg9 { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJvqPHlP0SS11QxyL8uOl7STlSS8oyIi { width:15.25rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2z3bmhvxp5663LW7iGcd05gaSZLugX { display:block; }#om2z3bmhvxp5663LW7iGcd05gaSZLugX > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTSWQre3cZBOdpr7enWdEnP5OXq5SiR3 { width:9.4375rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaD0Zig72SPkX5TvNyXOfJdviDtEiUyu { width:9.3125rem;height:10.5625rem;top:3.3427734375rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #gTQmAeB33aCtF8eQdGU2fXhacrQdxAMd { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm1koaT2olPptEHktWOZTbzXAuzDu4Hs { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb7PzKTpZd7DT61tgVUPTfFlgWCkyNA8 { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIyKSCphUgukn4tZpeTuRfvhkslSUp3C { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaqk0uz91s8v9S3zaFLVQgXgXo4aTEMc { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #HwKQqlgftHuQN8Q1TcmgR8GH4WDLZHt5 { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Zex22uPXz3B822tRozhXuXsqTnT9zDN3 { display:flex;width:2.3125rem;height:2.3125rem;top:26.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #fITqFWGfw00QcqgTKemukQdLLL1NBGyN { width:8.375rem;height:1.38125rem;top:26.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml0L8pOflTTRT871SV1TCdD0pqarHEgZ { width:13.1875rem;height:0.9rem;top:27.6875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WWqlp44MMfzk7ue5X53qLSq9MI3weitJ { width:4rem;height:0;top:51.6621125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJ3kqsQT5pFFVBCA6WNdLqhkCvDC1Opd { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEliJ196hMQhfU9xiTeceiV18kWzIbXB { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsrgoSZPx9H4FE2LnAhatDagrNf3IM9l { width:2.25rem;height:2.25rem;top:31.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yk5mKlHRxcy4290s19nwnERSISixQr { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0SMc3b4kX9Qa4xXXQD4uwTCFypTl4cV { display:block; }
 }@media only screen and (max-width: 763px) { #V7JE22GymxWBlaKhFnHt4dvwlqTezTPz { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UesIp7zlPzepnaKRHCaewqTWDM84vtKm { width:8.1875rem;height:1.875rem;top:37.8125rem;left:10.125000596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaWUECdgEMaP5ZS40VzXUnwsmAD4mzNf { display:block; }
 }@media only screen and (max-width: 763px) { #X257llI9fwHnShB0aFXcys5F2l4lEF5f { width:9.5625rem;height:1.3rem;top:32.375rem;left:2.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H44RTaeaaT3FtDNrZBZOE9KqtuBVzbF2 { width:4rem;height:1.1375rem;top:35.625rem;left:12.65625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #zok6ZbeTdc5z86ZLV97MwTgFnRhGSoq8 { width:8.375rem;height:1.38125rem;top:22.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KabxlFrIgnddylPpSZEX6JXH5H87v5xE { width:15.1875rem;height:0.975rem;top:23.8125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ7nwuvIlwsl4x4vQ8FLZ0re6eZudseI { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLq2nhxDq1iSZqR1rrmN3GGUkbf0LuZP { width:15.25rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ { display:block; }#CXrsL3qyq5tz9bUul4DO4a2b1yrMTXVZ > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0OTaP9rDXXgfLpPDGoZukPJG2Hl96pU { width:9.4375rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmNxMd6kMWs7TVFJ5LxJGeNr1VCJnss2 { width:9.3125rem;height:9.50625rem;top:3.3427734375rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #JHyf83MZ0IACBuyNrXWNDH8nsdHJlC1o { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNLuORd14naJXIRz7nHGsI4lakXe9TnC { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU4b9rDTZftTrJmc7XJHSiewzC8kT2TZ { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otSkU8Z5rxrMQTZaloPb0y3nyD2Nn1h2 { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDdgluiO71yEV3ENuQTkrb5wLkbt2sez { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #o9Z8UiKQ0V1RZkRARMqiSodRorGUMkBT { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #lhwEuHyHKnarIlFLE6DfDWBEW6xz4wga { display:flex;width:2.3125rem;height:2.3125rem;top:26.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #TcSsHzHJldKP3OHvDQpQ79Q2JXlTLOMq { width:8.375rem;height:1.38125rem;top:25.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3cbCS9UoM9057Tr5qwOenSf45PPooi { width:13.1875rem;height:1.8rem;top:27.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZJf3Dxsm0rTDwtEL9GZTEsA2NeVyOnTX { width:4rem;height:0;top:51.6621125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKasoCJNiFO2xOG6ZkL3TPk4LPu1sqUA { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0fknBUluGFexP5CsUgmgJdZsviUxI3D { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D92DbE9O4P0TqJoWTVQ7MGECrIWco7x3 { width:2.25rem;height:2.25rem;top:31.25rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVSIHcaRnPv3TIaK3kyv58ESP7DZuP71 { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGR6pyD3FFVVIUAifpAvnv4Nfe7fduWB { display:block; }
 }@media only screen and (max-width: 763px) { #N6eTN242W0pMidyH8avJtdwUu2TWUCEQ { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeEudgKM8aup578cIrf0RJS0XlVQfTWb { width:8.1875rem;height:1.875rem;top:37.8125rem;left:10.125000596046rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFILxkrRyk44rVmZNE0pkJDe4E2otdP4 { display:block; }
 }@media only screen and (max-width: 763px) { #NuWXsH2D9Qw5QlNoTzUS7GkWzWMCnnkO { width:9.5625rem;height:1.3rem;top:32.375rem;left:2.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BuNciNZHDLhJSmBbPo45vqcITxLK94 { width:4rem;height:1.1375rem;top:35.625rem;left:12.65625rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #nsGOcTiv62ZXa8AWo03QxJMJVLwZyB3M { width:8.375rem;height:1.38125rem;top:22.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCgTFNuJhTgdUEd1TTy7V9MEhSvOO1E { width:15.1875rem;height:0.975rem;top:23.8125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2mKSpOLrlfoeM4LgZA3fgqW6SrnqelN { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqBMFmX0mrbUTt1mhTQadtqQ7hmXJslP { width:15.25rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa { display:block; }#Iq0uQXe7XdWKSSfyOIaTxehTQVtGlEZa > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiuGu4o1rZ2n8NfNhqD1bsLH11QgeH7t { width:8.0625rem;height:1.70625rem;top:1.1875rem;left:9.9375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/bd2e35fc-8606-4cb4-976b-b456cb23917d/AMBER_FLAME_LOU_DE_PRE_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.adaptive-delivery-prevent-bg, #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.lazyload, #KL0pU6GKcQ4P8b428OMxCdiCQ2gRaknP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #asW6KOfsAKmtrdvI2SQNirk1IwU9Q9Kk { width:9.25rem;height:9.50625rem;top:3.3125rem;left:10rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #CTVugsTcODvutsoCDT7fMK2wb00DNu93 { width:4rem;height:0;top:21.9121125rem;left:10.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3rP52aILPPcaODnSxnf0x5uC0O7Samz { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxAsS2J2MLgNCobmaw0UAIxu7HwCzRor { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9XCti8lVZAAU4WqNLHDb9sn7siz0a8t { width:2.25rem;height:2.25rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6KXVfOB2k2OLoelQMWUZQTA7UFG4hu { width:8.8125rem;height:1.3rem;top:31.125rem;left:3.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr48TdxA8Ghe6Kr958DGTp3rGXXfhTTX { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnzwUMESgvtL3ZfigLx5K3hBWR2Xcpv { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9JD7C6Tf6BSShLB8hVhQ0JQI4UrmdUu { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4VeNRgvpKSOvFBCAJcxtE5Tt5hxFxG3 { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.09375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #UzBdhbMOnncrtwTJxTT0Wc4ZaEJ4BJMk { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.09375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #iiXkIqDk3xxX5kwOhyRT9fRKRVvpaoJW { display:flex;width:2.3125rem;height:2.3125rem;top:26.40625rem;left:1.09375rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #I9neXcN5dE0hBRgE52ubGBPWtqFlMQD9 { width:6.9375rem;height:1.875rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdvJH9SfeVkctr5xk4cM9t2SD4kUaANC { display:block; }
 }@media only screen and (max-width: 763px) { #XKUsPBRa6d0qnXBLfzLefQRN2cifmmte { width:8.375rem;height:1.38125rem;top:22rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGbITLQtoGL5QaaXaDmEzlgQ2wqsS8LE { width:13.75rem;height:1.8rem;top:23.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d1vAwbQ1GLflaD4KFuyzavwyX6QthdTi { width:8.375rem;height:1.38125rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhyRUfQmozL7ciMA3DaOHVKADXARdXDk { width:8.125rem;height:1.875rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxlm446Sn1190XrWhZTNEWXZIGuJ1GGI { display:block; }
 }@media only screen and (max-width: 763px) { #sKSDJDLC5stvrh8qgXsQE0vtnM5TrLop { width:8.875rem;height:1.3rem;top:32.375rem;left:3.4375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFnt3per2LvHGLqIHxTDVigNvZTP22x5 { width:4rem;height:1.1375rem;top:35.625rem;left:12.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #f1btg6aFA8HhzKTn91IfHBLMbn4ldQ06 { width:8.375rem;height:1.38125rem;top:17.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR7uTdHIGEC2EVWxWbItRTPBtOfX0GFk { width:13.75rem;height:1.95rem;top:19.25rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEn3SULaOa9As7ukJ2fLTao9RKBUJtQD { width:13.75rem;height:1.8rem;top:27.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zXitL8If1mDaa8TCm5SGuiyk95uopXpI { display:block; }#zXitL8If1mDaa8TCm5SGuiyk95uopXpI > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huoRchKT6UHFWzyeguImeMlapuauCu6P { width:9.25rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6ynscFQRcVXniRKVxAENZdngVQGTX7v { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GddXzNz6ug4ODksObAaTon8gOIRsSkNz { width:9.25rem;height:10.5625rem;top:4.25rem;left:10.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #JZmZzUsqrhSny1M8oncIupnywnfVNwta { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZnu6XzmcdofqcI3d8xMw7M4uaSUWhEl { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grvcDTk4HsTvFtLOdaunFdyMe0JonWSW { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiL9CnVHOrSzwlQnoXNmnVZeZd97zlI9 { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #zaHCfnuDg2I7DQCSiWU6RgAgWHw2s89X { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #GxzA76mKL5RD94k9eiCw4zQcrrxTO3ay { display:flex;width:2.3125rem;height:2.3125rem;top:26.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #Zvyc1RXTNJWZiPwL4pKb7dT13h6pOlk0 { width:4rem;height:1.1375rem;top:35.625rem;left:12.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMhHDETVCSqp9i0IDTtirOtQlGb1pb2n { width:8.375rem;height:1.38125rem;top:18rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRqTS5UFdVFWogSTPSAPLDfFWTzD02Lp { width:13.75rem;height:1.8rem;top:19.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JSHU3CchtxJQ7PQK3EDZu2iNEs4A6sqO { width:8.375rem;height:1.38125rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwBwfeMQBiZ746KgH9yotDzm4Og7FN0s { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz3TWGO5v5kExrozS9HthZmrmrQ6WFhM { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCmsgHDipO6WTi4ZGkeGQoOTJBelOncf { width:2.25rem;height:2.25rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAMch538xVMXCT2S79hyUWhrccyMUNkn { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwfUuNPk1TTyTg2T3K0ugdF2vXqNUVTT { display:block; }
 }@media only screen and (max-width: 763px) { #wPKruS94HpvBwrl3LgvIIwSEAmvR3EzC { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOlo3N6g7p61AVT8IgfxBryxdieneWTC { display:block; }
 }@media only screen and (max-width: 763px) { #foiwW7xxIqxRGJbBLT1BaQek2G0A2MaF { width:8.6875rem;height:1.3rem;top:31rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PFcXNyfNfsVTyxRC44Bpssca4GbdrZ { width:10.875rem;height:1.3rem;top:32.4375rem;left:1.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzAMeOMCsZsJriPUGCZnBa5zVDMXtznB { width:8.375rem;height:1.38125rem;top:22.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5scm9a0hrkKXwXysEHHVdEMkdnfhmgb { width:13.75rem;height:0.975rem;top:23.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcLZhpCFW9Cz7RBeHCMh1HfLOxeUZ0L4 { width:13.75rem;height:1.8rem;top:27.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh { display:block; }#zLJOs1tllmVS46SlcWO6rE5V7UKSrxxh > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb4d02a3e10be7e0b178bd551fe289cd { width:8.6875rem;height:1.3rem;top:31rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afbf413137b44bcc21ff2a6ecdd36fdf { width:9.6875rem;height:1.3rem;top:32.375rem;left:3.0625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V14ce8dd425e9d969ea1023f252fa6c8 { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf110744d20b0a4311404b41da19b2bc { width:8.8125rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da6952d7903976042dc29925c4f13777 { width:14.1875rem;height:0;top:32.25rem;left:3.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sc03a6f6dfe7637508364015515cd942 { width:4rem;height:1.1375rem;top:35.625rem;left:12.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3f2bc01f81ccb68a68076577d3315e0 { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bba94257ac2b8ed6e510ad5347da92eb { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bab68374b6440eb4268f4e2334b5e3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #cd29949ce8e41244a1d14ec64ba74da4 { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta177ea17070d919b3e1d0ba0b2fecda { display:flex;width:2.3125rem;height:2.3125rem;top:18.4375rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ccf500d882aa402abe5c9a65b99647d1 { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wde3f31d10319ec988ae59964b25451e { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e880e296b9d39bf79230d4b2959bddb4 { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #M421a505a83b2fd1648231e0eaecc073 { display:flex;width:2.3125rem;height:2.3125rem;top:26.40625rem;left:1.125rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #y5b811a995567e04e8746e8384f02ec9 { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gdb173c2aacfc00fbe3c0be5324d93c8 { display:block; }
 }@media only screen and (max-width: 763px) { #ly4WBob1aG8V5TwtSo0Q1JWZmPToMSWX { width:2.25rem;height:2.25rem;top:31.1875rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA8XUTSXZSvZWcZiWP3QzCO4T0OVqIfq { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af1oCBUZ6nSldkeO5OyDD5lrTpeKv7id { top:4.25rem;left:10rem;width:9.3125rem;height:10.2375rem;z-index:15044;color:#ffffff;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nFi0qSHrEJwV5AI8rb38RvEtwa41OXQ0 { width:8.375rem;height:1.38125rem;top:17.9375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgkaowdN2UK2NlvlJen8TAqTIhJkbB22 { width:13.75rem;height:1.8rem;top:19.3125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z74eELLg0mu8XrW6GeTEoaFa7SKKDdFz { width:8.375rem;height:1.38125rem;top:22.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od13IOqaWqJ3ackJwCBIFRvTvPcFVhpc { width:13.75rem;height:0.975rem;top:23.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT42fM4zpkxhbIwmZr08LKfG90mgNeXy { width:8.375rem;height:1.38125rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7RAm7wxNNBvWCR3gzCx5SbtyVuhu5J { width:13.75rem;height:0.9rem;top:27.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII { display:block; }#DHJa2oIfmr4ht5e9mGkGQx5o1XHRQIII > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBfHeccycSJGfm2livP9u0mZlcppi5Ph { width:4rem;height:1.1375rem;top:35.625rem;left:12.6875rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSatSkfgTfEJ7Dqz4MTieL0Cck2Tuk21 { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKtQ293UytyViOvFmhRbQPMPxcdIoRmf { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1VkdhRvJ6OgLTF9xoLWRLTkm24g90T8 { width:2.25rem;height:2.25rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK9ETN6zyqOqoKE79VWKoOw9Hwn8zd6s { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ln4J2c9Bq64cHCw3TfBc7IeUbHHfAv { width:8.6875rem;height:1.3rem;top:31.125rem;left:4.0625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGNtGSlTGEKsbpurQHX6AEzJqGInIWPb { display:flex;width:2.3125rem;height:2.3125rem;top:26.40625rem;left:1.1875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #VPAClNdgUxdTqE8E98pe1uSJNAwhtGTe { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaxMaS8WcdhctNKRMP7psJVcsrKChQOW { display:block; }
 }@media only screen and (max-width: 763px) { #h0Pn6O5GuVdfThBrtUe2knTsw4NSdLUD { width:8.875rem;height:1.3rem;top:32.375rem;left:3.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL0qMpSA1gKNUzz7hV6fFEoFJsmdB3b1 { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GFEe7oNEB84EFy0B7rR7vaeatVV3rEvg { display:block; }
 }@media only screen and (max-width: 763px) { #Q99G0XBxcf76JOB912QfdytgM9LP5qr1 { width:8.8125rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvwxVwwv7MFUMNWwwM1EW7nLimeVm3HK { width:9.25rem;height:9.50625rem;top:4.25rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #ouVOGzmwMcxpZROfDW6Tov0zkSa3WNnp { width:9.1875rem;height:15.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zTS3ickTsMU8HriaTloayc7Cw7wFwH { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXBwzQt4aqeDRuDNW0RkN83yfzqCcaep { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtbPv3gFBaUQwNazxZBkl6T4ITQsTrRd { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.15625rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #qD2ksaT36b5T74NtcqvaOA34TAvXKZX9 { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.15625rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #L89CFlgv2IZOMBqTUQ2SP6xWvcnXQa3H { width:8.375rem;height:1.38125rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS6oZmzoHfiX8wUqaXS3FDT7ChMniIDn { width:13.75rem;height:1.8rem;top:27.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fAXIHCwkBQZ7JXTBzsGU54t16BknwtIO { width:8.375rem;height:1.38125rem;top:22.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5SbgTsUTIB3zRwmE4AdVufLpgaJRL8r { width:13.75rem;height:0.975rem;top:23.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboouMlqVimFIzPhNFdST5IzihxUXkEQ { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD8U6vdemmZgdrDp3dLfqEcqKOoZoqmc { width:13.75rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs { display:block; }#UgetVq1PFPLn1xlpDypB4EmMT4OsBvvs > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy5mO9rSvwEOL1SaMK9eNdB5lUQUInVw { width:9rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le8nEk9oWWQZJlTnPLKyrrcy5XpLnbaI { width:9.25rem;height:10.5625rem;top:4.25rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #cpaC0yLx6L05KASRSKT0gA8MwE1BNQub { width:4rem;height:1.1375rem;top:35.9375rem;left:12.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJl5X2B7Vm2SPH3dBQaPc7e1Ar78bot { width:9.1875rem;height:15.25rem;top:0.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXynJKLOdm4MoOGd5eVR7BD7604bSdcO { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltgVSy3Ou34P9kV7y4wuTfHdK04a8wxp { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BdEZN8aWNQM3s60ghg8nTVQ4csTBwSzu { width:2.25rem;height:2.25rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL9iNVQOLS3y3INFIHtpfMSHLqKulfM7 { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQevqfVBlaZavL2PVXLI4H86phxJTVxr { display:flex;width:2.3125rem;height:2.3125rem;top:26.40625rem;left:1.1875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #uSUhQVN5kGsUMTEfN7h7gAF0P1r5Bnkx { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti5AD5fGf56J7rxxzE4JIrnksK2TcGXv { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #EHadpT1UwCPfvGBzobD1I8duBzwOTNab { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.15625rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #pM4E4GKG5bdKbRiFFQiRysXKwXKtySNq { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.1875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #AugMy21iUXKmydFr88A4a2xeDPzeR3qg { width:13.75rem;height:1.8rem;top:19.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g1euz7WrXwcnA8zLcKkB0ZFN5QXVQXVe { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KU3J44JLFz3sUTdnVx0wiNce7qxwEbh0 { display:block; }
 }@media only screen and (max-width: 763px) { #TJaPxUskF6a8UDT1nFXcgrLTJzmcSCvl { width:8.8125rem;height:1.3rem;top:31.125rem;left:3.8125rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSk8isAHHvRdR1F3tlq3hexCnyS7XUQ { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwFKHH46TLcxA7vnKVvaLowoS3wPbE7w { display:block; }
 }@media only screen and (max-width: 763px) { #SUfWEyuQnkyh7UTeBUTwihgSewa0K0Fi { width:9.0625rem;height:1.3rem;top:32.375rem;left:3.5625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymNgRsrleaWXwVemQTd1HftxWZyt7QuT { width:13.75rem;height:0.975rem;top:23.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUMXFy1essZxny7LcTNhTedVClyqw7Ac { width:8.375rem;height:1.38125rem;top:18rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpZIgmoArnibHA1uRkOBchfl8zTkm2Cf { width:8.375rem;height:1.38125rem;top:22.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ela35ps70xHfDlnyCuWTKENbyaw94M { width:13.75rem;height:0.975rem;top:27.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQlHVJwIo8HTtPnwg5g7WtbLTwJ76Lza { width:8.375rem;height:1.38125rem;top:26.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu { display:block; }#btiKUCKE7Ce8Lz3UI4wcNkLx1L0mzZmu > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxkxRlXp5dgeSRqpzxcOm06Zh0grMG21 { width:8.25rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlVpUkZ9a9JQKfXWeBW9ylW2xkzNJ1R8 { width:9.25rem;height:10.5625rem;top:4.25rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4mlg8MsJhkAAqt7VUTIEsDI1QQVTEEG { width:4rem;height:1.1375rem;top:35.9375rem;left:12.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1sqyeQIX7wqTpcgF0XFwbiSs9FUdWnV { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTwCn92bWqoQW9zgXcfbBJTtv5U1hTQO { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTbWh2EVLBUq8XvcGqZOxtKgL1JsTwXu { display:flex;width:2.3125rem;height:2.3125rem;top:26.34375rem;left:0.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #TzqzozDFOaRzaJQDb3tV2VEzWVlXkpST { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyVHo1GPfNmeTbMBZxffv94FItWVKSxS { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:0.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #rSpJ6w2eqD7oeMOvvQkt557dRp8p4d1u { width:2.25rem;height:2.25rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWETNwsVGboNPd2CSbuJyIzStEKEsM1A { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu3W3XX7f6JCAXJwFPplxvPo1kxb6Ds { width:8.375rem;height:1.38125rem;top:26rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h956czJAZNROgJHuzCuwzmFdfzcZE5ce { width:13.75rem;height:1.8rem;top:27.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #muctFfW4GS4NV0e24GgxeJ5WmkXAOOOi { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlWwytu7AS2HU95ZNDV0xGgnPGpbtvSt { display:block; }
 }@media only screen and (max-width: 763px) { #g1BXT44IhDRHsuP6MocLmA7XlX8AdPJZ { width:13.75rem;height:0.9rem;top:19.25rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qe0IT9hmKo5CVllxOreElxIxvJitcTBe { width:8.375rem;height:1.38125rem;top:22.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwEn0EQsfxx0kFJ2SikexwbTQAxCQyXb { width:13.75rem;height:0.975rem;top:23.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxKJFEsD8gxumDr8AzX3C06GGpEnVHQ1 { width:10.875rem;height:1.3rem;top:31.125rem;left:1.75rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfXqcnaxm1TWLlImzOl6NV8OTDFTxy82 { width:9rem;height:1.3rem;top:32.375rem;left:3.625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4RdyEvbmoz3R08Ouc02gqxKS0hn2plD { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEnJcPtOgpZSmaGR8Rh7bOrh3rfy430M { display:block; }
 }@media only screen and (max-width: 763px) { #kF4OU9KCWB9fxps1HTaDBLqa52QNKdyw { width:9.1875rem;height:15.25rem;top:0.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUn1Pmc6UnfNlvaWwZNOep0r1RIJhiB { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CckKEMlGINJWmi6JR0Ai1zF0g9v6xPuC { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:0.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #hRWlTmPwpVqnSEkC4Wmn0vqEWv94aHwQ { width:8.375rem;height:1.38125rem;top:17.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 { display:block; }#XFCQqCuNzk6M1GRkCPcvQvynXeJmAaX0 > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H895qRP2K57ND0oZvqoS0LCydBu1WbPk { width:9.3125rem;height:9.50625rem;top:4.25rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLLPvVmqUKC1im1Aempld7yHdwvihxSh { width:4rem;height:1.1375rem;top:35.9375rem;left:12.5625rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqRRBHqSadtaTWdfXLTKXQSxH5KmzW7 { width:20rem;height:3.75rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCTMGzanzFdJOXbWkWVSe53gPkDMR1It { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xADZ7ZFxm42Q7fl3lJhdMLzfJoInT79N { width:13rem;height:0.0625rem;top:35.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVWmor4NgfqMTtbuySTy4RLdWqxHyvUF { display:flex;width:2.3125rem;height:2.3125rem;top:26.34375rem;left:1.1875rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #hrNmCmmxdJPLeUk0I4weNgFb0AvvZuJQ { display:flex;width:2.3125rem;height:2.3125rem;top:22.40625rem;left:1.15625rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #bsRe5nbN6tM8iLXPnTbDbwFk9xU26kIr { width:2.25rem;height:2.25rem;top:31.25rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLxGTeysACPFWC0STXK5N9eBU7DikSsd { width:3rem;height:3rem;top:30.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ng7BZeEMFcCO5yFbRhUEzP831Qtd7E { width:8.375rem;height:1.38125rem;top:25.875rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV504HRxKtaA9BTxaW4RplS7upTbdlfg { width:13.25rem;height:1.95rem;top:27.25rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvBHufgMS8MkFb9hkCXq2sW1yyEJp7JD { width:8.375rem;height:1.38125rem;top:22rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHWrzwWg1Nk75wOykGl5TJtIfSpv03D9 { width:12.125rem;height:1.8rem;top:23.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HB42PqxUWLMhzPnqfkUPOUiwwtycNz5A { width:6.9375rem;height:1.9375rem;top:37.8125rem;left:2.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OibKvdpOAdRBQFNyslSDftysZXKzAwtU { display:block; }
 }@media only screen and (max-width: 763px) { #KvyStg0DnrxoJcRTRZrVT8DrAfoVe9lZ { width:8.6875rem;height:1.3rem;top:31.125rem;left:3.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb9c3LROFSsHSMFQbpTVuMPPTI54Mr7D { width:8.3125rem;height:1.3rem;top:32.375rem;left:3.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuGcKRHisKwUiPKhrTLoGso873dzVk1O { width:8.125rem;height:1.8125rem;top:37.8125rem;left:10.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWokUbxxQOhNU0WFJxqeF38KX0JgXvcC { display:block; }
 }@media only screen and (max-width: 763px) { #pMutxNN6tCN34wGZg34fpD4WAqBvHTDB { width:8.1875rem;height:1.70625rem;top:1.375rem;left:10.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ { width:9.1875rem;height:15.25rem;top:0.7373046875rem;left:0rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8c7ed35e-bff3-4d40-b88d-137cb92ddc29/ROYAL_RUBIS_LOU_DE_PRE_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.adaptive-delivery-prevent-bg, #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.lazyload, #KO92TGNgtbesWbkrBEvAn4ZJ0yQOwbHJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z85vXgZSmx18Ws5ME4NpH2ps6b3f1Ro6 { width:20rem;height:3.75rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS88rIyZr6zpObcCr9z54u5LEDh9GaFA { width:13.75rem;height:0.975rem;top:19.75rem;left:4.75rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #No2ZsD8Nqlc6DTZGTMrXBsPnZDywJiRP { display:flex;width:2.3125rem;height:2.3125rem;top:18.40625rem;left:1.15625rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #zFirZdO48iwCsvQEcIs2FC334XCdPpaR { width:8.375rem;height:1.38125rem;top:18.375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR { background-color:transparent;background-image:none;display:block; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { background-color: transparent; background-image: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row > .video-iframe-container { display: none; }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .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); }#Mq6GRkAHgvHaWuvVEfGT48Dba4KSvvRR > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dScT8g0kMFenT1JcXukOKlExAOWJzVTx { width:20rem;height:2.08125rem;top:4.6875rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACtf45Zf5mJiE0EDPiPPlFF4Amd2TUNK { width:12.75rem;height:9rem;top:10.3125rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfavoJMTrtNu656m05bsXX1uFeNSK5Qw { width:2.75rem;height:2.75rem;top:22.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx4HSEthmrKNrTyz6kpsqokkr5WuOLh9 { width:2.75rem;height:2.75rem;top:22.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnT990qDSgH3nHzXUh7vGAyZDy0I6K4U { width:2.3125rem;height:2.75rem;top:22.4375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMOcmQazBs4iwmEAukrs7R3gcGWmkLS1 { width:4.1875rem;height:2.75rem;top:22.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD { display:none; }#T4ZWHDKHQ60xHZcxrEqbDw8e4nNJ3NUD > .row .container { width:20rem;height:124.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ipmJlv7LuXcdVkTi76ge22cIXfevhbAI { width:15.1875rem;height:2.3369125rem;top:50.5796875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfyd67lbWRzpTodzpd8Qf7pPNs0DwKGE { width:15.1875rem;height:10.411125rem;top:77.3921875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTzDpx0T9pHHVbkOHyZBnkqqsRQo7LBi { height:9.9022147140538rem;width:17.6875rem;top:16.6515625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RNxAJpTd5porLul18K3wtWoogDhyIN { height:9.901823443965rem;width:17.6875rem;top:5.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOBvVxJTCFS3f4ozm8RPfJ5e8iX1xOb0 { height:9.901823443965rem;width:17.6875rem;top:27.803125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J01NVCgzFkKL4VMBJOWtxBGO3UTBZqcn { width:15.1875rem;height:10.411125rem;top:65.7671875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw5vIPtuEnTmrCC2U1TotyofJu8To8kB { width:15.1875rem;height:2.3369125rem;top:54.1421875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #is0gMhZIGdtV2Gzb3iQ2wzawT6bw1JXg { width:15.1875rem;height:2.3369125rem;top:47.0171875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gikmy9sisksWab7Z1yKvdneufLVsisbK { width:15.1875rem;height:1.48730625rem;top:57.7046875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkDr7OTwOTt08T9XkevVJ3rI5BOTxoF { width:15.1875rem;height:1.48730625rem;top:60.3921875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTUOkXnkMAk1PiE9KR1Fmwwgd0xb8Qy { width:15.1875rem;height:0;top:63.0796875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJGT3P3Ksl1klF9CxfHs6xJcDu3ZQ8q { width:15.1875rem;height:0;top:89.0171875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCR5T1Da80rS9dkRdFsmS6GG4er5p0HG { width:15.1875rem;height:0;top:38.9546875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrsCosvmJtqyR3FnxufXn9rf6CqTCQkR { width:15.1875rem;height:0;top:41.6421875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MluJouEDEhKuIZviuD3W9QFcbueQSpGm { width:15.1875rem;height:0;top:44.3296875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVOVWKm0H9M2lXuXwDkH4L3fWJcJCKn { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 { display:none; }#J0twTr5WTAipzRi1TKa9RtLlxpl60KL3 > .row .container { width:20rem;height:118rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tQvttzh8AG9mHyWpng2wEaDDDg9Ombww { width:20rem;height:4.375rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iqpvcuktfPOT0UtaNn8cTRIORJKTlwBM { width:20rem;height:3.5625rem;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-regular-label { width:16.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-text { width:16.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-textarea { width:16.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-select { width:16.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-input-button { width:16.375rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-checkbox-label { width:15.625rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .widget-radio-label { width:7.25rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6  { width:17.5rem;height:auto;top:16.1875rem;left:0rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 .radio-container { width:17rem; }
#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 {display:inline-block;}#npgabp2ruCO6U4oMAAFKH1VItMDXddO6 { width:17.5rem;height:auto;top:16.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #vhK0I6VoAGRo8bMlPFA3ECxiLiKqTHRO {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #MJ7QSGQQmQtkvC7Xbuao2mvZsyZ6BZHK {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #Wc6JF3MW5hJqLJgDMAJFDuUs5hAcIPmX {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #zZH4V2J30LSGzye7otEkHuRVmbbkfRx8 {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #rVzaKOU39VeNbQB52n70czvb4DUiy3JJ {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #X5Jxeq0RuGZZ4Ay3HruL48c3TTP1S9Xx {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #QsTpVRuLsSnINeyzKQ965M5RTCZz5LUt {  }
 }@media only screen and (max-width: 763px) { #npgabp2ruCO6U4oMAAFKH1VItMDXddO6 #cm7RJN9rW1SotLv52M9nENO80C9de0F2 {  }
 }@media only screen and (max-width: 763px) { #fFLeFmWAeTLSHH0dVRmkvToaRXL6nN8A { width:20rem;height:0;top:73.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2SGDCMo1inz59iT1IJvokFVQ04x7EJ { width:12.5rem;height:0;top:77.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do9MvoVDQ1OZ1aThHh1Dulsa6SK7LRFv { width:20rem;height:0;top:92.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn5BS6sikmeW3Sh74u0ehAW14CBsk5Ei { width:12.5rem;height:0;top:96.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3HcMkpg6VqiCWOGw30DfLLibSJOVDU9 { width:20rem;height:0;top:111.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc7sapWelVnTe5CWlzL9eHEouqLywogH { width:12.5rem;height:0;top:115.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnI3PzlTwqbDhGyFzAW9breB5hi6MkGR { display:flex;width:1.3125rem;height:1.3125rem;top:45.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #t0B1RPMef2fgdBH1QqL0lWDtrNRTyOBW { display:flex;width:1.3125rem;height:1.3125rem;top:42.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #gbWbyMPhJZ1bkmFSBKme3q8bJ68fwpQx { width:6.4375rem;height:3.0859375rem;top:32.4375rem;left:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKtXxo7wp6NlnPsDXi4H621MJpO7GMGW { display:flex;width:1.3125rem;height:1.3125rem;top:53.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #fiNM1Brb2mAeSu6UGSeMlnPnCp6JaTzb { display:flex;width:1.3125rem;height:1.3125rem;top:50.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #tVt1513hiWgw99L8BMk1SKWrFWQvGuHT { display:flex;width:1.3125rem;height:1.3125rem;top:48rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #UrQFC4Md30pkWadWmkr4J9sVrchZOPUt { display:flex;width:1.3125rem;height:1.3125rem;top:55.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #ovxAJbo2Td36DRLI6zVDytatIIn7vfMP { display:flex;width:1.3125rem;height:1.3125rem;top:58.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #JZZcw2G4sqTrT3fe9ckqO7qzLdn9A337 { display:flex;width:1.3125rem;height:1.3125rem;top:40.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #iT4lT6r79Q2lf8tJLppO0w4sVl4rOrPp { display:flex;width:1.3125rem;height:1.3125rem;top:37.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Ovz8THRWACa58ekFPNTexixMSODrP8G4 { display:flex;width:1.3125rem;height:1.3125rem;top:35.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Oh7paTyTdss2WpcFdpGuoOrqx0PN7g93 { display:flex;width:1.3125rem;height:1.3125rem;top:71.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #LSuf5kMTKFptKN3Xc1arUWXWB4CsdtBQ { display:flex;width:1.3125rem;height:1.3125rem;top:68.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PmbcUWybSQdULGCaagAHHO4qTI25dw9D { display:flex;width:1.3125rem;height:1.3125rem;top:65.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #aIDaxiMMGymbz88qOwBTCCV7C8mn7sOb { display:flex;width:1.3125rem;height:1.3125rem;top:63.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #cstRXzQ9n35xpOE5HI9ZxwcUqD4q3Gzw { display:flex;width:1.3125rem;height:1.3125rem;top:60.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #m0Dg8m3QgxWibUFdR7lTdTCpOPHPwGKD { display:flex;width:1.3125rem;height:1.3125rem;top:90.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #OUKsumERyETq0DPMKl6NhXIUqCqfMZZZ { display:flex;width:1.3125rem;height:1.3125rem;top:87.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #v7yUc0bCT1fm21FQMddRF904ILykNpuT { display:flex;width:1.3125rem;height:1.3125rem;top:84.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #BU6GEIRhO1Fog30vv9I0MQHK9P5Qez4W { display:flex;width:1.3125rem;height:1.3125rem;top:82.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xRlTyLQwThN14FP5531IGWzrSdwMtSBN { display:flex;width:1.3125rem;height:1.3125rem;top:79.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #WoLfSP1mWlT2dhTVRtH3SsM4iDChumoF { display:flex;width:1.3125rem;height:1.3125rem;top:109.0625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #aC9hxeMQ2TR2XM1WzPxvWfA50fvAAGgT { display:flex;width:1.3125rem;height:1.3125rem;top:106.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #pAVCoaInW9NWz0Bl9VNCoJTzviQurtUl { display:flex;width:1.3125rem;height:1.3125rem;top:103.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #oAECrIlptbfnE5s0lTp3lnkL65ThGty1 { display:flex;width:1.3125rem;height:1.3125rem;top:101.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PoSDflOvTHUccI8WETT4dFDnzGo6goQr { display:flex;width:1.3125rem;height:1.3125rem;top:98.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #zITIu3HUMyxlTQor19DlNkLMVcgn6DKE { display:none; }#zITIu3HUMyxlTQor19DlNkLMVcgn6DKE > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zdoi9lpwd4LBbLi4mlzZ6yXzQIHpAfQx { width:20rem;height:1.79980625rem;top:2.57421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk { display:flex;height:auto;width:17.5rem;top:4.3740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #u8z6o0BzVTuIPHoic7RL6A1cgCvk6EbF {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Qn3rGmprx98Z2Dsbzi9tMJLbfKDKQW0b {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #TCtGKfByHhnLqtOh6sGcHJs1vL04TDhk {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #HEv7Gm7PTNH9TQxkSm4vJBEGhgZAyZ0e {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #rHarcK0kvH4TK2khSRaZnF8zGWK6T83L {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cAVg7JJmQZeihbFDVzfnQUaMIqTrJ0tW {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Mu7GHiUc6wbxBe70ZvvhlttFEKxCbWnf {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #mFEPpm2tf6eNOe5Tyt7RyNtMiKmZcqWJ {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #urNwZBrUyN2iv2i8nL5a4LsReUxzD0If {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #EFNn9IBWgkmUNPvDGeTFCsCiaTEa1bi3 {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #cJz8WO141b8pTQAIMuxWmn3oQXpKdnlS {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #Orz09tLRPufNDKWzroH8eLmShfaaTxx1 {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ITT3AGFekE6nxgFs5xeykNTroASdnKwR {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #F5FS0nc7kp5JDvrs1PtmzEsdxz8Bp4VR {  }
 }@media only screen and (max-width: 763px) { #rJTPGUSQSeHF8QwEpkTfZchubFLRkmMk #ATHytRvIVgO1f12L28DZenAQWlIPKwMW {  }
 }@media only screen and (max-width: 763px) { #F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT { display:none; }#F0Q1tvB9mzIr83PlE9nOwm4h9EVlKqHT > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gi8ZW6mL24eyRRHdt8CQ32Ee679vuf0L { width:20rem;height:4.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-regular-label { display:block;width:16.875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-text { width:16.875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-text {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-textarea { width:16.875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-select { width:16.875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-select {padding-top: 0; padding-bottom: 0;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-input-button { width:16.875rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-checkbox-label { width:16rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .widget-radio-label { width:7.5625rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf  { width:17.5rem;height:auto;top:4.4rem;left:0rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf .radio-container { width:17.5rem; }
#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf {display:inline-block;}#po8UMQJXl3rxUDx3NkVFksymgCEEwJXf { width:17.5rem;height:auto;top:6.9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #MK9bdycTdwRd7KgnWxRdhZn0BZOdGmBz {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #dlkk1bE2BcxzT4rGyyLCDiRrPtF5oF5p { display:none; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #q1mMQkpLbCTbTo8snJqqRbZCLhtGZxzt {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #DfvOd7OUDRuIdlyoiNKpO1eRqDaSDD6Q {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SAc98tCr0H9wO3TWRpHpAKbpDPXUTGQq {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #UxADTaWP1Q4P1b38bNuuCLxv8tpZTil8 {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Qzu72ZRbo0uI3d7Na9rM8ND1d5kZXZci {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #SvDGQqluKGKVX37Q66oqagDrpyTUc8FO {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #NArXnPW4dxRRpm6POqWaeN3pT3E0mu4g {  }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #WcIhFSvHi9RqfLfNW9igHTNW8acHdqcU { z-index:2; }
 }@media only screen and (max-width: 763px) { #po8UMQJXl3rxUDx3NkVFksymgCEEwJXf #Rwqwpslt1gQoqXLXErH0ATbebpzSKKoi {  }
 }@media only screen and (max-width: 763px) { #qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A { display:none; }#qMXh4AMN9Q220Z5S0RHOGhs06FzmrJ8A > .row .container { width:20rem;height:72.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ix7sMbpHuEhVq1yJUQ1OS0K3JCipvfNG { width:20rem;height:6rem;top:3.4375004768372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl { width:20rem;height:5.96875rem;top:55.023413085937rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#CIo08BkZLhV1UsOQnI7MbSPw60Efv3dl li:before{  }
 }@media only screen and (max-width: 763px) { #PR0TT8Htb4i8rHQuvSgbXeey4emMBGwu { width:16.4375rem;height:1.8rem;top:39.223413085938rem;left:1.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-text {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-select {padding-top: 0; padding-bottom: 0;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO  { width:15rem;height:auto;top:39.1240234375rem;left:1.25rem; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO {display:block;}#yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO { width:15rem;height:auto;top:42.273413085937rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AW5oBowp4Gsm7nNX988oiL6Aq9tuhXfG {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #zT28SFhkvTcTw5bt6gtlhPtbAwbF5fif { display:block; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #AZsW2b5tbTpNTIU7c3wExfK3m2Ei5gWH {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #khWvLA5oAdg8NKNzFkLFLnnETwesoKMN {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #tUKZT7fsPTmnh6JufNoxyWMOTGsKSLsg { z-index:2; }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #aATmWEUDir8lmiAJnvy0RW2lfTvAlVE8 {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #TDkJ14B3ltgFViFzFqqc8Xbrrqrc3iil {  }
 }@media only screen and (max-width: 763px) { #yeruAHq2VbAEC9rQG7XXfszmxTlc1aSO #Tk7z4CoB1TKf868MQfMZIelfmq2QqHu5 {  }
 }@media only screen and (max-width: 763px) { #XQqzZ5ctH9I8iqWv22LWhonTDnDfBIRP { width:20rem;height:37.25rem;top:0.62413215637207rem;left:0rem;border-top-left-radius:2.0625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob { display:block; }#snIaGt4ewTu3ukCJ8pZgIG0ECXtTRLob > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWx2VfZwoKnBdMstBZcMHwUdMDTWQgdU { width:20rem;height:1.4875rem;top:1.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;font-family:"bellota text";display:block; }
 }@media only screen and (max-width: 763px) { #I2JKdA2o6Me1J9TMD8ptEP4cKMHESoyH { width:20rem;height:1.4875rem;top:3.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }