.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,254,253;--color-primary-1:255,252,248;--color-primary-2:254,248,241;--color-primary-3:127,124,121;--color-primary-4:38,37,36;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:110,107,107;--color-secondary-3:66,64,64;--color-secondary-4:13,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,218,209;--color-tertiary-2:134,131,125;--color-tertiary-3:80,79,75;--color-tertiary-4:0,0,0;--headlines-font-family:"Promenade";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1c1c954-ccee-488a-afc7-0b651d6a1385/WrinkleRelaxers.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#fef8f1;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;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:8.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { color:rgba(var(--color-secondary-4),1);display:block;width:18.999rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3174915313721rem;left:53.749456405639rem;height:2.47504375rem;text-align:right;text-align-last:right;display:block; }
#Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:19.6875rem;top:1.7583551406861rem;left:2.3117389678955rem;overflow:hidden;display:block; }
#zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { color:rgba(var(--color-secondary-4),1);display:block;width:10rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:1.7583551406861rem;left:62.782117843625rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { background-color: transparent; background-image: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { display: none; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .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); }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { border-width: 0; border-radius: 0; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { color:#fef8f1;display:block;width:50.9375rem;position:absolute;font-family:"libre baskerville";font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0.57454395294189rem;left:12.030706405639rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:rgba(44,42,37,0.7);background-image:url("https://images.assets-landingi.com/uc/39b388f0-af10-4d44-a91c-ca26e62ef89b/Untitleddesign44.png");background-position:bottom center !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;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { border-width: 0; border-radius: 0; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:75rem;height:52.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { color:rgba(var(--color-secondary-4),1);display:block;width:60.062375rem;position:absolute;font-family:"libre baskerville";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.5625rem;left:15rem;height:6.875rem;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;text-align:center;text-align-last:center;display:block; }
#rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { color:#fef8f1;display:block;width:31.9998125rem;position:absolute;font-family:"dm sans";font-size:6.125rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:25.5rem;left:29rem;height:;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;text-align:center;text-align-last:center;display:block; }
#DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6873125rem;width:36.6873125rem;top:10.25rem;left:26.6875rem;overflow:hidden;display:block; }
#TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { color:#fef8f1;display:block;width:16.875rem;position:absolute;font-family:"dm sans";font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:33.5rem;left:36.5625rem;height:2.26888125rem;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;text-align:center;text-align-last:center;display:block; }
#h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { color:#fef8f1;display:block;width:27.9996875rem;position:absolute;font-family:"dm sans";font-size:3.75rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:20.5625rem;left:31rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Os3POsqSo66EwQdgi8r9e4c815GBkbm3 { color:rgba(var(--color-secondary-4),1);display:block;width:1.31239375rem;position:absolute;font-family:"libre baskerville";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.3115234375rem;left:54.1865234375rem;height:0.96245625rem;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;text-align:left;text-align-last:left;display:block; }
#e8LdtGwycB0kT9Irb5fAOnz8k1Q3HAAr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #fef8f1;border-left:0.125rem solid #fef8f1;border-right:0.125rem solid #fef8f1;border-bottom:0.125rem solid #fef8f1;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fef8f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.04154125rem;height:3.22884125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:43.6875rem;left:38rem;display:block; }
#VoZyN4c2UidnOT4AeMb0plMI9BC0qDfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { background-color: transparent; background-image: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { display: none; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .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); }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { border-width: 0; border-radius: 0; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#hlsW32G57OhEh8PbrXKE9zehBu54XvdC { color:rgba(var(--color-tertiary-1),1);display:block;width:39.8746875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.2498912811279rem;left:17.561849594116rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpdASCXC0aaTLLxIW0AsTZrFe1sUpmCR { position:absolute;display:block;z-index:15029;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:6.124675rem;width:6.124675rem;top:1.6243495941162rem;left:7.5rem;overflow:hidden;display:block; }
#uiwJfX5uIuDWpznz6mMFBKVTZarne26U { position:absolute;display:block;z-index:15030;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:7.6871875rem;width:7.6871875rem;top:0.61577796936035rem;left:59.714086532593rem;overflow:hidden;display:block; }
#woiwNHa3D2zmiVACLx6QNF7JiTQohhTf { box-sizing:content-box;height:0.125rem;width:59.625rem;position:absolute;display:block;z-index:15031;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.712890625rem;left:7.3122825622556rem;display:block; }
#rQleQakuWFKL8zgFNWbzwTACCFNT6boA { box-sizing:content-box;height:0.124783125rem;width:59.6245625rem;position:absolute;display:block;z-index:15032;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.525390625rem;left:7.6871738433837rem;display:block; }
#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8f1;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; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { background-color: transparent; background-image: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container > .video-iframe-container { display: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container { display: none; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .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); }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { border-width: 0; border-radius: 0; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#H6kde170WBOWsEOPq3Oiao5bkDBoW23i { color:rgba(var(--color-secondary-4),1);display:block;width:56.1870625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.75rem;left:9.4375rem;height:13.125rem;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; }
#gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { color:rgba(var(--color-secondary-4),1);display:block;width:26.1870625rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.625rem;left:24.4375rem;height:2.75rem;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; }
#T3UwpbECiTkWDdyO4VztSPe2SiEsphJK { box-sizing:content-box;height:0.124783125rem;width:59.6245625rem;position:absolute;display:block;z-index:15032;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:7.6875rem;display:block; }
#RkqGrLGOZu2e6AluWkoMLau6AhrWXla9 { box-sizing:content-box;height:0.124783125rem;width:59.624rem;position:absolute;display:block;z-index:15033;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.0625rem;left:7.75rem;display:block; }
#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8f1;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; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { background-color: transparent; background-image: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { display: none; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .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); }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { border-width: 0; border-radius: 0; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { font-size:0.875rem;font-family:arial;height:71.375rem;width:75rem;position:relative;display:block; }#ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:13.5625rem;left:2.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.4375rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZXkO2JxeQyHWXMzoH8SIlZCWNemlw4E { background-color:#000000;background-image:none;border-top:0.125rem solid #fef8f1;border-left:0.125rem solid #fef8f1;border-right:0.125rem solid #fef8f1;border-bottom:0.125rem solid #fef8f1;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#fef8f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.87447875rem;height:3.06174125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:63.395727157594rem;left:30.520833969116rem;display:block; }
#kPBpHuVkzkcpgpas6trKeQ7XUCNit2cQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1owy0AqT2lrg541ZcyBaNei652DKsra { color:rgba(var(--color-secondary-4),1);display:block;width:60.061875rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4.7287330627441rem;left:2.7213535308838rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TMTGsGf5Quu1rJT9yQC2TES21BiAXvJi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.1867408752444rem;left:2.7208118438721rem;height:2.84375rem;font-style:normal;display:block; }
#PnSdfb0u1G7993gIhsO8F8BrrCNTTZiC { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:21.5rem;left:2.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tGaB26oUapKpcTXvmxN7BRAkhhEo6zaS { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.375rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H21cAlgyi0PohdcdlPgrUhaXS4tcBHFL { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:29.25rem;left:2.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvhCvORfSfUlJ7eXiJrMLo2kHhdTqair { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:31.125rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LgDpoaPO7zVgRTyf4RfJZ3LaWSlO8fqT { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:37.25rem;left:2.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDgRLkwWGXDix6UwxGvElaTBPJQMTpdK { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:39.125rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SexutNWbT8Q2ErgHSZ8Sv4zh1BZyEonm { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:45.3125rem;left:2.75rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvDqSRSmmWhA8WLruvF1d3ftA74b2Hx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:47.1875rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTbnkdztBPaezPts26JeXqIlXX9ohbRq { color:rgba(var(--color-tertiary-4),1);display:block;width:45.374375rem;position:absolute;font-family:"libre baskerville";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:53.3125rem;left:2.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0BRPRFtfgvWJJWODTrgWyKoaGEcJ4p3 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:55.1875rem;left:2.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx { 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/96cab62d-1bff-4b12-abad-75cd018ed898/Untitleddesign48.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx.adaptive-delivery-prevent-bg, #A3qm4w3D91uKM42nWm15oboZe4kr0Lyx.lazyload, #A3qm4w3D91uKM42nWm15oboZe4kr0Lyx.lazyloading { background-image: none; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container { background-color: transparent; background-image: none; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container > .video-iframe-container { display: none; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row > .video-iframe-container { display: none; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .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); }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container { border-width: 0; border-radius: 0; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#i7qFmXmqTPP1sv4PmTdVeagIVrFcwAU9 { color:#fef8f1;display:block;width:51.1246875rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);top:6.717665195465rem;left:11.936849594116rem;height:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w3twEsH6m2srKmveUMTW2MZUsWXtfSly { color:#fef8f1;display:block;width:15.999875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:14.8125rem;left:7.5625rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y835PoioyFqZaIh6rzJskBCgvUHyyUOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0617375rem;width:1.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.9375rem;left:5.75rem; }
#fv6eT6vkiGclE3C4bWvdXrr74TNWIVyC { color:#fef8f1;display:block;width:17.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:19.5625rem;left:7.375rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o2WaWoZ3NAiGrG6y55uhNC8r13yZKVNe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.3125rem;left:5.75rem; }
#HSXo7dKyBtluW7bSZA4CHH9doEh0JWZs { color:#fef8f1;display:block;width:12.3123125rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:25.4375rem;left:7.5625rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7d4FTzSPluzTQNl7HTgniJT0MgHzIG9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.625rem;left:5.75rem; }
#tvgrynLAmnzTgQKMGy87e6WuUIiZJ6wL { color:#fef8f1;display:block;width:12.1875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:29.875rem;left:7.5625rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ea7Iu0uEGaVGddBffWmLmERXSrS9xmzP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:31rem;left:5.75rem; }
#xEvetzMDJEtSIeE775ftJuDa4D1v7REM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0617375rem;width:1.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.9375rem;left:29rem; }
#bBn5dBTELQzdtLwXkhiHNV6wqDTFH9Ip { color:#fef8f1;display:block;width:15.999875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:14.8125rem;left:30.8125rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7v6z42T406lxTF8g7gWReQpFGIygcko { color:#fef8f1;display:block;width:17.5rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:19.5625rem;left:30.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k1MTImyqfc5bytKZT11y6Dw8NevrLohQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:20.3125rem;left:29rem; }
#Z5cJifNxAW8Fz0750is5Wlqu2CfTR1cW { color:#fef8f1;display:block;width:12.3123125rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:23.4375rem;left:30.8125rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhOagCzXeQIevRkqTHBADDoJhoDqHox1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.625rem;left:29rem; }
#lZbPFgAhJxECdlSDalKRhzNT2kAM1UkM { color:#fef8f1;display:block;width:14.6875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:27.875rem;left:30.8125rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#seuFTNUCifSBfnN2uHBl8b3yNmgFn48q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29rem;left:29rem; }
#iTpwBnsgpeTMNcd3LA6urxTNcKrKNd63 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0617375rem;width:1.0617375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.9375rem;left:51.5rem; }
#dTBiaDgCgtq53cPdzKltAZ5bOoShkRIN { color:#fef8f1;display:block;width:15.999875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:14.8125rem;left:53.3125rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mrGTaRJBU4VJagyKsZa6fm7r3SHxXQ82 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.4375rem;left:51.5rem; }
#XdJATQgBTuTZTnovKWTDXFZFX0TQJe98 { color:#fef8f1;display:block;width:14.6875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:19.1875rem;left:53.125rem;height:3.28125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmIm9ysDrNzS2aNfQT9qDFvOdVCla3TQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:20.4375rem;left:51.5rem; }
#OCAIi99WhwDFTK6SAEU4FeFHlTCf2fHS { color:#fef8f1;display:block;width:7.874875rem;position:absolute;font-family:"dm sans";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4);top:23.9375rem;left:53.3125rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NF6DKuotZ48Ly8Is64CK40FJoVF02LmS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0612rem;width:1.0612rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.4375rem;left:51.5rem; }
#WITMECcakuVHZtynI5dKuGvlk1AR1g19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4baa8;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; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container { background-color: transparent; background-image: none; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container > .video-iframe-container { display: none; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row > .video-iframe-container { display: none; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .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); }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container { border-width: 0; border-radius: 0; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#pE0xBDCoytCCPgpQNdIrdf2aJ4hOffqo { color:#fef8f1;display:block;width:33.3121875rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.4);top:2.6551656723023rem;left:20.843641281128rem;height:2.75rem;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; }
#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN { 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/38e52242-132f-4c4a-9988-050d343a5943/AniNP1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.adaptive-delivery-prevent-bg, #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.lazyload, #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.lazyloading { background-image: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { background-color: transparent; background-image: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container > .video-iframe-container { display: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row > .video-iframe-container { display: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .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); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { border-width: 0; border-radius: 0; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container { background-color: transparent; background-image: none; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container > .video-iframe-container { display: none; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row > .video-iframe-container { display: none; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .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); }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container { border-width: 0; border-radius: 0; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#BzoV1s9SWDpT2HXTigFnmEi8oI5Z9v4L { color:rgba(var(--color-tertiary-1),1);display:block;width:39.8746875rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.2498912811279rem;left:17.561849594116rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7ZCwzdT3NDr2Rtkpvwm2qmRqZ67s87t { position:absolute;display:block;z-index:15029;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:6.124675rem;width:6.124675rem;top:1.6243495941162rem;left:7.5rem;overflow:hidden;display:block; }
#thS84HGnGbhWaLSFkchGdJhkWdGJu3Dk { position:absolute;display:block;z-index:15030;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:7.6871875rem;width:7.6871875rem;top:0.61577796936035rem;left:59.714086532593rem;overflow:hidden;display:block; }
#h2EeQGqO8oHUMWqxJb31QruPdQHOcti3 { box-sizing:content-box;height:0.125rem;width:59.625rem;position:absolute;display:block;z-index:15031;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.712890625rem;left:7.3122825622556rem;display:block; }
#SkZQ6PCGFaTE89VKCaOS9lgZdBbGwE11 { box-sizing:content-box;height:0.124783125rem;width:59.6245625rem;position:absolute;display:block;z-index:15032;background-color:#96755c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.525390625rem;left:7.6871738433837rem;display:block; }
#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { background-color: transparent; background-image: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container > .video-iframe-container { display: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container { display: none; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .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); }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { border-width: 0; border-radius: 0; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#J6zU3hO5aotis044tZndDmugUZIlaC1d { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:60rem;top:18.625rem;left:7.5rem;display:none; }
#oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { position:absolute;display:block;z-index:15012;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:36.8120625rem;width:36.8120625rem;top:3.4988059997559rem;left:0.97222137451175rem;overflow:hidden;display:block; }
#F1BEaWKhNDW2si74KlJ6UNfdM9t9iKlQ { color:rgba(var(--color-secondary-4),1);display:block;width:34.4998125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:5.5rem;left:38.625rem;height:5.5rem;text-align:right;text-align-last:right;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; }
#lSA21Wqi57Qq8TSR72UisBGGm4HvpCZ4 { color:rgba(var(--color-secondary-4),1);display:block;width:32.6871875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:14.125rem;left:40.375rem;height:4.5rem;text-align:right;text-align-last:right;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; }
#Nlh9ohArrMCztnTicmiwiuIfSLcLNzEi { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.0625rem;left:46.75rem;height:4.5rem;text-align:right;text-align-last:right;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; }
#BEvJrpkDW9Tumv0Bsbr9DQFdGqpxToIg { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:27.8125rem;left:46.875rem;height:4.5rem;text-align:right;text-align-last:right;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; }
#CLlwnhWOaAIIgAwx5WQ5SEsQkH2eqkUO { color:rgba(var(--color-secondary-4),1);display:block;width:26.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:34.5625rem;left:46.875rem;height:4.5rem;text-align:right;text-align-last:right;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; }
#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8f1;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; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { background-color: transparent; background-image: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container { display: none; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .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); }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { border-width: 0; border-radius: 0; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { color:#000000;display:block;width:50.1248125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:3.1711215972901rem;left:12.437067031861rem;height:2.75rem;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; }
#FbHptiIRX7zUlW2mma0TS605XqtSAc28 { position:absolute;display:block;z-index:15007;background-color:#fef8f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #96755c;border-left:0.1875rem solid #96755c;border-right:0.1875rem solid #96755c;border-bottom:0.1875rem solid #96755c;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.7498125rem;width:22.1245625rem;top:10.0625rem;left:1.6875rem;display:block; }
#FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { 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:15035;opacity:1;top:11.9375rem;left:7.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { 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:15036;opacity:1;top:11.9375rem;left:9.5625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { 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:15037;opacity:1;top:11.9375rem;left:11.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { 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:15038;opacity:1;top:11.9375rem;left:14.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { 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:15039;opacity:1;top:11.9375rem;left:16.3125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { color:rgba(var(--color-secondary-4),1);display:block;width:19.5621875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.6;letter-spacing:0;top:15.362398147583rem;left:3.1407337188721rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { color:rgba(var(--color-secondary-4),1);display:block;width:6.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:29.437286376953rem;left:15.812173843384rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#vr6UKtatIU8PKgXF6Jeo5vqKzE8sABcL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #96755c;border-left:0.1875rem solid #96755c;border-right:0.1875rem solid #96755c;border-bottom:0.1875rem solid #96755c;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.7498125rem;width:22.124rem;top:10.0625rem;left:26.3125rem;display:block; }
#OsL0R43k8Tqq4rhBoh34GbbD7im4Ad6M { color:rgba(var(--color-secondary-4),1);display:block;width:6.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:29.249664306641rem;left:40.874567031861rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#QhE40aakz5iskidVIhBKSf4fDxCLIre9 { color:rgba(var(--color-secondary-4),1);display:block;width:19.5621875rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:15.436725616455rem;left:27.718641281128rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#WCrJt5kox2nx75CFV0qNeDo301dQWa2B { 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:15043;opacity:1;top:11.9375rem;left:31.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#iKKpHzEvAcpWAvgpRdx1HJSrAXhWXWEg { 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:15044;opacity:1;top:11.9375rem;left:34.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#uqnnknvBn4VMnlkIXoifulK6402hoEdF { 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:15045;opacity:1;top:11.9375rem;left:36.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#IuliKNslNdIQXtTSeN8HrlaXtKsiVG7p { 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:15046;opacity:1;top:11.9375rem;left:38.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#l2NNFyN0rGOTN7UQbgOEUKwNMEETSDTq { 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:15047;opacity:1;top:11.9375rem;left:40.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#vHtcgSFTFygVLg64N7H1MPm9THPyzw46 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #96755c;border-left:0.1875rem solid #96755c;border-right:0.1875rem solid #96755c;border-bottom:0.1875rem solid #96755c;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:20.7498125rem;width:22.1235rem;top:10.0625rem;left:51.25rem;display:block; }
#LCpkPH4woAmTzZWRi5l2QE37Q9xTUOsI { color:rgba(var(--color-secondary-4),1);display:block;width:19.9365rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.6;letter-spacing:0;top:15.436725616455rem;left:52.516279220581rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#WakR3qOTxylzcoyVRc1KHN2d2C7SAvLK { 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:15051;opacity:1;top:11.9375rem;left:56.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#m5ed4JCItXbz5sOngt84Rme9T7gd1L5E { 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:15052;opacity:1;top:11.9375rem;left:59.125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#Ch85VsdDPmxDVEw18aTEv3d4bkSeGKD4 { 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:15053;opacity:1;top:11.9375rem;left:61.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#ugEnH88a7H7VTzTKxpm7ePqy0ep0pdsT { 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:15054;opacity:1;top:11.9375rem;left:63.625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#q5lmbKvyiiRhfByQlnuDcHls5eANUM7N { 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:15055;opacity:1;top:11.9375rem;left:65.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
#Gs6Hokrgwc1SnTuCgrcTJB2l3Tu4uWab { color:rgba(var(--color-secondary-4),1);display:block;width:6.18706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:29.249664306641rem;left:64.562177658081rem;height:1.40625rem;text-align:right;text-align-last:right;display:block; }
#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7814f;background-image:url("https://images.assets-landingi.com/uc/96cab62d-1bff-4b12-abad-75cd018ed898/Untitleddesign48.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { border-width: 0; border-radius: 0; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;position:relative;display:block; }#XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { color:#fef8f1;display:block;width:53.8748125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);top:4.6582040786743rem;left:10.562067031861rem;height:;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;text-align:center;text-align-last:center;display:block; }
#BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9996875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.77);top:12.868925094604rem;left:10.999891281128rem;height:3rem;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; }
#s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { position:absolute;display:block;z-index:15011;height:21.7496875rem;width:38.75rem;top:20.749763488769rem;left:18.125001907349rem;display:block; }
#Ca6aBu83M4EstpBGzBmtf3QwNskbdU9a { color:#fef8f1;display:block;width:1.31239375rem;position:absolute;font-family:"libre baskerville";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.4);top:7.2097434997556rem;left:37.937284469604rem;height:0.96245625rem;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;text-align:right;text-align-last:right;display:block; }
#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8f1;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;z-index:auto;display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { background-color: transparent; background-image: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .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); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { border-width: 0; border-radius: 0; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#oZFFJBg0QiFCZxZyH4OJKhxuOUfPpxs1 { position:absolute;display:block;z-index:15007;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:5rem;width:19.6875rem;top:4.25rem;left:27.6875rem;overflow:hidden;display:block; }
#ONO9JSyEycFXccuyxCqaqc61y7B08iq3 { color:rgba(var(--color-secondary-4),1);display:block;width:18.999rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.875rem;left:55.9375rem;height:2.47504375rem;text-align:right;text-align-last:right;display:block; }
#bU2PbxL4HiknsI82cTlu0XbWtTb9Z75I { color:rgba(var(--color-secondary-4),1);display:block;width:10rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:3.3125rem;left:65rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
#EZTeptXiBxtbII4C0CN4DRdc8UdEtEPp { color:rgba(var(--color-secondary-4),1);display:block;width:11.4375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:6.125rem;left:0rem;height:1.23751875rem;text-align:left;text-align-last:left;display:block; }
#iQAy5tkpZl2Oc6uKxw6ITb2WlQngN3n6 { color:rgba(var(--color-secondary-4),1);display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:1.23751875rem;text-align:left;text-align-last:left;display:block; }
#dlLr8IsOVTD8irxJFXtkbtqTnv2oxbi2 { color:rgba(var(--color-secondary-4),1);display:block;width:15.7498125rem;position:absolute;font-family:"libre baskerville";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:4.0625rem;left:0rem;height:1.23751875rem;text-align:left;text-align-last:left;display:block; }
#ZtJfstNdUe33SzQ0xvWM6181uiMWo84z { color:rgba(var(--color-secondary-4),1);display:block;width:18.9985rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:10rem;left:56rem;height:1.23751875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { top:4.3125rem;left:28.8125rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { top:1.75rem;left:0rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { top:1.75rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { top:0.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { width:31.9375rem;height:;top:25.5rem;left:15.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { top:10.25rem;left:11.125rem;width:36.625rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { width:16.875rem;height:2.25rem;top:33.5rem;left:22.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { width:27.9375rem;height:3.75rem;top:20.5625rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os3POsqSo66EwQdgi8r9e4c815GBkbm3 { width:1.25rem;height:0.9375rem;top:9.25rem;left:40.5615234375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8LdtGwycB0kT9Irb5fAOnz8k1Q3HAAr { width:13.9375rem;height:3.125rem;top:43.6875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZyN4c2UidnOT4AeMb0plMI9BC0qDfV { display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { top:2.1875rem;left:3.9368495941162rem;width:39.8125rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpdASCXC0aaTLLxIW0AsTZrFe1sUpmCR { top:1.5625rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwJfX5uIuDWpznz6mMFBKVTZarne26U { top:0.5625rem;left:40.0625rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiwNHa3D2zmiVACLx6QNF7JiTQohhTf { top:0.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQleQakuWFKL8zgFNWbzwTACCFNT6boA { top:8.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { display:block; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6kde170WBOWsEOPq3Oiao5bkDBoW23i { width:47.75rem;height:13.125rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { width:26.125rem;height:2.6875rem;top:4.625rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UwpbECiTkWDdyO4VztSPe2SiEsphJK { top:2.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqGrLGOZu2e6AluWkoMLau6AhrWXla9 { top:24.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:45.3125rem;height:1.3125rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:47.75rem;height:3.75rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZXkO2JxeQyHWXMzoH8SIlZCWNemlw4E { width:13.8125rem;height:3rem;top:63.375rem;left:16.895833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPBpHuVkzkcpgpas6trKeQ7XUCNit2cQ { display:block; }
 }@media only screen and (max-width: 763px) { #e1owy0AqT2lrg541ZcyBaNei652DKsra { width:47.75rem;height:2.6875rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTGsGf5Quu1rJT9yQC2TES21BiAXvJi { top:9.125rem;left:0rem;width:23.5rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSdfb0u1G7993gIhsO8F8BrrCNTTZiC { width:45.3125rem;height:1.3125rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGaB26oUapKpcTXvmxN7BRAkhhEo6zaS { width:47.75rem;height:3.75rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21cAlgyi0PohdcdlPgrUhaXS4tcBHFL { width:45.3125rem;height:;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvhCvORfSfUlJ7eXiJrMLo2kHhdTqair { width:47.75rem;height:3.75rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgDpoaPO7zVgRTyf4RfJZ3LaWSlO8fqT { width:45.3125rem;height:;top:37.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDgRLkwWGXDix6UwxGvElaTBPJQMTpdK { width:47.75rem;height:3.75rem;top:39.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SexutNWbT8Q2ErgHSZ8Sv4zh1BZyEonm { width:45.3125rem;height:;top:45.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvDqSRSmmWhA8WLruvF1d3ftA74b2Hx9 { width:47.75rem;height:3.75rem;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbnkdztBPaezPts26JeXqIlXX9ohbRq { width:45.3125rem;height:;top:53.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0BRPRFtfgvWJJWODTrgWyKoaGEcJ4p3 { width:47.75rem;height:3.75rem;top:55.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qm4w3D91uKM42nWm15oboZe4kr0Lyx { display:block; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7qFmXmqTPP1sv4PmTdVeagIVrFcwAU9 { width:47.75rem;height:2.6875rem;top:6.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3twEsH6m2srKmveUMTW2MZUsWXtfSly { width:15.9375rem;height:3.25rem;top:14.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y835PoioyFqZaIh6rzJskBCgvUHyyUOZ { top:15.9375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv6eT6vkiGclE3C4bWvdXrr74TNWIVyC { width:17.5rem;height:4.375rem;top:19.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2WaWoZ3NAiGrG6y55uhNC8r13yZKVNe { top:20.3125rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSXo7dKyBtluW7bSZA4CHH9doEh0JWZs { width:12.25rem;height:3.25rem;top:25.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7d4FTzSPluzTQNl7HTgniJT0MgHzIG9 { top:26.625rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvgrynLAmnzTgQKMGy87e6WuUIiZJ6wL { width:12.1875rem;height:3.25rem;top:29.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7Iu0uEGaVGddBffWmLmERXSrS9xmzP { top:31rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEvetzMDJEtSIeE775ftJuDa4D1v7REM { top:15.9375rem;left:15.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBn5dBTELQzdtLwXkhiHNV6wqDTFH9Ip { width:15.9375rem;height:3.25rem;top:14.8125rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7v6z42T406lxTF8g7gWReQpFGIygcko { width:17.5rem;height:2.1875rem;top:19.5625rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1MTImyqfc5bytKZT11y6Dw8NevrLohQ { top:20.3125rem;left:15.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5cJifNxAW8Fz0750is5Wlqu2CfTR1cW { width:12.25rem;height:3.25rem;top:23.4375rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOagCzXeQIevRkqTHBADDoJhoDqHox1 { top:24.625rem;left:15.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZbPFgAhJxECdlSDalKRhzNT2kAM1UkM { width:14.6875rem;height:3.25rem;top:27.875rem;left:17.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuFTNUCifSBfnN2uHBl8b3yNmgFn48q { top:29rem;left:15.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpwBnsgpeTMNcd3LA6urxTNcKrKNd63 { top:15.9375rem;left:37.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTBiaDgCgtq53cPdzKltAZ5bOoShkRIN { width:15.9375rem;height:3.25rem;top:14.8125rem;left:31.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrGTaRJBU4VJagyKsZa6fm7r3SHxXQ82 { top:20.4375rem;left:37.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdJATQgBTuTZTnovKWTDXFZFX0TQJe98 { width:14.6875rem;height:3.25rem;top:19.1875rem;left:33.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIm9ysDrNzS2aNfQT9qDFvOdVCla3TQ { top:20.4375rem;left:37.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCAIi99WhwDFTK6SAEU4FeFHlTCf2fHS { width:7.8125rem;height:2.1875rem;top:23.9375rem;left:39.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF6DKuotZ48Ly8Is64CK40FJoVF02LmS { top:24.4375rem;left:37.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITMECcakuVHZtynI5dKuGvlk1AR1g19 { display:block; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE0xBDCoytCCPgpQNdIrdf2aJ4hOffqo { width:33.25rem;height:2.6875rem;top:2.625rem;left:7.2186412811281rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN { display:block; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN { display:block; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzoV1s9SWDpT2HXTigFnmEi8oI5Z9v4L { top:2.1875rem;left:3.9368495941162rem;width:39.8125rem;height:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZCwzdT3NDr2Rtkpvwm2qmRqZ67s87t { top:1.5625rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thS84HGnGbhWaLSFkchGdJhkWdGJu3Dk { top:0.5625rem;left:40.0625rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2EeQGqO8oHUMWqxJb31QruPdQHOcti3 { top:0.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZQ6PCGFaTE89VKCaOS9lgZdBbGwE11 { top:8.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { display:block; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6zU3hO5aotis044tZndDmugUZIlaC1d { width:47.625rem;height:9.5rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { top:3.4375rem;left:0rem;width:36.75rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1BEaWKhNDW2si74KlJ6UNfdM9t9iKlQ { width:34.4375rem;height:5.4375rem;top:5.5rem;left:13.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSA21Wqi57Qq8TSR72UisBGGm4HvpCZ4 { width:32.625rem;height:4.4375rem;top:14.0625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh9ohArrMCztnTicmiwiuIfSLcLNzEi { width:26.25rem;height:4.4375rem;top:21rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvJrpkDW9Tumv0Bsbr9DQFdGqpxToIg { width:26.25rem;height:4.4375rem;top:27.8125rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLlwnhWOaAIIgAwx5WQ5SEsQkH2eqkUO { width:26.25rem;height:4.5rem;top:34.5625rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:47.75rem;height:2.6875rem;top:3.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbHptiIRX7zUlW2mma0TS605XqtSAc28 { top:10.0625rem;left:0rem;width:22.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { top:11.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { top:11.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { top:11.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { top:11.9375rem;left:0.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { top:11.9375rem;left:2.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { top:15.3125rem;left:0rem;width:19.5rem;height:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { top:29.375rem;left:2.1871738433838rem;width:6.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6UKtatIU8PKgXF6Jeo5vqKzE8sABcL { top:10.0625rem;left:12.6875rem;width:22.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsL0R43k8Tqq4rhBoh34GbbD7im4Ad6M { top:29.1875rem;left:27.249567031861rem;width:6.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhE40aakz5iskidVIhBKSf4fDxCLIre9 { top:15.375rem;left:14.093641281128rem;width:19.5rem;height:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCrJt5kox2nx75CFV0qNeDo301dQWa2B { top:11.9375rem;left:18.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKpHzEvAcpWAvgpRdx1HJSrAXhWXWEg { top:11.9375rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqnnknvBn4VMnlkIXoifulK6402hoEdF { top:11.9375rem;left:22.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuliKNslNdIQXtTSeN8HrlaXtKsiVG7p { top:11.9375rem;left:25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2NNFyN0rGOTN7UQbgOEUKwNMEETSDTq { top:11.9375rem;left:27.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHtcgSFTFygVLg64N7H1MPm9THPyzw46 { top:10.0625rem;left:25.3125rem;width:22.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpkPH4woAmTzZWRi5l2QE37Q9xTUOsI { top:15.375rem;left:27.875rem;width:19.875rem;height:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WakR3qOTxylzcoyVRc1KHN2d2C7SAvLK { top:11.9375rem;left:43.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ed4JCItXbz5sOngt84Rme9T7gd1L5E { top:11.9375rem;left:45.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch85VsdDPmxDVEw18aTEv3d4bkSeGKD4 { top:11.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugEnH88a7H7VTzTKxpm7ePqy0ep0pdsT { top:11.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lmbKvyiiRhfByQlnuDcHls5eANUM7N { top:11.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs6Hokrgwc1SnTuCgrcTJB2l3Tu4uWab { top:29.1875rem;left:41.625rem;width:6.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:47.75rem;height:;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:47.75rem;height:2.9375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { top:20.6875rem;left:4.5000019073486rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6aBu83M4EstpBGzBmtf3QwNskbdU9a { width:1.25rem;height:0.9375rem;top:7.1875rem;left:24.312284469604rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZFFJBg0QiFCZxZyH4OJKhxuOUfPpxs1 { top:4.25rem;left:14.0625rem;width:19.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONO9JSyEycFXccuyxCqaqc61y7B08iq3 { top:5.875rem;left:28.8125rem;width:18.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU2PbxL4HiknsI82cTlu0XbWtTb9Z75I { top:3.3125rem;left:37.75rem;width:10rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZTeptXiBxtbII4C0CN4DRdc8UdEtEPp { top:6.125rem;left:0rem;width:11.375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQAy5tkpZl2Oc6uKxw6ITb2WlQngN3n6 { top:8.25rem;left:0rem;width:10.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlLr8IsOVTD8irxJFXtkbtqTnv2oxbi2 { top:4.0625rem;left:0rem;width:15.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtJfstNdUe33SzQ0xvWM6181uiMWo84z { top:10rem;left:28.8125rem;width:18.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmQZltfkTXMRVLeIGvacFPhbHPUKyzrn { width:18.4375rem;height:2.1994375rem;top:7.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7tKZKa9mEc8KQoDruLZIJigAmg5uFy { width:13.187375rem;height:3.312175rem;top:1.4371745586395rem;left:3.4054908752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEk4PydMIMliSa5VzBPC6lhMHAJ8NrL { width:10rem;height:1.09971875rem;top:5.7617192268372rem;left:5.0000004768372rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS { display:block; }#b4s9CtN5GlMc7ApmGTWnJrOor9fgg5JS > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A26puuIChsoX0mPGGAKTnWRvVS3nqt7T { width:19.6245625rem;height:4.04948125rem;top:1.3688149452209rem;left:0.37543416023254rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC { background-color:#e0dad1;background-image:url("https://images.assets-landingi.com/uc/39b388f0-af10-4d44-a91c-ca26e62ef89b/Untitleddesign44.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.adaptive-delivery-prevent-bg, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyload, #nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC.lazyloading { background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { background-color: transparent; background-image: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row > .video-iframe-container { display: none; }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .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); }#nsKNyOSGyn3NpsfJrbGDImuymCCfVpuC > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgUiREBVd6rTp7O2qhWP6WWOQg4Tucl9 { width:18.8748125rem;height:3.75rem;top:0.81217384338381rem;left:0.56206607818604rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #rNbXWaySbZyJxPwXGh69be3aZnG1ebgX { width:11.25rem;height:2.1875rem;top:8.4370670318606rem;left:4.3750004768372rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #DVlQ6OC5kqKkJAVh6rG2aEQzlf8HpQXH { width:12.562375rem;height:12.562375rem;top:3.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVNkTyMipzOttcQ9Kp64z1beaSX0k6kr { width:7.0621875rem;height:0.87510625rem;top:11.249458312988rem;left:6.468641757965rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #h8pKWo6MxVRT4XfEm4b1A2bc9H7tbFrl { width:9.1873125rem;height:1.31239375rem;top:6.625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #Os3POsqSo66EwQdgi8r9e4c815GBkbm3 { width:1.25rem;height:0.56260875rem;top:3.2457685470581rem;left:9.3741321563719rem;text-align:left;text-align-last:left;font-size:0.5625rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #e8LdtGwycB0kT9Irb5fAOnz8k1Q3HAAr { width:9.6875rem;height:2.52029125rem;top:14.121639251709rem;left:5.1562504768372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoZyN4c2UidnOT4AeMb0plMI9BC0qDfV { display:block; }
 }@media only screen and (max-width: 763px) { #IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC { display:block; }#IkvPEmb7ADqr5d9lBD0uLPsc4TKLQEyC > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlsW32G57OhEh8PbrXKE9zehBu54XvdC { width:17.1245625rem;height:3.37565rem;top:1.6870651245118rem;left:1.4366321563721rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpdASCXC0aaTLLxIW0AsTZrFe1sUpmCR { width:4.12489375rem;height:4.12489375rem;top:5.810546875rem;left:2.0963542461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiwJfX5uIuDWpznz6mMFBKVTZarne26U { width:5.812175rem;height:5.812175rem;top:5.0288619995117rem;left:12.782661437988rem;display:block; }
 }@media only screen and (max-width: 763px) { #woiwNHa3D2zmiVACLx6QNF7JiTQohhTf { width:20rem;height:0.0625rem;top:10.49967956543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQleQakuWFKL8zgFNWbzwTACCFNT6boA { width:20rem;height:0.0623915rem;top:1.1241321563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb { display:block; }#EklCxSyAa9WSZWFOpTVyabRMDpVMAZqb > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6kde170WBOWsEOPq3Oiao5bkDBoW23i { width:17.7495625rem;height:28.49175rem;top:3.8107633590698rem;left:1.1241321563721rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozcHAL52LEw0ilHzTKizuCr3b0aV3E0 { width:13.6246875rem;height:1.37478125rem;top:1.4984817504882rem;left:3.1873917579651rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UwpbECiTkWDdyO4VztSPe2SiEsphJK { width:20rem;height:0.0623915rem;top:0.80240821838381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqGrLGOZu2e6AluWkoMLau6AhrWXla9 { width:20rem;height:0.0623915rem;top:32.865127563476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv { display:block; }#l3SuoMNaRrCH9HzM5yQoGa3ImreXqIWv > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufh8v3k8VGRXAAC9JS19mndPNGRAu1Wa { width:16.0623125rem;height:0.99989375rem;top:8.37478351593rem;left:1.9683160781861rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Qm5Pmv2bybFEilNDIhAr6gI3Cc9cLlFX { width:18.8748125rem;height:5.9982625rem;top:10.249240875244rem;left:0.56206607818604rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZXkO2JxeQyHWXMzoH8SIlZCWNemlw4E { width:9.6875rem;height:2.6875rem;top:64.367408752444rem;left:5.1562504768372rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPBpHuVkzkcpgpas6trKeQ7XUCNit2cQ { display:block; }
 }@media only screen and (max-width: 763px) { #e1owy0AqT2lrg541ZcyBaNei652DKsra { width:19.6875rem;height:2.5rem;top:1.1208782196045rem;left:0.15625011920929rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #TMTGsGf5Quu1rJT9yQC2TES21BiAXvJi { width:12.6248125rem;height:1.462675rem;top:5.1828346252441rem;left:3.6870660781861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnSdfb0u1G7993gIhsO8F8BrrCNTTZiC { width:13.2498125rem;height:0.99989375rem;top:17.444120407104rem;left:3.3745660781861rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tGaB26oUapKpcTXvmxN7BRAkhhEo6zaS { width:17.9996875rem;height:5.9982625rem;top:19.380968093872rem;left:0.9998915195465rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21cAlgyi0PohdcdlPgrUhaXS4tcBHFL { width:17.9996875rem;height:0.99989375rem;top:26.816406726837rem;left:0.9998915195465rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PvhCvORfSfUlJ7eXiJrMLo2kHhdTqair { width:18.8748125rem;height:5.9982625rem;top:28.565538883209rem;left:0.56206607818604rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgDpoaPO7zVgRTyf4RfJZ3LaWSlO8fqT { width:14.375rem;height:0.99989375rem;top:36.125978946686rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iDgRLkwWGXDix6UwxGvElaTBPJQMTpdK { width:18.4375rem;height:5.9982625rem;top:37.938044071198rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SexutNWbT8Q2ErgHSZ8Sv4zh1BZyEonm { width:15.3125rem;height:0.99989375rem;top:45.560983657837rem;left:2.3437502384186rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qvDqSRSmmWhA8WLruvF1d3ftA74b2Hx9 { width:17.874875rem;height:5.9982625rem;top:47.622615814209rem;left:1.0617406368256rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTbnkdztBPaezPts26JeXqIlXX9ohbRq { width:13.499875rem;height:0.99989375rem;top:55.183380126953rem;left:3.2492408752441rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E0BRPRFtfgvWJJWODTrgWyKoaGEcJ4p3 { width:18.5623125rem;height:5.9982625rem;top:57.120227813721rem;left:0.71831607818606rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qm4w3D91uKM42nWm15oboZe4kr0Lyx { display:block; }#A3qm4w3D91uKM42nWm15oboZe4kr0Lyx > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7qFmXmqTPP1sv4PmTdVeagIVrFcwAU9 { width:17.4365rem;height:2.74956875rem;top:1.4366321563721rem;left:1.2809245586395rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #w3twEsH6m2srKmveUMTW2MZUsWXtfSly { width:8.9371875rem;height:1.875rem;top:5.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y835PoioyFqZaIh6rzJskBCgvUHyyUOZ { display:flex;width:0.625rem;height:0.625rem;top:5.75rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #fv6eT6vkiGclE3C4bWvdXrr74TNWIVyC { width:14.124875rem;height:1.25rem;top:11.5rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #o2WaWoZ3NAiGrG6y55uhNC8r13yZKVNe { display:flex;width:0.625rem;height:0.625rem;top:11.8125rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #HSXo7dKyBtluW7bSZA4CHH9doEh0JWZs { width:6.875rem;height:1.875rem;top:17.0625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7d4FTzSPluzTQNl7HTgniJT0MgHzIG9 { display:flex;width:0.625rem;height:0.625rem;top:19.625rem;left:4.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #tvgrynLAmnzTgQKMGy87e6WuUIiZJ6wL { width:7.249875rem;height:1.875rem;top:22.9375rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7Iu0uEGaVGddBffWmLmERXSrS9xmzP { display:flex;width:0.625rem;height:0.625rem;top:23.5625rem;left:4.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #xEvetzMDJEtSIeE775ftJuDa4D1v7REM { display:flex;width:0.625rem;height:0.625rem;top:7.75rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #bBn5dBTELQzdtLwXkhiHNV6wqDTFH9Ip { width:9.3120625rem;height:1.875rem;top:7.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7v6z42T406lxTF8g7gWReQpFGIygcko { width:8.8748125rem;height:1.25rem;top:13.5625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1MTImyqfc5bytKZT11y6Dw8NevrLohQ { display:flex;width:0.625rem;height:0.625rem;top:13.875rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Z5cJifNxAW8Fz0750is5Wlqu2CfTR1cW { width:4.49978125rem;height:1.875rem;top:19rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhOagCzXeQIevRkqTHBADDoJhoDqHox1 { display:flex;width:0.625rem;height:0.625rem;top:17.6875rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lZbPFgAhJxECdlSDalKRhzNT2kAM1UkM { width:8.6246875rem;height:1.875rem;top:25rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuFTNUCifSBfnN2uHBl8b3yNmgFn48q { display:flex;width:0.625rem;height:0.625rem;top:25.625rem;left:4.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #iTpwBnsgpeTMNcd3LA6urxTNcKrKNd63 { display:flex;width:0.625rem;height:0.625rem;top:9.875rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #dTBiaDgCgtq53cPdzKltAZ5bOoShkRIN { width:7.249875rem;height:1.875rem;top:9.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrGTaRJBU4VJagyKsZa6fm7r3SHxXQ82 { display:flex;width:0.625rem;height:0.625rem;top:5.75rem;left:4.25rem;font-size:0.4375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #XdJATQgBTuTZTnovKWTDXFZFX0TQJe98 { width:8.4375rem;height:1.875rem;top:15.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIm9ysDrNzS2aNfQT9qDFvOdVCla3TQ { display:flex;width:0.625rem;height:0.625rem;top:15.75rem;left:4.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #OCAIi99WhwDFTK6SAEU4FeFHlTCf2fHS { width:5.87456875rem;height:1.25rem;top:21.3125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF6DKuotZ48Ly8Is64CK40FJoVF02LmS { display:flex;width:0.625rem;height:0.625rem;top:21.625rem;left:4.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #WITMECcakuVHZtynI5dKuGvlk1AR1g19 { display:block; }#WITMECcakuVHZtynI5dKuGvlk1AR1g19 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE0xBDCoytCCPgpQNdIrdf2aJ4hOffqo { width:16.624875rem;height:1.37478125rem;top:0.96842575073244rem;left:1.687283039093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38e52242-132f-4c4a-9988-050d343a5943/AniNP1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.adaptive-delivery-prevent-bg, #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.lazyload, #tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN.lazyloading { background-image: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { background-color: transparent; background-image: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container > .video-iframe-container { display: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row > .video-iframe-container { display: none; }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .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); }#tOO4wP6XxiwPnCgOmC7uL9CkZccE2BJN > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN { display:block; }#onLvzx6Kv65bBbZVhDxqFCCqTzaImhMN > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzoV1s9SWDpT2HXTigFnmEi8oI5Z9v4L { width:16.6873125rem;height:3.37565rem;top:2.4989156723023rem;left:2.4370660781861rem;font-size:1.125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7ZCwzdT3NDr2Rtkpvwm2qmRqZ67s87t { width:4.12489375rem;height:4.12489375rem;top:6.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thS84HGnGbhWaLSFkchGdJhkWdGJu3Dk { width:5.812175rem;height:5.812175rem;top:5.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2EeQGqO8oHUMWqxJb31QruPdQHOcti3 { width:20rem;height:0.0625rem;top:11.873698234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkZQ6PCGFaTE89VKCaOS9lgZdBbGwE11 { width:20rem;height:0.0623915rem;top:1.4368495941162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt { display:block; }#BEbgXsGXlGHJBleHG4iZ9mlvwO8yf7nt > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rithdAC1JUbukJzlmmTEFwsCUSyIqkqO { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #J6zU3hO5aotis044tZndDmugUZIlaC1d { width:19.875rem;height:16.25rem;top:18.625rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #oGhy7UQsPPKyLftBREEfph7h1Kh3SKhM { width:19.8746875rem;height:19.8746875rem;top:6.592881679535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1BEaWKhNDW2si74KlJ6UNfdM9t9iKlQ { width:16.312375rem;height:2.74956875rem;top:1.9672307968139rem;left:1.8429906368256rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSA21Wqi57Qq8TSR72UisBGGm4HvpCZ4 { width:11.1246875rem;height:3.59863125rem;top:28.6875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nlh9ohArrMCztnTicmiwiuIfSLcLNzEi { width:11.4371875rem;height:3.59863125rem;top:33.3125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvJrpkDW9Tumv0Bsbr9DQFdGqpxToIg { width:10.8745625rem;height:3.59863125rem;top:38rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLlwnhWOaAIIgAwx5WQ5SEsQkH2eqkUO { width:11.937375rem;height:3.59863125rem;top:42.875rem;left:4rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EAM7DMCWts1dM3H49MkBqThpxBNvUy { display:block; }#f5EAM7DMCWts1dM3H49MkBqThpxBNvUy > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkmXtmW2L0M919Nsd6va8nCTADpFE4CG { width:15.625rem;height:2.74956875rem;top:1.510088801384rem;left:2.1875002384186rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbHptiIRX7zUlW2mma0TS605XqtSAc28 { width:19.6875rem;height:21.4375rem;top:5.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtqSCmiNHxJ7cPe4Mc6giAekRvwXUGz1 { display:flex;width:1.5625rem;height:1.5625rem;top:6.8125rem;left:4.5rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #Iv726Tw7uUITknkelWGPiMq1ED9UAAAQ { display:flex;width:1.5625rem;height:1.5625rem;top:6.8125rem;left:6.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DvxX6R22K8tM3hAJz4GvvvmEskMU4T3G { display:flex;width:1.5625rem;height:1.5625rem;top:6.8125rem;left:9rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #ML2OPA5MQhNgtIqNRLREozbNTEXhyQvc { display:flex;width:1.5625rem;height:1.5625rem;top:6.8125rem;left:11.25rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #LhfyQ893TaDIxy3LZQgmSBK4SI2S2dud { display:flex;width:1.5625rem;height:1.5625rem;top:6.8125rem;left:13.5rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #m0TZquuDOUW8hhpFhe4vOfIcBrTzcaPv { width:15.9375rem;height:14.8763125rem;top:9.5035809278488rem;left:2.0312502384186rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JIPkWdlsI5KJJVHX8JiVEmJTLpbf1C4A { width:6.124675rem;height:1.31239375rem;top:25.186741709709rem;left:11.722005844116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr6UKtatIU8PKgXF6Jeo5vqKzE8sABcL { width:19.6245625rem;height:20.687375rem;top:29.251085281372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsL0R43k8Tqq4rhBoh34GbbD7im4Ad6M { width:6.124675rem;height:1.31239375rem;top:48.188815593719rem;left:11.722005844116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhE40aakz5iskidVIhBKSf4fDxCLIre9 { width:17.8125rem;height:7.438125rem;top:34.063369274139rem;left:1.09375rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WCrJt5kox2nx75CFV0qNeDo301dQWa2B { display:flex;width:1.5625rem;height:1.5625rem;top:31rem;left:4.6875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #iKKpHzEvAcpWAvgpRdx1HJSrAXhWXWEg { display:flex;width:1.5625rem;height:1.5625rem;top:31rem;left:6.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uqnnknvBn4VMnlkIXoifulK6402hoEdF { display:flex;width:1.5625rem;height:1.5625rem;top:31rem;left:9.1875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #IuliKNslNdIQXtTSeN8HrlaXtKsiVG7p { display:flex;width:1.5625rem;height:1.5625rem;top:31rem;left:11.4375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #l2NNFyN0rGOTN7UQbgOEUKwNMEETSDTq { display:flex;width:1.5625rem;height:1.5625rem;top:31rem;left:13.6875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #vHtcgSFTFygVLg64N7H1MPm9THPyzw46 { width:19.6245625rem;height:20.687375rem;top:52.473527908325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpkPH4woAmTzZWRi5l2QE37Q9xTUOsI { width:18.4375rem;height:14.8763125rem;top:57.222333908081rem;left:0.78125rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WakR3qOTxylzcoyVRc1KHN2d2C7SAvLK { display:flex;width:1.5625rem;height:1.5625rem;top:54.8125rem;left:4.6875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #m5ed4JCItXbz5sOngt84Rme9T7gd1L5E { display:flex;width:1.5625rem;height:1.5625rem;top:54.8125rem;left:6.9375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25));font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Ch85VsdDPmxDVEw18aTEv3d4bkSeGKD4 { display:flex;width:1.5625rem;height:1.5625rem;top:54.8125rem;left:9.1875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #ugEnH88a7H7VTzTKxpm7ePqy0ep0pdsT { display:flex;width:1.5625rem;height:1.5625rem;top:54.8125rem;left:11.4375rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #q5lmbKvyiiRhfByQlnuDcHls5eANUM7N { display:flex;width:1.5625rem;height:1.5625rem;top:54.8125rem;left:13.6875rem;font-size:1.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.25)); }
 }@media only screen and (max-width: 763px) { #Gs6Hokrgwc1SnTuCgrcTJB2l3Tu4uWab { width:6.124675rem;height:1.31239375rem;top:71.723094940187rem;left:11.722005844116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m { background-color:#77ae9a;background-image:url("https://images.assets-landingi.com/uc/96cab62d-1bff-4b12-abad-75cd018ed898/Untitleddesign48.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.adaptive-delivery-prevent-bg, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyload, #px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m.lazyloading { background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { background-color: transparent; background-image: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row > .video-iframe-container { display: none; }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .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); }#px1JBOKT9POCyAkQbaL4QLXglBRL9Q2m > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNoTTeQ2dxVbL3pvWQDx6oXZ0W0IRlxk { width:18.3121875rem;height:3.75rem;top:2.1222877502441rem;left:0.8436415195465rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.6);z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BC8TzXFgN22QSWFrCfTTkCH9QraUvbBT { width:17.4365rem;height:5.4985875rem;top:6.8732643127444rem;left:1.2809245586395rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #s7oiygrKn5HXezfUemDGM5QoxllS2Ztd { width:20rem;height:21.6873125rem;top:13.647894859314rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6aBu83M4EstpBGzBmtf3QwNskbdU9a { width:1.25rem;height:0.625rem;top:4.6564674377441rem;left:6.9373922348025rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #GNSFP6IitZrQGBta49aU9D5S0k2hLQlS { position:relative;z-index:auto;background-color:#fef8f1;background-image:none;display:block; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { background-color: transparent; background-image: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row > .video-iframe-container { display: none; }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .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); }#GNSFP6IitZrQGBta49aU9D5S0k2hLQlS > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZFFJBg0QiFCZxZyH4OJKhxuOUfPpxs1 { width:14.6875rem;height:3.68706875rem;top:8.8492832183837rem;left:2.6562502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONO9JSyEycFXccuyxCqaqc61y7B08iq3 { width:18.9371875rem;height:2.1994375rem;top:17.6875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bU2PbxL4HiknsI82cTlu0XbWtTb9Z75I { width:10rem;height:1.09971875rem;top:15.25rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZTeptXiBxtbII4C0CN4DRdc8UdEtEPp { width:11.3748125rem;height:1.09971875rem;top:3.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQAy5tkpZl2Oc6uKxw6ITb2WlQngN3n6 { width:10.3125rem;height:1.09971875rem;top:5.125rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlLr8IsOVTD8irxJFXtkbtqTnv2oxbi2 { width:15.686875rem;height:1.09971875rem;top:2rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtJfstNdUe33SzQ0xvWM6181uiMWo84z { width:18.9371875rem;height:1.09971875rem;top:21.125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }