.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:219,225,234;--color-primary-1:148,165,191;--color-primary-2:77,105,149;--color-primary-3:32,68,123;--color-primary-4:17,47,91;--color-secondary-0:255,234,231;--color-secondary-1:255,184,174;--color-secondary-2:255,113,93;--color-secondary-3:128,57,47;--color-secondary-4:38,17,14;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c59c331c-eba1-4464-a0ab-e0d8eeaad238/AIEraser_image17.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;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:arial;height:50rem;width:60rem;position:relative;display:block; }#skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.125rem;top:1.14453125rem;left:32.809898376465rem;overflow:hidden;display:block; }
#eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { position:absolute;display:block;z-index:15014;background-color:#ae8c67;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:28.3125rem;width:19.5rem;top:16.375rem;left:40.5rem;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:16.75rem;left:40.5625rem;height:1.70605625rem;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:rgba(var(--color-tertiary-4),1);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:#a3afc8;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:#0f2149;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:#a3afc8;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:#0f2149;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:#a3afc8;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:dosis;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:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-moz-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:dosis;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:dosis;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:dosis;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.375rem;left:40.4375rem;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:dosis;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.375rem;left:40.4375rem;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; }
#Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { position:relative;display:block; }
#CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { position:relative;display:block; }
#oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi { position:relative; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh { position:relative;display:block; }
#Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk { position:relative; }
#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.25rem;left:27.875rem;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; }
#ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { color:#2b160a;display:block;width:32.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:41.125rem;left:0.748046875rem;height:2.5996125rem;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; }
#vWnRTtOLyAxTQ7Hib4miVGQydZ6kuBBp { background-color:#49604c;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#f5fcf6;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.5625rem;height:3.06055rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:46.9384765625rem;left:42.46875rem;display:block; }
#HOAUAn5saoOKQ1vfMlDoKS0tAif0ymvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ae8c67;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:arial;height:121.9375rem;width:60rem;position:relative;display:block; }#mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.124568939209rem;left:0rem;height:4.7109375rem;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; }
#B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.0615234375rem;left:7.1533203125rem;height:1.94921875rem;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:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:18.6875rem;left:1.9365234375rem;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; }
#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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:5.1247825622559rem;height:;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:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:40.5302734375rem;left:2.7177734375rem;height:11.15625rem;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:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:41.999572753906rem;left:32.5rem;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; }
#dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.593536376953rem;left:36.687282562256rem;height:;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:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:18.75rem;left:30.96875rem;height:4.78125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.0615234375rem;left:36.6865234375rem;height:;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:4.25rem;width:4.3125rem;top:8.9677734375rem;left:43.9052734375rem;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; }
#ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:8.9677734375rem;left:13.4375rem;overflow:hidden;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:3.8125rem;width:3.8125rem;top:32.1240234375rem;left:44.1240234375rem;overflow:hidden;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:4.1875rem;width:4.25rem;top:31.9365234375rem;left:13.2802734375rem;overflow:hidden;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.0615234375rem;width:60rem;top:55.310546875rem;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.0615234375rem;top:45.185546875rem;left:29.96875rem;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.060546875rem;top:60.810546875rem;left:29.9697265625rem;display:block; }
#naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:67.625rem;left:31.75rem;height:4.78125rem;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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:63.4375rem;left:36.6875rem;height:1.94921875rem;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:4.75rem;width:4.75rem;top:57.3125rem;left:43.6875rem;overflow:hidden;display:block; }
#TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:67.625rem;left:1.9375rem;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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.625rem;left:6rem;height:;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:4.125rem;width:4.125rem;top:57.59375rem;left:13.3115234375rem;overflow:hidden;display:block; }
#d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.7;letter-spacing:0;top:88rem;left:32.5rem;height:7.96875rem;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:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:84.5625rem;left:36.6875rem;height:;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:3.6875rem;width:3.6875rem;top:78.9375rem;left:44.0625rem;overflow:hidden;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.0615234375rem;width:60rem;top:76.5048828125rem;left:0rem;display:block; }
#zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { 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.060546875rem;top:76.5048828125rem;left:29.9697265625rem;display:block; }
#g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { 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:4.25rem;width:4.25rem;top:78.75rem;left:12.375rem;overflow:hidden;display:block; }
#rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:84.5625rem;left:5.1240234375rem;height:;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; }
#AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:86.506074905394rem;left:2.6833763122559rem;height:4.78125rem;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; }
#bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { position:absolute;display:block;z-index:15015;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.0615234375rem;width:60rem;top:118.4375rem;left:0rem;display:block; }
#XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { 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.060546875rem;top:83.6875rem;left:29.9697265625rem;display:block; }
#E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:101.75rem;left:27.9375rem;overflow:hidden;display:block; }
#UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:107.875rem;left:20.625rem;height:;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; }
#gT4d99tMaTTDrTeH1D21UXi8odrcWenG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:110.9375rem;left:17.28125rem;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; }
#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f3ed;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; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { background-color: transparent; background-image: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container > .video-iframe-container { display: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container { display: none; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .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); }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { border-width: 0; border-radius: 0; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { color:#49604c;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.9;letter-spacing:0;top:0.875rem;left:9.375rem;height:4.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.8;letter-spacing:0;top:11.5625rem;left:36.8125rem;height:2.4746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.8;letter-spacing:0;top:11.5625rem;left:2.9375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.8;letter-spacing:0;top:29.1875rem;left:20.21875rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.8;letter-spacing:0;top:14.8623046875rem;left:35.5rem;height:10.1220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.8;letter-spacing:0;top:15.6875rem;left:2.9375rem;height:6.07324375rem;text-align:center;text-align-last:center;display:block; }
#iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.8;letter-spacing:0;top:33rem;left:12.03125rem;height:6.410125rem;text-align:center;text-align-last:center;display:block; }
#qKtwAqo036ZQOpEFTHhMJHJRkqXg3HqX { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.1875rem;top:11.5625rem;left:22.53125rem;overflow:hidden;display:block; }
#ARTCy22EKom9GTcGgX5BpCTZuyTHsBQ1 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.1875rem;top:28.3623046875rem;left:31.90625rem;overflow:hidden;display:block; }
#DqwpC25lKzNaTMATrLKJLcAnydZugktk { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.1875rem;top:10.7373046875rem;left:50.625rem;overflow:hidden;display:block; }
#iwni9fWRJ1KRzheXPufdi20WaJTTTUsR { box-sizing:content-box;height:12.5rem;width:24.75rem;position:absolute;display:block;z-index:15034;background-color:#ae8c67;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3232421875rem;left:2.9375rem;border-top-right-radius:2.875rem;border-bottom-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-top-left-radius:2.875rem;display:block; }
#FC5UWt3JMB15sBgxUagOVCXHTRkn5UNU { box-sizing:content-box;height:15.375rem;width:24.75rem;position:absolute;display:block;z-index:15035;background-color:#ae8c67;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:34.1875rem;border-top-right-radius:2.875rem;border-bottom-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-top-left-radius:2.875rem;display:block; }
#HehovuknI0Oy9Hn9To4PQibaZJ2pbtFk { box-sizing:content-box;height:15.375rem;width:38rem;position:absolute;display:block;z-index:15036;background-color:#ae8c67;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.0625rem;left:11.375rem;border-top-right-radius:2.875rem;border-bottom-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-top-left-radius:2.875rem;display:block; }
#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/56d89350-95eb-4f60-ae72-ec13f1c7e1f8/footer.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.adaptive-delivery-prevent-bg, #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.lazyload, #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.lazyloading { background-image: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { background-color: transparent; background-image: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container > .video-iframe-container { display: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row > .video-iframe-container { display: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .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); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { border-width: 0; border-radius: 0; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#Fiy3ZfPIfrbmtSMl4qOpH9NNHzeUSSz0 { display:block;width:19.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.358642578125rem;left:39.81201171875rem;height:2.0317375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#vycRCiiidZsNmRMK2vJTp9La67WTrPO1 { display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:30.9375rem;height:2.5996125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#yNHD0TyW7EJLWRB0uqC30zgf4U3NeFGo { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:33.9375rem;height:2.5996125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#bh6oEI4reWVJmkUslefQDtsE2vh1MMqM { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.6875rem;left:34.0625rem;height:2.5996125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#EgpW46WeIJrPqs3cnTH3nDb0SdeRMWLf { display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.75rem;left:29rem;height:2.5996125rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#uzd9kgFLQF3wmzgNi87ZeQkK14h1dTTs { 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:8.25rem;width:18.4375rem;top:6.8623046875rem;left:4.75rem;overflow:hidden;display:block; }
#kFo18TzKF4lhzWJ5S29TUub5619qb0bR { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.125rem;left:33.875rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#OlARtcULoy8XxAZPzt9Lo2pil7R2d8mJ { position:absolute;display:block;z-index:15002;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:19.8125rem;width:60rem;top:4.1291561126709rem;left:14.258331298828rem;display:none; }
#sRgHVuXr20XDMDmEebCFf7um7GzOnRIi { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:0;top:17.379156112671rem;left:14.258331298828rem;display:none; }
#GJwaFQvtVwd3xsi2GMDTKSuSFMTW7Pv5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#vRTl7Jdw9F16Ji0cxh1KmZWtTGLklENv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.4791679382324rem;left:57.748962402344rem; }
#xiZHqGObIdw149OcpIKoXExc5XIwkW7A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.4239578247069rem;left:57.748962402344rem; }
#sQXNrgu4tJmB5RuRGMifw6tscqOCO7ZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.423957824707rem;left:57.748962402344rem; }
#VyhFAFoto2UfD7R1RcRtkFgEXKc9adqq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.487503051757rem;left:57.748962402344rem; }
#hcR6NNqmIwmAko5pKywrSCJwWIlEglXy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.700000762939rem;left:57.748962402344rem; }
@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:3.125rem;height:1.375rem;top:1.125rem;left:26.684898376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:19.5rem;height:28.3125rem;top:16.375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:1.6875rem;top:16.75rem;left:28.375rem;font-size:1.625rem;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.375rem;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.375rem;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) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk {  }
 }@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.25rem;left:15.625rem;width:32.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { top:41.125rem;left:0rem;width:32.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWnRTtOLyAxTQ7Hib4miVGQydZ6kuBBp { width:15.5625rem;height:3rem;top:46.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAUAn5saoOKQ1vfMlDoKS0tAif0ymvc { 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) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:47.75rem;height:4.5625rem;top:2.0625rem;left:0rem;font-size:1.25rem;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.5rem;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) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:2.5rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:47.75rem;height:0;top:55.25rem;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.5625rem;top:12.90625rem;left:38.90625rem;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.5rem;height:2.5rem;top:12.90625rem;left:38.90625rem;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.5rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:47.75rem;height:0;top:76.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { width:47.75rem;height:0;top:118.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { width:0.0625rem;height:32.1875rem;top:12.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { width:2.5625rem;height:2.5625rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { width:15rem;height:0;top:34.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4d99tMaTTDrTeH1D21UXi8odrcWenG { width:15rem;height:0;top:37.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { display:block; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { top:0.875rem;left:3.25rem;width:41.25rem;height:4rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { top:11.5625rem;left:30.6875rem;width:12.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { top:11.5625rem;left:0rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { top:29.1875rem;left:14.09375rem;width:12.5rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { top:14.8125rem;left:25.625rem;width:22.125rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { top:15.6875rem;left:0rem;width:21.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { top:33rem;left:5.90625rem;width:35.9375rem;height:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKtwAqo036ZQOpEFTHhMJHJRkqXg3HqX { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTCy22EKom9GTcGgX5BpCTZuyTHsBQ1 { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwpC25lKzNaTMATrLKJLcAnydZugktk { width:2.5625rem;height:2.5rem;top:12.90625rem;left:38.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwni9fWRJ1KRzheXPufdi20WaJTTTUsR { top:9.3125rem;left:0rem;width:24.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC5UWt3JMB15sBgxUagOVCXHTRkn5UNU { top:9.9375rem;left:23rem;width:24.75rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HehovuknI0Oy9Hn9To4PQibaZJ2pbtFk { top:27.0625rem;left:5.25rem;width:38rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl { display:block; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fiy3ZfPIfrbmtSMl4qOpH9NNHzeUSSz0 { width:19.0625rem;height:2rem;top:1.3125rem;left:28.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vycRCiiidZsNmRMK2vJTp9La67WTrPO1 { width:25.9375rem;height:2.5625rem;top:5.5rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHD0TyW7EJLWRB0uqC30zgf4U3NeFGo { width:23.1875rem;height:2.5625rem;top:9.6875rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6oEI4reWVJmkUslefQDtsE2vh1MMqM { width:23.1875rem;height:2.5625rem;top:13.6875rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgpW46WeIJrPqs3cnTH3nDb0SdeRMWLf { width:28.1875rem;height:2.5625rem;top:17.75rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzd9kgFLQF3wmzgNi87ZeQkK14h1dTTs { top:6.8125rem;left:0rem;width:18.4375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFo18TzKF4lhzWJ5S29TUub5619qb0bR { width:23.1875rem;height:2.25rem;top:21.125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlARtcULoy8XxAZPzt9Lo2pil7R2d8mJ { width:;height:;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRgHVuXr20XDMDmEebCFf7um7GzOnRIi { top:54.8125rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJwaFQvtVwd3xsi2GMDTKSuSFMTW7Pv5 { display:none; }
 }@media only screen and (max-width: 763px) { #vRTl7Jdw9F16Ji0cxh1KmZWtTGLklENv { top:5.4375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiZHqGObIdw149OcpIKoXExc5XIwkW7A { top:9.375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQXNrgu4tJmB5RuRGMifw6tscqOCO7ZE { top:13.375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyhFAFoto2UfD7R1RcRtkFgEXKc9adqq { top:17.4375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcR6NNqmIwmAko5pKywrSCJwWIlEglXy { top:20.6875rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { background-color:#ae8c67;background-image:url("https://images.assets-landingi.com/uc/846a5e6c-0a5b-4520-820e-184d18ee7b2b/AIEraser_image16.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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: 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 { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skETzHT33BEfOutsUNn2bX4DQvvwJRZ4 { width:11.125rem;height:4.9375rem;top:0.46875rem;left:4.84375rem;overflow:hidden;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #eCJIw53SDUnwSbKslT68cb24Bmo6OsKL { width:18.5625rem;height:28.625rem;top:38.875rem;left:0.75rem;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:#ae8c67;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hB1nJ12AfSA6yuxbbyFV4Iq5WqvXJl3r { width:19.375rem;height:2.11230625rem;top:39.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;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;background-color:#49604c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#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:42.1875rem;left:0rem;background-color:transparent;background-image:none; }
#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:42.1875rem;left:0rem;background-color:transparent;background-image:none; }
 }@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) { #Z0ZetUxBivyL5Tx415ZO0c0SEHTbLHZC { display:block; }
 }@media only screen and (max-width: 763px) { #CkpHcCsauxDEumIGHDyAOdQ3PquD5or3 { display:block; }
 }@media only screen and (max-width: 763px) { #oHafmKhUvX4uh6FMZCVsqGJGhcn7KmWK { display:block; }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #xmLfpBgCaxI6hXVRpg3n2IMrv8ZPDAA9 {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #IwJNtlTOIIXsOk4xu60qOxFTR1RF1lZA {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #f7B86VKZZzbpwr8xwRGcyHMgI04zmLKb {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #rusblV6AVApAxT6IpH5qV3daFTsVdrJi {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #gfaJQOurxWVt50SGDXL9se6nQgimp4Sh {  }
 }@media only screen and (max-width: 763px) { #Psp0xTCF2Tax1TKRmGCPiNqWJhHaPSox #XyxpzFUmzSPuggJZJMNRsNZENPUxkAAk {  }
 }@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:6rem;top:25.1875rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#2b160a;display:block; }
 }@media only screen and (max-width: 763px) { #ZtHpLIqSsVOPc85wI0MHDhU2uC7tTece { width:20rem;height:4.798825rem;top:32.0625rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vWnRTtOLyAxTQ7Hib4miVGQydZ6kuBBp { width:15.5625rem;height:3rem;top:71.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAUAn5saoOKQ1vfMlDoKS0tAif0ymvc { display:block; }
 }@media only screen and (max-width: 763px) { #Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 { display:block; }#Uhr0AEAhq1Mb1ZpyFHm7WKha4upyW1K0 > .row .container { width:20rem;height:188.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwdHuMIrmyqT3Tcb0fHi9gsSZUxdgn4N { width:19.25rem;height:7.5rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;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; }
 }@media only screen and (max-width: 763px) { #B6klitZ5RTCtDBCVUupGeJfs6twJ2UxO { width:16.4995625rem;height:1.625rem;top:22.312286376953rem;left:1.7491319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3WA1R5kFaKZcg6hT6rnmzxk8QV5zMNe { width:18.75rem;height:8.9238125rem;top:25.124137878418rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;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:61.375rem;left:0.625rem;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:13.38575rem;top:63.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9km4gea7TrJ4i0wRIxfZUlcVaztNWBm { width:18.75rem;height:7.4365rem;top:87.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyiTaqk3h9ed6nm7C3RJ7tHcgqUgvbu2 { width:18.75rem;height:1.625rem;top:85.1875rem;left:0.625rem;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:7.4365rem;top:45.187286376953rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUk3yJTyMchTyDVJXSqlXoFDUrfMsZG { width:9.1873125rem;height:1.625rem;top:43.561859130859rem;left:5.3743491768837rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqGpRJG8HlD6V9bDhUxeqB1KRi7TsLS { width:5rem;height:4.9375rem;top:36.499130249024rem;left:7.5000000596044rem;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) { #ZgMTk0XHxdZyAORCHrpZNTnTyFrG1fMp { width:4.6875rem;height:4.6875rem;top:15.374786376953rem;left:7.2493491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kht0IGrHxCgnvoT7if0nqOaWh9MyZc { width:4rem;height:4rem;top:80.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inDH4uviKHD0apADShuIrWnuEP85qeOR { width:4.6875rem;height:4.625rem;top:55.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGT4vdgpIUpbS7qmHmNl38E8p00K9CMV { width:20rem;height:0;top:55.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3cxoMW1XSGXkKCn63wLzzX8qffTEykH { width:0;height:15.625rem;top:45.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzNBJxzb6a60XqvqvlR9HrVMOvEn6OCT { width:0;height:15.625rem;top:60.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #naqkNhKkMqrQcJ8kONoooO0JNQmCclsy { width:20rem;height:5.94921875rem;top:122.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKiRnGJJBi5nyrSnxum5wNwf64UNc0SI { width:18.75rem;height:1.625rem;top:120rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7czhGxpeuaRxqfK9qSFvUFTG1tPdH4o { width:4.6875rem;height:4.6875rem;top:114.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBrOHNstgq5lFilkDdww8WGuCnMKkmAF { width:20rem;height:5.94921875rem;top:106.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KRNJ7ONLNEZT1aLuzUNQm9QoepnCT9 { width:18.75rem;height:1.625rem;top:103rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXwxAyOeASVXB6iad05x2mPzLquITVTq { width:4.1875rem;height:4.1875rem;top:97.4375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cD8lr4vn923EICUO1S5lgmccrIZ1h9 { width:20rem;height:8.9238125rem;top:139.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNSMCJBoOXCsK7n4HckgeodoPHZ2UUDA { width:18.75rem;height:1.625rem;top:136.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqXtCO00oqFATuEPvd2c1xHfkeVlnHXn { width:4rem;height:4rem;top:130.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgHwh3qEgMpSJwn6KI2F7wvNebpKGoNr { width:20rem;height:0;top:76.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEFxaeNgpoigqnnAGMLt3uNyv1Wi158T { width:0;height:15.625rem;top:76.5rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3h5FKKMb3m35cZfRc7K0UG1czsrkkD2 { width:4.1875rem;height:4.1875rem;top:151.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZq7nudVDWrI51nqu7tqm1HJoFRxPuPi { width:18.75rem;height:1.625rem;top:157.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFxL81Q1OkJcuuFhNCw9kD9KkJrIM8b { width:20rem;height:5.94921875rem;top:160.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP1aUlmCvknAB9gz33HrO9ZIkJ4Q462d { width:20rem;height:0;top:118.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XswexqkLGT2Gyzd3IusW39SSi6DHa4VR { width:0;height:15.625rem;top:83.6875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3GlTU3lw5zdSTLhn4900tfZzTUbgibS { width:4.125rem;height:4.125rem;top:169.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZ8V3TFFP6y5qurk644ZqBorIwahK2p { width:18.75rem;height:1.625rem;top:175.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4d99tMaTTDrTeH1D21UXi8odrcWenG { width:20rem;height:7.4365rem;top:178.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO { display:block; }#FZsz1t5hb5SSfH6Kae4pBGDHTbMCTnvO > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA6tTs1Qb3GkmyXwUMepqGPoW1deuK6x { width:20rem;height:7.599625rem;top:1.25rem;left:0rem;font-size:2rem;color:#49604c;display:block; }
 }@media only screen and (max-width: 763px) { #eiUw94OC8wZpDDPzWlHu0RrkCFXTkFI4 { width:12.5rem;height:2.4746125rem;top:25.13671875rem;left:2.75rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #og4W0HxCZHRd1xmMz6nuFOBPtdtHibes { width:15.1875rem;height:2.0244125rem;top:11.57421875rem;left:0.84375rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GgW6TnqNmHl7KrsrgqJoDHtBEm4aPlQh { width:12.5rem;height:2.4746125rem;top:43.6875rem;left:2.75rem;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h54iIfDGTT4LaOlDTQe6oWgvg5WTur4v { width:20rem;height:10.1220625rem;top:28.9375rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #V6E6q2o3nbcOc5IdQt8gGmqeZQwhs1po { width:20rem;height:6.07324375rem;top:15.65625rem;left:0rem;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #iugzIroiQ2BVIbTOhJ1Dn6a7hKR6OHk5 { width:20rem;height:10.683625rem;top:47.25rem;left:0rem;font-size:1.1875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qKtwAqo036ZQOpEFTHhMJHJRkqXg3HqX { width:3.75rem;height:3.6875rem;top:10.7421875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARTCy22EKom9GTcGgX5BpCTZuyTHsBQ1 { width:4.1875rem;height:4.125rem;top:42.875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqwpC25lKzNaTMATrLKJLcAnydZugktk { width:4.1875rem;height:4.125rem;top:24.3125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwni9fWRJ1KRzheXPufdi20WaJTTTUsR { width:20rem;height:11.5625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC5UWt3JMB15sBgxUagOVCXHTRkn5UNU { width:20rem;height:15.9375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HehovuknI0Oy9Hn9To4PQibaZJ2pbtFk { width:20rem;height:16.1875rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl { background-color:#2b160a;background-image:url("https://images.assets-landingi.com/uc/56d89350-95eb-4f60-ae72-ec13f1c7e1f8/footer.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.adaptive-delivery-prevent-bg, #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.lazyload, #Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl.lazyloading { background-image: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { background-color: transparent; background-image: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container > .video-iframe-container { display: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row > .video-iframe-container { display: none; }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .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); }#Wym8zUtkwG2BPJ0UtTgC1XgDyC3R19fl > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fiy3ZfPIfrbmtSMl4qOpH9NNHzeUSSz0 { width:20rem;height:2.03125rem;top:12.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vycRCiiidZsNmRMK2vJTp9La67WTrPO1 { width:17rem;height:3.8994125rem;top:16.625000476837rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yNHD0TyW7EJLWRB0uqC30zgf4U3NeFGo { width:16.125rem;height:3.8994125rem;top:22.312501430511rem;left:0.56250005960464rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6oEI4reWVJmkUslefQDtsE2vh1MMqM { width:17.5625rem;height:3.8994125rem;top:27.791667461395rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgpW46WeIJrPqs3cnTH3nDb0SdeRMWLf { width:17.5625rem;height:3.8994125rem;top:32.750001430511rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzd9kgFLQF3wmzgNi87ZeQkK14h1dTTs { width:14.5625rem;height:6.375rem;top:45.250001430511rem;left:2.7187500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kFo18TzKF4lhzWJ5S29TUub5619qb0bR { width:17.5625rem;height:3.8994125rem;top:37.875001430511rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlARtcULoy8XxAZPzt9Lo2pil7R2d8mJ { top:4.3072896003723rem;left:0rem;width:20rem;height:6.6041666666667rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sRgHVuXr20XDMDmEebCFf7um7GzOnRIi { top:1.6833333969116rem;left:0rem;width:20rem;height:1.70605625rem;z-index:15061;text-align:center;text-align-last:center;color:#f1f1f1;font-family:cairo;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJwaFQvtVwd3xsi2GMDTKSuSFMTW7Pv5 { top:44.725003242492rem;left:0rem;width:6.375rem;height:4.3125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #vRTl7Jdw9F16Ji0cxh1KmZWtTGLklENv { display:flex;width:2.25rem;height:2.25rem;top:16.625rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #xiZHqGObIdw149OcpIKoXExc5XIwkW7A { display:flex;width:2.25rem;height:2.25rem;top:22.312501430511rem;left:17.750001728535rem; }
 }@media only screen and (max-width: 763px) { #sQXNrgu4tJmB5RuRGMifw6tscqOCO7ZE { display:flex;width:2.25rem;height:2.25rem;top:28.616668224335rem;left:17.750001728535rem; }
 }@media only screen and (max-width: 763px) { #VyhFAFoto2UfD7R1RcRtkFgEXKc9adqq { display:flex;width:2.25rem;height:2.25rem;top:32.750001430511rem;left:17.750001728535rem; }
 }@media only screen and (max-width: 763px) { #hcR6NNqmIwmAko5pKywrSCJwWIlEglXy { display:flex;width:2.25rem;height:2.25rem;top:37.875001430511rem;left:17.750001728535rem; }
 }