.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:255,222,224;--color-primary-1:255,157,163;--color-primary-2:255,91,102;--color-primary-3:179,3,80;--color-primary-4:51,18,20;--color-secondary-0:255,252,234;--color-secondary-1:255,245,184;--color-secondary-2:254,235,113;--color-secondary-3:127,118,57;--color-secondary-4:38,35,17;--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:"Poppins";--paragraphs-font-family:"Montserrat"; }@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-0),1);background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: 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); }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container { background-color: transparent; background-image: none; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container > .video-iframe-container { display: none; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row > .video-iframe-container { display: none; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .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); }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container { border-width: 0; border-radius: 0; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#oGctPxLLr1v7aOI7u4I0RvFZWNmpdddy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4995rem;height:2.5620125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:61.5009765625rem;display:block; }
#pt384PozWl8xtUS5zI3OzxtE2Xp537tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CImEPaAPpo9oqZAn4lIq2duTiL4GTnDT { color:rgba(var(--color-primary-4),1);display:block;width:46.7495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:1.447265625rem;left:0rem;height:1.54345625rem;font-style:normal;display:block; }
#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bd4b93ba-569e-49e3-8619-16d96bdb82ef/1a1410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc.adaptive-delivery-prevent-bg, #ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc.lazyload, #ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc.lazyloading { background-image: none; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container { background-color: transparent; background-image: none; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container > .video-iframe-container { display: none; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row > .video-iframe-container { display: none; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .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); }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container { border-width: 0; border-radius: 0; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#uDlbnybS284FaHDsW5nKBWqNUQOfGVu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:14.3125rem;left:13.125rem;height:11.698225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8P82gJCA0B5TvSIPibpFUuKXp2z5BSn { color:#fdf8f4;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:27.5625rem;left:17.84375rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cs1qGkUelFTWZB0LNoGshObSCcSsgB9T { color:rgba(var(--color-primary-2),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.8125rem;left:19.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCtaGGkcLOHD0sVpMf9gzTQGidKyeKCB { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.875rem;left:24.46875rem;display:block; }
#ILSu2NOkQFMU9amLnqQ4aBbCHAXJJQrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf8f4;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; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container { background-color: transparent; background-image: none; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container > .video-iframe-container { display: none; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row > .video-iframe-container { display: none; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .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); }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container { border-width: 0; border-radius: 0; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;position:relative;display:block; }#pLzIGE8Hwc59i6XWBT9kdi7WcRrlV0am { color:#1a1410;display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:6.3359375rem;display:block; }
#IFa7B0GP8ZASs1IhAz3nzLkWPuzCNf23 { color:rgba(var(--color-primary-3),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:6rem;left:0rem;height:1.19921875rem;font-style:normal;display:block; }
#yzcGu4R9bK6g0zPtQ0yafFwJM4sNT2Zv { position:absolute;display:block;z-index:15010;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:26.9375rem;width:20.9375rem;top:3.4595270156861rem;left:48.811850547791rem;overflow:hidden;display:none; }
#uKSVsPJDgLzZTKfEZCDQ7D6xG2SBtGg9 { color:#281e15;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:15.875rem;left:0rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.25rem;left:4.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:22.8125rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vvkRBaA2T294RzphdTA4L2MJ117QBeZy { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.78125rem;left:0rem;display:block; }
#KCv8qQ9pCnXTKLE8nUVDN9IDS78rqEBg { color:rgba(var(--color-primary-1),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:23.8369140625rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dfnnWQ3ULQNQRXTkIeap04OHhyBgDaWS { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.375rem;left:0rem;display:block; }
#V29unE37E7z6P1UlWIxg5SfJ0iQqCGnG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:35.3125rem;left:4.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cQ5k94ZXyqhPlgnvEteN5fWceQkAoEbk { color:rgba(var(--color-primary-1),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hosmWPpbPTvvm641TKWoTsXWQmgRKNMz { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:32.875rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pIGynmJNRxUs5draUu99CfcXh0hZeNX1 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15029;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.625rem;left:0rem;display:block; }
#MicbM98h2XGTnDsQBtAfpVzGczKMifOT { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:43rem;left:4.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u4OgEOXFrD8rKkSAregN5olIBefKMBei { color:rgba(var(--color-primary-1),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:40.98828125rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sCan9MiNBSD0uBMOfyUkgRfow3DVQmz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:40.5625rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MmM6i2xdrBt3TWAAs9g0qW1R13BUmVAO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15033;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.1875rem;left:0rem;display:block; }
#kJtywcDNTE7F9LbAsPDtoQCJp5O9qEDH { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:51.3125rem;left:4.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTNT5PQTFD7KNPgqAZueShM9FdW1Md4l { color:rgba(var(--color-primary-1),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:49.875rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KDgzomkQoV2zisk0ZapOTuIGggJ4L6Lr { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:48.875rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CSr0gOd5UZkbmpSkzIgErbmFvZrIMGik { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15037;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.5rem;left:0rem;display:block; }
#M7PBxd4KHdm92izbvhMVstlnPgFsFyK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:60.0625rem;left:4.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1HTMvEK1Fo9Np472ItqWOSZ4Wft2TXO { color:rgba(var(--color-primary-1),1);display:block;width:4.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:57.625rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vAbCcvhhModUmOSAUgMwNtahOIFOFWef { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:57.625rem;left:4.8125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k8cGni5Kxa7huBhPlgEKN2T4NiolmAOv { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:#f0e8df;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.84375rem;left:0rem;display:block; }
#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1410;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; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container { background-color: transparent; background-image: none; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container > .video-iframe-container { display: none; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row > .video-iframe-container { display: none; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .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); }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container { border-width: 0; border-radius: 0; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#U4ZIF5qCymEwfNIqfGx1nNOrbZINuark { color:rgba(var(--color-primary-3),1);display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0rem;height:1.19921875rem;font-style:normal;display:block; }
#eWl0d1ADSD7qb3iXgsPpmsqfIpXTaflg { color:#ffffff;display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:6.3359375rem;display:block; }
#K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:5.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:17.0625rem;left:7.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:23.375rem;left:7.5rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#gnc0LVPXnGp1VuamR47WXtUv6sF60A9V { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:27.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eZDQiJBZuVlKDd8c3qTc5u88fFeqCzs6 { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:17.0625rem;left:29.3125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RC8kTkOrkK8P5oTW88oECCFJGLwdBT6c { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.375rem;left:29.3125rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#c3h12dW5hz14Nl3AIOe5fTRep2rdHPKb { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:15.6875rem;left:48.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#c4Jtx0m2CPew9uzhETq98SXdfi11anBZ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:23.375rem;left:50.6875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#CLOgKgs67y3bhCOaTCHXmKmaTUvbPd90 { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:17.0625rem;left:50.6875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2hoci4hFkcwuL7EiaWBbZDBCwyvlTvz { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:32.8125rem;left:27.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oJU3WdNaDr1lMlQqI4Vd7eAVfUDb6ZW8 { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:32.8125rem;left:48.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#s2uTZEULKl6Il4ZgVrRBlaB4wesO3tcn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:40.5rem;left:29.5rem;height:6.5625rem;text-align:left;text-align-last:left;display:block; }
#R8sWiNT1rEZlzGTTLe4sEUp9PLO3Qs8l { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:40.5rem;left:50.875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#l3U51NJQ3VZdBJEgEGXOChsoGJwEiEuR { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:34.1875rem;left:29.5rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbJa3MST3CsJax88fVlht1Fl0IyeThQW { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:34.1875rem;left:50.875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WHpMJaDhtNoE8G0OrCKdFXW1wdCXZS0O { box-sizing:content-box;height:16rem;width:20.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.06);background-image:none;box-shadow: none;border-top:0.375rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0;top:32.8125rem;left:5.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#RNeCxb56kcg8kiPWKmWV9hJ6zWB9Jxka { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:40.5rem;left:7.6875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#vTThJ5rDelMTseKP9UPnMvMinvEKcmmK { color:rgba(var(--color-primary-3),1);display:block;width:2.249025rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:34.1875rem;left:7.6875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0e8df;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; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container { background-color: transparent; background-image: none; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container > .video-iframe-container { display: none; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row > .video-iframe-container { display: none; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .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); }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container { border-width: 0; border-radius: 0; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#iPVHDG0flsaoVe6HGWLJSJew5UpszEF4 { color:rgba(var(--color-primary-4),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.375rem;left:32.6875rem;height:1.4619125rem;display:block; }
#PtxtHJiPZEggUcybShv6nq6G9yTAlpJ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:32.5625rem;height:2.5996125rem;display:block; }
#xSWX74FmeFbgifa4TGgXdbp33yraEzqX { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.125rem;left:32.5625rem;height:23.90625rem;display:block; }
#WrvBbRCW46CCLkrCT5xMxpi6oduTLZhn { 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:75.75rem;width:67.5rem;display:none; }
#pTbDdF09z7JdCqxELEfASu8ZXqNo5gaT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:36.5rem;width:26rem;top:1.75rem;left:3.345703125rem;overflow:hidden;display:block; }
#yuJ03CCxbMtWJGEBMMZUdDxm1J7pQAQ7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:75rem;display:none; }
#X0U98zDAg5PcTRs955W3is1OIl8HNWdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bd4b93ba-569e-49e3-8619-16d96bdb82ef/1a1410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt.adaptive-delivery-prevent-bg, #X0U98zDAg5PcTRs955W3is1OIl8HNWdt.lazyload, #X0U98zDAg5PcTRs955W3is1OIl8HNWdt.lazyloading { background-image: none; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container { background-color: transparent; background-image: none; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container > .video-iframe-container { display: none; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row > .video-iframe-container { display: none; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .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); }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container { border-width: 0; border-radius: 0; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:block; }#PDg0d7USTxPa2QnQdPlOD3F6GG1Kx52s { color:rgba(var(--color-tertiary-1),1);display:block;width:36.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:10.1640625rem;left:19.28125rem;height:3.3984375rem;text-align:center;text-align-last:center;display:block; }
#kso88yZJqDp0ZBFRUz2pvfxnL8n5HiKK { box-sizing:content-box;height:38rem;width:32.75rem;position:absolute;display:block;z-index:5006;background-color:#f1ece6;background-image:none;top:15.375rem;left:20.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#urrUfSVnZLc65gt42Esmk63OwTSl75Wl { color:rgba(var(--color-tertiary-1),1);display:block;width:36.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:55.298828125rem;left:19.28125rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { position:absolute;display:block;z-index:15020;height:28.3125rem;width:24.375rem;top:19.59375rem;left:25.3125rem;display:block; }
#dfQKDXdFhreCTk627QZBclIRThllqe4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:16.84375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { background-color: transparent; background-image: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { display: none; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .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); }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { border-width: 0; border-radius: 0; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF { display:block; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGctPxLLr1v7aOI7u4I0RvFZWNmpdddy { width:13.4375rem;height:2.5rem;top:0.9375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt384PozWl8xtUS5zI3OzxtE2Xp537tg { display:block; }
 }@media only screen and (max-width: 763px) { #CImEPaAPpo9oqZAn4lIq2duTiL4GTnDT { top:1.4375rem;left:0rem;width:46.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc { display:block; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDlbnybS284FaHDsW5nKBWqNUQOfGVu7 { top:14.3125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8P82gJCA0B5TvSIPibpFUuKXp2z5BSn { top:27.5625rem;left:4.21875rem;width:36.375rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1qGkUelFTWZB0LNoGshObSCcSsgB9T { top:11.8125rem;left:5.6875rem;width:36.375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtaGGkcLOHD0sVpMf9gzTQGidKyeKCB { width:23.125rem;height:3.1875rem;top:32.875rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILSu2NOkQFMU9amLnqQ4aBbCHAXJJQrg { display:block; }
 }@media only screen and (max-width: 763px) { #CqJ5soNSIgJPPPvo4erputtwAsw3Smqt { display:block; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLzIGE8Hwc59i6XWBT9kdi7WcRrlV0am { top:8.4375rem;left:0rem;width:34.3125rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFa7B0GP8ZASs1IhAz3nzLkWPuzCNf23 { top:6rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzcGu4R9bK6g0zPtQ0yafFwJM4sNT2Zv { top:3.4375rem;left:26.8125rem;width:20.9375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKSVsPJDgLzZTKfEZCDQ7D6xG2SBtGg9 { top:15.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:25.25rem;left:0rem;width:39.5625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:22.8125rem;left:0rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkRBaA2T294RzphdTA4L2MJ117QBeZy { top:30.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCv8qQ9pCnXTKLE8nUVDN9IDS78rqEBg { top:23.8125rem;left:0rem;width:4.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfnnWQ3ULQNQRXTkIeap04OHhyBgDaWS { top:38.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V29unE37E7z6P1UlWIxg5SfJ0iQqCGnG { top:35.3125rem;left:0rem;width:47.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5k94ZXyqhPlgnvEteN5fWceQkAoEbk { top:32.875rem;left:0rem;width:4.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hosmWPpbPTvvm641TKWoTsXWQmgRKNMz { top:32.875rem;left:0rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIGynmJNRxUs5draUu99CfcXh0hZeNX1 { top:46.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicbM98h2XGTnDsQBtAfpVzGczKMifOT { top:43rem;left:0rem;width:46.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4OgEOXFrD8rKkSAregN5olIBefKMBei { top:40.9375rem;left:0rem;width:4.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCan9MiNBSD0uBMOfyUkgRfow3DVQmz5 { top:40.5625rem;left:0rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmM6i2xdrBt3TWAAs9g0qW1R13BUmVAO { top:55.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtywcDNTE7F9LbAsPDtoQCJp5O9qEDH { top:51.3125rem;left:0rem;width:46.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTNT5PQTFD7KNPgqAZueShM9FdW1Md4l { top:49.875rem;left:0rem;width:4.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDgzomkQoV2zisk0ZapOTuIGggJ4L6Lr { top:48.875rem;left:0rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSr0gOd5UZkbmpSkzIgErbmFvZrIMGik { top:63.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PBxd4KHdm92izbvhMVstlnPgFsFyK8 { top:60.0625rem;left:0rem;width:46.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1HTMvEK1Fo9Np472ItqWOSZ4Wft2TXO { top:57.625rem;left:0rem;width:4.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAbCcvhhModUmOSAUgMwNtahOIFOFWef { top:57.625rem;left:0rem;width:46.875rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8cGni5Kxa7huBhPlgEKN2T4NiolmAOv { top:20.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA { display:block; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4ZIF5qCymEwfNIqfGx1nNOrbZINuark { top:4.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWl0d1ADSD7qb3iXgsPpmsqfIpXTaflg { top:6.5625rem;left:0rem;width:38.1875rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { top:15.6875rem;left:0rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:17.0625rem;left:0rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:23.375rem;left:0rem;width:16.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnc0LVPXnGp1VuamR47WXtUv6sF60A9V { top:15.6875rem;left:13.75rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDQiJBZuVlKDd8c3qTc5u88fFeqCzs6 { top:17.0625rem;left:15.6875rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8kTkOrkK8P5oTW88oECCFJGLwdBT6c { top:23.375rem;left:15.6875rem;width:16.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3h12dW5hz14Nl3AIOe5fTRep2rdHPKb { top:15.6875rem;left:27.4375rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Jtx0m2CPew9uzhETq98SXdfi11anBZ { top:23.375rem;left:30.875rem;width:16.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLOgKgs67y3bhCOaTCHXmKmaTUvbPd90 { top:17.0625rem;left:37.0625rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hoci4hFkcwuL7EiaWBbZDBCwyvlTvz { top:32.8125rem;left:13.9375rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJU3WdNaDr1lMlQqI4Vd7eAVfUDb6ZW8 { top:32.8125rem;left:27.4375rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2uTZEULKl6Il4ZgVrRBlaB4wesO3tcn { top:40.5rem;left:15.875rem;width:16.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8sWiNT1rEZlzGTTLe4sEUp9PLO3Qs8l { top:40.5rem;left:30.875rem;width:16.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3U51NJQ3VZdBJEgEGXOChsoGJwEiEuR { top:34.1875rem;left:15.875rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJa3MST3CsJax88fVlht1Fl0IyeThQW { top:34.1875rem;left:37.25rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHpMJaDhtNoE8G0OrCKdFXW1wdCXZS0O { top:32.8125rem;left:0rem;width:20.3125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeCxb56kcg8kiPWKmWV9hJ6zWB9Jxka { top:40.5rem;left:0rem;width:16.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTThJ5rDelMTseKP9UPnMvMinvEKcmmK { top:34.1875rem;left:0rem;width:2.1875rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 { display:block; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPVHDG0flsaoVe6HGWLJSJew5UpszEF4 { top:7.375rem;left:9.4375rem;width:38.3125rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtxtHJiPZEggUcybShv6nq6G9yTAlpJ0 { top:4.25rem;left:5.3125rem;width:42.4375rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSWX74FmeFbgifa4TGgXdbp33yraEzqX { top:10.125rem;left:5.3125rem;width:42.4375rem;height:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrvBbRCW46CCLkrCT5xMxpi6oduTLZhn { width:47.75rem;height:53.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTbDdF09z7JdCqxELEfASu8ZXqNo5gaT { top:1.75rem;left:0rem;width:26rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuJ03CCxbMtWJGEBMMZUdDxm1J7pQAQ7 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0U98zDAg5PcTRs955W3is1OIl8HNWdt { display:block; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDg0d7USTxPa2QnQdPlOD3F6GG1Kx52s { top:10.125rem;left:5.65625rem;width:36.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kso88yZJqDp0ZBFRUz2pvfxnL8n5HiKK { top:15.375rem;left:7.1875rem;width:32.75rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #urrUfSVnZLc65gt42Esmk63OwTSl75Wl { top:55.25rem;left:5.65625rem;width:36.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { top:19.5625rem;left:11.6875rem;width:24.375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfQKDXdFhreCTk627QZBclIRThllqe4Z { top:3.125rem;left:3.21875rem;width:41.3125rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ITP6cPRhuR9JR0BA1x17yPkQKiCLahkF > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGctPxLLr1v7aOI7u4I0RvFZWNmpdddy { width:13.4375rem;height:2.5rem;top:2.849392414093rem;left:3.28125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt384PozWl8xtUS5zI3OzxtE2Xp537tg { display:block; }
 }@media only screen and (max-width: 763px) { #CImEPaAPpo9oqZAn4lIq2duTiL4GTnDT { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc { display:block; }#ZBAvHnbaLlwQf4hhfcbBrWSTNTogAQRc > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDlbnybS284FaHDsW5nKBWqNUQOfGVu7 { width:18.875rem;height:5.39941875rem;top:13.75rem;left:0.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8P82gJCA0B5TvSIPibpFUuKXp2z5BSn { width:20rem;height:3.65625rem;top:20.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cs1qGkUelFTWZB0LNoGshObSCcSsgB9T { width:20rem;height:0.9375rem;top:11.625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCtaGGkcLOHD0sVpMf9gzTQGidKyeKCB { width:19rem;height:3.1875rem;top:25.1875rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILSu2NOkQFMU9amLnqQ4aBbCHAXJJQrg { display:block; }
 }@media only screen and (max-width: 763px) { #CqJ5soNSIgJPPPvo4erputtwAsw3Smqt { display:block; }#CqJ5soNSIgJPPPvo4erputtwAsw3Smqt > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLzIGE8Hwc59i6XWBT9kdi7WcRrlV0am { width:20rem;height:3.25rem;top:3.69921875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IFa7B0GP8ZASs1IhAz3nzLkWPuzCNf23 { width:19.8125rem;height:1.19921875rem;top:1.25rem;left:0.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzcGu4R9bK6g0zPtQ0yafFwJM4sNT2Zv { width:14.937rem;height:19.2495rem;top:32.875rem;left:2.5299479961395rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uKSVsPJDgLzZTKfEZCDQ7D6xG2SBtGg9 { width:20rem;height:2.625rem;top:8.19921875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:20rem;height:3.9375rem;top:19.623046875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:20rem;height:2.44921875rem;top:16.486328125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vvkRBaA2T294RzphdTA4L2MJ117QBeZy { width:20rem;height:0.0625rem;top:12.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCv8qQ9pCnXTKLE8nUVDN9IDS78rqEBg { width:4.4375rem;height:2.5996125rem;top:13.1357421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfnnWQ3ULQNQRXTkIeap04OHhyBgDaWS { width:20rem;height:0.0625rem;top:24.939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V29unE37E7z6P1UlWIxg5SfJ0iQqCGnG { width:20rem;height:2.625rem;top:32.421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5k94ZXyqhPlgnvEteN5fWceQkAoEbk { width:4.4375rem;height:2.5996125rem;top:26.123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hosmWPpbPTvvm641TKWoTsXWQmgRKNMz { width:20rem;height:2.44921875rem;top:29.47265625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pIGynmJNRxUs5draUu99CfcXh0hZeNX1 { width:20rem;height:0.0625rem;top:36.2529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicbM98h2XGTnDsQBtAfpVzGczKMifOT { width:20rem;height:2.625rem;top:44.095703125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u4OgEOXFrD8rKkSAregN5olIBefKMBei { width:4.4375rem;height:2.5996125rem;top:37.6083984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCan9MiNBSD0uBMOfyUkgRfow3DVQmz5 { width:20rem;height:2.44921875rem;top:40.708984375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MmM6i2xdrBt3TWAAs9g0qW1R13BUmVAO { width:20rem;height:0.0625rem;top:48.408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtywcDNTE7F9LbAsPDtoQCJp5O9qEDH { width:20rem;height:2.625rem;top:56.412109375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTNT5PQTFD7KNPgqAZueShM9FdW1Md4l { width:4.4375rem;height:2.5996125rem;top:49.970703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDgzomkQoV2zisk0ZapOTuIGggJ4L6Lr { width:20rem;height:2.44921875rem;top:53.400390625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CSr0gOd5UZkbmpSkzIgErbmFvZrIMGik { width:20rem;height:0.0625rem;top:60.755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PBxd4KHdm92izbvhMVstlnPgFsFyK8 { width:20rem;height:2.625rem;top:68.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1HTMvEK1Fo9Np472ItqWOSZ4Wft2TXO { width:4.4375rem;height:2.5996125rem;top:61.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAbCcvhhModUmOSAUgMwNtahOIFOFWef { width:20rem;height:2.44921875rem;top:65.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #k8cGni5Kxa7huBhPlgEKN2T4NiolmAOv { width:20rem;height:0.0625rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA { display:block; }#TKeeCg4pwWekDrTr6kweoLWBRHJUo1yA > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4ZIF5qCymEwfNIqfGx1nNOrbZINuark { width:20rem;height:1.19921875rem;top:2.5625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eWl0d1ADSD7qb3iXgsPpmsqfIpXTaflg { width:20rem;height:3.8984375rem;top:3.76171875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K35aD5p4qEa1nC8Ju8o2KQHVLdcmgF44 { width:20rem;height:10.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.875rem;height:4.5rem;top:12.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:16.4375rem;height:6.5625rem;top:12rem;left:3.0625rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnc0LVPXnGp1VuamR47WXtUv6sF60A9V { width:20rem;height:10.75rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZDQiJBZuVlKDd8c3qTc5u88fFeqCzs6 { width:2.875rem;height:4.5rem;top:25.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC8kTkOrkK8P5oTW88oECCFJGLwdBT6c { width:16.4375rem;height:6.5625rem;top:24.28125rem;left:2.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3h12dW5hz14Nl3AIOe5fTRep2rdHPKb { width:20rem;height:10.75rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Jtx0m2CPew9uzhETq98SXdfi11anBZ { width:16.4375rem;height:6.5625rem;top:36.8125rem;left:2.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CLOgKgs67y3bhCOaTCHXmKmaTUvbPd90 { width:2.875rem;height:4.5rem;top:37.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hoci4hFkcwuL7EiaWBbZDBCwyvlTvz { width:20rem;height:10.75rem;top:59.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJU3WdNaDr1lMlQqI4Vd7eAVfUDb6ZW8 { width:20rem;height:10.75rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2uTZEULKl6Il4ZgVrRBlaB4wesO3tcn { width:16.4375rem;height:6.5625rem;top:61.53125rem;left:2.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R8sWiNT1rEZlzGTTLe4sEUp9PLO3Qs8l { width:16.4375rem;height:5.25rem;top:74.5625rem;left:2.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3U51NJQ3VZdBJEgEGXOChsoGJwEiEuR { width:2.875rem;height:4.5rem;top:62.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJa3MST3CsJax88fVlht1Fl0IyeThQW { width:2.875rem;height:4.5rem;top:74.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHpMJaDhtNoE8G0OrCKdFXW1wdCXZS0O { width:20rem;height:10.75rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeCxb56kcg8kiPWKmWV9hJ6zWB9Jxka { width:16.4375rem;height:5.25rem;top:49.75rem;left:2.875rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTThJ5rDelMTseKP9UPnMvMinvEKcmmK { width:2.875rem;height:4.5rem;top:50.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 { display:block; }#Q2K9KuV6hgC7HFy82HeZ8lWXSRB7KzO0 > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPVHDG0flsaoVe6HGWLJSJew5UpszEF4 { width:20rem;height:0.9746125rem;top:18.88671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtxtHJiPZEggUcybShv6nq6G9yTAlpJ0 { width:20rem;height:5.19921875rem;top:13.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSWX74FmeFbgifa4TGgXdbp33yraEzqX { width:20rem;height:34.125rem;top:20.583984375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WrvBbRCW46CCLkrCT5xMxpi6oduTLZhn { top:0rem;left:4.21875rem;width:11.5625rem;height:13rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #pTbDdF09z7JdCqxELEfASu8ZXqNo5gaT { width:20rem;height:28.0761875rem;top:3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuJ03CCxbMtWJGEBMMZUdDxm1J7pQAQ7 { top:0rem;left:3.4375rem;width:13.125rem;height:13.125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X0U98zDAg5PcTRs955W3is1OIl8HNWdt { display:block; }#X0U98zDAg5PcTRs955W3is1OIl8HNWdt > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDg0d7USTxPa2QnQdPlOD3F6GG1Kx52s { width:20rem;height:4.19824375rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kso88yZJqDp0ZBFRUz2pvfxnL8n5HiKK { width:20rem;height:43.75rem;top:12.25rem;left:0rem;background-color:#f1ece6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #urrUfSVnZLc65gt42Esmk63OwTSl75Wl { width:20rem;height:3.3984375rem;top:58.123046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBTuTbk42TGuyJZyPJruDE9A7EwuXCCs { width:18.25rem;height:28.3125rem;top:14.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfQKDXdFhreCTk627QZBclIRThllqe4Z { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP { display:block; }#EQNIfcxMbqq6m5bxWGT0Zmk6eAcRTNFP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrWRqls3HL3iiyN3uTuL4pZfZBVhCp5i { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCTT4BiIAAPaZRCX415TMc2wHNSl7oPQ { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdU1hclJiemiWTEkqq7N6HPCiy12XWIC { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNbS2MJ4p8RDXpZwSZdbKCwObnymbqv { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }