.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,245,224;--color-primary-1:255,224,161;--color-primary-2:255,203,99;--color-primary-3:255,180,5;--color-primary-4:51,41,20;--color-secondary-0:239,255,232;--color-secondary-1:203,255,177;--color-secondary-2:150,255,99;--color-secondary-3:75,128,50;--color-secondary-4:23,38,15;--color-tertiary-0:255,255,255;--color-tertiary-1:102,102,102;--color-tertiary-2:51,51,51;--color-tertiary-3:45,41,41;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr { background-color:rgba(255,255,255,0.31);background-image:url("https://images.assets-landingi.com/uc/dbc022b8-d03b-4d49-af70-44967f59c8cc/HEDER5GRANDE.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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;display:block; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr.adaptive-delivery-prevent-bg, #izr5NtRVRciesTaxsoBQLPwId6sG6yJr.lazyload, #izr5NtRVRciesTaxsoBQLPwId6sG6yJr.lazyloading { background-image: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { background-color: transparent; background-image: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container > .video-iframe-container { display: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row > .video-iframe-container { display: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .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); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { border-width: 0; border-radius: 0; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { width:60rem;height:47.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#XZ3ryHu5oXC6kG9RyZFTO72EQG41PS7l { color:#333333;display:block;width:37.374125rem;position:absolute;font-family:"libre baskerville";font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:15.496962547303rem;left:0rem;height:7.6975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IFmtZfCNmhReIIsWWxHutrwdlyB0InGd { position:absolute;display:block;z-index:15006;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:2.8125rem;width:4.1875rem;top:7.3307294845581rem;left:0rem;overflow:hidden;display:none; }
#zLI0i7KOTbOk9TOOoduBd4JVIyCpMqgX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0620625rem;position:absolute;font-family:"inter tight";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.623916625976rem;left:0rem;height:2.92535rem;display:block; }
#d99SgeEwnZtq7QDPo7ahCW755GEcrUDL { box-sizing:content-box;height:0.125rem;width:37.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.061416625976rem;left:0rem;display:block; }
#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffcb63;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.243057250976rem;left:0rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3UGKLvDghLuuf16bBVeSQGE9T0QTqTm { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.811rem;width:13.811875rem;top:3.7977433204651rem;left:0rem;overflow:hidden;display:block; }
#HwfrOrJNve6FLxsCFd7pnpxBLcBMgSul { background-color:#ffcb63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.83) ;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4027775rem;height:1.90255875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:12.164713859558rem;left:0rem;display:block; }
#VnU8ygagVZOH9bARZqDbaG9T8Lg5Xd3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqzWVeGObdkCn2OdiU1UhHhSKxmLsMEe { background-color:rgba(248,243,239,0.67);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.243057250976rem;left:16.062282562256rem;display:block; }
#zURKNtHMmAXx9nZr5UPrwHePLkHIGz4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bas8KWhCRkurJucyfrHvETuqs5qd5oUf { background-color:rgba(248,243,239,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:36.942276000976rem;left:0rem;display:block; }
#rfTeD1JNkdf9XAKhUBKiTiyST8KlTaI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymyXbyExTtrnRuzEuxwcpkal6wS0GOz0 { background-color:rgba(248,243,239,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:36.942276000976rem;left:18.498264312744rem;display:block; }
#oWF0PHuVcNpbdkBFdlrxgTiqAZGa3ph1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSsFu6wLSnJDPeFaouy3XfBDyTxPGsrF { background-color:rgba(248,243,239,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.317277908325rem;left:0rem;display:block; }
#hyI0sTe7qykkWmNyNxRspsqweqgucvb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVw3aNMfGbmZE1x5nitOvAqxfraDXQk7 { background-color:rgba(248,243,239,0.8);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"inter tight";font-size:1rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:41.317277908325rem;left:18.498264312744rem;display:block; }
#P7XxWTxZ2xZPvKn9GEw7wGVOabULV4uL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOAunbe13gt9ScCsKQEZHmDFTPOtNx7X { box-sizing:content-box;height:11.1875rem;width:31.625rem;position:absolute;display:block;z-index:15004;background-color:#ffcb63;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.604820251465rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#Pbgg4nJEN6TWw2EDWBToLezczx0dJWJq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:11.1875rem;width:12.125rem;top:46.573352813721rem;left:21.004989624024rem;overflow:hidden;display:none; }
#rgyPkISIoWKLztAqip1N17Rx0OwmGJzp { color:rgba(var(--color-primary-4),1);display:block;width:20.5rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:50.6875rem;left:0.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MMqaIxOwnArqE9vBWRmzDuR26WDQkGb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:48.625rem;left:0.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WJCcap3kNk7hTzzUnmtbKsUngzdPvKMU { color:rgba(var(--color-primary-4),1);display:block;width:20.499125rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:52.875rem;left:0.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container { background-color: transparent; background-image: none; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container > .video-iframe-container { display: none; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row > .video-iframe-container { display: none; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .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); }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container { border-width: 0; border-radius: 0; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#uICuFngmXS0QZqWemKnNn4U6iwp8e6dG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:0.34375rem;left:54.9375rem; }
#uICuFngmXS0QZqWemKnNn4U6iwp8e6dG > img { max-width: 100%;max-height:100%; width:5.0625rem; height:5.0625rem; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container { background-color: transparent; background-image: none; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container > .video-iframe-container { display: none; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row > .video-iframe-container { display: none; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .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); }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container { border-width: 0; border-radius: 0; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:1.8125rem;width:60rem;position:relative;display:block; }#MUvk55IotN5708Slo2U6qkFlXa3tMcCC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:0.24956607818604rem;left:0rem;height:1.31185rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container { background-color: transparent; background-image: none; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container > .video-iframe-container { display: none; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row > .video-iframe-container { display: none; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .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); }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container { border-width: 0; border-radius: 0; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.6875rem;width:60rem;position:relative;display:block; }#Eb3bOt01ApIxMmbIVhunJHn0buFCJq5E { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:0.37239837646484rem;left:0rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container { background-color: transparent; background-image: none; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container > .video-iframe-container { display: none; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row > .video-iframe-container { display: none; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .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); }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container { border-width: 0; border-radius: 0; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#MaHMNDhvGA0G54CuVvVx77O2cUwTdhm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.5625rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqbioEGGcStTZNwktc7SKsFTbesg3upI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JL0FKcbiBaHKve5vksEz0lzgHXrUE5sF { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.375rem;left:31.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bn06VbI9xc3QZMUzhUgFgd9a4wQDacVc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.3745670318604rem;left:46.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTfWAvwpAOlWbxLtJPvZbtelhwEdwEM3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;filter: drop-shadow(0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2));top:2.4676647186279rem;left:31.591796875rem; }
#e2nJHT0qA63mxpxgXhiANCSTcvLLoLzd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:5.19965625rem;text-align:left;text-align-last:left;display:block; }
#o1g2vbkNo8ElLGqz578RNbPuz3UTHlfH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:16.5625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#DAB0cJ1Rq6PTySiZ2WClwVEia8vVHuzb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:31.5625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#Xdb2Cq3iLBICkcbrWmywreZ3mvewm1Uf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8745670318606rem;left:46.5625rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#DVa6CcfqKEC3hCrgGLLGteJz9IipiZWm { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15000;background-color:#ede5da;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:0.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dcQWfOgE3TIHDvdFidlVcT3qoQ6LAL7Z { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15001;background-color:#ede5da;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:15.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rdoIOcB3npIDz0ULtHrlpeWEwKWOqEiw { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15002;background-color:#ede5da;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:30.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dZwsBt5EIuXN09JZkmHoTWHi8OsJPtTi { box-sizing:content-box;height:13.4375rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ede5da;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:45.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#MvKGixtZvIXu4K7WVGmghUddmui93OP8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;filter: drop-shadow(0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2));top:2.4676647186279rem;left:16.5625rem; }
#fVmrrXOiKtiUaLxkiqQalrO0O7g81SLH { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;filter: drop-shadow(0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2));top:2.4676647186279rem;left:1.5625rem; }
#CuxTfw4uxG7TrpfezmE4skpap6q5Wblh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;filter: drop-shadow(0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2));top:2.4676647186279rem;left:46.5625rem; }
#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container { background-color: transparent; background-image: none; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container > .video-iframe-container { display: none; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row > .video-iframe-container { display: none; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .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); }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container { border-width: 0; border-radius: 0; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.375rem;width:60rem;position:relative;display:block; }#CFF4qDmwP92XxLCKXlK6lB8hReSCcEha { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.060115814209rem;left:0rem;height:1.31185rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container { background-color: transparent; background-image: none; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container > .video-iframe-container { display: none; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row > .video-iframe-container { display: none; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .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); }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container { border-width: 0; border-radius: 0; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.6875rem;width:60rem;position:relative;display:block; }#pBsVwcIRMgtQJ2NmcXIzyZyU3PievatO { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:0.37239837646484rem;left:0rem;height:2.99913125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F6ICWSbN5xui9X5smng29dToy5H2Cs63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container { background-color: transparent; background-image: none; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container > .video-iframe-container { display: none; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row > .video-iframe-container { display: none; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .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); }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container { border-width: 0; border-radius: 0; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.875rem;width:60rem;position:relative;display:block; }#VE5K3X36lZyEO5Q1zzk8Qbw1phTkUfRp { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.37239837646484rem;left:0rem;height:2.76041875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container { background-color: transparent; background-image: none; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container > .video-iframe-container { display: none; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row > .video-iframe-container { display: none; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .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); }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container { border-width: 0; border-radius: 0; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:60rem;position:relative;display:block; }#fv58MC4P2AEBVI3WXvIknyrlq6Dmehnq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:1.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScH2t3lKRApten8XqnoVpv6zR3sv3vGP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.121963500976rem;left:16.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e9mxz20RLLU38cT9mxg9oO73l970L1tT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8120625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.121963500976rem;left:31.592880249024rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ND6BdOK5MiHub4gO3ZLnm8fP4oKKyM3a { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.121963500976rem;left:46.5625rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oXET8JOaP4VZsqKXmQuA6l5fXDynAMeQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:1.5625rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#QyKQw9GnyolDnk151Mc4dTa370A9xOcq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:16.5625rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#fnS3FM8wiGlMVyRuZy7dGXDufudfP5KP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:31.5625rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#XWH0PMTrokpvESmKJnMc0SnofNTHcLqs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"inter tight";font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.060981750488rem;left:46.5625rem;height:2.43706875rem;text-align:left;text-align-last:left;display:block; }
#P8PBxTqzthQMXbTdnRmJ4oG4buVQuOwu { box-sizing:content-box;height:20.625rem;width:13.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.40625rem;left:0.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#T1utCSFypqV5ti7zhORM3VPZbm83Fgk3 { box-sizing:content-box;height:20.5625rem;width:13.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.40625rem;left:15.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#bv0DkI8JbqIGUsc2zuUDyG3TfdZl6TfZ { box-sizing:content-box;height:20.625rem;width:13.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:30.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#tNvJ9ugtfekMpcspTQ42XOebpqtaqfTp { box-sizing:content-box;height:20.625rem;width:13.4375rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:1.4064674377441rem;left:45.78125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D5eFRbXZd9vwOcAXtTiBrEWvvTyXBvrt { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.40625rem;left:0.78125rem;overflow:hidden;display:block; }
#MxZio5yJnT3TZXgBu7w2g3PxKZGAWmBC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.40625rem;left:15.78125rem;overflow:hidden;display:block; }
#b2L5FIRGNTfFEl39ksohzl7h4KgBLu4e { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.40625rem;left:30.78125rem;overflow:hidden;display:block; }
#PcEQP7tBBIoqbOHggzdWQ7tA28RP7M1C { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.40625rem;left:45.78125rem;overflow:hidden;display:block; }
#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container { background-color: transparent; background-image: none; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container > .video-iframe-container { display: none; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row > .video-iframe-container { display: none; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .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); }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container { border-width: 0; border-radius: 0; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:2.375rem;width:60rem;position:relative;display:block; }#FT00wpKCRpmhFJNBdGb55rxZV00suLop { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.060115814209rem;left:0rem;height:1.31185rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container { background-color: transparent; background-image: none; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container > .video-iframe-container { display: none; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row > .video-iframe-container { display: none; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .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); }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container { border-width: 0; border-radius: 0; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.0625rem;width:60rem;position:relative;display:block; }#pIlDpSf8kVkwqOvU5iHnpwGGg25TlwI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:0.37217903137207rem;left:0rem;height:2.99913125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container { background-color: transparent; background-image: none; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container > .video-iframe-container { display: none; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row > .video-iframe-container { display: none; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .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); }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container { border-width: 0; border-radius: 0; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;position:relative;display:block; }#TcTz0VCcKwON97LMIMcfFdGNzNOlgaRw { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.84375rem;left:1.0297317504882rem;height:4.140625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LFUtrBaZkfPd4SybCSdaMCd3sDhCUIrG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:25.186625rem;width:28.8748125rem;top:1.6547307968139rem;left:30.560981750488rem;overflow:hidden;display:block; }
#gFNou678WgUTpAndx0CSqisENpGTTIr1 { box-sizing:content-box;height:2.99913125rem;width:27.9373125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8986549377444rem;left:1.0297317504882rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#CrQy6cnd59rVDI4XLCKaMdZbobGkAd6b { box-sizing:content-box;height:2.99805rem;width:27.9373125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.273654937744rem;left:1.0297317504882rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EC9kwdkSf8q8fe6665c9DEWXo9UwT3Mg { box-sizing:content-box;height:2.99805rem;width:27.9373125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.898220062256rem;left:1.0980911254882rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.7081146240238rem;left:2.5rem;height:1.38020625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP li:before{  }
#WNpKEzatqpdT7hTsweQK0DRd2za5h8TB { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.083114624024rem;left:2.5rem;height:1.38020625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WNpKEzatqpdT7hTsweQK0DRd2za5h8TB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WNpKEzatqpdT7hTsweQK0DRd2za5h8TB li:before{  }
#LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.707683563233rem;left:2.5rem;height:1.38020625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz li:before{  }
#nbEEqkiawVZDxqEZG0goK3ViGUyEv2Dn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.600696563721rem;left:1.0297317504882rem;height:2.76041875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container { background-color: transparent; background-image: none; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container > .video-iframe-container { display: none; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row > .video-iframe-container { display: none; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .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); }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container { border-width: 0; border-radius: 0; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.75rem;width:60rem;position:relative;display:block; }#LG7Ga0hRmbAJG5RTSAKGDmFSU3hBaEJE { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:2.0620659589768rem;left:0rem;height:1.31185rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container { background-color: transparent; background-image: none; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container > .video-iframe-container { display: none; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row > .video-iframe-container { display: none; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .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); }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container { border-width: 0; border-radius: 0; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.0625rem;width:60rem;position:relative;display:block; }#T1V4Jcd6vc2tn4uvurSRtrc8a4TAVTw9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.56098079681396rem;left:0.125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container { background-color: transparent; background-image: none; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container > .video-iframe-container { display: none; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row > .video-iframe-container { display: none; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .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); }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container { border-width: 0; border-radius: 0; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#KQFutwXt2wxUsAtsi9XJmyplMlZt61Va { color:rgba(var(--color-primary-4),1);display:block;width:20.5rem;position:absolute;font-family:"inter tight";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9262161254881rem;left:3.5167083740234rem;height:2.15603125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMOkfiOybmJhuEv8xICAfhTkpPU9rPrL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:27.9373125rem;width:30.374375rem;top:1.0308160781861rem;left:25.685764312744rem;overflow:hidden;display:block; }
#pKyt34pUFX50MUl5f4bvIk2indDEqt3F { box-sizing:content-box;height:27.9375rem;width:54.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffcb63;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0308160781861rem;left:1.9064674377441rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#XGEHXPde2TEGMyVrldZag0Ot8turpcUF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.7161464691162rem;left:3.5188789367676rem;height:1.50065rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stCG1c22vwdmIrwRJSPmFJdn8PJhd1W2 { color:rgba(var(--color-primary-4),1);display:block;width:20.499125rem;position:absolute;font-family:"inter tight";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:12.081163406372rem;left:3.515625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vqgs7Ig2NDtcMyEsRXuH4qphQnXWlO2T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.337673187256rem;left:3.5145378112793rem;height:2.7604125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNOoK49oHZudpdvfIXuDnsQtvNsVL09G { background-color:rgba(248,243,239,0.67);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:11.624375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.165145874024rem;left:7.9513893127444rem;display:block; }
#rw3RrBrwGefhTuAbpQbkoHVGDayBkNsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container { background-color: transparent; background-image: none; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container > .video-iframe-container { display: none; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row > .video-iframe-container { display: none; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .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); }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container { border-width: 0; border-radius: 0; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#PGbbv3o3RP9uPOtaqJWi4cb9fp1BNfSw { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"libre baskerville";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:7.4153633117675rem;left:40.625rem;height:7.0865875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDHE1Q5w6OMeaRAP3Upz4DW6yQHHuw1P { color:#333333;display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:16.809894561767rem;left:40.625rem;height:6.8011875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IsAOAVJ428w92mB8ZNUUHe1eB35O8mLi { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:12.5rem;width:18.4375rem;top:3.2552089691162rem;left:0.78125rem;overflow:hidden;display:block; }
#Mh267Tmq54P9fKGD3rDMcDHnVahMwvtm { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:12.6875rem;width:18.4375rem;top:16.280384063721rem;left:0.78125rem;overflow:hidden;display:block; }
#ltDbOM9k51JRwx8Ath9nFlEGNigkaT9E { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:12.5rem;width:18.4375rem;top:29.972873687744rem;left:0.78125rem;overflow:hidden;display:block; }
#AXkTVCN0Tzy0WeT2pXGbNVrF68COlhps { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:12.6875rem;width:18.4375rem;top:3.0685768127441rem;left:20.78125rem;overflow:hidden;display:block; }
#DLaJE7IMxJFkVB6WqkIMgTiqvvRdIosM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:26.125rem;width:18.4375rem;top:16.280384063721rem;left:20.78125rem;overflow:hidden;display:block; }
#oKPDsDWyDD4fiW2eJZqL4D5PVdsS6JC7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ;height:12.625rem;width:18.4375rem;top:29.909942626953rem;left:40.78125rem;overflow:hidden;display:block; }
#ZeuITZAzmok8tvqyPnO0ezbMQ6HG0TzT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:5.4134101867676rem;left:40.625rem;height:1.31185rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L8Bvww5s8DfNLFPvfAqmTseSt3dlPTCK { background-color:#ffcb63;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.240451812744rem;left:40.78125rem;display:block; }
#O6H6Iy7tsc4hvAzbGHDT8UkIGN04B2xm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container { background-color: transparent; background-image: none; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container > .video-iframe-container { display: none; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row > .video-iframe-container { display: none; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .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); }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container { border-width: 0; border-radius: 0; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.75rem;width:60rem;position:relative;display:block; }#EZyDd2bCUwelsh9ayXIfIeQUPhgRQsgB { box-sizing:content-box;height:0.0618489375rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3415832519531rem;left:0rem;display:block; }
#UNzLyZmXb5sFVIEHpyTtSv13EovcO2lk { box-sizing:content-box;height:0.060763875rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3404846191406rem;left:41.25rem;display:block; }
#iKXOTO7mMzrm4kVzwFp7BHc1veLNmzbs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:0.9375rem;left:0rem;height:2.99913125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T48KSPgve77Fhld5cpbWosAuCuqnhSVO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container { background-color: transparent; background-image: none; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container > .video-iframe-container { display: none; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row > .video-iframe-container { display: none; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .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); }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container { border-width: 0; border-radius: 0; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#cwzZ8zTM2pMmyGNbwdlpsdJkKKG1vQuD { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#f8f3ef;background-image:none;box-shadow: 0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #decbae;border-left:0.125rem solid #decbae;border-right:0.125rem solid #decbae;border-bottom:0.125rem solid #decbae;top:2.9904537200927rem;left:3.6794700622559rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#i0BMFOaziN5TaF37XzMPDxpQFBvQr0Z7 { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#f8f3ef;background-image:none;box-shadow: 0.125rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #decbae;border-left:0.125rem solid #decbae;border-right:0.125rem solid #decbae;border-bottom:0.125rem solid #decbae;top:3rem;left:23.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zgHrbmihKBf8T2deLzxkV60zrGXUbBXo { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#f8f3ef;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #decbae;border-left:0.125rem solid #decbae;border-right:0.125rem solid #decbae;border-bottom:0.125rem solid #decbae;top:3rem;left:43.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TnIm5UgSJQokMlCQViS2V3XfEhgkemcs { color:rgba(var(--color-tertiary-4),1);display:block;width:2.87435rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.6875rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cST0ev7JqfAHCuTXJF2BbMFNh8irBv8b { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3120625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.75rem;left:6.5625rem;height:1.2999125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MMRaKCyE4ARTaiJOihthGhy1EOENIxsM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.311rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.75rem;left:26.75rem;height:1.2999125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k39oPBSpli3erfcEnKbfxH0S2RCqcOHN { color:rgba(var(--color-tertiary-4),1);display:block;width:2.87435rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.1875rem;left:23.875rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KitUWcwtDSm0FBBGe9WqS2c1x07O4yl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.87435rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:4.1875rem;left:43.875rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKz7ldDg2XrbpG2m8hr9lyATwSzGtc5E { color:rgba(var(--color-tertiary-4),1);display:block;width:9.311rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:4.2057294845581rem;left:46.748046875rem;height:1.2000875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#zghOcSFFiTlKNVFDQXGNNHx9muoyvCiR { box-sizing:content-box;height:0.060763875rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:6.8125rem;display:block; }
#XIS1BcOAzIUTT3TiOIwzerCQcKsQeeXn { box-sizing:content-box;height:0.0596788125rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:26.8125rem;display:block; }
#rO28TSSATt0NiOamrddQX5aMKgNw5ZME { box-sizing:content-box;height:0.05859375rem;width:6.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.0625rem;left:46.875rem;display:block; }
#d8UQ3mfNV6DA1unWrhhdxG2zzyVyafEV { color:rgba(var(--color-tertiary-4),1);display:block;width:9.311rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.1875rem;left:5.3125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrEt0sTuUTmmWu1c3wNZzziKTP39KqJi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4995625rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:24.25rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzxGyodtvRzh4E73vQiN6bxoS4yfbErx { color:rgba(var(--color-tertiary-4),1);display:block;width:9.311rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:8.1875rem;left:45.25rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mkEXDNsbNEqb0TavXivDcbRs3cSLSdRL { box-sizing:content-box;height:0.0618489375rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3415832519531rem;left:0rem;display:none; }
#h1pnhteunAh33HHVh4viwLe6Mu6KoV5t { box-sizing:content-box;height:0.0618489375rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3415832519531rem;left:0rem;display:none; }
#sCe6ZNzg30RBiyn2DlyBU2XB1XshW3aL { box-sizing:content-box;height:0.0618489375rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.3415832519531rem;left:0rem;display:none; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { 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/17a51204-b1c2-470a-af01-48a55fc9a836/b8ebb694af3260bd188f3829bacf6134.jpg");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; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.125rem;width:60rem;position:relative;display:block; }#eBOWyQr7UUG4ggcthu3hCdXHFcpWvB2r { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.625rem;top:9.125rem;left:0rem;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-form-header {  }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#000000;width:17.3125rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .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:#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:17.3125rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .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:17.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffcb63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#333333;width:17.3125rem;height:4rem;font-family:"open sans";overflow:hidden;line-height:1.6;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc [class*="-text"]:-moz-placeholder { color:#a19f9f;font-family:"inter tight";font-size:1rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc [class*="-text"]::-moz-placeholder { color:#a19f9f;font-family:"inter tight";font-size:1rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc [class*="-text"]:-ms-input-placeholder { color:#a19f9f;font-family:"inter tight";font-size:1rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc [class*="-text"]::-webkit-input-placeholder { color:#a19f9f;font-family:"inter tight";font-size:1rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .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; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-container:first-of-type{padding-top:0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-container:last-of-type{padding-bottom:0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.6911926269531rem;left:36.998046875rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.3125rem;display:block;vertical-align:top; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc {display:block;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.6911926269531rem;left:36.998046875rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #k1k1C2Un7ie9wtuORD2ySXHh6mDxQVgv { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #lQGUtuck2Fy0MA3XhiC4lZk5rlo2VNpA { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oMlCXXeCgHhCZ2SiklM9wTEuHwI8MU0d { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #BwPpHRfnTeNVNrAc3eGxTFT9pSeMJxbH { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #FgIul6ZSgXgyHRxp7IFglQIbQVaROJCM { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #uTDh2zZZcSPXf0HlAmuC7op9Fw30kwrz { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #laLykTpiTU2nuRG4U9KrlqiDAC6fFZPa { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #wgbh3lQ3dFDfLKblETMgTCwCORWB2VhB { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #KClTe4uXJVscvVUqXT4z60RL0uLf5UDN { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #eJUGtVn5uGnFfnBBrpb5kDmrSpS9W2zs { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #DcNl63NHC6HPFVPmLJCuK6TcVkmma8PZ { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #yM1BXOzPeOJqg8qdvI63iaBk9wkkZnZV { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #qTtTueJBBvGN0qemN57C58d8857CT90v { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #kcWOz0A6H0vfaJTFscnIUpc0XnD8qv4s { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #mma15licHqnX2sKx4pQN0pUNmQxu3ogZ { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #zbIoZ2G8mVEUcXp858u57t1JO7lbfZBd { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #c1Xcnx1xm16wzgoG7TSCCW0LuWBRQDDq { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #hJ3OOkppTo2yTJD6E2KMUu4T5Ncly7iK { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #AoLkVanvK7zTIu31GTFg2AxKpscU7yE9 { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Dat0vrO8vdNd4idSGssttB1utOGyz3JO { position:relative;display:none; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #iTZIa5vxxT3aVgEOVQeyJ5L7ENQDX2gl { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #n9D4CrfdGMVfUlcUvTDxiKpTrKQICgNC { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oGfit0JFfrRaSWqksTz5UDdFg8rfouWA { position:relative;z-index:2; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #H1EsA8rz2TFES5hIcwN3i1dEZufwb9oH { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #ZKlnAAXf93NT58Unip29Vv83hZ77EMsg { position:relative; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Ib7rhyZiNq86RgGdtgWdkV8yVI4lan18 { position:relative; }
#NmtG2mTzb8OKc7rnOL1msKbM8LDPPGtl { color:#333333;display:block;width:31.8120625rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.356771469116rem;left:5.2484817504883rem;height:5.24956875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZnmxnXg9mKAaKnophSKNKBApXh08J33 { box-sizing:content-box;height:0.125rem;width:29.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.179250717163rem;left:5.2484817504883rem;display:block; }
#Dot8BRKZN3iWusSkDXOaROQkdoTA6R0X { color:rgba(var(--color-tertiary-4),1);display:block;width:29.124375rem;position:absolute;font-family:"inter tight";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:20.480688095092rem;left:5.2484817504883rem;height:3.2487rem;font-style:italic;display:block; }
#XxFysNNvlLWzQEhq54EOK6KIeqDfOwaW { position:absolute;display:block;z-index:15001;background-color:rgba(237,229,218,0.89);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0) ;height:41.0625rem;width:57.1875rem;top:3.1684112548828rem;left:2.8125rem;display:block; }
#UUsmSTu84CxayxPGXky68Lz9nyvUZsfr { color:#000000;display:block;width:18.061rem;position:absolute;font-family:"libre baskerville";font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.9717864990234rem;left:38.466796875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UozqsxPH7ZQaquREQt3s629R6VXiOg4i { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:"inter tight";font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.542535781861rem;left:5.2484817504883rem;height:1.31185rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot { color:rgba(var(--color-tertiary-4),1);display:block;width:29.124375rem;position:absolute;font-family:"inter tight";font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:26.467016220092rem;left:5.2484817504883rem;height:5.72265625rem;font-style:italic;display:block; }#eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot li:before{  }
#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f3ef;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; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container { background-color: transparent; background-image: none; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container > .video-iframe-container { display: none; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row > .video-iframe-container { display: none; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .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); }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container { border-width: 0; border-radius: 0; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .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-0),1);background-image:none;vertical-align:top; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .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; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"inter tight"; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .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_eff05642f75ddcf428f7a7378a2b5ec3.svg");background-size:contain !important; }#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-trigger.adaptive-delivery-prevent-bg, #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-trigger.lazyload, #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-trigger.lazyloading { background-image: none; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs { box-sizing:content-box;height:auto;width:40.625rem;position:absolute;display:flex;flex-direction:column;gap:1.125rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;top:10.68359375rem;left:3.4952049255371rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #xHuNMC3U6WU68anmgrE5xNSmgT7Rrwig { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #KtNQG87fLnsykdl6TyyQmbA68zZBOOvG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #HQqBdpDBwhdLs1V4DvGZ8bORoFMCLuAP { display:block;position:relative; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #PpF3xTOHBG2GhIaVXioLVoEug5ovf3UU {  }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #qr8AT5aF8wibvACnNKBvzCtlQSWbnd1q {  }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #RF99nCkcIiPFPAhuiTcXfqHN6c9cTRgs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #dHxUshaMbDQcx6lTaMQgkLgRc3C0nL8s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Jdc3QaE83DxotnCwoJFtKVbzHkLSTd95 { display:block;position:relative; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #NsGtJrLod5BykimCFSGL9WmzDqBhObeT {  }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Tgt8T7Ku7Vl24TBrJigPSTv3RBBqU13A { display:none; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #v3ulp2T9uy3HVe1kZ9DVQAn0HvwanRdb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #iduxEW38epkTLUTmpy9BucRV6lsbxb32 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #pBhyraZi8sU1JR3IhsMH2HIZqJVD2qey { display:block;position:relative; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #IxJJzf9yOqcDEW1uul0d4VaVgFoTo8CK {  }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #elQu2xfuki4dooVdePnN6gMbW7HDuQ3A { display:none; }
#RPDWZxL45ZN1u1u22LfZFomRclmL4VHG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.625rem;top:9.125rem;left:0rem;display:block; }
#OLpRmOrQdIK0WyLr40yiATaEPEWKe7nl { color:#262d3c;display:block;width:60rem;position:absolute;font-family:"libre baskerville";font-size:2rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:2.1994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VGC7OTHCy5qf9U2ZAWUSpVpVyuisRsM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"inter tight";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:1.2999125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:block; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { background-color: transparent; background-image: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container > .video-iframe-container { display: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row > .video-iframe-container { display: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .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); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { border-width: 0; border-radius: 0; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#sFgD6Im2aLbAN0ioV89Q1iG3ECODRvAB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:14.3125rem;left:1.375rem;height:1.600475rem;text-align:left;text-align-last:left;display:block; }
#Oh6Ohazwp5L44q173K0tf6MgIVGJitwM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.536222457886rem;left:25rem;height:1.39865625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTPrmgQ7rssElV9EBep12f04IPoSRwhx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:16.181289672851rem;left:31.24271774292rem; }
#HTPrmgQ7rssElV9EBep12f04IPoSRwhx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:16.181289672851rem;left:33.623401641846rem; }
#Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:15.999298095703rem;left:36.312496185302rem; }
#Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#h99vO4O8It6GElcq0nvMHl3HgZSKL0u7 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:15.875rem;left:1.375rem;height:3.20095rem;text-align:left;text-align-last:left;display:block; }
#BfKzaftOappiD2qRabnSSVKWoTI5olIr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:5.25rem;left:1.375rem;height:6.4019rem;text-align:left;text-align-last:left;display:block; }
#VBR63bUkqSSUUAlhr1yZRCsExTweoTpW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:16.243789672851rem;left:28.4375rem; }
#VBR63bUkqSSUUAlhr1yZRCsExTweoTpW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:16.11789894104rem;left:25.061256408691rem; }
#Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LrmzyAZNtBNaNvH33DSMEf2CbopfQBNb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3114375rem;width:19.6235625rem;top:1.0564632415771rem;left:21.874111175537rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #izr5NtRVRciesTaxsoBQLPwId6sG6yJr { display:block; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ3ryHu5oXC6kG9RyZFTO72EQG41PS7l { width:37.3125rem;height:7.6875rem;top:15.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFmtZfCNmhReIIsWWxHutrwdlyB0InGd { width:4.1875rem;height:2.8125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLI0i7KOTbOk9TOOoduBd4JVIyCpMqgX { top:25.5625rem;left:0rem;width:33rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d99SgeEwnZtq7QDPo7ahCW755GEcrUDL { top:24rem;left:0rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.3125rem;height:3.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #N3UGKLvDghLuuf16bBVeSQGE9T0QTqTm { top:3.75rem;left:0rem;width:13.75rem;height:6.780487804878rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwfrOrJNve6FLxsCFd7pnpxBLcBMgSul { width:17.375rem;height:1.875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnU8ygagVZOH9bARZqDbaG9T8Lg5Xd3H { display:block; }
 }@media only screen and (max-width: 763px) { #eqzWVeGObdkCn2OdiU1UhHhSKxmLsMEe { width:11.625rem;height:3.4375rem;top:30.1875rem;left:9.9372825622556rem;display:block; }
 }@media only screen and (max-width: 763px) { #zURKNtHMmAXx9nZr5UPrwHePLkHIGz4S { display:block; }
 }@media only screen and (max-width: 763px) { #Bas8KWhCRkurJucyfrHvETuqs5qd5oUf { width:17.5rem;height:2.5rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTeD1JNkdf9XAKhUBKiTiyST8KlTaI0 { display:block; }
 }@media only screen and (max-width: 763px) { #ymyXbyExTtrnRuzEuxwcpkal6wS0GOz0 { width:17.5rem;height:2.5rem;top:36.9375rem;left:12.373264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWF0PHuVcNpbdkBFdlrxgTiqAZGa3ph1 { display:block; }
 }@media only screen and (max-width: 763px) { #NSsFu6wLSnJDPeFaouy3XfBDyTxPGsrF { width:17.5rem;height:2.5rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyI0sTe7qykkWmNyNxRspsqweqgucvb5 { display:block; }
 }@media only screen and (max-width: 763px) { #uVw3aNMfGbmZE1x5nitOvAqxfraDXQk7 { width:17.5rem;height:2.5rem;top:41.3125rem;left:12.373264312744rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7XxWTxZ2xZPvKn9GEw7wGVOabULV4uL { display:block; }
 }@media only screen and (max-width: 763px) { #WOAunbe13gt9ScCsKQEZHmDFTPOtNx7X { top:46.5625rem;left:0rem;width:31.625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbgg4nJEN6TWw2EDWBToLezczx0dJWJq { top:46.5625rem;left:14.879989624024rem;width:12.125rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyPkISIoWKLztAqip1N17Rx0OwmGJzp { width:20.4375rem;height:2.125rem;top:50.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMqaIxOwnArqE9vBWRmzDuR26WDQkGb4 { width:20.4375rem;height:1.5rem;top:48.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCcap3kNk7hTzzUnmtbKsUngzdPvKMU { width:20.4375rem;height:2.8125rem;top:52.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe { display:block; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uICuFngmXS0QZqWemKnNn4U6iwp8e6dG { top:0.3125rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
#uICuFngmXS0QZqWemKnNn4U6iwp8e6dG > img { max-width: 100%;max-height:100%; width:5.0625rem; height:5.0625rem; } }@media only screen and (max-width: 763px) { #agNoiSz4QrTGwPUuv6CTcy6llRlVd57K { display:block; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvk55IotN5708Slo2U6qkFlXa3tMcCC { width:47.75rem;height:1.25rem;top:0.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG { display:block; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb3bOt01ApIxMmbIVhunJHn0buFCJq5E { width:47.75rem;height:2.9375rem;top:0.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC { display:block; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaHMNDhvGA0G54CuVvVx77O2cUwTdhm9 { width:11.875rem;height:2.5625rem;top:5.3125rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqbioEGGcStTZNwktc7SKsFTbesg3upI { width:11.875rem;height:1.25rem;top:5.3125rem;left:11.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL0FKcbiBaHKve5vksEz0lzgHXrUE5sF { width:11.75rem;height:1.25rem;top:5.375rem;left:23.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn06VbI9xc3QZMUzhUgFgd9a4wQDacVc { width:11.875rem;height:2.5625rem;top:5.3125rem;left:35.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTfWAvwpAOlWbxLtJPvZbtelhwEdwEM3 { top:2.4375rem;left:23.935546875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2nJHT0qA63mxpxgXhiANCSTcvLLoLzd { top:7.9375rem;left:0.03125rem;width:11.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1g2vbkNo8ElLGqz578RNbPuz3UTHlfH { top:7.9375rem;left:11.96875rem;width:11.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAB0cJ1Rq6PTySiZ2WClwVEia8vVHuzb { top:7.8125rem;left:23.90625rem;width:11.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb2Cq3iLBICkcbrWmywreZ3mvewm1Uf { top:7.8125rem;left:35.84375rem;width:11.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVa6CcfqKEC3hCrgGLLGteJz9IipiZWm { top:1.375rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcQWfOgE3TIHDvdFidlVcT3qoQ6LAL7Z { top:1.375rem;left:10.4375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdoIOcB3npIDz0ULtHrlpeWEwKWOqEiw { top:1.375rem;left:22.375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwsBt5EIuXN09JZkmHoTWHi8OsJPtTi { top:1.375rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKGixtZvIXu4K7WVGmghUddmui93OP8 { top:2.4375rem;left:11.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVmrrXOiKtiUaLxkiqQalrO0O7g81SLH { top:2.4375rem;left:0.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuxTfw4uxG7TrpfezmE4skpap6q5Wblh { top:2.4375rem;left:35.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 { display:block; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFF4qDmwP92XxLCKXlK6lB8hReSCcEha { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 { display:block; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBsVwcIRMgtQJ2NmcXIzyZyU3PievatO { width:47.75rem;height:2.9375rem;top:0.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6ICWSbN5xui9X5smng29dToy5H2Cs63 { display:block; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE5K3X36lZyEO5Q1zzk8Qbw1phTkUfRp { width:47.75rem;height:2.75rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf { display:block; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv58MC4P2AEBVI3WXvIknyrlq6Dmehnq { width:11.875rem;height:1.25rem;top:16.0625rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScH2t3lKRApten8XqnoVpv6zR3sv3vGP { width:11.875rem;height:1.25rem;top:16.0625rem;left:11.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mxz20RLLU38cT9mxg9oO73l970L1tT { width:11.75rem;height:1.25rem;top:16.0625rem;left:23.936630249024rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND6BdOK5MiHub4gO3ZLnm8fP4oKKyM3a { width:11.875rem;height:1.25rem;top:16.0625rem;left:35.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXET8JOaP4VZsqKXmQuA6l5fXDynAMeQ { top:18rem;left:0.03125rem;width:11.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKQw9GnyolDnk151Mc4dTa370A9xOcq { top:18rem;left:11.96875rem;width:11.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnS3FM8wiGlMVyRuZy7dGXDufudfP5KP { top:18rem;left:23.90625rem;width:11.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWH0PMTrokpvESmKJnMc0SnofNTHcLqs { top:18rem;left:35.84375rem;width:11.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PBxTqzthQMXbTdnRmJ4oG4buVQuOwu { top:1.375rem;left:0rem;width:13.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1utCSFypqV5ti7zhORM3VPZbm83Fgk3 { top:1.375rem;left:10.4375rem;width:13.4375rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv0DkI8JbqIGUsc2zuUDyG3TfdZl6TfZ { top:1.375rem;left:22.375rem;width:13.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvJ9ugtfekMpcspTQ42XOebpqtaqfTp { top:1.375rem;left:34.3125rem;width:13.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5eFRbXZd9vwOcAXtTiBrEWvvTyXBvrt { top:1.375rem;left:0rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxZio5yJnT3TZXgBu7w2g3PxKZGAWmBC { top:1.375rem;left:10.4375rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5FIRGNTfFEl39ksohzl7h4KgBLu4e { top:1.375rem;left:23.875rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcEQP7tBBIoqbOHggzdWQ7tA28RP7M1C { top:1.375rem;left:34.3125rem;width:13.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E { display:block; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT00wpKCRpmhFJNBdGb55rxZV00suLop { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l { display:block; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlDpSf8kVkwqOvU5iHnpwGGg25TlwI6 { width:47.75rem;height:3rem;top:0.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K { display:block; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcTz0VCcKwON97LMIMcfFdGNzNOlgaRw { width:27.9375rem;height:5.5rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFUtrBaZkfPd4SybCSdaMCd3sDhCUIrG { top:1.625rem;left:18.875rem;width:28.8125rem;height:25.13227169224rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNou678WgUTpAndx0CSqisENpGTTIr1 { top:8.875rem;left:0rem;width:27.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrQy6cnd59rVDI4XLCKaMdZbobGkAd6b { top:13.25rem;left:0rem;width:27.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9kwdkSf8q8fe6665c9DEWXo9UwT3Mg { top:17.875rem;left:0rem;width:27.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP { width:25rem;height:1.375rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }#v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP li:before{  }
 }@media only screen and (max-width: 763px) { #WNpKEzatqpdT7hTsweQK0DRd2za5h8TB { width:25rem;height:1.375rem;top:14.0625rem;left:0rem;font-size:1.0625rem;display:block; }#WNpKEzatqpdT7hTsweQK0DRd2za5h8TB li:before{  }
 }@media only screen and (max-width: 763px) { #LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz { width:25rem;height:1.375rem;top:18.6875rem;left:0rem;font-size:1.0625rem;display:block; }#LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz li:before{  }
 }@media only screen and (max-width: 763px) { #nbEEqkiawVZDxqEZG0goK3ViGUyEv2Dn { width:27.9375rem;height:2.75rem;top:23.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD { display:block; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7Ga0hRmbAJG5RTSAKGDmFSU3hBaEJE { width:47.75rem;height:1.25rem;top:2rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti { display:block; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1V4Jcd6vc2tn4uvurSRtrc8a4TAVTw9 { width:47.75rem;height:4.0625rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D { display:block; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQFutwXt2wxUsAtsi9XJmyplMlZt61Va { width:20.5rem;height:2.125rem;top:9.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMOkfiOybmJhuEv8xICAfhTkpPU9rPrL { top:1rem;left:17.375rem;width:30.3125rem;height:27.880401988724rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKyt34pUFX50MUl5f4bvIk2indDEqt3F { top:1rem;left:0rem;width:47.75rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEHXPde2TEGMyVrldZag0Ot8turpcUF { width:20.5rem;height:1.5rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCG1c22vwdmIrwRJSPmFJdn8PJhd1W2 { width:20.4375rem;height:2.8125rem;top:12.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vqgs7Ig2NDtcMyEsRXuH4qphQnXWlO2T { width:20.5rem;height:2.75rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNOoK49oHZudpdvfIXuDnsQtvNsVL09G { width:11.5625rem;height:3.4375rem;top:23.125rem;left:1.8263893127441rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw3RrBrwGefhTuAbpQbkoHVGDayBkNsD { display:block; }
 }@media only screen and (max-width: 763px) { #JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS { display:block; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGbbv3o3RP9uPOtaqJWi4cb9fp1BNfSw { width:18.75rem;height:7.0625rem;top:7.375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDHE1Q5w6OMeaRAP3Upz4DW6yQHHuw1P { width:18.75rem;height:6.75rem;top:16.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAOAVJ428w92mB8ZNUUHe1eB35O8mLi { top:3.25rem;left:0rem;width:18.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh267Tmq54P9fKGD3rDMcDHnVahMwvtm { top:16.25rem;left:0rem;width:18.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltDbOM9k51JRwx8Ath9nFlEGNigkaT9E { top:29.9375rem;left:0rem;width:18.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXkTVCN0Tzy0WeT2pXGbNVrF68COlhps { top:3.0625rem;left:13.3125rem;width:18.4375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLaJE7IMxJFkVB6WqkIMgTiqvvRdIosM { top:16.25rem;left:13.3125rem;width:18.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPDsDWyDD4fiW2eJZqL4D5PVdsS6JC7 { top:29.875rem;left:29.1875rem;width:18.4375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuITZAzmok8tvqyPnO0ezbMQ6HG0TzT { width:18.75rem;height:1.25rem;top:5.375rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8Bvww5s8DfNLFPvfAqmTseSt3dlPTCK { width:18.4375rem;height:3.4375rem;top:24.1875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6H6Iy7tsc4hvAzbGHDT8UkIGN04B2xm { display:block; }
 }@media only screen and (max-width: 763px) { #w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum { display:block; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZyDd2bCUwelsh9ayXIfIeQUPhgRQsgB { top:2.3125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzLyZmXb5sFVIEHpyTtSv13EovcO2lk { top:2.3125rem;left:29rem;width:18.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iKXOTO7mMzrm4kVzwFp7BHc1veLNmzbs { width:47.75rem;height:2.9375rem;top:0.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48KSPgve77Fhld5cpbWosAuCuqnhSVO { display:block; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwzZ8zTM2pMmyGNbwdlpsdJkKKG1vQuD { top:2.9375rem;left:1.6169700622559rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BMFOaziN5TaF37XzMPDxpQFBvQr0Z7 { top:3rem;left:17.5rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHrbmihKBf8T2deLzxkV60zrGXUbBXo { top:3rem;left:33.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnIm5UgSJQokMlCQViS2V3XfEhgkemcs { width:2.8125rem;height:2.375rem;top:4.1875rem;left:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST0ev7JqfAHCuTXJF2BbMFNh8irBv8b { width:9.25rem;height:1.25rem;top:4.75rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRaKCyE4ARTaiJOihthGhy1EOENIxsM { width:9.25rem;height:1.25rem;top:4.75rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k39oPBSpli3erfcEnKbfxH0S2RCqcOHN { width:2.8125rem;height:2.375rem;top:4.1875rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitUWcwtDSm0FBBGe9WqS2c1x07O4yl2 { width:2.8125rem;height:2.375rem;top:4.1875rem;left:33.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKz7ldDg2XrbpG2m8hr9lyATwSzGtc5E { width:9.25rem;height:2.375rem;top:4.1875rem;left:36.435546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zghOcSFFiTlKNVFDQXGNNHx9muoyvCiR { top:7.0625rem;left:4.75rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XIS1BcOAzIUTT3TiOIwzerCQcKsQeeXn { top:7.0625rem;left:20.625rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rO28TSSATt0NiOamrddQX5aMKgNw5ZME { top:7.0625rem;left:36.5625rem;width:6.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #d8UQ3mfNV6DA1unWrhhdxG2zzyVyafEV { width:9.25rem;height:1.25rem;top:8.1875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrEt0sTuUTmmWu1c3wNZzziKTP39KqJi { width:11.4375rem;height:2.5625rem;top:8.1875rem;left:18.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxGyodtvRzh4E73vQiN6bxoS4yfbErx { width:9.25rem;height:2.5625rem;top:8.1875rem;left:34.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkEXDNsbNEqb0TavXivDcbRs3cSLSdRL { top:2.3125rem;left:0rem;width:18.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1pnhteunAh33HHVh4viwLe6Mu6KoV5t { top:2.3125rem;left:0rem;width:18.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCe6ZNzg30RBiyn2DlyBU2XB1XshW3aL { top:2.3125rem;left:0rem;width:18.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBOWyQr7UUG4ggcthu3hCdXHFcpWvB2r { width:31.5625rem;height:0.0625rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-regular-label { width:17.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-text { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-textarea { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc  { width:17.3125rem;height:35.5rem;top:5.6875rem;left:27.9375rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .radio-container { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc {display:block;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc { width:17.3125rem;height:35.5rem;top:5.6875rem;left:27.9375rem; }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #k1k1C2Un7ie9wtuORD2ySXHh6mDxQVgv {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #lQGUtuck2Fy0MA3XhiC4lZk5rlo2VNpA {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oMlCXXeCgHhCZ2SiklM9wTEuHwI8MU0d {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #BwPpHRfnTeNVNrAc3eGxTFT9pSeMJxbH {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #FgIul6ZSgXgyHRxp7IFglQIbQVaROJCM {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #uTDh2zZZcSPXf0HlAmuC7op9Fw30kwrz {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #laLykTpiTU2nuRG4U9KrlqiDAC6fFZPa {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #wgbh3lQ3dFDfLKblETMgTCwCORWB2VhB {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #KClTe4uXJVscvVUqXT4z60RL0uLf5UDN {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #eJUGtVn5uGnFfnBBrpb5kDmrSpS9W2zs {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #DcNl63NHC6HPFVPmLJCuK6TcVkmma8PZ {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #yM1BXOzPeOJqg8qdvI63iaBk9wkkZnZV {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #qTtTueJBBvGN0qemN57C58d8857CT90v {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #kcWOz0A6H0vfaJTFscnIUpc0XnD8qv4s {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #mma15licHqnX2sKx4pQN0pUNmQxu3ogZ {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #zbIoZ2G8mVEUcXp858u57t1JO7lbfZBd {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #c1Xcnx1xm16wzgoG7TSCCW0LuWBRQDDq {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #hJ3OOkppTo2yTJD6E2KMUu4T5Ncly7iK {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #AoLkVanvK7zTIu31GTFg2AxKpscU7yE9 {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Dat0vrO8vdNd4idSGssttB1utOGyz3JO {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #iTZIa5vxxT3aVgEOVQeyJ5L7ENQDX2gl {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #n9D4CrfdGMVfUlcUvTDxiKpTrKQICgNC {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oGfit0JFfrRaSWqksTz5UDdFg8rfouWA {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #H1EsA8rz2TFES5hIcwN3i1dEZufwb9oH {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #ZKlnAAXf93NT58Unip29Vv83hZ77EMsg {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Ib7rhyZiNq86RgGdtgWdkV8yVI4lan18 {  }
 }@media only screen and (max-width: 763px) { #NmtG2mTzb8OKc7rnOL1msKbM8LDPPGtl { width:31.75rem;height:5.1875rem;top:12.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnmxnXg9mKAaKnophSKNKBApXh08J33 { top:18.125rem;left:0rem;width:29.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot8BRKZN3iWusSkDXOaROQkdoTA6R0X { top:20.4375rem;left:0rem;width:29.0625rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxFysNNvlLWzQEhq54EOK6KIeqDfOwaW { width:47.75rem;height:41.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUsmSTu84CxayxPGXky68Lz9nyvUZsfr { width:18rem;height:1.75rem;top:4.9375rem;left:29.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozqsxPH7ZQaquREQt3s629R6VXiOg4i { width:18.75rem;height:1.25rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot { top:26.4375rem;left:0rem;width:29.0625rem;height:5.6875rem;font-size:1rem;display:block; }#eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot li:before{  }
 }@media only screen and (max-width: 763px) { #kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw { display:block; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs { display:flex;height:auto;width:27.8125rem;top:8.75rem;left:5.6248207092285rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #xHuNMC3U6WU68anmgrE5xNSmgT7Rrwig {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #KtNQG87fLnsykdl6TyyQmbA68zZBOOvG {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #HQqBdpDBwhdLs1V4DvGZ8bORoFMCLuAP {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #PpF3xTOHBG2GhIaVXioLVoEug5ovf3UU {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #qr8AT5aF8wibvACnNKBvzCtlQSWbnd1q {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #RF99nCkcIiPFPAhuiTcXfqHN6c9cTRgs {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #dHxUshaMbDQcx6lTaMQgkLgRc3C0nL8s {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Jdc3QaE83DxotnCwoJFtKVbzHkLSTd95 {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #NsGtJrLod5BykimCFSGL9WmzDqBhObeT {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Tgt8T7Ku7Vl24TBrJigPSTv3RBBqU13A {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #v3ulp2T9uy3HVe1kZ9DVQAn0HvwanRdb {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #iduxEW38epkTLUTmpy9BucRV6lsbxb32 {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #pBhyraZi8sU1JR3IhsMH2HIZqJVD2qey {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #IxJJzf9yOqcDEW1uul0d4VaVgFoTo8CK {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #elQu2xfuki4dooVdePnN6gMbW7HDuQ3A {  }
 }@media only screen and (max-width: 763px) { #RPDWZxL45ZN1u1u22LfZFomRclmL4VHG { width:31.5625rem;height:0.0625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLpRmOrQdIK0WyLr40yiATaEPEWKe7nl { width:47.75rem;height:;top:5.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGC7OTHCy5qf9U2ZAWUSpVpVyuisRsM6 { width:47.75rem;height:1.25rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO { display:block; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFgD6Im2aLbAN0ioV89Q1iG3ECODRvAB { top:14.3125rem;left:0rem;width:10.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6Ohazwp5L44q173K0tf6MgIVGJitwM { top:20.5rem;left:18.875rem;width:13.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPrmgQ7rssElV9EBep12f04IPoSRwhx { top:16.125rem;left:25.11771774292rem;width:1.875rem;height:1.875rem;display:block; }
#HTPrmgQ7rssElV9EBep12f04IPoSRwhx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE { top:16.125rem;left:27.498401641846rem;width:1.875rem;height:1.875rem;display:block; }
#Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ { top:15.9375rem;left:30.187496185302rem;width:2.1875rem;height:2.1875rem;display:block; }
#Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #h99vO4O8It6GElcq0nvMHl3HgZSKL0u7 { top:15.875rem;left:0rem;width:14.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfKzaftOappiD2qRabnSSVKWoTI5olIr { top:5.25rem;left:0rem;width:18.625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBR63bUkqSSUUAlhr1yZRCsExTweoTpW { top:16.1875rem;left:22.3125rem;width:1.875rem;height:1.875rem;display:block; }
#VBR63bUkqSSUUAlhr1yZRCsExTweoTpW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN { top:16.0625rem;left:18.936256408691rem;width:2.1875rem;height:2.1875rem;display:block; }
#Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LrmzyAZNtBNaNvH33DSMEf2CbopfQBNb { width:19.5625rem;height:13.270016394513rem;top:1rem;left:15.749111175537rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #izr5NtRVRciesTaxsoBQLPwId6sG6yJr { background-color:rgba(255,255,255,0.31);background-image:url("https://images.assets-landingi.com/uc/9aeebc18-bbc3-436a-a32e-2412c02847d2/7db26114fa13835bc32acfab5c3136e1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr.adaptive-delivery-prevent-bg, #izr5NtRVRciesTaxsoBQLPwId6sG6yJr.lazyload, #izr5NtRVRciesTaxsoBQLPwId6sG6yJr.lazyloading { background-image: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { background-color: transparent; background-image: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container > .video-iframe-container { display: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row > .video-iframe-container { display: none; }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .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); }#izr5NtRVRciesTaxsoBQLPwId6sG6yJr > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ3ryHu5oXC6kG9RyZFTO72EQG41PS7l { width:20rem;height:8.3984375rem;top:16.935764312744rem;left:0.062717020511625rem;text-align:center;text-align-last:center;font-size:2rem;color:#f8f3ef;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IFmtZfCNmhReIIsWWxHutrwdlyB0InGd { width:14.561625rem;height:9.6875rem;top:2.6595053672791rem;left:2.7180991768837rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zLI0i7KOTbOk9TOOoduBd4JVIyCpMqgX { width:20rem;height:3.8997375rem;top:27.686199188233rem;left:0rem;font-size:1rem;color:#f8f3ef;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d99SgeEwnZtq7QDPo7ahCW755GEcrUDL { width:18.75rem;height:0.0596788125rem;top:26.310764312744rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:17.1875rem;height:3.75rem;top:33.500001907349rem;left:1.4366319775581rem;font-size:1.25rem;font-family:"inter tight";display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #N3UGKLvDghLuuf16bBVeSQGE9T0QTqTm { width:13.75rem;height:6.780487804878rem;top:3.75rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwfrOrJNve6FLxsCFd7pnpxBLcBMgSul { width:20rem;height:1.875rem;top:13.185764312744rem;left:-0.062065780162811rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnU8ygagVZOH9bARZqDbaG9T8Lg5Xd3H { display:block; }
 }@media only screen and (max-width: 763px) { #eqzWVeGObdkCn2OdiU1UhHhSKxmLsMEe { width:17.1875rem;height:3.75rem;top:39.125001907349rem;left:1.4366319775581rem;font-size:1.25rem;font-family:"inter tight";display:block; }
 }@media only screen and (max-width: 763px) { #zURKNtHMmAXx9nZr5UPrwHePLkHIGz4S { display:block; }
 }@media only screen and (max-width: 763px) { #Bas8KWhCRkurJucyfrHvETuqs5qd5oUf { width:17.5rem;height:2.5rem;top:48.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfTeD1JNkdf9XAKhUBKiTiyST8KlTaI0 { display:block; }
 }@media only screen and (max-width: 763px) { #ymyXbyExTtrnRuzEuxwcpkal6wS0GOz0 { width:17.5rem;height:2.5rem;top:52rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWF0PHuVcNpbdkBFdlrxgTiqAZGa3ph1 { display:block; }
 }@media only screen and (max-width: 763px) { #NSsFu6wLSnJDPeFaouy3XfBDyTxPGsrF { width:17.5rem;height:2.5rem;top:55.75rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyI0sTe7qykkWmNyNxRspsqweqgucvb5 { display:block; }
 }@media only screen and (max-width: 763px) { #uVw3aNMfGbmZE1x5nitOvAqxfraDXQk7 { width:17.5rem;height:2.5rem;top:59.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7XxWTxZ2xZPvKn9GEw7wGVOabULV4uL { display:block; }
 }@media only screen and (max-width: 763px) { #WOAunbe13gt9ScCsKQEZHmDFTPOtNx7X { width:17.25rem;height:22.625rem;top:45.4375rem;left:1.375rem;background-color:rgba(255,203,99,0.91);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pbgg4nJEN6TWw2EDWBToLezczx0dJWJq { width:15.3125rem;height:14.0625rem;top:53.0625rem;left:2.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyPkISIoWKLztAqip1N17Rx0OwmGJzp { width:20rem;height:2.12456875rem;top:47.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MMqaIxOwnArqE9vBWRmzDuR26WDQkGb4 { width:20rem;height:1.31185rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WJCcap3kNk7hTzzUnmtbKsUngzdPvKMU { width:20rem;height:2.7625875rem;top:49.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe { display:block; }#OXfGJqNtKxcSwSxJfJL38MGdlG8lTIPe > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uICuFngmXS0QZqWemKnNn4U6iwp8e6dG { display:flex;width:3.625rem;height:3.625rem;top:0rem;left:16.375rem; }
#uICuFngmXS0QZqWemKnNn4U6iwp8e6dG > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; } }@media only screen and (max-width: 763px) { #agNoiSz4QrTGwPUuv6CTcy6llRlVd57K { display:block; }#agNoiSz4QrTGwPUuv6CTcy6llRlVd57K > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvk55IotN5708Slo2U6qkFlXa3tMcCC { width:18.75rem;height:1.22395625rem;top:1.2879791259766rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG { display:block; }#T1T0xMUye6fC5Bsl6TCcgEPIM1PL82yG > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb3bOt01ApIxMmbIVhunJHn0buFCJq5E { width:20rem;height:3.4982625rem;top:0.89083862304688rem;left:0.062500059604644rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC { display:block; }#QNPbcIloP4ntg77UZeEn1cVBPZPlR2OC > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaHMNDhvGA0G54CuVvVx77O2cUwTdhm9 { width:15.125rem;height:1.2999125rem;top:2.125rem;left:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqbioEGGcStTZNwktc7SKsFTbesg3upI { width:15.125rem;height:1.2999125rem;top:9.6875rem;left:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JL0FKcbiBaHKve5vksEz0lzgHXrUE5sF { width:15.125rem;height:1.2999125rem;top:16.6875rem;left:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bn06VbI9xc3QZMUzhUgFgd9a4wQDacVc { width:15.125rem;height:1.2999125rem;top:23rem;left:3.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTfWAvwpAOlWbxLtJPvZbtelhwEdwEM3 { display:flex;width:2.1875rem;height:2.1875rem;top:17.592233657837rem;left:0.74869793653488rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #e2nJHT0qA63mxpxgXhiANCSTcvLLoLzd { width:13.75rem;height:3.8997375rem;top:3.4212236404419rem;left:3.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1g2vbkNo8ElLGqz578RNbPuz3UTHlfH { width:15.125rem;height:2.599825rem;top:11.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAB0cJ1Rq6PTySiZ2WClwVEia8vVHuzb { width:15.125rem;height:2.599825rem;top:18.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb2Cq3iLBICkcbrWmywreZ3mvewm1Uf { width:13.1875rem;height:3.8997375rem;top:24.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVa6CcfqKEC3hCrgGLLGteJz9IipiZWm { width:18.75rem;height:6.25rem;top:1.6221790313721rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcQWfOgE3TIHDvdFidlVcT3qoQ6LAL7Z { width:18.75rem;height:6.25rem;top:8.6866321563719rem;left:0.43619793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdoIOcB3npIDz0ULtHrlpeWEwKWOqEiw { width:18.75rem;height:6.25rem;top:15.561414718628rem;left:0.43619793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZwsBt5EIuXN09JZkmHoTWHi8OsJPtTi { width:18.75rem;height:6.25rem;top:22.561851024628rem;left:0.43619793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKGixtZvIXu4K7WVGmghUddmui93OP8 { display:flex;width:2.1875rem;height:2.1875rem;top:10.717882156372rem;left:0.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #fVmrrXOiKtiUaLxkiqQalrO0O7g81SLH { display:flex;width:2.1875rem;height:2.1875rem;top:3.4223098754883rem;left:0.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #CuxTfw4uxG7TrpfezmE4skpap6q5Wblh { display:flex;width:2.1875rem;height:2.1875rem;top:24.546876907349rem;left:0.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 { display:block; }#p51wo5MmMMU84cEV4Q5PZSiBpHuBPm16 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFF4qDmwP92XxLCKXlK6lB8hReSCcEha { width:19.9375rem;height:1.22395625rem;top:1.2879791259766rem;left:5.9604644775391E-8rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 { display:block; }#VtgkeGVra7UTyGPupEZ1J2foUx24Luh9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBsVwcIRMgtQJ2NmcXIzyZyU3PievatO { width:18.75rem;height:3.4982625rem;top:0.89084243774412rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F6ICWSbN5xui9X5smng29dToy5H2Cs63 { display:block; }#F6ICWSbN5xui9X5smng29dToy5H2Cs63 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE5K3X36lZyEO5Q1zzk8Qbw1phTkUfRp { width:18.75rem;height:5.59895625rem;top:0.89084243774412rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf { display:block; }#ILa3QaiFIKbwmgbwdHRqETt57FWe03Lf > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fv58MC4P2AEBVI3WXvIknyrlq6Dmehnq { width:11.875rem;height:1.2999125rem;top:2.5rem;left:7.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ScH2t3lKRApten8XqnoVpv6zR3sv3vGP { width:11.875rem;height:1.2999125rem;top:9.5625rem;left:7.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e9mxz20RLLU38cT9mxg9oO73l970L1tT { width:11.875rem;height:1.2999125rem;top:17.25rem;left:7rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ND6BdOK5MiHub4gO3ZLnm8fP4oKKyM3a { width:11.875rem;height:1.2999125rem;top:24.5625rem;left:7.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXET8JOaP4VZsqKXmQuA6l5fXDynAMeQ { width:11.875rem;height:2.599825rem;top:3.8125rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QyKQw9GnyolDnk151Mc4dTa370A9xOcq { width:11.875rem;height:2.599825rem;top:11.25rem;left:7.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fnS3FM8wiGlMVyRuZy7dGXDufudfP5KP { width:12.561875rem;height:2.599825rem;top:18.5rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWH0PMTrokpvESmKJnMc0SnofNTHcLqs { width:11.875rem;height:2.599825rem;top:25.875rem;left:7.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8PBxTqzthQMXbTdnRmJ4oG4buVQuOwu { width:19.375rem;height:6.5rem;top:1.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1utCSFypqV5ti7zhORM3VPZbm83Fgk3 { width:19.375rem;height:6.5rem;top:8.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv0DkI8JbqIGUsc2zuUDyG3TfdZl6TfZ { width:19.375rem;height:6.5rem;top:15.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNvJ9ugtfekMpcspTQ42XOebpqtaqfTp { width:19.375rem;height:6.5rem;top:23.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5eFRbXZd9vwOcAXtTiBrEWvvTyXBvrt { width:6.5rem;height:6.5rem;top:1.1875rem;left:0.25rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxZio5yJnT3TZXgBu7w2g3PxKZGAWmBC { width:6.5rem;height:6.5rem;top:8.4375rem;left:0.25rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2L5FIRGNTfFEl39ksohzl7h4KgBLu4e { width:6.5rem;height:6.5rem;top:15.9375rem;left:0.25rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcEQP7tBBIoqbOHggzdWQ7tA28RP7M1C { width:6.5rem;height:6.5rem;top:23.3125rem;left:0.25rem;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E { display:block; }#LV9SiXOkZDFTAyhw935mTPTQ92Gh5d5E > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT00wpKCRpmhFJNBdGb55rxZV00suLop { width:18.75rem;height:1.22395625rem;top:1.4984807968139rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l { display:block; }#Xlyw7VpmapCJOPr2CpDwKQpZfAnoJf3l > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIlDpSf8kVkwqOvU5iHnpwGGg25TlwI6 { width:18.75rem;height:3.4982625rem;top:0.89084243774412rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K { display:block; }#kKyXBVq4U3M8V22wyRHieBZu1aQCBQ4K > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcTz0VCcKwON97LMIMcfFdGNzNOlgaRw { width:20rem;height:5.19965625rem;top:1.30859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LFUtrBaZkfPd4SybCSdaMCd3sDhCUIrG { width:19.375rem;height:16.875rem;top:24.653869628906rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNou678WgUTpAndx0CSqisENpGTTIr1 { width:20rem;height:2.9375rem;top:8.43275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrQy6cnd59rVDI4XLCKaMdZbobGkAd6b { width:20rem;height:2.9375rem;top:12.62025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC9kwdkSf8q8fe6665c9DEWXo9UwT3Mg { width:20rem;height:2.9375rem;top:16.80775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP { width:18.75rem;height:1.3997375rem;top:9.1998691558837rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }#v4cTGFoqxgWNduqwPu0WE2HcpuTDViyP li:before{  }
 }@media only screen and (max-width: 763px) { #WNpKEzatqpdT7hTsweQK0DRd2za5h8TB { width:18.75rem;height:1.48654375rem;top:13.344835281372rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#WNpKEzatqpdT7hTsweQK0DRd2za5h8TB li:before{  }
 }@media only screen and (max-width: 763px) { #LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz { width:18.75rem;height:1.48654375rem;top:17.532117843628rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }#LAGiVoJkIpqw94rAGur3pXD9KFQh86Iz li:before{  }
 }@media only screen and (max-width: 763px) { #nbEEqkiawVZDxqEZG0goK3ViGUyEv2Dn { width:20rem;height:2.599825rem;top:20.824645996094rem;left:-0.062499940395355rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD { display:block; }#E6gPeO09UeqKF6wuhfaNQE1mi7iV8ZcD > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7Ga0hRmbAJG5RTSAKGDmFSU3hBaEJE { width:18.75rem;height:1.22395625rem;top:1.5379638671875rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti { display:block; }#m7FnE6TNNDgtO9C6Hipvx3oigWTIlbti > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1V4Jcd6vc2tn4uvurSRtrc8a4TAVTw9 { width:18.75rem;height:6.9965rem;top:1.0948371887207rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D { display:block; }#exs91p2XcaU2rOi5cBBl6gwEQRh9dC1D > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQFutwXt2wxUsAtsi9XJmyplMlZt61Va { width:20rem;height:2.443575rem;top:23.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RMOkfiOybmJhuEv8xICAfhTkpPU9rPrL { width:18.499375rem;height:16.936875rem;top:3.5611972808838rem;left:0.74978297948838rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKyt34pUFX50MUl5f4bvIk2indDEqt3F { width:20rem;height:37.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGEHXPde2TEGMyVrldZag0Ot8turpcUF { width:20rem;height:1.3997375rem;top:22.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #stCG1c22vwdmIrwRJSPmFJdn8PJhd1W2 { width:20rem;height:3.18685rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Vqgs7Ig2NDtcMyEsRXuH4qphQnXWlO2T { width:20rem;height:2.599825rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DNOoK49oHZudpdvfIXuDnsQtvNsVL09G { width:16.436625rem;height:3.4375rem;top:33.3125rem;left:1.75rem;font-size:1.25rem;font-family:"inter tight";display:block; }
 }@media only screen and (max-width: 763px) { #rw3RrBrwGefhTuAbpQbkoHVGDayBkNsD { display:block; }
 }@media only screen and (max-width: 763px) { #JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS { display:block; }#JrE2dhrL0SBZBXD3aOM4rwcKEvpBNGDS > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGbbv3o3RP9uPOtaqJWi4cb9fp1BNfSw { width:20rem;height:4.87305rem;top:3.310546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yDHE1Q5w6OMeaRAP3Upz4DW6yQHHuw1P { width:19.6875rem;height:6.8011875rem;top:9.8057556152344rem;left:0.21809905767441rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IsAOAVJ428w92mB8ZNUUHe1eB35O8mLi { width:13.75rem;height:9.3125rem;top:23.437042236328rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh267Tmq54P9fKGD3rDMcDHnVahMwvtm { width:13.75rem;height:9.3125rem;top:36.625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltDbOM9k51JRwx8Ath9nFlEGNigkaT9E { width:13.75rem;height:9.4375rem;top:41.137155532837rem;left:3.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXkTVCN0Tzy0WeT2pXGbNVrF68COlhps { width:13.75rem;height:9.4375rem;top:51.256513595581rem;left:3.1250000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLaJE7IMxJFkVB6WqkIMgTiqvvRdIosM { width:13.75rem;height:19.3125rem;top:33.874328613281rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKPDsDWyDD4fiW2eJZqL4D5PVdsS6JC7 { width:13.75rem;height:9.4375rem;top:53.937286376953rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuITZAzmok8tvqyPnO0ezbMQ6HG0TzT { width:18.75rem;height:1.22395625rem;top:1.5071411132812rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L8Bvww5s8DfNLFPvfAqmTseSt3dlPTCK { width:13.75rem;height:3.4375rem;top:18.051208496094rem;left:3.1250000596046rem;font-size:1.25rem;font-family:"inter tight";display:block; }
 }@media only screen and (max-width: 763px) { #O6H6Iy7tsc4hvAzbGHDT8UkIGN04B2xm { display:block; }
 }@media only screen and (max-width: 763px) { #w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum { display:block; }#w66TZeAPQa6NneOTZ3qEkhDDqEnuXpum > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZyDd2bCUwelsh9ayXIfIeQUPhgRQsgB { width:15.625rem;height:0.0596788125rem;top:4.7044258117676rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzLyZmXb5sFVIEHpyTtSv13EovcO2lk { width:18.75rem;height:0;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXOTO7mMzrm4kVzwFp7BHc1veLNmzbs { width:20rem;height:2.69965rem;top:1.6866149902344rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48KSPgve77Fhld5cpbWosAuCuqnhSVO { display:block; }#T48KSPgve77Fhld5cpbWosAuCuqnhSVO > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwzZ8zTM2pMmyGNbwdlpsdJkKKG1vQuD { width:18.75rem;height:6.25rem;top:0.8125rem;left:0.5625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #i0BMFOaziN5TaF37XzMPDxpQFBvQr0Z7 { width:18.75rem;height:6.25rem;top:8.1875rem;left:0.5625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #zgHrbmihKBf8T2deLzxkV60zrGXUbBXo { width:18.75rem;height:6.25rem;top:15.5625rem;left:0.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TnIm5UgSJQokMlCQViS2V3XfEhgkemcs { width:2.8125rem;height:2.43706875rem;top:2rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST0ev7JqfAHCuTXJF2BbMFNh8irBv8b { width:9.2480625rem;height:1.2999125rem;top:2.5625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRaKCyE4ARTaiJOihthGhy1EOENIxsM { width:9.2480625rem;height:1.2999125rem;top:10.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k39oPBSpli3erfcEnKbfxH0S2RCqcOHN { width:2.8125rem;height:2.43706875rem;top:9.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KitUWcwtDSm0FBBGe9WqS2c1x07O4yl2 { width:2.8125rem;height:2.43706875rem;top:16.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKz7ldDg2XrbpG2m8hr9lyATwSzGtc5E { width:14.75rem;height:1.1002625rem;top:17.3125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zghOcSFFiTlKNVFDQXGNNHx9muoyvCiR { width:6.25rem;height:0;top:4.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIS1BcOAzIUTT3TiOIwzerCQcKsQeeXn { width:6.25rem;height:0;top:12.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO28TSSATt0NiOamrddQX5aMKgNw5ZME { width:6.25rem;height:0;top:19.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8UQ3mfNV6DA1unWrhhdxG2zzyVyafEV { width:9.2480625rem;height:1.2999125rem;top:4rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrEt0sTuUTmmWu1c3wNZzziKTP39KqJi { width:13.936625rem;height:2.599825rem;top:11.25rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzxGyodtvRzh4E73vQiN6bxoS4yfbErx { width:13.9375rem;height:2.599825rem;top:18.5rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkEXDNsbNEqb0TavXivDcbRs3cSLSdRL { width:6.25rem;height:0.05859375rem;top:2rem;left:3.375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #h1pnhteunAh33HHVh4viwLe6Mu6KoV5t { width:6.25rem;height:0.05859375rem;top:9.5625rem;left:3.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #sCe6ZNzg30RBiyn2DlyBU2XB1XshW3aL { width:6.25rem;height:0.05859375rem;top:16.75rem;left:3.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBOWyQr7UUG4ggcthu3hCdXHFcpWvB2r { width:12.5rem;height:0.05859375rem;top:11.556213378906rem;left:3.7500002980233rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-text {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-select {padding-top: 0; padding-bottom: 0;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"inter tight"; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc  { width:17.5rem;height:auto;top:27.624786376953rem;left:0rem; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc {display:block;}#pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc { width:17.5rem;height:auto;top:27.624786376953rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #k1k1C2Un7ie9wtuORD2ySXHh6mDxQVgv {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #lQGUtuck2Fy0MA3XhiC4lZk5rlo2VNpA {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oMlCXXeCgHhCZ2SiklM9wTEuHwI8MU0d {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #BwPpHRfnTeNVNrAc3eGxTFT9pSeMJxbH {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #FgIul6ZSgXgyHRxp7IFglQIbQVaROJCM {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #uTDh2zZZcSPXf0HlAmuC7op9Fw30kwrz {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #laLykTpiTU2nuRG4U9KrlqiDAC6fFZPa {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #wgbh3lQ3dFDfLKblETMgTCwCORWB2VhB {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #KClTe4uXJVscvVUqXT4z60RL0uLf5UDN {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #eJUGtVn5uGnFfnBBrpb5kDmrSpS9W2zs {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #DcNl63NHC6HPFVPmLJCuK6TcVkmma8PZ {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #yM1BXOzPeOJqg8qdvI63iaBk9wkkZnZV {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #qTtTueJBBvGN0qemN57C58d8857CT90v {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #kcWOz0A6H0vfaJTFscnIUpc0XnD8qv4s {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #mma15licHqnX2sKx4pQN0pUNmQxu3ogZ {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #zbIoZ2G8mVEUcXp858u57t1JO7lbfZBd {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #c1Xcnx1xm16wzgoG7TSCCW0LuWBRQDDq {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #hJ3OOkppTo2yTJD6E2KMUu4T5Ncly7iK {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #AoLkVanvK7zTIu31GTFg2AxKpscU7yE9 {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Dat0vrO8vdNd4idSGssttB1utOGyz3JO {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #iTZIa5vxxT3aVgEOVQeyJ5L7ENQDX2gl {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #n9D4CrfdGMVfUlcUvTDxiKpTrKQICgNC {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #oGfit0JFfrRaSWqksTz5UDdFg8rfouWA {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #H1EsA8rz2TFES5hIcwN3i1dEZufwb9oH {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #ZKlnAAXf93NT58Unip29Vv83hZ77EMsg {  }
 }@media only screen and (max-width: 763px) { #pD4xxpx9gpKTlHKZsmaURoOkTgwRtrCc #Ib7rhyZiNq86RgGdtgWdkV8yVI4lan18 {  }
 }@media only screen and (max-width: 763px) { #NmtG2mTzb8OKc7rnOL1msKbM8LDPPGtl { width:19.2480625rem;height:6.8261875rem;top:4.7580337524414rem;left:0.43728297948838rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VZnmxnXg9mKAaKnophSKNKBApXh08J33 { width:20rem;height:0;top:29.665367126465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot8BRKZN3iWusSkDXOaROQkdoTA6R0X { width:18.186875rem;height:3.8997375rem;top:12.205291748047rem;left:0.90603309869769rem;font-size:1rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxFysNNvlLWzQEhq54EOK6KIeqDfOwaW { width:20rem;height:64.0625rem;top:2.1842422485351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUsmSTu84CxayxPGXky68Lz9nyvUZsfr { width:17.9980625rem;height:1.58094375rem;top:26.810546875rem;left:0.99934905767444rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozqsxPH7ZQaquREQt3s629R6VXiOg4i { width:18.75rem;height:1.31185rem;top:3.3270416259766rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot { width:17.999125rem;height:8.12825rem;top:16.980682373047rem;left:1.0004341006279rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#eR6D2iR69O8VToDfGHuDJEq7Ad3JWhot li:before{  }
 }@media only screen and (max-width: 763px) { #kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw { display:block; }#kXn5cRdTm0LlX6MOW5PrQPRhbmoaqnZw > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-heading-text { font-size:1rem;height:auto; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs { display:flex;height:auto;width:16.997625rem;top:10.374278664589rem;left:0rem; }
#RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #xHuNMC3U6WU68anmgrE5xNSmgT7Rrwig {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #KtNQG87fLnsykdl6TyyQmbA68zZBOOvG {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #HQqBdpDBwhdLs1V4DvGZ8bORoFMCLuAP {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #PpF3xTOHBG2GhIaVXioLVoEug5ovf3UU {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #qr8AT5aF8wibvACnNKBvzCtlQSWbnd1q {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #RF99nCkcIiPFPAhuiTcXfqHN6c9cTRgs {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #dHxUshaMbDQcx6lTaMQgkLgRc3C0nL8s {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Jdc3QaE83DxotnCwoJFtKVbzHkLSTd95 {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #NsGtJrLod5BykimCFSGL9WmzDqBhObeT {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #Tgt8T7Ku7Vl24TBrJigPSTv3RBBqU13A {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #v3ulp2T9uy3HVe1kZ9DVQAn0HvwanRdb {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #iduxEW38epkTLUTmpy9BucRV6lsbxb32 {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #pBhyraZi8sU1JR3IhsMH2HIZqJVD2qey {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #IxJJzf9yOqcDEW1uul0d4VaVgFoTo8CK {  }
 }@media only screen and (max-width: 763px) { #RESC4tiinG7vGnZI0mOZptRxZ8y9bPRs #elQu2xfuki4dooVdePnN6gMbW7HDuQ3A {  }
 }@media only screen and (max-width: 763px) { #RPDWZxL45ZN1u1u22LfZFomRclmL4VHG { width:4.375rem;height:0.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLpRmOrQdIK0WyLr40yiATaEPEWKe7nl { width:20rem;height:4.19705rem;top:3.9993286132812rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VGC7OTHCy5qf9U2ZAWUSpVpVyuisRsM6 { width:20rem;height:1.21853125rem;top:2.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { background-color: transparent; background-image: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container > .video-iframe-container { display: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row > .video-iframe-container { display: none; }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .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); }#SVJ9BO1ToKnr3x8xZ9r7yE1pVJWihFxO > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFgD6Im2aLbAN0ioV89Q1iG3ECODRvAB { width:20rem;height:1.600475rem;top:11.387606620789rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oh6Ohazwp5L44q173K0tf6MgIVGJitwM { width:20rem;height:1.39865625rem;top:34.659790039062rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPrmgQ7rssElV9EBep12f04IPoSRwhx { width:1.875rem;height:1.875rem;top:26.186782836914rem;left:6.3742895722387rem;display:block; }
#HTPrmgQ7rssElV9EBep12f04IPoSRwhx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE { width:1.875rem;height:1.875rem;top:26.186782836914rem;left:8.9373221993444rem;display:block; }
#Mx5vFR7Hs2C9JfLiRrfQegFfs3urGuKE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ { width:2.1875rem;height:2.1875rem;top:26.0625rem;left:11.437322199344rem;display:block; }
#Pm2oKFkvXshL25sDRT2CPgnxGHdFp3oQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #h99vO4O8It6GElcq0nvMHl3HgZSKL0u7 { width:20rem;height:3.20095rem;top:12.930575370789rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfKzaftOappiD2qRabnSSVKWoTI5olIr { width:20rem;height:6.4019rem;top:16.85901927948rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBR63bUkqSSUUAlhr1yZRCsExTweoTpW { display:flex;width:1.875rem;height:1.875rem;top:29.278942108154rem;left:10.562322199344rem; }
#VBR63bUkqSSUUAlhr1yZRCsExTweoTpW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN { display:flex;width:2.1875rem;height:2.1875rem;top:29.122692108154rem;left:7.3112569451331rem; }
#Go8zbNkEtTlVHXwvTmOLtNeOxTMRi6TN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LrmzyAZNtBNaNvH33DSMEf2CbopfQBNb { width:16.25rem;height:11.25rem;top:0.89488601684569rem;left:1.8741121888161rem;display:block; }
 }