.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:222,227,235;--color-primary-1:144,162,189;--color-primary-2:32,68,123;--color-primary-3:16,34,62;--color-primary-4:5,10,18;--color-secondary-0:254,241,221;--color-secondary-1:251,210,142;--color-secondary-2:246,164,29;--color-secondary-3:123,82,15;--color-secondary-4:37,25,4;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:132,132,132;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(223,198,169,0.41);background-image:url("https://images.assets-landingi.com/uc/3c515fa1-89ae-485d-b5fd-ec808590b4c5/AIEraser_image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.9375rem;width:60rem;position:relative;display:block; }#skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { 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:7.9375rem;width:12.3125rem;top:40.25rem;left:5.9375rem;overflow:hidden;display:block; }
#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:#f2ca94;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.22) ;height:26.3125rem;width:19.5rem;top:18.064453125rem;left:37.25rem;display:block; }
#hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { color:#49604c;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.314453125rem;left:37.3125rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-form-header { font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#2b160a;width:17.1875rem;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;text-align:right;text-align-last:right;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#e9edf8;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#e9edf8;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#f5f7fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #a3afc8;border-left:0.0625rem solid #a3afc8;border-right:0.0625rem solid #a3afc8;border-bottom:0.0625rem solid #a3afc8;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:17.1875rem;box-sizing:border-box;height:2.5rem;color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#49604c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-moz-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .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; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:first-of-type{padding-top:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-container:last-of-type{padding-bottom:0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:18.6875rem;left:37.248046875rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:18.6875rem;left:37.248046875rem;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #PEO2dpCbk4JZhi7FqvsXbgTaLJzDFCeA { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #BuXpGKTCog5mHdRUDwPuL437GpDJLBsA { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #TaUHTC3FW3TD0hkAZKWlzBWlcooAbimT { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #DMOCVUpSZRfenJiXFeXRJ16vgkf8P6ir { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Lz35sWVkx4CnPMZ5aCO5ruWxOKAW2PuX { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #nyMBC2RzyQISgyqhpemhcF16FUz53bV3 { position:relative; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#esnP3uOdWau45BbSx3FEtZyJx3mokiXN { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT { position:relative; }
#T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { color:#2b160a;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.373046875rem;left:27.75rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qt0xZr7m4G71pAXUioudEpgf3NAk6kaz { box-sizing:content-box;height:9.4375rem;width:13.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(249,243,237,0.88);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5rem;left:5.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a5845b;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; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { background-color: transparent; background-image: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { display: none; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .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); }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { border-width: 0; border-radius: 0; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:91.1875rem;width:60rem;position:relative;display:block; }#B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:20.3095703125rem;left:6.0283203125rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { color:#2b160a;display:block;width:26.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:22.625rem;left:1.9375rem;height:6rem;text-align:center;text-align-last:center;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; }
#K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0618489375rem;top:29.560550689698rem;left:29.966361999512rem;display:block; }
#HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:60rem;top:29.5625rem;left:0rem;display:block; }
#vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:38.8427734375rem;left:5.1240234375rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { color:#2b160a;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:41.6240234375rem;left:2.7177734375rem;height:6rem;text-align:center;text-align-last:center;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; }
#p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:41.6865234375rem;left:32.5rem;height:6rem;text-align:center;text-align-last:center;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; }
#dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:38.9677734375rem;left:36.6865234375rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { color:#2b160a;display:block;width:26.6875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:23.25rem;left:31.8125rem;height:6rem;text-align:center;text-align-last:center;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; }
#TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:20.50390625rem;left:36.6865234375rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.6875rem;left:43.4677734375rem;overflow:hidden;display:block; }
#FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0625rem;top:14rem;left:29.96875rem;display:block; }
#kPsxULXShaWfnNpOEOhgxL2N463MIVeK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.6875rem;left:43.375rem;display:block; }
#ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:13.5625rem;left:12.5rem;overflow:hidden;display:block; }
#i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:13.5625rem;left:12.4375rem;display:block; }
#d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:31.874786376953rem;left:43.125rem;overflow:hidden;display:block; }
#CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:43.062068939209rem;display:block; }
#inDH4uviKHD0apADShuIrWnuEP85qeOR { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:31.874786376953rem;left:12.5rem;overflow:hidden;display:block; }
#TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:31.874786376953rem;left:12.437065124512rem;display:block; }
#BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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.0618489375rem;width:60rem;top:48.748046875rem;left:0rem;display:block; }
#W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0618489375rem;top:42.998046875rem;left:29.9658203125rem;display:block; }
#QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.061257125rem;top:55.9443359375rem;left:29.9677734375rem;display:block; }
#naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:59.3125rem;left:32.5rem;height:9rem;text-align:center;text-align-last:center;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; }
#uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:56.5625rem;left:36.6875rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:49.9375rem;left:43.125rem;overflow:hidden;display:block; }
#gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:49.875rem;left:43.0625rem;display:block; }
#TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { color:#2b160a;display:block;width:25.4373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:59.76171875rem;left:2.3115234375rem;height:6.375rem;text-align:center;text-align-last:center;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; }
#e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:56.74609375rem;left:6.02734375rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#OXwxAyOeASVXB6iad05x2mPzLquITVTq { 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:5.5625rem;width:5.625rem;top:49.9375rem;left:12.5625rem;overflow:hidden;display:block; }
#ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:49.8125rem;left:12.4375rem;display:block; }
#d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { color:#2b160a;display:block;width:25.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.7;letter-spacing:0;top:82.1943359375rem;left:31.7568359375rem;height:6.375rem;text-align:center;text-align-last:center;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; }
#VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { color:#a5845b;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:79.1318359375rem;left:35.943359375rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { 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:5.625rem;width:5.625rem;top:72.443359375rem;left:42.4443359375rem;overflow:hidden;display:block; }
#E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:72.380859375rem;left:42.318359375rem;display:block; }
#G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0618489375rem;top:70.984375rem;left:29.9716796875rem;display:block; }
#voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { color:#2b160a;display:block;width:25.4373125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:82.0693359375rem;left:1.7783203125rem;height:6.375rem;text-align:center;text-align-last:center;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; }
#rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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.0618489375rem;width:60rem;top:70.1923828125rem;left:-0.7421875rem;display:block; }
#CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { color:#a5845b;display:block;width:20.5620625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:79.130859375rem;left:4.2158203125rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { 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:5.625rem;width:5.625rem;top:72.375rem;left:12.5625rem;overflow:hidden;display:block; }
#uMbDSGufHyEc797rdNF3TH6907Mu0eph { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:72.3125rem;left:12.4375rem;display:block; }
#gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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:15.625rem;width:0.0618489375rem;top:75.4990234375rem;left:29.9658203125rem;display:block; }
#T0BTA98y81doNGHThLqNUkXqUPwi9GqB { color:#dfc6a9;display:block;width:34.0625rem;position:absolute;font-family:"bree serif";font-size:2.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:0.875rem;left:12.96875rem;height:3.7375rem;text-align:center;text-align-last:center;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; }
#nMTVkb2vImK33n7TWh9zEfnRglK1RqfW { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.974609375rem;left:0.125rem;height:3.16875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efcaB7y9LakNuSsPmWIH1SEBwmq4Mify { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15035;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.703125rem;left:1.7783203125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#JKeN8eIyeObVvNBX3cRThUMoMrRk3T6U { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.75390625rem;left:31.65625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#yBmCfN78TRnqXozZkp6GgJ0VIqQI9QQb { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.2802734375rem;left:1.8095703125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#WF37J8WrSCvbG4vN7c3I0F7l9k2Uxh5P { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.4052734375rem;left:31.625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#nddfoKbAST4wEoTXQ1whTZCfVT7aKdz1 { box-sizing:content-box;height:12rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.5625rem;left:1.8095703125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#zTf9zD6TOCVlSP2vRKyAGBPFs32Z11ax { box-sizing:content-box;height:11.9375rem;width:27.1875rem;position:absolute;display:block;z-index:15038;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.5625rem;left:31.625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#BgDc6qpD8EzLvWhNvNSHRhzugbMOxgTN { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15037;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.0693359375rem;left:0.9052734375rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#Z9QQXEXWg9auQZzQHTUiEVz4uXWIGd8W { box-sizing:content-box;height:9.5rem;width:27.1875rem;position:absolute;display:block;z-index:15038;background-color:#f9f3ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:79.1943359375rem;left:30.8125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2DMYgVpX/landing_1.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.adaptive-delivery-prevent-bg, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyload, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyloading { background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12.375rem;width:60rem;position:relative;display:block; }#CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { color:#49604c;display:block;width:59.874125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { color:#2b160a;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:6.512590408325rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:4.49978125rem;top:10.186635971069rem;left:27.748481750488rem;display:block; }
#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 { position:relative;display:block; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 { background-color: transparent; background-image: none; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row .container > .video-iframe-container { display: none; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row > .video-iframe-container { display: none; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .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); }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 { border-width: 0; border-radius: 0; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .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; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f9f3ed;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pfz298xaQ8xql3SrQFzVsTauR1XM46rL { box-sizing:content-box;height:19.3125rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.3125rem;left:0.65625rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#KwFs0b6CI48Z0KtBGqJb9wsNlTmAgKS5 { 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:5.625rem;width:5.625rem;top:0.6875rem;left:7.125rem;overflow:hidden;display:block; }
#q45hMb8WU9d3pnBNUEH2KDU2ITatOo7S { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.625rem;left:7rem;display:block; }
#TQKXVeUbmQVBg5daFQT8eH6SLZD8PVr0 { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:6.94921875rem;left:3.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1cxQLTfGgUxrP2KUlzT9LA2QClxlIOM { color:#f9f3ed;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:10.504166603088rem;left:41.5rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t7aN5rSkb8Mn9Dx3JF58XNekTb84h4Uv { box-sizing:content-box;height:19.3125rem;width:19.5625rem;position:absolute;display:block;z-index:15005;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:20.1875rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#ZRVCaFR6RVqSK42P62lZLPVvsMXPM3en { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.7;letter-spacing:0;top:6.9489583969119rem;left:23.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvVir8Oundpg5kJKOaaRcU381vnDVMZF { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.6875rem;left:27.1875rem;overflow:hidden;display:block; }
#tpvbbyKUWdyUZvmi4mmGR8CmOpColkOl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.625rem;left:27rem;display:block; }
#SahTl0UrJSvhb1HTyeuba9xSlqFIC6FW { box-sizing:content-box;height:19.3125rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:#a5845b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.375rem;left:40.875rem;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
#QdESN0wxS8Nsk6ICGHN46lgG5iRfLrfT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.8125rem;left:47.375rem;overflow:hidden;display:block; }
#T7puF8K6NaggTs4PBoTSLGi4T9K3Eq1H { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.9);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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:5.8125rem;width:6rem;top:0.8125rem;left:47.1875rem;display:block; }
#rnKcZ9NcMVLrtW6T8TX6vUn7W63w6Mmy { color:#f9f3ed;display:block;width:12.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.9489583969119rem;left:43.8125rem;height:1.9125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obm0NchwSTbDXhsPCt3HaSCDqOABXSwz { color:#f9f3ed;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.8614587783812rem;left:1.5rem;height:10.2375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#is9QHamfR1uc8n3R33LfRgXQgl8aBFKH { color:#f9f3ed;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:9.7166662216188rem;left:20rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2DMYgVpX/landing_1.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW.adaptive-delivery-prevent-bg, #r8SkHgkpTgcmwkV91NsLikhJGKii3ryW.lazyload, #r8SkHgkpTgcmwkV91NsLikhJGKii3ryW.lazyloading { background-image: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { background-color: transparent; background-image: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a5845b; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container > .video-iframe-container { display: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #a5845b; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row > .video-iframe-container { display: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .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); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { border-width: 0; border-radius: 0; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.375rem;width:60rem;position:relative;display:block; }#UDkgBah3tbrMd7cJAl0twvrL6LnR9JLk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:4.49978125rem;top:10.186635971069rem;left:27.748481750488rem;display:block; }
#DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { position:absolute;display:block;z-index:15009;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:10.0625rem;width:15.4375rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
#ODu9rF6BSU7UZ9UgT9o0yPwTVdTCQTTK { display:block;width:23.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.0625rem;left:33.8125rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.3125rem;left:33.875rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#CLISERclSbGMt0gbquGuzDtTFdHqkB3o { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:33.75rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:6.6875rem;left:33.5625rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:6.3125rem;left:56.5rem;display:block; }
#fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:8.875rem;left:56.5625rem;display:block; }
#dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.125rem;left:56.125rem;display:block; }
#gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.625rem;left:33.5625rem;height:2.275rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#XUvioy68EiCzMtCAbpTSVZmnqyAKdCBP { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:14.5625rem;left:56.6875rem;display:block; }
#eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:11.8125rem;left:56.9375rem;display:block; }
#r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.0625rem;left:39.5625rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#Q5XGyPaSN0frR04npoLTXcTOIdu1VuCo { position:absolute;display:block;z-index:15008;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:23.375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:12.3125rem;height:7.9375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.5rem;height:26.3125rem;top:18.0625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:1.625rem;top:18.3125rem;left:28.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:18.6875rem;left:28.0625rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:18.6875rem;left:28.0625rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #PEO2dpCbk4JZhi7FqvsXbgTaLJzDFCeA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #BuXpGKTCog5mHdRUDwPuL437GpDJLBsA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #TaUHTC3FW3TD0hkAZKWlzBWlcooAbimT {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #DMOCVUpSZRfenJiXFeXRJ16vgkf8P6ir {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Lz35sWVkx4CnPMZ5aCO5ruWxOKAW2PuX {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #nyMBC2RzyQISgyqhpemhcF16FUz53bV3 {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #esnP3uOdWau45BbSx3FEtZyJx3mokiXN { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { top:11.3125rem;left:15.625rem;width:32.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt0xZr7m4G71pAXUioudEpgf3NAk6kaz { top:39.5rem;left:0rem;width:13.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:15rem;height:0;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:15rem;height:0;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:47.75rem;height:0.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:15rem;height:0;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:15rem;height:0;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:15rem;height:0;top:21.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:15rem;height:0;top:18.375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { top:13.6875rem;left:37.25rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { top:13.5625rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { top:31.8125rem;left:36.937068939209rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { top:31.8125rem;left:6.3120651245119rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:47.75rem;height:0;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { top:49.875rem;left:36.9375rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { top:49.8125rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { top:72.375rem;left:36.193359375rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:47.75rem;height:0;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMbDSGufHyEc797rdNF3TH6907Mu0eph { top:72.3125rem;left:6.3125rem;width:5.9375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0BTA98y81doNGHThLqNUkXqUPwi9GqB { top:0.875rem;left:6.84375rem;width:34.0625rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTVkb2vImK33n7TWh9zEfnRglK1RqfW { top:4.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efcaB7y9LakNuSsPmWIH1SEBwmq4Mify { top:19.6875rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKeN8eIyeObVvNBX3cRThUMoMrRk3T6U { top:19.75rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmCfN78TRnqXozZkp6GgJ0VIqQI9QQb { top:38.25rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF37J8WrSCvbG4vN7c3I0F7l9k2Uxh5P { top:38.375rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nddfoKbAST4wEoTXQ1whTZCfVT7aKdz1 { top:56.5625rem;left:0rem;width:27.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf9zD6TOCVlSP2vRKyAGBPFs32Z11ax { top:56.5625rem;left:20.5625rem;width:27.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDc6qpD8EzLvWhNvNSHRhzugbMOxgTN { top:79.0625rem;left:0rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9QQXEXWg9auQZzQHTUiEVz4uXWIGd8W { top:79.1875rem;left:20.5625rem;width:27.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:47.75rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:47.75rem;height:2.0625rem;top:6.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.4375rem;height:0.0625rem;top:10.125rem;left:21.623481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 { display:block; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfz298xaQ8xql3SrQFzVsTauR1XM46rL { top:0.3125rem;left:0rem;width:18.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwFs0b6CI48Z0KtBGqJb9wsNlTmAgKS5 { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45hMb8WU9d3pnBNUEH2KDU2ITatOo7S { top:0.625rem;left:4.9375rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKXVeUbmQVBg5daFQT8eH6SLZD8PVr0 { width:12.375rem;height:1.875rem;top:6.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cxQLTfGgUxrP2KUlzT9LA2QClxlIOM { width:17rem;height:6.25rem;top:10.5rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7aN5rSkb8Mn9Dx3JF58XNekTb84h4Uv { top:0.375rem;left:12.625rem;width:19.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVCaFR6RVqSK42P62lZLPVvsMXPM3en { width:12.375rem;height:1.875rem;top:6.9375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvVir8Oundpg5kJKOaaRcU381vnDVMZF { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpvbbyKUWdyUZvmi4mmGR8CmOpColkOl { top:0.625rem;left:20.8125rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SahTl0UrJSvhb1HTyeuba9xSlqFIC6FW { top:0.375rem;left:28.9375rem;width:18.6875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdESN0wxS8Nsk6ICGHN46lgG5iRfLrfT { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7puF8K6NaggTs4PBoTSLGi4T9K3Eq1H { top:0.8125rem;left:36.875rem;width:6rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnKcZ9NcMVLrtW6T8TX6vUn7W63w6Mmy { width:12.375rem;height:1.875rem;top:6.9375rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obm0NchwSTbDXhsPCt3HaSCDqOABXSwz { width:17rem;height:10.1875rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #is9QHamfR1uc8n3R33LfRgXQgl8aBFKH { width:19.9375rem;height:7.875rem;top:9.6875rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8SkHgkpTgcmwkV91NsLikhJGKii3ryW { display:block; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDkgBah3tbrMd7cJAl0twvrL6LnR9JLk { width:4.4375rem;height:0.0625rem;top:10.125rem;left:21.623481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { top:8.3125rem;left:0rem;width:15.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODu9rF6BSU7UZ9UgT9o0yPwTVdTCQTTK { width:23.1875rem;height:2.25rem;top:15.0625rem;left:24.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:23.1875rem;height:2.25rem;top:12.3125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:23.1875rem;height:2.25rem;top:9.4375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:23.1875rem;height:2.25rem;top:6.6875rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { top:6.3125rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { top:8.875rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { top:3.125rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:23.1875rem;height:2.25rem;top:3.625rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvioy68EiCzMtCAbpTSVZmnqyAKdCBP { top:14.5625rem;left:45.625rem;width:2.125rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { top:11.8125rem;left:45.8125rem;width:1.9375rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:19.125rem;height:1.9375rem;top:1.0625rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5XGyPaSN0frR04npoLTXcTOIdu1VuCo { top:0rem;left:0rem;width:47.75rem;height:18.602604166667rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:transparent;background-image:url("https://images.assets-landingi.com/jzgko6CB/neuro_landing_page.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet.adaptive-delivery-prevent-bg, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyload, #woeDds7X9LlsHTdeZTPGtaweS33OXyet.lazyloading { background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f3ed; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:12.25rem;height:7.75rem;top:0.60546875rem;left:3.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.4375rem;height:26.9375rem;top:19.0625rem;left:0.24999994039536rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ca94;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:2.4375rem;top:19.6875rem;left:0.31249994039536rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox  { width:17.1875rem;height:auto;top:20.562501907349rem;left:0rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox {display:block;}#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox { width:17.1875rem;height:auto;top:20.562501907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #o3wBwqVN6feXcRbp0TThBw5SCDvMGw8Q {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gf0mcZM1F8M4DIzrmoKWWs1v7zr5pUz2 { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #kaPxzhQqe9etEwFpmhQ5gqta3L7sV1RF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #JiJWrDlz25LWbOFiK5AcOc2MmRkcxiiF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FsdcD4TSGxaD0vAiTzEMvJW6E7XrQurq { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #mSpqOadUwOJ0d48NWbKUVinm9GVgO4PD {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #uiGC0CTnK4DibHKKJEgpaebEXzkoeDCd {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #LLCUTs0O2laXcr0CFK0Qc6yk85CM8rTz { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #FiEJPG03lotPBxTWzWKVV79fLCMLubIF {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #PEO2dpCbk4JZhi7FqvsXbgTaLJzDFCeA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #BuXpGKTCog5mHdRUDwPuL437GpDJLBsA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #TaUHTC3FW3TD0hkAZKWlzBWlcooAbimT {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #DMOCVUpSZRfenJiXFeXRJ16vgkf8P6ir {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #Lz35sWVkx4CnPMZ5aCO5ruWxOKAW2PuX {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #nyMBC2RzyQISgyqhpemhcF16FUz53bV3 {  }
 }@media only screen and (max-width: 763px) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #esnP3uOdWau45BbSx3FEtZyJx3mokiXN { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #VvbglazygzBXg512XCmyRCyfwt1ttG2m {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #P3PfIBAfMZMu10o3rKhkdRL2tBbGAiuT {  }
 }@media only screen and (max-width: 763px) { #T9psendvJVbOyRi5cu2d3mZqSUrKTX6X { width:20rem;height:8rem;top:8.91796875rem;left:0rem;font-size:1.25rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qt0xZr7m4G71pAXUioudEpgf3NAk6kaz { width:12.75rem;height:7.8125rem;top:0rem;left:3.6250000596046rem;background-color:rgba(var(--color-primary-0),0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:16.499rem;height:1.625rem;top:14.379167079926rem;left:1.7489584088326rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:18.75rem;height:4.8rem;top:17.254167079926rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGGQ26qEVPP3Sb6FL9E6IhMMhxEe0u { width:0.0625rem;height:32.1875rem;top:11rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HglWJ1DxVaFmNkcabrZTMJUhlTsgHLMb { width:20rem;height:0.0625rem;top:76.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAqeL1STg6osXPyrwEhaKfs2wf4cRXqD { width:18.75rem;height:1.625rem;top:34.660420894622rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK0xcsCxlDdEdlyIZrTMNiRJtFdUbPpS { width:18.75rem;height:4.8rem;top:37.129169464111rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:18.75rem;height:5.6rem;top:48.186462402344rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:16.75rem;height:1.625rem;top:44.845836639404rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZipTIme9G2Syw5P7vzHkv5Ts8OZopwn { width:18.75rem;height:5.6875rem;top:27.000001430511rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:9.1865rem;height:1.625rem;top:24.504167079926rem;left:5.4041669964791rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:3.5rem;height:3.5rem;top:23.500001430511rem;left:16.366667024861rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #FbVhOZGfOkImGTurx0Q1e4dAM3Q7UZQT { width:0.0625rem;height:15.625rem;top:14rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPsxULXShaWfnNpOEOhgxL2N463MIVeK { width:5.9375rem;height:5.75rem;top:23.500001430511rem;left:14.062500774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:3rem;height:3rem;top:13.691667079926rem;left:16.497916996479rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #i9tZh4JqJJavxIrDWHTqFaZRt2lS7xNC { width:5.9375rem;height:5.75rem;top:13.625rem;left:6.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:3.5rem;height:3.5rem;top:43.814586639404rem;left:16.241667978535rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #CHfKXzpXywsJ5T9LyqfTGzdWPHP3l4ug { width:5.9375rem;height:5.75rem;top:67.937505722044rem;left:7.6333339810369rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:3.3125rem;height:3.3125rem;top:33.816668987274rem;left:16.316667377949rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #TXTw0kVWFdwb5EV8VD5b1OR5nHcTgSWR { width:5.9375rem;height:5.75rem;top:43.658336639404rem;left:13.504167377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:20rem;height:0;top:48.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0;height:15.625rem;top:42.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0;height:15.625rem;top:55.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:20rem;height:6.3rem;top:70.872922897338rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:18.75rem;height:1.625rem;top:67.936455965044rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:4.3125rem;height:4.25rem;top:66.189586639406rem;left:15.437501728535rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #gD1gBw4h1RhDnXBAygQZ6b8aTml5zbgB { width:5.9375rem;height:5.75rem;top:91.625012755394rem;left:10.495834171772rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:20rem;height:4.5rem;top:60.444794416427rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:15.375rem;height:1.625rem;top:56.85000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:3.5625rem;height:3.5625rem;top:55.882295608521rem;left:15.879167377949rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ymwm1AfzpxS6X8PZWP38JEcmeFevM4t7 { width:5.9375rem;height:5.75rem;top:91.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:20rem;height:4.5rem;top:92.248966217044rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:16.3125rem;height:1.625rem;top:89.24999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:3.5rem;height:3.5rem;top:88.440628051756rem;left:16.366667978535rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #E8BNKwDQVWdA2CHwTK9CuoEH3uB2SHUE { width:5.9375rem;height:5.75rem;top:91.625010013581rem;left:8.7187507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0RiuMy66FqKzRy4TyTq0lAZCJhSQsTt { width:0;height:15.625rem;top:70.9375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #voMMSHwezJeQUaJ1KmGlKhTwcsoSlohT { width:20rem;height:4.5rem;top:82.756256103512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:20rem;height:0;top:70.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPMuUy614MQczqnMvOGMZlZ3ucIUFwLm { width:15.75rem;height:3.25rem;top:78.998970031737rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #TWpVfLMkWZyxmiBUNlUpm8dAHRmJQGrz { width:3.75rem;height:3.75rem;top:78.821880340575rem;left:15.937501728535rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #uMbDSGufHyEc797rdNF3TH6907Mu0eph { width:5.9375rem;height:5.75rem;top:91.625005126rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVbZTAviygs3pkGTPA3g5mg93bNFQEfT { width:0;height:15.625rem;top:75.4375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0BTA98y81doNGHThLqNUkXqUPwi9GqB { width:20rem;height:2.6rem;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMTVkb2vImK33n7TWh9zEfnRglK1RqfW { width:20rem;height:7.8rem;top:4.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #efcaB7y9LakNuSsPmWIH1SEBwmq4Mify { width:20rem;height:9.5rem;top:13.315625667572rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #JKeN8eIyeObVvNBX3cRThUMoMrRk3T6U { width:20rem;height:9.5rem;top:33.412501811981rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmCfN78TRnqXozZkp6GgJ0VIqQI9QQb { width:20rem;height:9.5rem;top:23.375001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF37J8WrSCvbG4vN7c3I0F7l9k2Uxh5P { width:20rem;height:9.5rem;top:55.378128051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nddfoKbAST4wEoTXQ1whTZCfVT7aKdz1 { width:20rem;height:12rem;top:43.066669464111rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTf9zD6TOCVlSP2vRKyAGBPFs32Z11ax { width:20rem;height:11.9375rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgDc6qpD8EzLvWhNvNSHRhzugbMOxgTN { width:20rem;height:9.5rem;top:78.128129959106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9QQXEXWg9auQZzQHTUiEVz4uXWIGd8W { width:20rem;height:9.5rem;top:87.940631866456rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { background-color:#f9f3ed;background-image:none;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:20rem;height:3rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2b160a;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:18.75rem;height:2.625rem;top:6.2825460433963rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.49978125rem;height:0.124783125rem;top:9.8115234375rem;left:7.748046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 { display:block; }#OfHGwhFqWUc1Dzi7dhR87LGC6bs6R1n8 > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfz298xaQ8xql3SrQFzVsTauR1XM46rL { width:18.6875rem;height:19.3125rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwFs0b6CI48Z0KtBGqJb9wsNlTmAgKS5 { width:5.625rem;height:5.625rem;top:1rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q45hMb8WU9d3pnBNUEH2KDU2ITatOo7S { width:6rem;height:5.8125rem;top:0.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQKXVeUbmQVBg5daFQT8eH6SLZD8PVr0 { width:6.9365rem;height:1.7rem;top:7.5rem;left:6.5625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #i1cxQLTfGgUxrP2KUlzT9LA2QClxlIOM { width:16.9375rem;height:6.8rem;top:49.950000762939rem;left:1.5312500596046rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #t7aN5rSkb8Mn9Dx3JF58XNekTb84h4Uv { width:18.6875rem;height:19.3125rem;top:20.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVCaFR6RVqSK42P62lZLPVvsMXPM3en { width:12.375rem;height:1.7rem;top:27.8125rem;left:4.4375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xvVir8Oundpg5kJKOaaRcU381vnDVMZF { width:5.625rem;height:5.625rem;top:21.375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpvbbyKUWdyUZvmi4mmGR8CmOpColkOl { width:6rem;height:5.8125rem;top:21.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SahTl0UrJSvhb1HTyeuba9xSlqFIC6FW { width:18.6875rem;height:19.3125rem;top:40.562507629394rem;left:0.65625005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdESN0wxS8Nsk6ICGHN46lgG5iRfLrfT { width:5.625rem;height:5.625rem;top:41.718751907349rem;left:7.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7puF8K6NaggTs4PBoTSLGi4T9K3Eq1H { width:6rem;height:5.8125rem;top:41.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnKcZ9NcMVLrtW6T8TX6vUn7W63w6Mmy { width:12.375rem;height:1.7rem;top:47.343751907349rem;left:5.5000002980232rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #obm0NchwSTbDXhsPCt3HaSCDqOABXSwz { width:17rem;height:8.925rem;top:9.5750002861025rem;left:1.5000000596046rem;text-align:right;text-align-last:right;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #is9QHamfR1uc8n3R33LfRgXQgl8aBFKH { width:17rem;height:9.975rem;top:29.512502193451rem;left:0.625rem;text-align:right;text-align-last:right;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r8SkHgkpTgcmwkV91NsLikhJGKii3ryW { background-color:#a5845b;background-image:none;display:block; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { background-color: transparent; background-image: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container > .video-iframe-container { display: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row > .video-iframe-container { display: none; }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .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); }#r8SkHgkpTgcmwkV91NsLikhJGKii3ryW > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UDkgBah3tbrMd7cJAl0twvrL6LnR9JLk { width:4.49978125rem;height:0.124783125rem;top:10.686849474907rem;left:7.7484808564187rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMrgPFFRzqufXfSlTodVxWs05sckNGhJ { width:12.75rem;height:8.25rem;top:32.504169464111rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODu9rF6BSU7UZ9UgT9o0yPwTVdTCQTTK { width:17.1875rem;height:2.925rem;top:27.884765625rem;left:0.90625rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQ1w3QTxEKHFlkX9sV4pG0XqbFznhff { width:17.75rem;height:3.9rem;top:23.5625rem;left:0.1875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISERclSbGMt0gbquGuzDtTFdHqkB3o { width:17.5625rem;height:3.9rem;top:17.810546875rem;left:0.38232421875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyfVk5HitX9zgnyDACwFqbXim37Rlsa { width:16.125rem;height:3.9rem;top:11.3115234375rem;left:1.62451171875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKyqE4VNn5T8nTMre19nLTRaqJfw2qP0 { width:2.3125rem;height:2.3125rem;top:10.936279296875rem;left:17.7001953125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKz0dXxQRXpLFT5Lq7pOXPCpZKbgf663 { width:1.9375rem;height:2.0625rem;top:17.559814453125rem;left:18.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh8alopVnCBn4eTf4vh7SiACL1lQ9ppT { width:2.375rem;height:2.375rem;top:4.686279296875rem;left:17.60498046875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEtg97Kx7gqw8sWnxKrw9aAlgRl9Fhx { width:17rem;height:3.9rem;top:4.7490234375rem;left:0.4375rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XUvioy68EiCzMtCAbpTSVZmnqyAKdCBP { width:2.125rem;height:2.25rem;top:27.7451171875rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVWS76z2VLzCtM1xgPwZqb5SI4tKO5Cm { width:1.625rem;height:2.1875rem;top:23.24951171875rem;left:18.363037109375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0FMtXnHie1lLTIAa40uFXvpspPpXSb2 { width:20rem;height:2.03125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5XGyPaSN0frR04npoLTXcTOIdu1VuCo { width:20rem;height:30.8125rem;top:0.61562531448365rem;left:-0.0625rem;overflow:hidden;display:block; }
 }