.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:252,251,250;--color-primary-1:244,241,239;--color-primary-2:233,227,223;--color-primary-3:117,114,112;--color-primary-4:35,34,33;--color-secondary-0:225,235,244;--color-secondary-1:154,188,219;--color-secondary-2:52,120,183;--color-secondary-3:26,60,92;--color-secondary-4:8,18,27;--color-tertiary-0:255,255,255;--color-tertiary-1:183,189,197;--color-tertiary-2:16,35,60;--color-tertiary-3:8,18,30;--color-tertiary-4:2,3,6;--headlines-font-family:"Instrument Serif";--paragraphs-font-family:"PT Sans Narrow"; }@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-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container { background-color: transparent; background-image: none; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container > .video-iframe-container { display: none; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row > .video-iframe-container { display: none; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .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); }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container { border-width: 0; border-radius: 0; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#qHPtmuJu4q68eNVSm6edDrfzeK5bDXgV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:23.75rem;display:block; }
#xesudnBibi11OUAAGopcrS8SLt08N8Rb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksyrEreBrG97SysZSUPNtewJzCIh2c7S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:28.75rem;display:block; }
#AzpKosGPbqToHMOtc2s9KHRIX8UlqNmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnrHPOo3gGXiZt9Mh6Ko62XwWHSD2qCv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:43.75rem;display:block; }
#vbobDmBtcbXTIyvozxLiusBNHtoEV8uo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otCFa8gCkasgybJDwQLBZRqMD3d62MSr { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1rem;left:59.1875rem;display:block; }
#Z1EwbuM1frT3cPwK7vXTheUe2UFuVarT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwMT0AAcNamKBk7ZdeTQZzT9luI7cAIs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:36.25rem;display:block; }
#ENxCEit3N1le7yEOKuXC0Tp2Q5VyIK6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yl8rpAFvb905ccQGHMmncIKQenzEOcgw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.4375rem;top:0.6875rem;left:3.75rem;overflow:hidden;display:block; }
#UgMybL08867ogKEfM40a3ubZBfBLerDp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.6875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:48.75rem;display:block; }
#NqgP38gE9wUP46vEVOhnD4LFEtp18lMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0UI9okT6nDwf8sVsTgqlkzh6eO1Q8ir { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:50rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#c5E7szOfFhTGyIDmJ3QNsps4Tv0TvWRO { color:rgba(var(--color-tertiary-2),1);display:block;width:31.3125rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.5rem;height:17.69925rem;font-style:normal;display:block; }
#TP4fLFVicIfpG9M1h4gJQ4NgNEgM7c5b { color:rgba(var(--color-tertiary-2),1);display:block;width:28.75rem;position:absolute;font-family:"pt sans narrow";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:30rem;left:2.5rem;height:6.2988125rem;display:block; }
#HNUTTOFrfiZL0EcyctgdtytS6CA6ZBEO { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.75rem;left:2.5rem;display:block; }
#ws5l79hAwc8uZXU4UsVffTDNdhp5NmV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMgXvGLviWG6svy3ndkLodlFWvRxIcGN { 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.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.75rem;left:18.75rem;display:block; }
#FXIGiWhKweTG2sPoJFPlsqr2qxIDa2UH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slGLchhM67Ls92rcAZrexTDKDeMDbmVU { position:absolute;display:block;z-index:15006;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:34.4375rem;width:45.9375rem;top:7.9375rem;left:40.0625rem;overflow:hidden;display:block; }
#IdG4KdNNqUshJQcqaBNmAOQNAvJp7zOi { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:7.5rem;left:4.3125rem;height:1.2246125rem;display:block; }
#A5moyoXklMgMZFv8dzs9nl9DKe4AkKTn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.5rem;left:2.5rem; }
#fdbkoTFhEXToOZGkStOJ9AfeGQgTwgWX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:7.5rem;left:11.25rem; }
#ZFp2N094xMd1mBZkenbJWVerwqapQlUe { color:rgba(var(--color-tertiary-2),1);display:block;width:5.4375rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:7.5rem;left:13.0625rem;height:1.2246125rem;display:block; }
#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9f91863-78aa-49d4-9752-c62ebce14bca/Gemini_Generated_Image_jbl492jbl492jbl4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.adaptive-delivery-prevent-bg, #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.lazyload, #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.lazyloading { background-image: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { background-color: transparent; background-image: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container > .video-iframe-container { display: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row > .video-iframe-container { display: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .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); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { border-width: 0; border-radius: 0; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#MdmDl34eUeiqM9yO7SzZPsmXzAwgDtD5 { color:rgba(var(--color-primary-2),1);display:block;width:58.75rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.9375rem;left:8.25rem;height:8.849625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRhREgbqFngGFGnfRqNwxV4fMEUs3Ch2 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.25rem;left:21.25rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#bEuFe6nWlXXEgT53UrFTLzfEB8mc3cV3 { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:32.5rem;left:3.8125rem;height:1.75rem;display:block; }
#uKFc0nDiqfRgG15q3DSCebsyPAvN3xOX { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:29.125rem;left:3.8125rem;height:2.0996125rem;display:block; }
#Osy0kg6QwFBN1uXCkrM7q6KweTri1V5A { box-sizing:content-box;height:10.75rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28rem;left:24.875rem;display:block; }
#sPlDxWbsKObu80wgcZLLwfNF4stoXA7b { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:29.125rem;left:27.5625rem;height:2.0996125rem;display:block; }
#og6awo88LbKKzsFEJ51b3oyOerPxBdQH { color:rgba(var(--color-primary-2),1);display:block;width:19.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:32.75rem;left:27.5625rem;height:3.5rem;display:block; }
#MMT1Kf20TdLFrsJL2CbCpbTrCkhMrDFZ { box-sizing:content-box;height:10.75rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:49.875rem;display:block; }
#V5qyU5ser9IDKQtMuNUlCzNnLzC0CBz7 { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:29.125rem;left:52.5625rem;height:2.0996125rem;display:block; }
#PZS3m1a85m10wl3KvuuPccNvEl5UJCUM { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:32.5rem;left:52.5625rem;height:3.5rem;display:block; }
#QyhIAicobTuSSDvTDX99VT5nkPWvg8Od { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#GVrUlac2IeaeyTf3DAOo5pQWtmqlTVh5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv { 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/f9f91863-78aa-49d4-9752-c62ebce14bca/Gemini_Generated_Image_jbl492jbl492jbl4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.adaptive-delivery-prevent-bg, #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.lazyload, #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.lazyloading { background-image: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { background-color: transparent; background-image: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container > .video-iframe-container { display: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row > .video-iframe-container { display: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .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); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { border-width: 0; border-radius: 0; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD { position:relative;display:block; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD { background-color: transparent; background-image: none; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container > .video-iframe-container { display: none; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row > .video-iframe-container { display: none; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .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); }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD { border-width: 0; border-radius: 0; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lxDAMVLgy9vNkiUqHLxZR7zSGuROhd5c { color:rgba(var(--color-tertiary-2),1);display:block;width:31.5rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:2.5rem;height:13.2744375rem;font-style:normal;display:block; }
#LiyObOOV6waEQt4Mfbstq9dti3ztPtqG { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:21.25rem;left:2.5rem;height:10.5rem;display:block; }
#weO3GKNpTuCH0GMiuS5pSZKabblkpmOB { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:33.5rem;left:7.5rem;height:16.875rem;display:block; }
#sknPeQyku2OXiBIQnd2ClQfVoO6PkdaJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:33.5rem;left:2.5rem; }
#nuHkLsaIFbHOoiX0sEytzIercd3zWpbV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:37.3125rem;left:2.5rem; }
#wDEyylMQ744n9DIV6NI3qp4yzxspnys7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:48.875rem;left:2.5rem; }
#qIZJCA2N2ZrLiKPBEi4XCqitMDUm8hXu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:45.125rem;left:2.5rem; }
#lxWon3ifmfuzZEBhDbaO5kTJJs9Dk76Z { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:41.1875rem;left:2.5rem; }
#hkB3fFhRwIkdlsiTR8WFnfrqf2tSNxua { position:absolute;display:block;z-index:15009;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:45.75rem;width:34.3125rem;top:4.65625rem;left:39.09375rem;overflow:hidden;display:block; }
#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container { background-color: transparent; background-image: none; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container > .video-iframe-container { display: none; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row > .video-iframe-container { display: none; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .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); }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container { border-width: 0; border-radius: 0; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#T4x6o710wg5AAGqD77TQ8XOnCRWq0KwU { color:rgba(var(--color-tertiary-2),1);display:block;width:32.625rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:16.125rem;left:21.1875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#R0VQg7g2yfOwgRioalQuooXFhHQQ19fA { color:rgba(var(--color-tertiary-2),1);display:block;width:49.375rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.9375rem;left:12.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCHzUAe1NdQdlQTvLtcZZBdaEUpAt4G7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:34.25rem;left:4.375rem;height:1.75rem;display:block; }
#OrxXBImoAgf9CJVsRSPGMVfCOHaMGtvh { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:25.5rem;display:block; }
#PGyztm3DxV9ylkcBnyvU4ZWDwrLdaZbN { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:34.25rem;left:28.125rem;height:1.75rem;display:block; }
#cIPTA6Z5HbA7yQZ7iEa67BTm6J2dhKiq { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:30.875rem;left:4.375rem;height:2.0996125rem;display:block; }
#tk1Hafr7GH7IZknRLgkMWbqr1Qf0X6Pi { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:30.875rem;left:28.125rem;height:2.0996125rem;display:block; }
#TQ9BaiIwMOynsuPk9VRb1fsmbqgCIXzc { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:30.875rem;left:53.125rem;height:2.0996125rem;display:block; }
#TkVT5NPRlMJJGkK0cJT0nU0okCbRPg2P { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:34.25rem;left:53.125rem;height:1.75rem;display:block; }
#ManhFz8zVuLawC3Iymp21tezS4TnrkB4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:37.375rem;left:4.375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#HlaNgEx5TNK5mgbcvUUk05zsdpRR44xp { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:50.5rem;display:block; }
#JkC79MnctKCvN1s3LbtJesGv4r7qBMkW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:37.25rem;left:28.25rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#au5qSy464Lhu9wp8O46QhmpWqT3iulO6 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:37.375rem;left:53.125rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#wFElsI0vMggyGpeo69MaI4KOHdkhuCd2 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.875rem;left:50.5rem;display:block; }
#FCgJIuqgpKPUmBEhylER4tb27Bmd1bQd { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:53.25rem;left:28.25rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#ToTJmaihJiR2J59qTy3OMqtrW6MJNPmP { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:53.375rem;left:53.125rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#QQxSMwREoI4gWL651nwqq7uWUGokSy6x { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:50.25rem;left:4.375rem;height:1.75rem;display:block; }
#r3mETNgPDMeLoGRKMeSmEcehwv5VSOLf { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.875rem;left:25.5rem;display:block; }
#Ip9dW7QEV4dMecE0cWBeEpL1x5Bs5Vvv { color:rgba(var(--color-tertiary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:50.25rem;left:28.125rem;height:1.75rem;display:block; }
#etCsBUMzWt8zvxIgSVnl1SdvbxyDz0Xn { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:50.25rem;left:53.125rem;height:1.75rem;display:block; }
#ImhTyyNFpOunSLupOf480xPKkAH2BMqE { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:53.375rem;left:4.375rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#ev9o0K4XZGAS6U91gTAtCbRdIgO63136 { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:46.875rem;left:4.375rem;height:2.0996125rem;display:block; }
#PpG3ExcSFNuGg9w58sxMN0O7vAuApFbX { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:46.875rem;left:28.125rem;height:2.0996125rem;display:block; }
#PctPyIzRpi2XS6JOyKK161Kvm5KtgUte { color:rgba(var(--color-secondary-2),1);display:block;width:13.6875rem;position:absolute;font-family:"pt sans narrow";font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:46.875rem;left:53.125rem;height:2.0996125rem;display:block; }
#zyRRTJsFT5bhxh6KW4ErD61L3d2K6G7G { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.375rem;left:21.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UV48B4RRphJfwvrVKkF40Gmuq9B5mowd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#ee8d3bW7Sy09nBb2EcJTKZc6JGssbgOM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#UVtdZcsmormU8raMhSmUGL2zptizOBJn { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oqKIUrmRDCsvReNFAPmM8c7zNF9NzuaR { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#RR4ONPAh3VTCJT4yn0CNPJeKX0Q7yx0R { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96484f9a-5077-4700-a240-2de4490ed8df/Gemini_Generated_Image_ssyi0essyi0essyi.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU.adaptive-delivery-prevent-bg, #T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU.lazyload, #T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU.lazyloading { background-image: none; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container { background-color: transparent; background-image: none; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container > .video-iframe-container { display: none; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row > .video-iframe-container { display: none; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .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); }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container { border-width: 0; border-radius: 0; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#dGOqDGFr8u93h4WREEmKvBR1zOALrldX { color:rgba(var(--color-primary-2),1);display:block;width:70rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.9375rem;left:2.5rem;height:4.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkJvnmrLUNbBftBEvyybl20AocSUy7Nr { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"pt sans narrow";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.4375rem;left:22.5625rem;display:block; }
#tTdfrREHFD10unrtahFANBRZDtALLptG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T { 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/96484f9a-5077-4700-a240-2de4490ed8df/Gemini_Generated_Image_ssyi0essyi0essyi.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.adaptive-delivery-prevent-bg, #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.lazyload, #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.lazyloading { background-image: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { background-color: transparent; background-image: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container > .video-iframe-container { display: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row > .video-iframe-container { display: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .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); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { border-width: 0; border-radius: 0; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.9);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; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container { background-color: transparent; background-image: none; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container > .video-iframe-container { display: none; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row > .video-iframe-container { display: none; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .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); }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container { border-width: 0; border-radius: 0; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#uvzcxVsw06eubEGbwGZ8F68al3BQQhLH { box-sizing:content-box;height:17.4375rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:21.3125rem;left:0rem;display:block; }
#ZasI0qgMKgKFCUQ6IZcqPBm1e3VXXhos { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:23.6875rem;left:2.625rem;height:1.75rem;display:block; }
#FrCN4s27OyMMSaR6h18B7J2LGgXIgCXv { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:33.875rem;left:5rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#eDonn57fP3rg7zTEAnGpyVRDDqusInXg { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:2.1875rem;display:block; }
#bvdW5nU1rD4sfhg1MSdGmazsDu0EJ3fi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:5.0625rem;left:2.5rem;height:13.2744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z3X9im0ZFtOF8NdI32aa7Nv3TzhVvMQo { color:rgba(var(--color-tertiary-2),1);display:block;width:32.625rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.6875rem;left:30rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#tscnfxeyJuaeiPi0lrPowZEbgMB8JCKX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33.875rem;left:2.625rem; }
#XM2zalR8twVAyP2A1VBbfwzT2kS6cpox { box-sizing:content-box;height:17.4375rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:25.625rem;display:block; }
#lhgcmpyETl5qEGM4ChNoa8MdezKr1a8C { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:33.875rem;left:30.625rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#COuHavz1grGT2XmWLI1zqwSAX8tP1iMJ { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:27.8125rem;display:block; }
#RHqgh10rkTtnqlNUEWhhMmTAghOt8xQl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:23.6875rem;left:28.25rem;height:1.75rem;display:block; }
#dEqwZEJBVxg7PbQBfTVMpC8UyNAaEC8V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:33.875rem;left:28.25rem; }
#G6c6PuL2UCib378u4p25R6nFkvWpDsAs { box-sizing:content-box;height:17.4375rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.3125rem;left:51.25rem;display:block; }
#JwBgVmK957RCDN6OkChKTktIGoHHBZMo { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:33.875rem;left:56.25rem;height:2.625rem;text-align:left;text-align-last:left;display:block; }
#s6kO61KXg9oSOImV1HlKHs63A2G7f3cd { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32rem;left:53.4375rem;display:block; }
#VFJdCHBZubIBEUL1T7WPtusZoLDHXxDs { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:23.6875rem;left:53.875rem;height:3.5rem;display:block; }
#AN1yp6ZGKsfFX5XiJIvV456CnFySabZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:33.875rem;left:53.875rem; }
#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container { background-color: transparent; background-image: none; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container > .video-iframe-container { display: none; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row > .video-iframe-container { display: none; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .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); }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container { border-width: 0; border-radius: 0; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#tIyLPzdlDNWnyFcMrFuUfLPQiWLzWBtE { color:rgba(var(--color-tertiary-2),1);display:block;width:26.1875rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:7.4375rem;left:40rem;height:17.69925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoUMabxcpmBcMx7k8qQS1dGxGsIgcoIJ { color:rgba(var(--color-tertiary-2),1);display:block;width:26.25rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:27.0625rem;left:40rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#NW8KluxlAS93yCw6kZwiMZXISxEalCOh { box-sizing:content-box;height:4.5625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:24.875rem;display:block; }
#erNUuDlhrpDgmRr1S1enNiPQEvJQkQ5O { position:absolute;display:block;z-index:15010;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:1.5rem;width:10.4375rem;top:5rem;left:26.125rem;overflow:hidden;display:block; }
#pkafghKUBV6f2FbOIEa97o2rn94af3Jw { position:absolute;display:block;z-index:15006;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:43.6875rem;width:30.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT { position:relative;display:block; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT { background-color: transparent; background-image: none; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container > .video-iframe-container { display: none; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row > .video-iframe-container { display: none; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .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); }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT { border-width: 0; border-radius: 0; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pNAkcFCmNQAZSlkZqWrX3TUXpg41e8Gq { color:rgba(var(--color-tertiary-2),1);display:block;width:50.0625rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5rem;left:12.46875rem;height:8.849625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwP5aBBZCbM6yRzh3sf2mECmuUsevAfh { box-sizing:content-box;height:30rem;width:32.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:3.75rem;display:block; }
#kH6QwBSSSKZv07BXaST84sMQcm2hHTrl { box-sizing:content-box;height:30rem;width:32.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5rem;left:38.75rem;display:block; }
#QbFMhv1kFOGVgFxXqlTTXT3h1GruTfyL { color:rgba(var(--color-tertiary-2),1);display:block;width:22.9375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:26.8125rem;left:10.8125rem;height:16.03125rem;text-align:left;text-align-last:left;display:block; }
#XvhdBlNT702SEMTvOuFuFGegapHbkesR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:21.75rem;left:11.15625rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#TkrTp8e6DOcwnAnLTgnbuHsScxg73tRt { color:rgba(var(--color-primary-2),1);display:block;width:18.5625rem;position:absolute;font-family:"instrument serif";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:21.75rem;left:45.8125rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#xaEEL1nKQXM2R89cKUz8y9kFWXWo4q4s { color:rgba(var(--color-primary-2),1);display:block;width:22.9375rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.9;letter-spacing:0;top:26.8125rem;left:46.375rem;height:16.03125rem;text-align:left;text-align-last:left;display:block; }
#hnLA0ZWQNVc8MneZ8kE3ssIMm9pqk8Re { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.6875rem;left:38.75rem;display:block; }
#iGZVciuQpoFuHFsV0kNAvz3qJZnANyQT { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.1875rem;left:38.75rem;display:block; }
#pVxHneMlfs9othxvin15EDc6VZ1d98T5 { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:38.75rem;display:block; }
#TdZ1Bh2kqrVOvGEidA911xDVTlEgkZfk { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:38.75rem;display:block; }
#FdpTOxw6i47p8KX1gFflpQbdlTzhy0BR { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42rem;left:38.75rem;display:block; }
#krdV0keWml35tAPoS6FlsGUZXbxsTzy0 { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.6875rem;left:3.75rem;display:block; }
#qvKAdpA340DX7unxUrs0GBWx4zoxCzFo { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.1875rem;left:3.75rem;display:block; }
#oTgWZfBhQJZJTQzttnsk4GZQ6FsJzM2L { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:3.75rem;display:block; }
#yfslW2r6fM1w1C5FBGkoaq4VrpTLg35p { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.5rem;left:3.75rem;display:block; }
#FoZGfiAyHW9sWNlzTGEqUviQb5xU9fE2 { box-sizing:content-box;height:0.0625rem;width:3.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42rem;left:3.75rem;display:block; }
#LiJusVAidK2iJpa63JBEGPcutCITbwnU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27rem;left:8rem; }
#CaiRGc4tOBrlmQSO3BdEwvbKCyPxeTs5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:30.5rem;left:8rem; }
#KZx74U8HAXHEzuCxeHZSfuqrLsPG0T3J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:34.125rem;left:8rem; }
#fqZwVSPaxu69dQ5tGZccNBJel0m92qOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:37.8125rem;left:8rem; }
#C7Nx1fX1aTFbLS38CoZWa7phG57edLPg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:41.3125rem;left:8rem; }
#UOzt0FlvR955ACCXybSAk1IPnxasV3g4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:27rem;left:43.3125rem; }
#a2p6UwuBSGXS6BxI2L2bTVTGR0QOJq98 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.5rem;left:43.3125rem; }
#SBWe89AVrr1m2uSviKbl8TbeTCRr9x8e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:34.125rem;left:43.3125rem; }
#uwO8OKJtIWw7opJM6cn8NpNLvB5J0OAG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:37.8125rem;left:43.3125rem; }
#OLbRmN8WxrEv8hXgMcp2f8IggUHv37a4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:41.3125rem;left:43.3125rem; }
#Widhh7EQRwNCW13ui93UIDMATaaXh9md { box-sizing:content-box;height:4.5625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:14.1875rem;display:block; }
#KPKbhdsH2QGtdpMInJVS4ofr7szHSyNe { box-sizing:content-box;height:4.5625rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:48.875rem;display:block; }
#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;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; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container { background-color: transparent; background-image: none; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container > .video-iframe-container { display: none; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row > .video-iframe-container { display: none; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .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); }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container { border-width: 0; border-radius: 0; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/772be5e3-759c-4b22-a1c0-0c069958b8dc/studiodirezionaledesign2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:5rem;left:2.6875rem;display:block; }#JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1.adaptive-delivery-prevent-bg, #JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1.lazyload, #JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1.lazyloading { background-image: none; }
#VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96484f9a-5077-4700-a240-2de4490ed8df/Gemini_Generated_Image_ssyi0essyi0essyi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:5rem;left:27.6875rem;display:block; }#VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr.adaptive-delivery-prevent-bg, #VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr.lazyload, #VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr.lazyloading { background-image: none; }
#d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/23a42ded-788b-4419-99ca-29598e876b04/studiodirezionalescrivaniaab.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:19.0625rem;left:2.6875rem;display:block; }#d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA.adaptive-delivery-prevent-bg, #d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA.lazyload, #d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA.lazyloading { background-image: none; }
#p3w6M1D0rNHtka5HscTv3idLyp5AS1zA { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8efcbede-6997-4a60-9b3b-86561dc975dd/Gemini_Generated_Image_73c9xt73c9xt73c9.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:19.0625rem;left:27.6875rem;display:block; }#p3w6M1D0rNHtka5HscTv3idLyp5AS1zA.adaptive-delivery-prevent-bg, #p3w6M1D0rNHtka5HscTv3idLyp5AS1zA.lazyload, #p3w6M1D0rNHtka5HscTv3idLyp5AS1zA.lazyloading { background-image: none; }
#HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9ca9663-09c6-4eaf-86ec-1396a081726f/salariunionistipulaminos.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:33.1875rem;left:2.6875rem;display:block; }#HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB.adaptive-delivery-prevent-bg, #HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB.lazyload, #HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB.lazyloading { background-image: none; }
#sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c223b6d3-b2fa-41de-a624-493d9e92d3bb/Gemini_Generated_Image_asdffwasdffwasdf.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:33.0625rem;left:52.5625rem;display:block; }#sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM.adaptive-delivery-prevent-bg, #sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM.lazyload, #sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM.lazyloading { background-image: none; }
#fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10a740e2-ddcb-44f4-b2c6-72872d88f812/Gemini_Generated_Image_pxvnddpxvnddpxvn.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:4.9375rem;left:52.5625rem;display:block; }#fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip.adaptive-delivery-prevent-bg, #fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip.lazyload, #fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip.lazyloading { background-image: none; }
#m5y45PFu89hVJRMatVplCocIr4a4tlST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container { background-color: transparent; background-image: none; }#m5y45PFu89hVJRMatVplCocIr4a4tlST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container > .video-iframe-container { display: none; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row > .video-iframe-container { display: none; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .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); }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container { border-width: 0; border-radius: 0; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#SCz4ecTJIWzzHs7hzzdVTde1GxSBqbJ8 { color:rgba(var(--color-primary-2),1);display:block;width:20.0625rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.875rem;left:3.75rem;height:13.2744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"instrument serif";font-weight:400;font-size:1.25rem;color:rgba(var(--color-primary-2),1);font-style:normal;line-height:1.7;overflow:hidden;height:auto; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"pt sans narrow";color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;height:auto; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_70081beefc27a29679188f9f89719bbe8e9c2524.svg");background-size:contain !important; }#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-trigger.adaptive-delivery-prevent-bg, #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-trigger.lazyload, #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-trigger.lazyloading { background-image: none; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq { box-sizing:content-box;height:auto;width:42.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.875rem;left:26.25rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wdXrXuUQaSaLXzexU4lD0ksazV5PWwtu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uubdkVAOpu3tbBfG2NUBqzATs3xEnVea { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rVGUVXD1B3X1NNoGorb5aTD944hQrvu0 { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #opK7uCl6AdhaD76aEJ5dDXTzyolUoCsr {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #mbvAyN7zcEQSbytbJFiuICUFD7wAMNdc {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wqeJ4VmT9uTOPpw8GU26eiEOOwgcBh04 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #DseHD38n06OOfuBJrw7BJdSfMfMx3CZp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #vFDweDZhaIeoS1ha1NbXq2GZTMfNttsp { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #FbMhF2VAPERISsNlUxTiL6003DP8TnTR {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Drdcv9VIXbtyz9ef2xbuTmklt9x3qgpM { display:none; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IGhniIwohN8tBbillc1J9WpNZL5lEqLR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #SHDuPQMMKqsUi13z1DeJUKuuDIsymPRv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rZLxBPPvx0EKWnItQ1igLNyXeou5tRtZ { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Gv6vLXIkcBXkM76SW7dd81olXLheyLkV {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uxGwI9mITGiuODRZqwtCBhex9kpbQ3sm { display:none; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #nlvwzJRQycNTARIHR9Jy191zpT65oGpN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #qUiF4aLMkUAcJIMbVkXhGyGmveqNK9Nm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #dmmFMxnyCDC5pFlD2XTr0d2XBQaHBEwQ { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #A8rdGM5dQ8niM51AcvcO0DSVV7w4sVGS {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #iTWMOPbMdTlSseigtE2zzfOIHJ6fEUSD { display:none; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Eo4CJdi8LvBkwo0z5tJ3fzrx96DqtxPG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TW9xg27ukbwCiATyvT87NOpMSgDqOkvN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TKzWoXbqckypPNo8N7rZshG9hMuxP7PM { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #ZBNLOZpXOOmDVT9oOTsesVysXVaXZlkH {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IIaD0f2qJ2nEIqORBqDD2ZHhckT2CSHp { display:none; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #h1hEZpss7QW7K2noPKyk7vBOkCr25lPs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #HwySfTVStCkqqnXbuRlG84a6dqBBGKVn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #WspuxUAR0RH5xdm0vCixSoL9hQH5RSgd { display:block;position:relative; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TEUXmM1dIEplkCBAMudHtBbMF60Jc8aZ {  }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #BHSe3ZQrxtl1PqcdAcFlxbWsetFDFvbE { display:none; }
#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX { position:relative;display:block; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX { background-color: transparent; background-image: none; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container > .video-iframe-container { display: none; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row > .video-iframe-container { display: none; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .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); }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX { border-width: 0; border-radius: 0; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zoNDKiG02yLeFCKh8M5dBuwUk3afqbL5 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.4375rem;position:absolute;font-family:"instrument serif";font-size:3.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5rem;left:13.78125rem;height:4.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Diu1KlebBEJFD6f739neIeiAicRwRARk { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:"pt sans narrow";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:12.0625rem;left:13.4375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-form-header {  }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:36.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:36.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-3),1);vertical-align:top;width:35rem;overflow:hidden;font-style:normal;float:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-container:first-of-type{padding-top:0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-container:last-of-type{padding-bottom:0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru  { background-color:rgba(var(--color-primary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;position:absolute;top:15.6875rem;left:17.5rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.25rem;display:block;vertical-align:top; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru {display:block;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru { background-color:rgba(var(--color-primary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-primary-3),0.2) ;position:absolute;top:15.6875rem;left:17.5rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #rPncwKTHwtSuoKJvn6IVtdkAth72DdV2 { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gv4vbuax7nXJhH1I0b8VncSgl2I7CGDc { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NQKy3PxC4864XcnU52PnlL7eTMVf2twU { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #w2mPCnLclvsV8cgTTxHCOZXytT4b2kGV { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #aUBVI71H3Mm6G2iIBrC1I3nagA1Asme3 { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #KGmRSsdFZa63PhDFoBFyTCdhcSVdZ0gZ { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gxr5LDPtTmFw2HJSNEAAcpAdrJBuJk2S { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Bd1ly6Wy4PF38324wuyZZ2HERKckTEcT { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #XawU9Dw93WBrU9Iq90EIeVTZCtO5GOGV { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #T2u4edN0PoNusn70rphDXuDXNHibB1Wy { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ATtvOVtuugTlNEJ4SQt4vg0ngKtSQ0l0 { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #cyBGx7W68W93w2OtJC2xXeJ1yoDZi3Qq { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #mlpscMboyO6bPr2PbsTS1Ey09b7SOKrq { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ve7BqA1g9sB4LQsWXam7TOOLNVXOFkZ8 { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #HNdLLn2Kkg8vIUfcZrZQ3OPUnbv1sEDS { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #UGiMUMAVPuQy0kl6gmFb2FRBmJTaPJz7 { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o6TBTci2SZz0cWDfwGdOwyWagg5BT34q { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o51ywXXgdI48MWNTvsiAkze9nQQerZsh { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #riDpPMCXwWBC3nlrA1gOrIEKXgO7oRpp { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #n7yygqJT9IIDPn0yK3TMAT5FE9SspbSE { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #qbflMlft9CSXWTUAtScBGk0hLkMvsLp5 { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #oLpGCg5JPJoSqFgE50oAqp3qPCOINUig { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FR6c9fBurxTJAzyVPxIknC5JeLwGr738 { position:relative;display:none; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nwsvNATCpJ56x7B1WZGgPX4T4dtwdhZS { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NNuEnrLfkuAdUPX0rk8PC8B4M7P8Fr3T { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Dppwc5cITS6cCqtin3c5nyimnbLvrE7Z { position:relative;z-index:2; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FrRlLloKf1ArGEEO3MWo8vSPALtpX01H { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nPiD3JScKZtE1k3AFyBI0ayvrFP4Aom3 { position:relative; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #DTzRtFRIq3KvituGKnkX9dGIKv44T8sq { position:relative; }
#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container { background-color: transparent; background-image: none; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container > .video-iframe-container { display: none; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row > .video-iframe-container { display: none; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .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); }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container { border-width: 0; border-radius: 0; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#xVwC6wWt1qQsbvEaUBcR8d4Nztm6hWzO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:17.6875rem;top:3.31884765625rem;left:28.65625rem;overflow:hidden;display:block; }
#kD27mlk7LcRCt1HTbn7DBAiQ0Z9ZehnO { color:rgba(var(--color-primary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.38134765625rem;left:26.09375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#f3LiLpZS1ziOihFoeOV2cV6XzRavuy2o { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:8.43994140625rem;left:29.90625rem; }
#eCkFM2vCSMntTTxFVs25ILJdeve9SDk1 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.43994140625rem;left:36.53125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y { display:none; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qHPtmuJu4q68eNVSm6edDrfzeK5bDXgV { width:2.625rem;height:2.1875rem;top:1.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xesudnBibi11OUAAGopcrS8SLt08N8Rb { display:block; }
 }@media only screen and (max-width: 763px) { #ksyrEreBrG97SysZSUPNtewJzCIh2c7S { width:4.875rem;height:2.25rem;top:1.25rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzpKosGPbqToHMOtc2s9KHRIX8UlqNmr { display:block; }
 }@media only screen and (max-width: 763px) { #HnrHPOo3gGXiZt9Mh6Ko62XwWHSD2qCv { width:2.6875rem;height:2.1875rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbobDmBtcbXTIyvozxLiusBNHtoEV8uo { display:block; }
 }@media only screen and (max-width: 763px) { #otCFa8gCkasgybJDwQLBZRqMD3d62MSr { width:13.3125rem;height:2.5rem;top:1rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1EwbuM1frT3cPwK7vXTheUe2UFuVarT { display:block; }
 }@media only screen and (max-width: 763px) { #UwMT0AAcNamKBk7ZdeTQZzT9luI7cAIs { width:5.5625rem;height:2.25rem;top:1.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENxCEit3N1le7yEOKuXC0Tp2Q5VyIK6s { display:block; }
 }@media only screen and (max-width: 763px) { #yl8rpAFvb905ccQGHMmncIKQenzEOcgw { width:13.4375rem;height:3.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgMybL08867ogKEfM40a3ubZBfBLerDp { width:1.6875rem;height:2.1875rem;top:1.25rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqgP38gE9wUP46vEVOhnD4LFEtp18lMt { display:block; }
 }@media only screen and (max-width: 763px) { #k0UI9okT6nDwf8sVsTgqlkzh6eO1Q8ir { width:47.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5E7szOfFhTGyIDmJ3QNsps4Tv0TvWRO { width:31.3125rem;height:17.6875rem;top:9.9375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4fLFVicIfpG9M1h4gJQ4NgNEgM7c5b { width:28.75rem;height:6.25rem;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNUTTOFrfiZL0EcyctgdtytS6CA6ZBEO { width:15.125rem;height:3.75rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5l79hAwc8uZXU4UsVffTDNdhp5NmV3 { display:block; }
 }@media only screen and (max-width: 763px) { #vMgXvGLviWG6svy3ndkLodlFWvRxIcGN { width:15.0625rem;height:3.75rem;top:38.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIGiWhKweTG2sPoJFPlsqr2qxIDa2UH { display:block; }
 }@media only screen and (max-width: 763px) { #slGLchhM67Ls92rcAZrexTDKDeMDbmVU { width:45.9375rem;height:34.4375rem;top:7.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdG4KdNNqUshJQcqaBNmAOQNAvJp7zOi { width:5.4375rem;height:1.1875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5moyoXklMgMZFv8dzs9nl9DKe4AkKTn { width:1.25rem;height:1.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdbkoTFhEXToOZGkStOJ9AfeGQgTwgWX { width:1.25rem;height:1.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFp2N094xMd1mBZkenbJWVerwqapQlUe { width:5.4375rem;height:1.1875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 { display:block; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdmDl34eUeiqM9yO7SzZPsmXzAwgDtD5 { width:47.75rem;height:8.8125rem;top:4.9375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhREgbqFngGFGnfRqNwxV4fMEUs3Ch2 { width:32.625rem;height:7.875rem;top:16.25rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEuFe6nWlXXEgT53UrFTLzfEB8mc3cV3 { width:18.5625rem;height:1.75rem;top:32.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKFc0nDiqfRgG15q3DSCebsyPAvN3xOX { width:13.6875rem;height:2.0625rem;top:29.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osy0kg6QwFBN1uXCkrM7q6KweTri1V5A { width:0.125rem;height:10.75rem;top:28rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlDxWbsKObu80wgcZLLwfNF4stoXA7b { width:13.6875rem;height:2.0625rem;top:29.125rem;left:13.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #og6awo88LbKKzsFEJ51b3oyOerPxBdQH { width:19.6875rem;height:3.5rem;top:32.75rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMT1Kf20TdLFrsJL2CbCpbTrCkhMrDFZ { width:0.125rem;height:10.75rem;top:27.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5qyU5ser9IDKQtMuNUlCzNnLzC0CBz7 { width:13.6875rem;height:2.0625rem;top:29.125rem;left:34.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZS3m1a85m10wl3KvuuPccNvEl5UJCUM { width:18.6875rem;height:3.5rem;top:32.5rem;left:29.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyhIAicobTuSSDvTDX99VT5nkPWvg8Od { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVrUlac2IeaeyTf3DAOo5pQWtmqlTVh5 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv { display:block; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPJtbGxtR4hgPvAy69h9H66GihnGouhD { display:block; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxDAMVLgy9vNkiUqHLxZR7zSGuROhd5c { width:31.5rem;height:13.25rem;top:6.25rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiyObOOV6waEQt4Mfbstq9dti3ztPtqG { width:31.6875rem;height:10.5rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weO3GKNpTuCH0GMiuS5pSZKabblkpmOB { width:26.3125rem;height:16.875rem;top:33.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sknPeQyku2OXiBIQnd2ClQfVoO6PkdaJ { width:1.5625rem;height:1.5625rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuHkLsaIFbHOoiX0sEytzIercd3zWpbV { width:1.5625rem;height:1.5625rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDEyylMQ744n9DIV6NI3qp4yzxspnys7 { width:1.5625rem;height:1.5625rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIZJCA2N2ZrLiKPBEi4XCqitMDUm8hXu { width:1.5625rem;height:1.5625rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxWon3ifmfuzZEBhDbaO5kTJJs9Dk76Z { width:1.5625rem;height:1.5625rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkB3fFhRwIkdlsiTR8WFnfrqf2tSNxua { width:34.3125rem;height:45.75rem;top:4.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk { display:block; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4x6o710wg5AAGqD77TQ8XOnCRWq0KwU { width:32.625rem;height:3.9375rem;top:16.125rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0VQg7g2yfOwgRioalQuooXFhHQQ19fA { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHzUAe1NdQdlQTvLtcZZBdaEUpAt4G7 { width:18.5625rem;height:1.75rem;top:34.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrxXBImoAgf9CJVsRSPGMVfCOHaMGtvh { width:0.0625rem;height:12.5rem;top:29.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGyztm3DxV9ylkcBnyvU4ZWDwrLdaZbN { width:19.6875rem;height:1.75rem;top:34.25rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIPTA6Z5HbA7yQZ7iEa67BTm6J2dhKiq { width:13.6875rem;height:2.0625rem;top:30.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk1Hafr7GH7IZknRLgkMWbqr1Qf0X6Pi { width:13.6875rem;height:2.0625rem;top:30.875rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9BaiIwMOynsuPk9VRb1fsmbqgCIXzc { width:13.6875rem;height:2.0625rem;top:30.875rem;left:34.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVT5NPRlMJJGkK0cJT0nU0okCbRPg2P { width:18.6875rem;height:1.75rem;top:34.25rem;left:29.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManhFz8zVuLawC3Iymp21tezS4TnrkB4 { width:14.9375rem;height:2.625rem;top:37.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlaNgEx5TNK5mgbcvUUk05zsdpRR44xp { width:0.0625rem;height:12.5rem;top:29.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkC79MnctKCvN1s3LbtJesGv4r7qBMkW { width:17.375rem;height:2.625rem;top:37.25rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au5qSy464Lhu9wp8O46QhmpWqT3iulO6 { width:17.375rem;height:2.625rem;top:37.375rem;left:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFElsI0vMggyGpeo69MaI4KOHdkhuCd2 { width:0.0625rem;height:12.5rem;top:45.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCgJIuqgpKPUmBEhylER4tb27Bmd1bQd { width:17.375rem;height:2.625rem;top:53.25rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTJmaihJiR2J59qTy3OMqtrW6MJNPmP { width:17.375rem;height:2.625rem;top:53.375rem;left:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQxSMwREoI4gWL651nwqq7uWUGokSy6x { width:18.5625rem;height:1.75rem;top:50.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3mETNgPDMeLoGRKMeSmEcehwv5VSOLf { width:0.0625rem;height:12.5rem;top:45.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip9dW7QEV4dMecE0cWBeEpL1x5Bs5Vvv { width:19.6875rem;height:1.75rem;top:50.25rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etCsBUMzWt8zvxIgSVnl1SdvbxyDz0Xn { width:18.6875rem;height:1.75rem;top:50.25rem;left:29.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImhTyyNFpOunSLupOf480xPKkAH2BMqE { width:14.9375rem;height:2.625rem;top:53.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev9o0K4XZGAS6U91gTAtCbRdIgO63136 { width:13.6875rem;height:2.0625rem;top:46.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpG3ExcSFNuGg9w58sxMN0O7vAuApFbX { width:13.6875rem;height:2.0625rem;top:46.875rem;left:14.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PctPyIzRpi2XS6JOyKK161Kvm5KtgUte { width:13.6875rem;height:2.0625rem;top:46.875rem;left:34.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyRRTJsFT5bhxh6KW4ErD61L3d2K6G7G { width:32.5625rem;height:3.25rem;top:22.375rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV48B4RRphJfwvrVKkF40Gmuq9B5mowd { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ee8d3bW7Sy09nBb2EcJTKZc6JGssbgOM { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVtdZcsmormU8raMhSmUGL2zptizOBJn { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqKIUrmRDCsvReNFAPmM8c7zNF9NzuaR { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RR4ONPAh3VTCJT4yn0CNPJeKX0Q7yx0R { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU { display:block; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGOqDGFr8u93h4WREEmKvBR1zOALrldX { width:47.75rem;height:4.375rem;top:4.9375rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJvnmrLUNbBftBEvyybl20AocSUy7Nr { width:28.6875rem;height:3.75rem;top:12.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdfrREHFD10unrtahFANBRZDtALLptG { display:block; }
 }@media only screen and (max-width: 763px) { #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T { display:block; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt { display:block; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvzcxVsw06eubEGbwGZ8F68al3BQQhLH { width:23.75rem;height:17.4375rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasI0qgMKgKFCUQ6IZcqPBm1e3VXXhos { width:18.5625rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrCN4s27OyMMSaR6h18B7J2LGgXIgCXv { width:15.25rem;height:2.625rem;top:33.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDonn57fP3rg7zTEAnGpyVRDDqusInXg { width:19.375rem;height:0.0625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdW5nU1rD4sfhg1MSdGmazsDu0EJ3fi { width:21.9375rem;height:13.25rem;top:5.0625rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3X9im0ZFtOF8NdI32aa7Nv3TzhVvMQo { width:32.625rem;height:7.875rem;top:9.6875rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tscnfxeyJuaeiPi0lrPowZEbgMB8JCKX { width:1.4375rem;height:1.4375rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM2zalR8twVAyP2A1VBbfwzT2kS6cpox { width:23.75rem;height:17.4375rem;top:21.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgcmpyETl5qEGM4ChNoa8MdezKr1a8C { width:15.25rem;height:2.625rem;top:33.875rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COuHavz1grGT2XmWLI1zqwSAX8tP1iMJ { width:19.375rem;height:0.0625rem;top:32rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHqgh10rkTtnqlNUEWhhMmTAghOt8xQl { width:18.5625rem;height:1.75rem;top:23.6875rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqwZEJBVxg7PbQBfTVMpC8UyNAaEC8V { width:1.4375rem;height:1.4375rem;top:33.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6c6PuL2UCib378u4p25R6nFkvWpDsAs { width:23.75rem;height:17.4375rem;top:21.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwBgVmK957RCDN6OkChKTktIGoHHBZMo { width:15.25rem;height:2.625rem;top:33.875rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6kO61KXg9oSOImV1HlKHs63A2G7f3cd { width:19.375rem;height:0.0625rem;top:32rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJdCHBZubIBEUL1T7WPtusZoLDHXxDs { width:18.5625rem;height:3.5rem;top:23.6875rem;left:29.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1yp6ZGKsfFX5XiJIvV456CnFySabZN { width:1.4375rem;height:1.4375rem;top:33.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuk33nHrH48WBGnw9GtUHCTDTKke1kmS { display:block; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIyLPzdlDNWnyFcMrFuUfLPQiWLzWBtE { width:26.1875rem;height:17.6875rem;top:7.4375rem;left:21.5625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoUMabxcpmBcMx7k8qQS1dGxGsIgcoIJ { width:26.25rem;height:9.1875rem;top:27.0625rem;left:21.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW8KluxlAS93yCw6kZwiMZXISxEalCOh { width:12.5rem;height:4.5625rem;top:3.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNUuDlhrpDgmRr1S1enNiPQEvJQkQ5O { width:10.4375rem;height:1.5rem;top:5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkafghKUBV6f2FbOIEa97o2rn94af3Jw { width:30.9375rem;height:43.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT { display:block; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNAkcFCmNQAZSlkZqWrX3TUXpg41e8Gq { width:47.75rem;height:8.8125rem;top:5rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwP5aBBZCbM6yRzh3sf2mECmuUsevAfh { width:32.5625rem;height:30rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6QwBSSSKZv07BXaST84sMQcm2hHTrl { width:32.5rem;height:30rem;top:17.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbFMhv1kFOGVgFxXqlTTXT3h1GruTfyL { width:22.9375rem;height:16rem;top:26.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvhdBlNT702SEMTvOuFuFGegapHbkesR { width:18.5625rem;height:1.75rem;top:21.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrTp8e6DOcwnAnLTgnbuHsScxg73tRt { width:18.5625rem;height:1.75rem;top:21.75rem;left:29.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaEEL1nKQXM2R89cKUz8y9kFWXWo4q4s { width:22.9375rem;height:16rem;top:26.8125rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLA0ZWQNVc8MneZ8kE3ssIMm9pqk8Re { width:3.125rem;height:0.0625rem;top:27.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGZVciuQpoFuHFsV0kNAvz3qJZnANyQT { width:3.125rem;height:0.0625rem;top:31.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxHneMlfs9othxvin15EDc6VZ1d98T5 { width:3.125rem;height:0.0625rem;top:34.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZ1Bh2kqrVOvGEidA911xDVTlEgkZfk { width:3.125rem;height:0.0625rem;top:38.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdpTOxw6i47p8KX1gFflpQbdlTzhy0BR { width:3.125rem;height:0.0625rem;top:42rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krdV0keWml35tAPoS6FlsGUZXbxsTzy0 { width:3.125rem;height:0.0625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvKAdpA340DX7unxUrs0GBWx4zoxCzFo { width:3.125rem;height:0.0625rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgWZfBhQJZJTQzttnsk4GZQ6FsJzM2L { width:3.125rem;height:0.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfslW2r6fM1w1C5FBGkoaq4VrpTLg35p { width:3.125rem;height:0.0625rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoZGfiAyHW9sWNlzTGEqUviQb5xU9fE2 { width:3.125rem;height:0.0625rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiJusVAidK2iJpa63JBEGPcutCITbwnU { width:1.4375rem;height:1.4375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaiRGc4tOBrlmQSO3BdEwvbKCyPxeTs5 { width:1.4375rem;height:1.4375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZx74U8HAXHEzuCxeHZSfuqrLsPG0T3J { width:1.4375rem;height:1.4375rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZwVSPaxu69dQ5tGZccNBJel0m92qOC { width:1.4375rem;height:1.4375rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Nx1fX1aTFbLS38CoZWa7phG57edLPg { width:1.4375rem;height:1.4375rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOzt0FlvR955ACCXybSAk1IPnxasV3g4 { width:1.4375rem;height:1.4375rem;top:27rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2p6UwuBSGXS6BxI2L2bTVTGR0QOJq98 { width:1.4375rem;height:1.4375rem;top:30.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWe89AVrr1m2uSviKbl8TbeTCRr9x8e { width:1.4375rem;height:1.4375rem;top:34.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwO8OKJtIWw7opJM6cn8NpNLvB5J0OAG { width:1.4375rem;height:1.4375rem;top:37.8125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLbRmN8WxrEv8hXgMcp2f8IggUHv37a4 { width:1.4375rem;height:1.4375rem;top:41.3125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Widhh7EQRwNCW13ui93UIDMATaaXh9md { width:12.5rem;height:4.5625rem;top:20.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKbhdsH2QGtdpMInJVS4ofr7szHSyNe { width:12.5rem;height:4.5625rem;top:20.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 { display:block; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1 { width:19.75rem;height:13.5625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr { top:5rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA { top:19.0625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3w6M1D0rNHtka5HscTv3idLyp5AS1zA { top:19.0625rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB { top:33.1875rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM { width:19.75rem;height:13.5625rem;top:33.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip { top:4.9375rem;left:27.875rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5y45PFu89hVJRMatVplCocIr4a4tlST { display:block; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCz4ecTJIWzzHs7hzzdVTde1GxSBqbJ8 { width:20.0625rem;height:13.25rem;top:4.875rem;left:0rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq { display:flex;height:auto;width:42.4375rem;top:2.375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wdXrXuUQaSaLXzexU4lD0ksazV5PWwtu {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uubdkVAOpu3tbBfG2NUBqzATs3xEnVea {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rVGUVXD1B3X1NNoGorb5aTD944hQrvu0 {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #opK7uCl6AdhaD76aEJ5dDXTzyolUoCsr {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #mbvAyN7zcEQSbytbJFiuICUFD7wAMNdc {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wqeJ4VmT9uTOPpw8GU26eiEOOwgcBh04 {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #DseHD38n06OOfuBJrw7BJdSfMfMx3CZp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #vFDweDZhaIeoS1ha1NbXq2GZTMfNttsp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #FbMhF2VAPERISsNlUxTiL6003DP8TnTR {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Drdcv9VIXbtyz9ef2xbuTmklt9x3qgpM {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IGhniIwohN8tBbillc1J9WpNZL5lEqLR {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #SHDuPQMMKqsUi13z1DeJUKuuDIsymPRv {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rZLxBPPvx0EKWnItQ1igLNyXeou5tRtZ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Gv6vLXIkcBXkM76SW7dd81olXLheyLkV {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uxGwI9mITGiuODRZqwtCBhex9kpbQ3sm {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #nlvwzJRQycNTARIHR9Jy191zpT65oGpN {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #qUiF4aLMkUAcJIMbVkXhGyGmveqNK9Nm {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #dmmFMxnyCDC5pFlD2XTr0d2XBQaHBEwQ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #A8rdGM5dQ8niM51AcvcO0DSVV7w4sVGS {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #iTWMOPbMdTlSseigtE2zzfOIHJ6fEUSD {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Eo4CJdi8LvBkwo0z5tJ3fzrx96DqtxPG {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TW9xg27ukbwCiATyvT87NOpMSgDqOkvN {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TKzWoXbqckypPNo8N7rZshG9hMuxP7PM {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #ZBNLOZpXOOmDVT9oOTsesVysXVaXZlkH {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IIaD0f2qJ2nEIqORBqDD2ZHhckT2CSHp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #h1hEZpss7QW7K2noPKyk7vBOkCr25lPs {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #HwySfTVStCkqqnXbuRlG84a6dqBBGKVn {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #WspuxUAR0RH5xdm0vCixSoL9hQH5RSgd {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TEUXmM1dIEplkCBAMudHtBbMF60Jc8aZ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #BHSe3ZQrxtl1PqcdAcFlxbWsetFDFvbE {  }
 }@media only screen and (max-width: 763px) { #J8w64wLckdLXf9p1UuVdqlqilkqXzhgX { display:block; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoNDKiG02yLeFCKh8M5dBuwUk3afqbL5 { width:47.4375rem;height:4.375rem;top:5rem;left:0.15625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diu1KlebBEJFD6f739neIeiAicRwRARk { width:47.75rem;height:1.3125rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-regular-label { width:36.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-textarea { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-button { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-checkbox-label { width:35.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru  { width:36.25rem;height:auto;top:15.6875rem;left:3.875rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .radio-container { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru {display:block;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru { width:36.25rem;height:auto;top:15.6875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #rPncwKTHwtSuoKJvn6IVtdkAth72DdV2 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gv4vbuax7nXJhH1I0b8VncSgl2I7CGDc {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NQKy3PxC4864XcnU52PnlL7eTMVf2twU {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #w2mPCnLclvsV8cgTTxHCOZXytT4b2kGV {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #aUBVI71H3Mm6G2iIBrC1I3nagA1Asme3 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #KGmRSsdFZa63PhDFoBFyTCdhcSVdZ0gZ {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gxr5LDPtTmFw2HJSNEAAcpAdrJBuJk2S {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Bd1ly6Wy4PF38324wuyZZ2HERKckTEcT {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #XawU9Dw93WBrU9Iq90EIeVTZCtO5GOGV {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #T2u4edN0PoNusn70rphDXuDXNHibB1Wy {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ATtvOVtuugTlNEJ4SQt4vg0ngKtSQ0l0 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #cyBGx7W68W93w2OtJC2xXeJ1yoDZi3Qq {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #mlpscMboyO6bPr2PbsTS1Ey09b7SOKrq {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ve7BqA1g9sB4LQsWXam7TOOLNVXOFkZ8 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #HNdLLn2Kkg8vIUfcZrZQ3OPUnbv1sEDS {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #UGiMUMAVPuQy0kl6gmFb2FRBmJTaPJz7 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o6TBTci2SZz0cWDfwGdOwyWagg5BT34q {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o51ywXXgdI48MWNTvsiAkze9nQQerZsh {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #riDpPMCXwWBC3nlrA1gOrIEKXgO7oRpp {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #n7yygqJT9IIDPn0yK3TMAT5FE9SspbSE {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #qbflMlft9CSXWTUAtScBGk0hLkMvsLp5 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #oLpGCg5JPJoSqFgE50oAqp3qPCOINUig {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FR6c9fBurxTJAzyVPxIknC5JeLwGr738 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nwsvNATCpJ56x7B1WZGgPX4T4dtwdhZS {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NNuEnrLfkuAdUPX0rk8PC8B4M7P8Fr3T {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Dppwc5cITS6cCqtin3c5nyimnbLvrE7Z {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FrRlLloKf1ArGEEO3MWo8vSPALtpX01H {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nPiD3JScKZtE1k3AFyBI0ayvrFP4Aom3 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #DTzRtFRIq3KvituGKnkX9dGIKv44T8sq {  }
 }@media only screen and (max-width: 763px) { #O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU { display:block; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVwC6wWt1qQsbvEaUBcR8d4Nztm6hWzO { width:17.6875rem;height:3.8125rem;top:3.3125rem;left:15.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD27mlk7LcRCt1HTbn7DBAiQ0Z9ZehnO { width:24.3125rem;height:1rem;top:8.375rem;left:12.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LiLpZS1ziOihFoeOV2cV6XzRavuy2o { width:0.9375rem;height:0.9375rem;top:8.4375rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCkFM2vCSMntTTxFVs25ILJdeve9SDk1 { width:0.9375rem;height:0.9375rem;top:8.4375rem;left:22.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y { position:relative;z-index:auto;display:block; }#Z0JipPkM7l9AlyncTm2CUPtZGKAVdT9y > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHPtmuJu4q68eNVSm6edDrfzeK5bDXgV { width:3.9375rem;height:2.1875rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xesudnBibi11OUAAGopcrS8SLt08N8Rb { display:block; }
 }@media only screen and (max-width: 763px) { #ksyrEreBrG97SysZSUPNtewJzCIh2c7S { width:4.5rem;height:2.1875rem;top:4.21875rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzpKosGPbqToHMOtc2s9KHRIX8UlqNmr { display:block; }
 }@media only screen and (max-width: 763px) { #HnrHPOo3gGXiZt9Mh6Ko62XwWHSD2qCv { width:4.1875rem;height:2.1875rem;top:4.25rem;left:15.811457633972rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbobDmBtcbXTIyvozxLiusBNHtoEV8uo { display:block; }
 }@media only screen and (max-width: 763px) { #otCFa8gCkasgybJDwQLBZRqMD3d62MSr { width:8.6875rem;height:2.125rem;top:15.375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1EwbuM1frT3cPwK7vXTheUe2UFuVarT { display:block; }
 }@media only screen and (max-width: 763px) { #UwMT0AAcNamKBk7ZdeTQZzT9luI7cAIs { width:4.75rem;height:2.1875rem;top:4.21875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENxCEit3N1le7yEOKuXC0Tp2Q5VyIK6s { display:block; }
 }@media only screen and (max-width: 763px) { #yl8rpAFvb905ccQGHMmncIKQenzEOcgw { width:13.4375rem;height:3.0625rem;top:3.1875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgMybL08867ogKEfM40a3ubZBfBLerDp { width:1.6875rem;height:2.1875rem;top:15.40625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqgP38gE9wUP46vEVOhnD4LFEtp18lMt { display:block; }
 }@media only screen and (max-width: 763px) { #k0UI9okT6nDwf8sVsTgqlkzh6eO1Q8ir { top:1.25rem;left:3.75rem;width:12.375rem;height:2.6875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5E7szOfFhTGyIDmJ3QNsps4Tv0TvWRO { width:20rem;height:7.1996875rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4fLFVicIfpG9M1h4gJQ4NgNEgM7c5b { width:20rem;height:9.44825rem;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNUTTOFrfiZL0EcyctgdtytS6CA6ZBEO { width:15.125rem;height:3.75rem;top:43.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5l79hAwc8uZXU4UsVffTDNdhp5NmV3 { display:block; }
 }@media only screen and (max-width: 763px) { #vMgXvGLviWG6svy3ndkLodlFWvRxIcGN { width:15.0625rem;height:3.75rem;top:48.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXIGiWhKweTG2sPoJFPlsqr2qxIDa2UH { display:block; }
 }@media only screen and (max-width: 763px) { #slGLchhM67Ls92rcAZrexTDKDeMDbmVU { width:20rem;height:14.9375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdG4KdNNqUshJQcqaBNmAOQNAvJp7zOi { width:5.4375rem;height:1.2246125rem;top:2.5rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5moyoXklMgMZFv8dzs9nl9DKe4AkKTn { display:flex;width:1.25rem;height:1.25rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdbkoTFhEXToOZGkStOJ9AfeGQgTwgWX { display:flex;width:1.25rem;height:1.25rem;top:2.5rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #ZFp2N094xMd1mBZkenbJWVerwqapQlUe { width:5.4375rem;height:1.2246125rem;top:2.5rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9f91863-78aa-49d4-9752-c62ebce14bca/Gemini_Generated_Image_jbl492jbl492jbl4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.adaptive-delivery-prevent-bg, #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.lazyload, #EmbOQfq70tKE723qUrGy5WSTvTfDnmk8.lazyloading { background-image: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { background-color: transparent; background-image: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container > .video-iframe-container { display: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row > .video-iframe-container { display: none; }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .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); }#EmbOQfq70tKE723qUrGy5WSTvTfDnmk8 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdmDl34eUeiqM9yO7SzZPsmXzAwgDtD5 { width:20rem;height:9.599625rem;top:5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhREgbqFngGFGnfRqNwxV4fMEUs3Ch2 { width:20rem;height:11.8125rem;top:15.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEuFe6nWlXXEgT53UrFTLzfEB8mc3cV3 { width:11.125rem;height:3.5rem;top:30rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKFc0nDiqfRgG15q3DSCebsyPAvN3xOX { width:3.75rem;height:2.0996125rem;top:30rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osy0kg6QwFBN1uXCkrM7q6KweTri1V5A { width:0.125rem;height:10.75rem;top:38.2109625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPlDxWbsKObu80wgcZLLwfNF4stoXA7b { width:2.6875rem;height:2.0996125rem;top:36.25rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #og6awo88LbKKzsFEJ51b3oyOerPxBdQH { width:11.25rem;height:5.25rem;top:36rem;left:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMT1Kf20TdLFrsJL2CbCpbTrCkhMrDFZ { width:0.125rem;height:10.75rem;top:54.9609625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5qyU5ser9IDKQtMuNUlCzNnLzC0CBz7 { width:2.6875rem;height:2.0996125rem;top:43.75rem;left:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZS3m1a85m10wl3KvuuPccNvEl5UJCUM { width:11.1875rem;height:7rem;top:43.75rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyhIAicobTuSSDvTDX99VT5nkPWvg8Od { top:35rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GVrUlac2IeaeyTf3DAOo5pQWtmqlTVh5 { top:42.75rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f9f91863-78aa-49d4-9752-c62ebce14bca/Gemini_Generated_Image_jbl492jbl492jbl4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.adaptive-delivery-prevent-bg, #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.lazyload, #C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv.lazyloading { background-image: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { background-color: transparent; background-image: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container > .video-iframe-container { display: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row > .video-iframe-container { display: none; }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .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); }#C9UpOhh3ryrxCIwTTfpl3TTvzPJ9lnfv > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPJtbGxtR4hgPvAy69h9H66GihnGouhD { display:block; }#mPJtbGxtR4hgPvAy69h9H66GihnGouhD > .row .container { width:20rem;height:87rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxDAMVLgy9vNkiUqHLxZR7zSGuROhd5c { width:20rem;height:7.1996875rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiyObOOV6waEQt4Mfbstq9dti3ztPtqG { width:20rem;height:15.75rem;top:12.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weO3GKNpTuCH0GMiuS5pSZKabblkpmOB { width:18rem;height:26.323725rem;top:31.4375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #sknPeQyku2OXiBIQnd2ClQfVoO6PkdaJ { display:flex;width:1.25rem;height:1.25rem;top:30.25rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nuHkLsaIFbHOoiX0sEytzIercd3zWpbV { display:flex;width:1.25rem;height:1.25rem;top:36.1875rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #wDEyylMQ744n9DIV6NI3qp4yzxspnys7 { display:flex;width:1.25rem;height:1.25rem;top:52.375rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qIZJCA2N2ZrLiKPBEi4XCqitMDUm8hXu { display:flex;width:1.25rem;height:1.25rem;top:46.1875rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #lxWon3ifmfuzZEBhDbaO5kTJJs9Dk76Z { display:flex;width:1.25rem;height:1.25rem;top:42.25rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #hkB3fFhRwIkdlsiTR8WFnfrqf2tSNxua { width:20rem;height:26.629875rem;top:60.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk { display:block; }#ymfLGZFWcnu1rzz1Ha6tQKngwbnvBCmk > .row .container { width:20rem;height:103.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4x6o710wg5AAGqD77TQ8XOnCRWq0KwU { width:20rem;height:6.5625rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0VQg7g2yfOwgRioalQuooXFhHQQ19fA { width:20rem;height:7.1996875rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCHzUAe1NdQdlQTvLtcZZBdaEUpAt4G7 { width:18.5625rem;height:1.75rem;top:31rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrxXBImoAgf9CJVsRSPGMVfCOHaMGtvh { width:0.0625rem;height:12.5rem;top:29.9863625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGyztm3DxV9ylkcBnyvU4ZWDwrLdaZbN { width:19.6875rem;height:1.75rem;top:43.3125rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIPTA6Z5HbA7yQZ7iEa67BTm6J2dhKiq { width:13.6875rem;height:2.0996125rem;top:28.1875rem;left:3.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tk1Hafr7GH7IZknRLgkMWbqr1Qf0X6Pi { width:13.6875rem;height:2.0996125rem;top:40.75rem;left:3.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9BaiIwMOynsuPk9VRb1fsmbqgCIXzc { width:13.6875rem;height:2.0996125rem;top:53.25rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkVT5NPRlMJJGkK0cJT0nU0okCbRPg2P { width:18.6875rem;height:1.75rem;top:55.8125rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ManhFz8zVuLawC3Iymp21tezS4TnrkB4 { width:14.9375rem;height:2.625rem;top:34.25rem;left:2.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlaNgEx5TNK5mgbcvUUk05zsdpRR44xp { width:0.0625rem;height:12.5rem;top:50.085975rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkC79MnctKCvN1s3LbtJesGv4r7qBMkW { width:17.375rem;height:2.625rem;top:47rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au5qSy464Lhu9wp8O46QhmpWqT3iulO6 { width:17.375rem;height:2.625rem;top:59.5625rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFElsI0vMggyGpeo69MaI4KOHdkhuCd2 { width:0.0625rem;height:12.5rem;top:115.484425rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCgJIuqgpKPUmBEhylER4tb27Bmd1bQd { width:17.375rem;height:2.625rem;top:84.5rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToTJmaihJiR2J59qTy3OMqtrW6MJNPmP { width:17.375rem;height:2.625rem;top:96.875rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQxSMwREoI4gWL651nwqq7uWUGokSy6x { width:18.5625rem;height:1.75rem;top:68.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3mETNgPDMeLoGRKMeSmEcehwv5VSOLf { width:0.0625rem;height:12.5rem;top:91.5098125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip9dW7QEV4dMecE0cWBeEpL1x5Bs5Vvv { width:19.6875rem;height:1.75rem;top:80.875rem;left:0.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etCsBUMzWt8zvxIgSVnl1SdvbxyDz0Xn { width:18.6875rem;height:1.75rem;top:93.375rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImhTyyNFpOunSLupOf480xPKkAH2BMqE { width:14.9375rem;height:2.625rem;top:72rem;left:2.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ev9o0K4XZGAS6U91gTAtCbRdIgO63136 { width:13.6875rem;height:2.0996125rem;top:65.75rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpG3ExcSFNuGg9w58sxMN0O7vAuApFbX { width:13.6875rem;height:2.0996125rem;top:78.25rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PctPyIzRpi2XS6JOyKK161Kvm5KtgUte { width:13.6875rem;height:2.0996125rem;top:90.75rem;left:3.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyRRTJsFT5bhxh6KW4ErD61L3d2K6G7G { width:20rem;height:4.875rem;top:20.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV48B4RRphJfwvrVKkF40Gmuq9B5mowd { top:51.9375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ee8d3bW7Sy09nBb2EcJTKZc6JGssbgOM { top:39.375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UVtdZcsmormU8raMhSmUGL2zptizOBJn { top:64.375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #oqKIUrmRDCsvReNFAPmM8c7zNF9NzuaR { top:76.9375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #RR4ONPAh3VTCJT4yn0CNPJeKX0Q7yx0R { top:89.4375rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU { display:block; }#T2rTlyUrBDr3zev3GzKhUKcHUWWb1nIU > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGOqDGFr8u93h4WREEmKvBR1zOALrldX { width:12.9375rem;height:7.1996875rem;top:4.5rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJvnmrLUNbBftBEvyybl20AocSUy7Nr { width:19rem;height:3.75rem;top:13.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdfrREHFD10unrtahFANBRZDtALLptG { display:block; }
 }@media only screen and (max-width: 763px) { #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/96484f9a-5077-4700-a240-2de4490ed8df/Gemini_Generated_Image_ssyi0essyi0essyi.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.adaptive-delivery-prevent-bg, #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.lazyload, #Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T.lazyloading { background-image: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { background-color: transparent; background-image: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container > .video-iframe-container { display: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row > .video-iframe-container { display: none; }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .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); }#Av7ZhQRg7TlVVyUlghBBWsndDC2qZ29T > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt { display:block; }#mxnOU0uO8TIz5ZkGhM8vd1wf46tEtCvt > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvzcxVsw06eubEGbwGZ8F68al3BQQhLH { width:20rem;height:15rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZasI0qgMKgKFCUQ6IZcqPBm1e3VXXhos { width:18.5625rem;height:1.75rem;top:26.75rem;left:0.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrCN4s27OyMMSaR6h18B7J2LGgXIgCXv { width:15.25rem;height:2.625rem;top:34.4375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDonn57fP3rg7zTEAnGpyVRDDqusInXg { width:19.375rem;height:0.0625rem;top:32.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvdW5nU1rD4sfhg1MSdGmazsDu0EJ3fi { width:20rem;height:4.79980625rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3X9im0ZFtOF8NdI32aa7Nv3TzhVvMQo { width:20rem;height:13.125rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tscnfxeyJuaeiPi0lrPowZEbgMB8JCKX { display:flex;width:1.4375rem;height:1.4375rem;top:34.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XM2zalR8twVAyP2A1VBbfwzT2kS6cpox { width:20rem;height:15rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgcmpyETl5qEGM4ChNoa8MdezKr1a8C { width:15.25rem;height:2.625rem;top:51.3125rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COuHavz1grGT2XmWLI1zqwSAX8tP1iMJ { width:19.375rem;height:0.0625rem;top:49.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHqgh10rkTtnqlNUEWhhMmTAghOt8xQl { width:18.5625rem;height:1.75rem;top:44.125rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEqwZEJBVxg7PbQBfTVMpC8UyNAaEC8V { display:flex;width:1.4375rem;height:1.4375rem;top:51.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #G6c6PuL2UCib378u4p25R6nFkvWpDsAs { width:20rem;height:15rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwBgVmK957RCDN6OkChKTktIGoHHBZMo { width:15.25rem;height:2.625rem;top:68.8125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6kO61KXg9oSOImV1HlKHs63A2G7f3cd { width:19.375rem;height:0.0625rem;top:66.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFJdCHBZubIBEUL1T7WPtusZoLDHXxDs { width:13.375rem;height:3.5rem;top:60.9375rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AN1yp6ZGKsfFX5XiJIvV456CnFySabZN { display:flex;width:1.4375rem;height:1.4375rem;top:68.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zuk33nHrH48WBGnw9GtUHCTDTKke1kmS { display:block; }#zuk33nHrH48WBGnw9GtUHCTDTKke1kmS > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIyLPzdlDNWnyFcMrFuUfLPQiWLzWBtE { width:20rem;height:7.1996875rem;top:34.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoUMabxcpmBcMx7k8qQS1dGxGsIgcoIJ { width:20rem;height:11.8125rem;top:43.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW8KluxlAS93yCw6kZwiMZXISxEalCOh { width:12.5rem;height:4.5625rem;top:27.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNUuDlhrpDgmRr1S1enNiPQEvJQkQ5O { width:10.4375rem;height:1.5rem;top:28.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkafghKUBV6f2FbOIEa97o2rn94af3Jw { width:20rem;height:28.2421875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT { display:block; }#Nc2FIr3H3UT0ZWTDZEnaLAfyHcwSMXRT > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNAkcFCmNQAZSlkZqWrX3TUXpg41e8Gq { width:20rem;height:7.1996875rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwP5aBBZCbM6yRzh3sf2mECmuUsevAfh { width:20rem;height:30rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6QwBSSSKZv07BXaST84sMQcm2hHTrl { width:20rem;height:34.75rem;top:45.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbFMhv1kFOGVgFxXqlTTXT3h1GruTfyL { width:13.8125rem;height:19.59375rem;top:21.1875rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvhdBlNT702SEMTvOuFuFGegapHbkesR { width:15.9375rem;height:1.75rem;top:16.34375rem;left:2.03125rem;font-size:1.25rem;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #TkrTp8e6DOcwnAnLTgnbuHsScxg73tRt { width:12.125rem;height:1.75rem;top:49.1875rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaEEL1nKQXM2R89cKUz8y9kFWXWo4q4s { width:12.5625rem;height:21.375rem;top:54.9375rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLA0ZWQNVc8MneZ8kE3ssIMm9pqk8Re { width:3.125rem;height:0.0625rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGZVciuQpoFuHFsV0kNAvz3qJZnANyQT { width:3.125rem;height:0.0625rem;top:59.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVxHneMlfs9othxvin15EDc6VZ1d98T5 { width:3.125rem;height:0.0625rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZ1Bh2kqrVOvGEidA911xDVTlEgkZfk { width:3.125rem;height:0.0625rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdpTOxw6i47p8KX1gFflpQbdlTzhy0BR { width:3.125rem;height:0.0625rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krdV0keWml35tAPoS6FlsGUZXbxsTzy0 { width:3.125rem;height:0.0625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvKAdpA340DX7unxUrs0GBWx4zoxCzFo { width:3.125rem;height:0.0625rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgWZfBhQJZJTQzttnsk4GZQ6FsJzM2L { width:3.125rem;height:0.0625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfslW2r6fM1w1C5FBGkoaq4VrpTLg35p { width:3.125rem;height:0.0625rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoZGfiAyHW9sWNlzTGEqUviQb5xU9fE2 { width:3.125rem;height:0.0625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiJusVAidK2iJpa63JBEGPcutCITbwnU { display:flex;width:1.4375rem;height:1.4375rem;top:21.625rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #CaiRGc4tOBrlmQSO3BdEwvbKCyPxeTs5 { display:flex;width:1.4375rem;height:1.4375rem;top:25.125rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #KZx74U8HAXHEzuCxeHZSfuqrLsPG0T3J { display:flex;width:1.4375rem;height:1.4375rem;top:28.75rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #fqZwVSPaxu69dQ5tGZccNBJel0m92qOC { display:flex;width:1.4375rem;height:1.4375rem;top:32.1875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #C7Nx1fX1aTFbLS38CoZWa7phG57edLPg { display:flex;width:1.4375rem;height:1.4375rem;top:37.25rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #UOzt0FlvR955ACCXybSAk1IPnxasV3g4 { display:flex;width:1.4375rem;height:1.4375rem;top:54.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #a2p6UwuBSGXS6BxI2L2bTVTGR0QOJq98 { display:flex;width:1.4375rem;height:1.4375rem;top:58.4375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #SBWe89AVrr1m2uSviKbl8TbeTCRr9x8e { display:flex;width:1.4375rem;height:1.4375rem;top:64rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #uwO8OKJtIWw7opJM6cn8NpNLvB5J0OAG { display:flex;width:1.4375rem;height:1.4375rem;top:67.625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #OLbRmN8WxrEv8hXgMcp2f8IggUHv37a4 { display:flex;width:1.4375rem;height:1.4375rem;top:72.9375rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #Widhh7EQRwNCW13ui93UIDMATaaXh9md { width:12.5rem;height:4.5625rem;top:14.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPKbhdsH2QGtdpMInJVS4ofr7szHSyNe { width:12.5rem;height:4.5625rem;top:47.78125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 { display:block; }#Aa8rJyemJ3gierztuX7amx9GWHi2Rx16 > .row .container { width:20rem;height:132.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JApEvm7IRIgwM7Gu5IOQ6fWTPMVnvXJ1 { width:20rem;height:14.0625rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGGQ8Vu43rW38pQow2ptBtpMfSnM0IJr { width:20rem;height:14.0625rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d25SBKd3BTaxZmhoNb6OPFBzM9TKQKxA { width:20rem;height:14.0625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3w6M1D0rNHtka5HscTv3idLyp5AS1zA { width:20rem;height:28.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJF1REwczN9cCt4Zs9OXwaTmvbCP1UWB { width:20rem;height:14.0625rem;top:103.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVa79dJD8pROUbTW9zuJoCOpf9SmDnkM { width:20rem;height:14.0625rem;top:118.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFCtsuzh7FxHySKDoTeI7Wp1KBQGs9Ip { width:20rem;height:28.4375rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5y45PFu89hVJRMatVplCocIr4a4tlST { display:block; }#m5y45PFu89hVJRMatVplCocIr4a4tlST > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCz4ecTJIWzzHs7hzzdVTde1GxSBqbJ8 { width:20rem;height:4.79980625rem;top:3.6494140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qT4ceT5BqSrGMVDLtoHIagv5vthVICPq { display:flex;height:auto;width:17.5rem;top:11.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wdXrXuUQaSaLXzexU4lD0ksazV5PWwtu {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uubdkVAOpu3tbBfG2NUBqzATs3xEnVea {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rVGUVXD1B3X1NNoGorb5aTD944hQrvu0 {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #opK7uCl6AdhaD76aEJ5dDXTzyolUoCsr {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #mbvAyN7zcEQSbytbJFiuICUFD7wAMNdc {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #wqeJ4VmT9uTOPpw8GU26eiEOOwgcBh04 {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #DseHD38n06OOfuBJrw7BJdSfMfMx3CZp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #vFDweDZhaIeoS1ha1NbXq2GZTMfNttsp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #FbMhF2VAPERISsNlUxTiL6003DP8TnTR {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Drdcv9VIXbtyz9ef2xbuTmklt9x3qgpM {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IGhniIwohN8tBbillc1J9WpNZL5lEqLR {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #SHDuPQMMKqsUi13z1DeJUKuuDIsymPRv {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #rZLxBPPvx0EKWnItQ1igLNyXeou5tRtZ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Gv6vLXIkcBXkM76SW7dd81olXLheyLkV {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #uxGwI9mITGiuODRZqwtCBhex9kpbQ3sm {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #nlvwzJRQycNTARIHR9Jy191zpT65oGpN {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #qUiF4aLMkUAcJIMbVkXhGyGmveqNK9Nm {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #dmmFMxnyCDC5pFlD2XTr0d2XBQaHBEwQ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #A8rdGM5dQ8niM51AcvcO0DSVV7w4sVGS {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #iTWMOPbMdTlSseigtE2zzfOIHJ6fEUSD {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #Eo4CJdi8LvBkwo0z5tJ3fzrx96DqtxPG {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TW9xg27ukbwCiATyvT87NOpMSgDqOkvN {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TKzWoXbqckypPNo8N7rZshG9hMuxP7PM {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #ZBNLOZpXOOmDVT9oOTsesVysXVaXZlkH {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #IIaD0f2qJ2nEIqORBqDD2ZHhckT2CSHp {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #h1hEZpss7QW7K2noPKyk7vBOkCr25lPs {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #HwySfTVStCkqqnXbuRlG84a6dqBBGKVn {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #WspuxUAR0RH5xdm0vCixSoL9hQH5RSgd {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #TEUXmM1dIEplkCBAMudHtBbMF60Jc8aZ {  }
 }@media only screen and (max-width: 763px) { #qT4ceT5BqSrGMVDLtoHIagv5vthVICPq #BHSe3ZQrxtl1PqcdAcFlxbWsetFDFvbE {  }
 }@media only screen and (max-width: 763px) { #J8w64wLckdLXf9p1UuVdqlqilkqXzhgX { display:block; }#J8w64wLckdLXf9p1UuVdqlqilkqXzhgX > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zoNDKiG02yLeFCKh8M5dBuwUk3afqbL5 { width:15.375rem;height:4.79980625rem;top:3.6875rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diu1KlebBEJFD6f739neIeiAicRwRARk { width:16.875rem;height:3.9375rem;top:9.875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-text {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-select {padding-top: 0; padding-bottom: 0;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru  { width:17.5rem;height:auto;top:16.25rem;left:0rem; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru {display:block;}#kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru { width:17.5rem;height:auto;top:16.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #rPncwKTHwtSuoKJvn6IVtdkAth72DdV2 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gv4vbuax7nXJhH1I0b8VncSgl2I7CGDc {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NQKy3PxC4864XcnU52PnlL7eTMVf2twU {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #w2mPCnLclvsV8cgTTxHCOZXytT4b2kGV {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #aUBVI71H3Mm6G2iIBrC1I3nagA1Asme3 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #KGmRSsdFZa63PhDFoBFyTCdhcSVdZ0gZ {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #gxr5LDPtTmFw2HJSNEAAcpAdrJBuJk2S {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Bd1ly6Wy4PF38324wuyZZ2HERKckTEcT {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #XawU9Dw93WBrU9Iq90EIeVTZCtO5GOGV {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #T2u4edN0PoNusn70rphDXuDXNHibB1Wy {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ATtvOVtuugTlNEJ4SQt4vg0ngKtSQ0l0 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #cyBGx7W68W93w2OtJC2xXeJ1yoDZi3Qq {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #mlpscMboyO6bPr2PbsTS1Ey09b7SOKrq {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #ve7BqA1g9sB4LQsWXam7TOOLNVXOFkZ8 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #HNdLLn2Kkg8vIUfcZrZQ3OPUnbv1sEDS {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #UGiMUMAVPuQy0kl6gmFb2FRBmJTaPJz7 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o6TBTci2SZz0cWDfwGdOwyWagg5BT34q {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #o51ywXXgdI48MWNTvsiAkze9nQQerZsh {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #riDpPMCXwWBC3nlrA1gOrIEKXgO7oRpp {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #n7yygqJT9IIDPn0yK3TMAT5FE9SspbSE {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #qbflMlft9CSXWTUAtScBGk0hLkMvsLp5 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #oLpGCg5JPJoSqFgE50oAqp3qPCOINUig {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FR6c9fBurxTJAzyVPxIknC5JeLwGr738 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nwsvNATCpJ56x7B1WZGgPX4T4dtwdhZS {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #NNuEnrLfkuAdUPX0rk8PC8B4M7P8Fr3T {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #Dppwc5cITS6cCqtin3c5nyimnbLvrE7Z {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #FrRlLloKf1ArGEEO3MWo8vSPALtpX01H {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #nPiD3JScKZtE1k3AFyBI0ayvrFP4Aom3 {  }
 }@media only screen and (max-width: 763px) { #kabQ9B7nuf0T53T42hrTRMeBKWxpp1Ru #DTzRtFRIq3KvituGKnkX9dGIKv44T8sq {  }
 }@media only screen and (max-width: 763px) { #O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU { display:block; }#O1JkoCbHJCzDNvkX0v4AhlDmOJpAADTU > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVwC6wWt1qQsbvEaUBcR8d4Nztm6hWzO { width:15.375rem;height:3.3125rem;top:3.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD27mlk7LcRCt1HTbn7DBAiQ0Z9ZehnO { width:16rem;height:1.05615rem;top:7.25rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LiLpZS1ziOihFoeOV2cV6XzRavuy2o { display:flex;width:0.9375rem;height:0.9375rem;top:7.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #eCkFM2vCSMntTTxFVs25ILJdeve9SDk1 { display:flex;width:0.9375rem;height:0.9375rem;top:7.3125rem;left:8.375rem; }
 }