.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:245,233,226;--color-primary-1:223,181,159;--color-primary-2:191,107,63;--color-primary-3:96,54,32;--color-primary-4:29,16,9;--color-secondary-0:243,237,234;--color-secondary-1:216,195,186;--color-secondary-2:177,134,116;--color-secondary-3:89,67,58;--color-secondary-4:27,20,17;--color-tertiary-0:255,255,255;--color-tertiary-1:223,196,196;--color-tertiary-2:147,58,58;--color-tertiary-3:74,29,29;--color-tertiary-4:15,6,6;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s { 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/05ce0023-354a-466e-8710-b87687a41698/brunasenna003.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.adaptive-delivery-prevent-bg, #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.lazyload, #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.lazyloading { background-image: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { background-color: transparent; background-image: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container > .video-iframe-container { display: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row > .video-iframe-container { display: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .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); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { border-width: 0; border-radius: 0; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;position:relative;display:block; }#khuEQXEpFM7OeCxAX0FaO4Na5uVrQuU2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:0.375rem;left:33.968750953674rem;overflow:hidden;display:block; }
#cMTVLdOFy0hfsumfxq7hysOg58wC4Tui { color:rgba(var(--color-secondary-3),1);display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:6.467968940735rem;height:1.4625rem;display:block; }
#byJmkR0GrfcQOWdUh0Dk98HHv659FTff { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:"playfair display";font-size:3.75rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:12.91250038147rem;left:6.467968940735rem;height:6.75rem;font-style:normal;display:block; }
#nDi8EHGHU7mFHE7xqTuekkULRHIbfRvW { color:rgba(var(--color-secondary-3),1);display:block;width:24.6875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:26.125000953674rem;left:6.467968940735rem;height:5.75rem;display:block; }
#c3G0sLJ0ZzJFV8xXZNcuRopzLVytHaQE { color:rgba(var(--color-tertiary-2),1);display:block;width:31.375rem;position:absolute;font-family:"playfair display";font-size:4.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:19.66250038147rem;left:6.467968940735rem;height:4.625rem;font-style:italic;display:block; }
#fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:34.900001525879rem;left:35.875000953674rem; }
#fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r { 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/b951a668-67a9-4dcf-9a6d-9017bd3748fa/Prancheta2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.adaptive-delivery-prevent-bg, #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.lazyload, #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.lazyloading { background-image: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { background-color: transparent; background-image: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container > .video-iframe-container { display: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row > .video-iframe-container { display: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .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); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { border-width: 0; border-radius: 0; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#MaPWHH86laZk1niphgwPegTo8nDceKnE { color:rgba(var(--color-primary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:46.25rem;height:10.96875rem;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; }
#yew9lXbyD0vdzQLeTuwdfm1obUcM23vi { color:rgba(var(--color-primary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15rem;left:47rem;height:4.875rem;display:block; }
#q0Qnig3xn2Q1wNb9uZI8m6uentQa6bQL { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:0.1875rem;top:15.9375rem;left:46.25rem;display:block; }
#Ueg77CUneaKyHAuKrnims3Nf4g0zad03 { color:rgba(var(--color-primary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:21.4375rem;left:49.4375rem;height:1.875rem;display:block; }
#ASmI2GVxaa5oXcsrF0ZNkk9ROTGkX41x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15015;opacity:1;top:24.5625rem;left:47rem; }
#TV6eOzTFbt5drwK2rRMBkkMnsSn28aeP { color:rgba(var(--color-primary-3),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:24.5625rem;left:49.4375rem;height:1.875rem;display:block; }
#AHmQTvI9xMiRVxCqkvA1fvuSBn1lEec5 { z-index:15003;top:28.6875rem;left:46.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J6FR9I5Xn2BT2o7rLu8TJiV3hCnSLMze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8ZPOD6tvFraTHzxVUtMFK4BiKI10hw2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15016;opacity:1;top:21.4375rem;left:47rem; }
#iF7OQu8GdS1qSBZak0otgzssdObvIpOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container { background-color: transparent; background-image: none; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container > .video-iframe-container { display: none; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row > .video-iframe-container { display: none; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .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); }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container { border-width: 0; border-radius: 0; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#dJvpBUpAssAzmTsEVrSnBKAls1XqlAM8 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:4.9375rem;left:0rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALT2eDmPT2w8B03kF9nXoKTQ3hdWxW30 { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:7.4375rem;width:29.75rem;top:11.875rem;left:9.4375rem;display:block; }
#mqmxEQ4iiHbCDfMNiNT1bCklb1ZBdkC5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:26.0625rem;width:26.0625rem;top:11.875rem;left:42.0625rem;overflow:hidden;display:block; }
#l8wmVI1lc3QCfTzSVSDWGasxoUzsv8dT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:12.5rem;width:12.5rem;top:22.1875rem;left:56.1875rem;display:block; }
#o66gzN72NElO1A5oVlIBtReFpM9NQ4fS { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-1),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.9375rem;left:56.1875rem;display:block; }
#CVQInL3wIXpc7lOHR9RTNQp8mKyDAnMq { color:#666666;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:14.875rem;left:13.3125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nF79lluUg4XMGlmTzEb0Ah66zBiPZRZA { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.4375rem;left:13.3125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IWPIlvWqP0Oz4QnR6MDW8hOrb338mPvK { position:absolute;display:block;z-index:15001;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:12.4375rem;left:6.375rem;display:block; }
#MZSqatMXQZZG7C87trATl76sdCcUeuP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.5rem;left:7.4375rem; }
#AdPKEpn9sw1Ip3lQePMaCD9bXddSslOS { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:7.4375rem;width:29.75rem;top:21.1875rem;left:9.4375rem;display:block; }
#CB2qB1ZTVhkMXwJtarUk40QAxwFL4bMd { color:#666666;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:24.1875rem;left:13.3125rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h5FQ2Mqwbo7EDIguEyJo4VnsKzze60hu { position:absolute;display:block;z-index:15006;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:21.75rem;left:6.375rem;display:block; }
#aPwXBZWNMxJZADb07xEvRKU75eK9JzMX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.8125rem;left:7.4375rem; }
#PPl7yN78pksaN05VHB9IpL83xI6CdurD { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.75rem;left:13.3125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbDIEkXiMpU0V7Hl93zyxpOtWWp7yKvk { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:7.4375rem;width:29.75rem;top:30.5rem;left:9.375rem;display:block; }
#WKeWnfp3RrVsiTzc23r3ktdaNqeeGLyg { position:absolute;display:block;z-index:15011;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:31.0625rem;left:6.3125rem;display:block; }
#tCghSKgfCuOwcrTFq8bxvyRqzFmHLzz3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.125rem;left:7.375rem; }
#eUlQE6UGXfDPHA3wC2pbRce8UVL2bHpI { color:#666666;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:33.5rem;left:13.25rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xof4RR1sqUtDhIcMtxEM01B1ri0J20C7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:31.0625rem;left:13.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u4TcBompLBTzMoBUbATGhB1VMDoUkGTn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:1.375rem;left:0rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container { background-color: transparent; background-image: none; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container > .video-iframe-container { display: none; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row > .video-iframe-container { display: none; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .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); }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container { border-width: 0; border-radius: 0; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#FvEf0LudvUGH3JTG3MmquyezLhWz9IZe { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:7.4375rem;width:29.75rem;top:0.875rem;left:38.5625rem;display:block; }
#LbFzL99LXtrq8AuoxdU5gc3H9UIXDdV4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:25.6875rem;width:25.6875rem;top:0.875rem;left:6.8125rem;overflow:hidden;display:block; }
#fkx37WuQEVmCHbQKKxfqsGSX0EF0vUN3 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:12.5rem;width:12.5rem;top:10.0625rem;left:6.25rem;display:block; }
#FXHmXxJ3hiyGiafNCfmv3kQA97Ce0BgC { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-1),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:14.375rem;left:6.25rem;display:block; }
#X1yelnT5ek33cVZTJDG6nugzXuAFo4JB { color:#666666;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:3.5625rem;left:39.25rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nm0nXVdRh3odtsVESuJm9wZ1ocnqGK2k { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.5rem;left:39.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rn0aL9eM4V0nwDPKdleDGiOP285mxDS5 { position:absolute;display:block;z-index:15001;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:1.5rem;left:66rem;display:block; }
#kF4xLuJvfmySLUSP3Qy0xUzgmXzW0TDR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.5625rem;left:67.0625rem; }
#pPuCM233ev1ag1U304oLeFhH2oxsbKTL { position:absolute;display:block;z-index:15005;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:8.375rem;width:29.75rem;top:10.1875rem;left:38.5625rem;display:block; }
#s8FdnMUHgnnqq2aZ951CR626WBySuelP { color:#666666;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:12.875rem;left:39.25rem;height:5.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iQNpJRtkmLae35DDfA07DHZJTcca7D59 { position:absolute;display:block;z-index:15006;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:10.8125rem;left:66rem;display:block; }
#pz4r2BswgVgwItlLoKz6NkbCWoXTJrWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.875rem;left:67.0625rem; }
#flLUPg4pAeapiNsd8NxxsRKw4WtOQXFE { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#naGU0ByVEsrGkkEc1BTRNM3vUSFcQgGX { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;height:7.4375rem;width:29.75rem;top:19.5rem;left:38.5rem;display:block; }
#KmyCUNqMwSsPKy1RPVsUahgpKgCZFIkx { position:absolute;display:block;z-index:15011;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:20.1875rem;left:66rem;display:block; }
#BHDwBmLJD4MLZMuVU9nHMDhH2wAzPUs1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:21.1875rem;left:67.0625rem; }
#ZFiNnXD2hwCMXRA9cIGDuTAdFOMHzU19 { color:#666666;display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:22.1875rem;left:39.25rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TdMo8ahZKB0aWFN4c0NQ0ANgG29bGKRi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:20.1875rem;left:39.25rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLnLeEcEuUn9b9aBQ1GhAcoNovFcKcWz { z-index:15004;top:29.6875rem;left:28.0625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MQu2GNS4n7cKqI3zfPFa4GGFq587sBU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ { 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; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container { background-color: transparent; background-image: none; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container > .video-iframe-container { display: none; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row > .video-iframe-container { display: none; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .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); }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container { border-width: 0; border-radius: 0; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container { font-size:0.875rem;font-family:arial;height:113.125rem;width:75rem;position:relative;display:block; }#EBTL79tXu2duqVGHm86yT4OJOOlMtRff { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:5.6875rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:2.5rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OL4JO38lnxhkFbHm3SCbRFoPltZpmUGc { color:rgba(var(--color-primary-1),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1875rem;left:17.437499046326rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unEFCMsrcC9ceFwAV4Q6aZPOqO0Qcnpx { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.9375rem;top:20.5rem;left:7.25rem;display:block; }
#KHHT3pSNTDyCeHOIdsumEefcPdtr7yGX { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:27.5625rem;left:8.25rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7AFCSkw1AKLswAbPF207sc2nDcO60yA { color:#ffffff;display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:30.5rem;left:7.5rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxWqPop6a14BmVSiMXOvVRPgslTPidyy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.3125rem;left:14.3125rem; }
#ObQapIJm2vVTXWBkAu7cLk10FdkFQaNy { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:15.625rem;left:18rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdEZzD6TpDDOLQuNuW3fxwldgGWLpV0u { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.5rem;left:29.875rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvwThZgJ3x76MUeAEXe6yhbNkn1CcDAh { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:26.8125rem;left:29.0625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2kQwhg8BxvlM4GqQSW2mcOmwNCUXVps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.3125rem;left:35.125rem; }
#DMJaBnhcOH53k49SDQfHKMmzkAifGJTM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.9375rem;top:20.5rem;left:28.0625rem;display:block; }
#EkkELB8hxT2EyhEOZkWhmcRU18RaGKIy { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:30.5rem;left:50.6875rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gGn1Th24EGaGlVaRfpPke2nTzTQ0TCGB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:18.9375rem;top:20.5rem;left:48.8125rem;display:block; }
#hXEQqs2VOlIgVD4qlqMAaJ6LkznU2HPT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:27.5625rem;left:49.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oow8M6L2wBMEp0fVRDKOFOq60D344Cep { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.5rem;left:55.0625rem; }
#SaUSfJmBgxMbNibicbRNOEBoIWulaWhM { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:43.3125rem;top:15.25rem;left:15.8125rem;display:block; }
#ZRtAGO8Xs0X4QT27MvRqAxqTS2KcqM06 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),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:12.3125rem;top:37.6875rem;left:31.3125rem;display:block; }
#xwMT5g2l74iGig1x7JMbeXSmlkMXIW4o { color:rgba(var(--color-primary-2),1);display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.8125rem;left:15.8125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOqJXHuD4A3gtQsviHeGTxF5km5ATXcD { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"times new roman";font-size:3.125rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:6.8125rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPlvbRHdfW3HJ9ZiMg7P0s76f2SdDySA { color:rgba(var(--color-primary-3),0.5);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:13.1875rem;left:13.5rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HF4Mn5w0umWRmiyrAyy97fH1mt5Kghd8 { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.5625rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.3);top:7.625rem;left:14.3125rem;height:11.5625rem;display:block; }
#ELdqm30trn1XPvX3PUqQ9WzQG2RALWAO { color:rgba(var(--color-primary-3),0.5);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15027;line-height:.8;letter-spacing:0;top:38.875rem;left:13.0625rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#kkNDTn3I9o6lHvnMPmO3R1QwHTblbm11 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:41.3125rem;left:18rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4fTtTOCil7QiR9kTdeGtRZ2ROsw8XuA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:43.3125rem;top:40.9375rem;left:15.8125rem;display:block; }
#g2t3fqfd2OOLeUBqT9t8rTu0X1yITv5o { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.5625rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.3);top:33.3125rem;left:13.875rem;height:11.5625rem;display:block; }
#OqOiIPiD44BwyKuPZVWvdcu8FGHMzP07 { color:rgba(var(--color-primary-2),1);display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:44.5rem;left:15.8125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hx0Tu4w4DRrJeo4hQ1uq0o5xomBJrGyc { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:46.3125rem;left:7.25rem;display:block; }
#b08EZB6fnhpXrTx3ST5n1vB71puIPQCT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:47.4375rem;left:14.3125rem; }
#TVbQxCOXAxKGGIGFsyy14ms8V5e7kSSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:47.4375rem;left:35.125rem; }
#mo0RDsqQSL5HXK6bt4fhZ4PDg8Tq6P0h { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:53.0625rem;left:8.25rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVeTdbMnyuENcQoiTkdE0kI1q3oNJLwr { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:53.0625rem;left:29.0625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiIPLeapFWGchk405EvKZ3RPq80XNCZF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:53.0625rem;left:49.875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fli1H8zgaKw6q0eNOdPqyeP9UvTxQkPl { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:55.375rem;left:8.0625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sdf8Xch8CTEg2lpf2VqVxPsQ0frNoLaJ { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:55.375rem;left:28.9375rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JS3BzF02lpU6FsyPsfBL4TtRuAdvMCzC { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:55.375rem;left:50.6875rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTauBmE2IcdtEVnfdO6lbwtehPnURhfo { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-1),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:12.3125rem;top:61.737496376037rem;left:31.343750953674rem;display:block; }
#NT1W2FGMbeLxzxWxz3kg3lSs2whTlRll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7rem;width:7rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:46rem;left:54.8125rem; }
#s2R9yeeBnuTs2ScHI6J0r3r0pvhQ3vRS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:46.3125rem;left:28rem;display:block; }
#uoNszWKQWMMxpM2wbSHnF9ikL0nhzi06 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:46.3125rem;left:48.8125rem;display:block; }
#JkrEugQZm221MAE4ieTm0xDldQkx95E4 { color:rgba(var(--color-primary-3),0.5);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15045;line-height:.8;letter-spacing:0;top:62.875rem;left:13.0625rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#iqLlFTO2RXvL3LNf793fW3qi7SZ5IXD9 { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:43.3125rem;top:64.9375rem;left:15.8125rem;display:block; }
#BPv6LNwyARNG0ZZldvCym5mgIXqt9C5U { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.5625rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.3);top:57.3125rem;left:13.875rem;height:11.5625rem;display:block; }
#w2FlDS53kfLHZ0dJwmefZsKJwa7fFPpl { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:65.3125rem;left:18rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTMUfOJBQFXBbxkqRkOn3iOMBzVwPSe6 { color:rgba(var(--color-primary-2),1);display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:68.5rem;left:15.8125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqZgygLm56xTF79JRklgmMFbvgnCSaTq { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:70.3125rem;left:7.25rem;display:block; }
#ITHfdBwywkdTyBOeI8m3UCRFTpNZFZfF { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:70.3125rem;left:28rem;display:block; }
#wTr0N68Cn0ZDRcCSdZq1sn4iSTHIcWwv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:71.4375rem;left:14.3125rem; }
#FotgclBkBUMKMMfreCkfRbG5Dy8oSz9c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:71.4375rem;left:35.125rem; }
#JpQJ10wJVOc7piNNr8TtSzsXLC3Iwlz9 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.9375rem;top:70.3125rem;left:48.8125rem;display:block; }
#nhDnLA1Pyx8GlxP7pIpiM9fpcLVn13Fw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:71.25000190735rem;left:55.750000953674rem; }
#fU52WUL6eXJTUDJRKFsA8OBqQLnPBDki { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:77.0625rem;left:8.25rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnX9JL82TGfXDCDslGwkawwuW8QXnwRA { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:77.0625rem;left:29.0625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BweXyZdQq4AtpBTzMXFGGfltwQVCuQnz { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:77.06250190735rem;left:49.468750953674rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdl9kTBivMc8h7d50LGUM97BT1b6ZOJW { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:79.375rem;left:8.0625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MsRsQJw7vm7IH9kyGwJuv1FHXWHnG7cJ { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:79.375rem;left:28.9375rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gul3NvDEoeheLr4ZfNCp8Gr9Ir3tIKEy { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:79.37500190735rem;left:49.812500953674rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XP8bO2mkvsRpkXw0BZCdTt6Rd7xHPHUc { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-1),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:12.3125rem;top:85.75rem;left:31.375rem;display:block; }
#Qm70mRZ9JI6bKKAy8DannZqHOSMqvcFW { color:rgba(var(--color-primary-3),0.5);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15062;line-height:.8;letter-spacing:0;top:86.9375rem;left:13.0625rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NVO8IGTfXQ61BQHKQJ1oqylckhzokGP1 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:43.3125rem;top:89rem;left:15.8125rem;display:block; }
#tgsB72RBhdF67vzmXSMXJAtoWtngNRZv { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.5625rem;font-weight:700;z-index:15080;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.3);top:81.375rem;left:13.875rem;height:11.5625rem;display:block; }
#LEtTy1RnW9RmHBikFI57hmhooXyUdNZf { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:89.375rem;left:18rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4pMyh6bOA7WIceAmwboSF7x1rByo9Si { color:rgba(var(--color-primary-2),1);display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:92.5625rem;left:15.8125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTFRgeN2DrbrH3nffIIbINTdBq5P9LeM { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:18.9375rem;top:94.3125rem;left:17.625rem;display:block; }
#zD7uvl37RN5l81NHtUCJgWsMD8rRkHoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:95.4375rem;left:24.6875rem; }
#oNB4K8O58qNqp4LWfURqm6BIGtPf0IHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:95.4375rem;left:45.5rem; }
#OfZwtJ5IXJoF8G5cPHS8clO8ZNCW8T6c { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:101.0625rem;left:18.625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HD2nFgTp3WxXiaDHpH4nO9eVo5IwXZ1P { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.5625rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:101.8125rem;left:39.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jt3uw9yb1HM9bTVIiffISF89ZwsprOgW { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:104.8125rem;left:19.5625rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6xlExnKkOzezP282eIX1iGAkQd9mXpv { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:104.8125rem;left:39.3125rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNU3sbB1VrJoOIe7EktOVVw0bLf8ZAkq { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-1),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:12.3125rem;top:111.04922294617rem;left:31.343750953674rem;display:block; }
#bUfmr8bDBqwgAKNPN7p9BmyCIaUsFxLP { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:18.9375rem;top:94.3125rem;left:38.4375rem;display:block; }
#zXa3itz7NEXHq5UxArxfeC5BECifM6sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container { background-color: transparent; background-image: none; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container > .video-iframe-container { display: none; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row > .video-iframe-container { display: none; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .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); }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container { border-width: 0; border-radius: 0; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#voJIhq3EKcsNscJA2yHxlM4CsAmtq9Tq { color:rgba(var(--color-secondary-0),1);display:block;width:32.5rem;position:absolute;font-family:"playfair display";font-size:4.0625rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:2.8125rem;left:8.5rem;height:6.5rem;font-style:normal;display:block; }
#NgFV7QhVKB7IkJ9H2WixgVTNhSpmRu3R { color:rgba(var(--color-secondary-0),1);display:block;width:28.0625rem;position:absolute;font-family:"playfair display";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:10.375rem;left:8.5rem;height:3.75rem;font-style:normal;display:block; }
#WdHRg2LqkpCmLBRu7haiekTw8dQ19XKw { color:rgba(var(--color-secondary-0),0.5);display:block;width:4.4375rem;position:absolute;font-family:"playfair display";font-size:11.25rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:1rem;left:3.4375rem;height:9rem;font-style:normal;display:block; }
#mNeaQnQa0lFrsyfNdFxQwk6wvBv7V5D2 { color:rgba(var(--color-secondary-0),0.5);display:block;width:8.1875rem;position:absolute;font-family:"playfair display";font-size:3.4375rem;font-weight:400;z-index:15011;line-height:.8;letter-spacing:0;top:13.0625rem;left:34rem;height:2.75rem;font-style:normal;display:block; }
#HnoSPGDmO1xbOKVoKUWHxlJxGhRrMCOE { z-index:15004;top:7.1875rem;left:42.1875rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lizdfR7WdBy7oo6SaHrIs3RZ0I83f95D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container { background-color: transparent; background-image: none; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container > .video-iframe-container { display: none; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row > .video-iframe-container { display: none; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .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); }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container { border-width: 0; border-radius: 0; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#AdMCUfNDQaWd69meJP142cglxTtxrJEX { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.4375rem;top:2.1875rem;left:-12.3125rem;display:block; }
#I7ztoyO4WA5o6OVMkQnwgiLk12RAzpAf { color:rgba(var(--color-tertiary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15002;line-height:.8;letter-spacing:0;top:2.75rem;left:1.25rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z6BcfyJFFyX3sq1LQc7o5Vx8UCElBhZB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:27.8125rem;top:5.40625rem;left:44.375000953674rem;overflow:hidden;display:block; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .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;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .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; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1); }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1); }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .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_802202753fba818af39a500b2bbff539d2804367.svg");background-size:contain !important; }#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-trigger.adaptive-delivery-prevent-bg, #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-trigger.lazyload, #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-trigger.lazyloading { background-image: none; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM { box-sizing:content-box;height:auto;width:41.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.1875rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #A47eNH7x10lmHzBPOCuxU6zFsMMF1u8J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #n3B9aCeOUZvQc6tB5So2tn6iGV8wxRnW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #TwXiqPFcbuKtQVnMM54Az3z5IBBdRXwo { display:block;position:relative; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Vxb10hOpX9raFQrcVh0QertJUNBQHZFe {  }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hUkz0Ew4hu7vowXT6C863uAI1k9IEUFW {  }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #vqOnaAQw13AXs4Jeocr6cKkbnPROpl9U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #OomphcQP4nOwp3mftdkiTpeoKC0qGR17 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #NhXxnBRf0aJGI8UpXk7p0Cxp34KKp3Vu { display:block;position:relative; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #MNDQgyHktWiD64QEnszAyEkqfWlKUgGb {  }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hKJZqZJaahKe7815FpCEeLy49sbDw2TT { display:none; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #GInuoIEWTpzymtdnDTN4qpcvfXVbe6IH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JiiVgTUKzhppcIq6FqzGlm7XTiTkBfCp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JukuuvsIOlwOMQP0vCT1qznNZmI27QN7 { display:block;position:relative; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #cPfvH1lShbg1TmNOk5qQvnLasMxvUcJI {  }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hH0z2uibb1pQAap8irzaDAHp79Bh4WxW { display:none; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #PccShX9ao1PLJPsHHZveyxyFZTpLW6IK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Xr018vo2TFouaxCnHzAxtT6rX9niCxa0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #ZAkf10sCmLcxD78qh35h30lElgrhk89l { display:block;position:relative; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #XVKrMly3mVxNicwqV08WZtyGmIQEdw6F {  }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Ayqn5zk4xiV7nb8DasnJcT8mcNX1Ccc0 { display:none; }
#TMHzQokQ4u6fXTBzRdT0RbtlPFPciqB2 { color:rgba(var(--color-tertiary-2),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.6375002861023rem;left:6.749218940735rem;height:1.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container { background-color: transparent; background-image: none; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container > .video-iframe-container { display: none; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row > .video-iframe-container { display: none; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .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); }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container { border-width: 0; border-radius: 0; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#tCpQ93HKsQ5mTqi9yLvv5UFNWPXfEtct { color:rgba(var(--color-secondary-0),1);display:block;width:28.8125rem;position:absolute;font-family:"playfair display";font-size:3.3125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2rem;left:34.5625rem;height:9.9375rem;font-style:normal;display:block; }
#lGZTlcCvJl8xThTu99gLSq1dEOgGKUTg { color:rgba(var(--color-secondary-0),1);display:block;width:28.0625rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:12.5625rem;left:34.5625rem;height:1.5625rem;font-style:normal;display:block; }
#f4G699ZJa2x8HfMzhEmXtTqsfoD8oltu { color:rgba(var(--color-secondary-0),0.5);display:block;width:4.4375rem;position:absolute;font-family:"playfair display";font-size:11.25rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:1.5rem;left:29.5625rem;height:9rem;font-style:normal;display:block; }
#ed8Dg1qzCoLTA26nlLzaEZxhlzixWioe { color:rgba(var(--color-secondary-0),0.5);display:block;width:8.1875rem;position:absolute;font-family:"playfair display";font-size:3.4375rem;font-weight:400;z-index:15011;line-height:.8;letter-spacing:0;top:12.5625rem;left:55.75rem;height:2.75rem;font-style:normal;display:block; }
#b0Ph4EJ7CKTRMULDgOGEPmH4xltkZUkE { z-index:15004;top:7.092968940735rem;left:3.5rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#R1vim5zK837EwAfrzy91kaylmJOT8I6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o21KThCT7l32tTxMlWFnz2IphVZTFClb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container { background-color: transparent; background-image: none; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container > .video-iframe-container { display: none; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row > .video-iframe-container { display: none; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .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); }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container { border-width: 0; border-radius: 0; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#nyi5KmnsnZQGyUBQVqwWFkmfZs3Iw69M { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4218750530854rem;left:7.5rem;height:7.9619375rem;text-align:center;text-align-last:center;display:block; }
#bT8iy9FkstQ0DKGc5fqTRyqFoeoorILQ { color:rgba(var(--color-tertiary-1),0.15);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bt2cnIM706WbxaPpnxc9dqTxdS4VcwkK { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:19.8125rem;left:1.3125rem;display:block; }
#EWopPnrPCPADehGnAUAc38TzPuCSDt6p { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:21.0625rem;left:2.375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQl9rfvNvCBzLnWdUrV6xTsXQ6082P1U { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.125rem;left:8.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZsyJZWy9VTqtJ3uNAwcUuR0V7HTUi4Z { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.125rem;left:32.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6tRGN5XqyRUcehAl6h4EvRez7n5O9sA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:34.125rem;left:57.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sApZ9hfcTz9uXFLItF77hHRfNrLgpKi2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:19.8125rem;left:25.9375rem;display:block; }
#R2XIGZfU3In5TB1zWoJHnn0N9CRvahiV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:19.8125rem;left:50.5rem;display:block; }
#foToqeCIKNRZe1h2BHIougWu8xAmFJMo { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:22.46875rem;left:27rem;height:8.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoCrahHSOrmQzVCA2gUO04BCmac1ZXPm { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:20.59375rem;left:51.5625rem;height:12.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container { background-color: transparent; background-image: none; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container > .video-iframe-container { display: none; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row > .video-iframe-container { display: none; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .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); }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container { border-width: 0; border-radius: 0; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#qhL69ldIczMBCQJNHZNZE0eka1BmpqDc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:3rem;left:1.375rem;display:block; }
#coSrpXddZJAi7fr3fcTToHqrw2c3721h { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:4.25rem;left:2.4375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaDof3bgh8hTRcsCzD6KfxTZP89tDCnO { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJu6kXXc0zVZTOnhekPKCFxA3Kw2gadE { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.3125rem;left:32.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGG4TRy47emVxr0mxngm7RZMalnpSmPB { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:57.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAFau2agknU8eoVgRLmfNboqUiaTH7Ty { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:3rem;left:26rem;display:block; }
#S4UxToTTePJSfXktIcPFI149ggIisTpX { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:13.8125rem;width:23.125rem;top:3rem;left:50.5625rem;display:block; }
#sylH8ziRTHSg12c7TI6d55GC0Bf5IDWg { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:4.9375rem;left:27.0625rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0TX3TMT4WsTcmMmV6LoLOOv9GsLCWAB { color:rgba(var(--color-tertiary-3),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:4.625rem;left:51.625rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container { background-color: transparent; background-image: none; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container > .video-iframe-container { display: none; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row > .video-iframe-container { display: none; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .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); }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container { border-width: 0; border-radius: 0; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#hAnI0q3f7h0hwEor8y6NIAXinEPNJ8A8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.9375rem;left:35.5625rem;display:block; }
#Zo97neBlElwmINA4Zwc6V2CqAff6W9GV { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.9375rem;left:31.9375rem;display:block; }
#VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq { 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:15016;top:1.5rem;left:32.5rem; }
#VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW { 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:15017;top:1.5rem;left:36.125rem; }
#q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ybuXCgRAmW4O3JUbWDz8XK5qWGdNhnZd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.9375rem;left:39.1875rem;display:block; }
#IWv5miECQpw7udkHKISRIAvV4fUwC98d { 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:2rem;width:2rem;top:1.4375rem;left:39.6875rem;overflow:hidden;display:block; }
#eSDxOtqZTcEX936gam8Rv5dCurfPTITS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:0.8125rem;left:61.75rem; }
#eSDxOtqZTcEX936gam8Rv5dCurfPTITS > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#yTf2Xh6MAytyQFKGKRmtJqWxLTgCQtdb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:10rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s { display:block; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEQXEpFM7OeCxAX0FaO4Na5uVrQuU2 { top:0.375rem;left:20.343750953674rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTVLdOFy0hfsumfxq7hysOg58wC4Tui { top:10.875rem;left:0rem;width:30.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byJmkR0GrfcQOWdUh0Dk98HHv659FTff { top:12.875rem;left:0rem;width:32.5rem;height:6.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDi8EHGHU7mFHE7xqTuekkULRHIbfRvW { top:26.125rem;left:0rem;width:24.6875rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3G0sLJ0ZzJFV8xXZNcuRopzLVytHaQE { top:19.625rem;left:0rem;width:31.375rem;height:4.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG { top:34.875rem;left:22.250000953674rem;width:3.25rem;height:3.25rem;display:block; }
#fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r { display:block; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaPWHH86laZk1niphgwPegTo8nDceKnE { top:3.4375rem;left:20.8125rem;width:26.9375rem;height:10.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yew9lXbyD0vdzQLeTuwdfm1obUcM23vi { top:15rem;left:26.375rem;width:21.375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0Qnig3xn2Q1wNb9uZI8m6uentQa6bQL { top:15.9375rem;left:25.8125rem;width:0.1875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueg77CUneaKyHAuKrnims3Nf4g0zad03 { top:21.4375rem;left:26.375rem;width:21.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASmI2GVxaa5oXcsrF0ZNkk9ROTGkX41x { top:24.5625rem;left:26.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV6eOzTFbt5drwK2rRMBkkMnsSn28aeP { top:24.5625rem;left:26.375rem;width:21.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHmQTvI9xMiRVxCqkvA1fvuSBn1lEec5 { top:28.6875rem;left:24rem;width:23.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FR9I5Xn2BT2o7rLu8TJiV3hCnSLMze { display:block; }
 }@media only screen and (max-width: 763px) { #r8ZPOD6tvFraTHzxVUtMFK4BiKI10hw2 { top:21.4375rem;left:26.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF7OQu8GdS1qSBZak0otgzssdObvIpOD { display:block; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJvpBUpAssAzmTsEVrSnBKAls1XqlAM8 { width:47.75rem;height:1.125rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALT2eDmPT2w8B03kF9nXoKTQ3hdWxW30 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmxEQ4iiHbCDfMNiNT1bCklb1ZBdkC5 { top:11.875rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wmVI1lc3QCfTzSVSDWGasxoUzsv8dT { top:22.1875rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o66gzN72NElO1A5oVlIBtReFpM9NQ4fS { top:25.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVQInL3wIXpc7lOHR9RTNQp8mKyDAnMq { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF79lluUg4XMGlmTzEb0Ah66zBiPZRZA { top:12.4375rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPIlvWqP0Oz4QnR6MDW8hOrb338mPvK { width:6.25rem;height:6.25rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSqatMXQZZG7C87trATl76sdCcUeuP6 { top:13.5rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdPKEpn9sw1Ip3lQePMaCD9bXddSslOS { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB2qB1ZTVhkMXwJtarUk40QAxwFL4bMd { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5FQ2Mqwbo7EDIguEyJo4VnsKzze60hu { width:6.25rem;height:6.25rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwXBZWNMxJZADb07xEvRKU75eK9JzMX { top:22.8125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPl7yN78pksaN05VHB9IpL83xI6CdurD { top:21.75rem;left:0rem;width:15.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbDIEkXiMpU0V7Hl93zyxpOtWWp7yKvk { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKeWnfp3RrVsiTzc23r3ktdaNqeeGLyg { width:6.25rem;height:6.25rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCghSKgfCuOwcrTFq8bxvyRqzFmHLzz3 { top:32.125rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUlQE6UGXfDPHA3wC2pbRce8UVL2bHpI { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xof4RR1sqUtDhIcMtxEM01B1ri0J20C7 { top:31.0625rem;left:0rem;width:15.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4TcBompLBTzMoBUbATGhB1VMDoUkGTn { width:47.75rem;height:8.25rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl { display:block; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvEf0LudvUGH3JTG3MmquyezLhWz9IZe { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbFzL99LXtrq8AuoxdU5gc3H9UIXDdV4 { top:0.875rem;left:0rem;width:25.6875rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkx37WuQEVmCHbQKKxfqsGSX0EF0vUN3 { top:10.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXHmXxJ3hiyGiafNCfmv3kQA97Ce0BgC { top:14.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1yelnT5ek33cVZTJDG6nugzXuAFo4JB { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm0nXVdRh3odtsVESuJm9wZ1ocnqGK2k { top:1.5rem;left:25.625rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn0aL9eM4V0nwDPKdleDGiOP285mxDS5 { width:6.25rem;height:6.25rem;top:1.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF4xLuJvfmySLUSP3Qy0xUzgmXzW0TDR { top:2.5625rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPuCM233ev1ag1U304oLeFhH2oxsbKTL { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8FdnMUHgnnqq2aZ951CR626WBySuelP { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNpJRtkmLae35DDfA07DHZJTcca7D59 { width:6.25rem;height:6.25rem;top:10.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4r2BswgVgwItlLoKz6NkbCWoXTJrWZ { top:11.875rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flLUPg4pAeapiNsd8NxxsRKw4WtOQXFE { top:10.75rem;left:25.625rem;width:15.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGU0ByVEsrGkkEc1BTRNM3vUSFcQgGX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyCUNqMwSsPKy1RPVsUahgpKgCZFIkx { width:6.25rem;height:6.25rem;top:20.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHDwBmLJD4MLZMuVU9nHMDhH2wAzPUs1 { top:21.1875rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFiNnXD2hwCMXRA9cIGDuTAdFOMHzU19 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMo8ahZKB0aWFN4c0NQ0ANgG29bGKRi { top:20.1875rem;left:25.625rem;width:15.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLnLeEcEuUn9b9aBQ1GhAcoNovFcKcWz { top:29.6875rem;left:14.4375rem;width:23.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQu2GNS4n7cKqI3zfPFa4GGFq587sBU5 { display:block; }
 }@media only screen and (max-width: 763px) { #FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ { display:block; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBTL79tXu2duqVGHm86yT4OJOOlMtRff { width:47.75rem;height:4.5rem;top:2.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL4JO38lnxhkFbHm3SCbRFoPltZpmUGc { width:40.0625rem;height:1.4375rem;top:10.1875rem;left:3.8124990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEFCMsrcC9ceFwAV4Q6aZPOqO0Qcnpx { width:18.9375rem;height:15.3125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHHT3pSNTDyCeHOIdsumEefcPdtr7yGX { width:16.875rem;height:1.5625rem;top:27.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7AFCSkw1AKLswAbPF207sc2nDcO60yA { width:18.375rem;height:4.5rem;top:30.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWqPop6a14BmVSiMXOvVRPgslTPidyy { top:21.3125rem;left:0.6875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQapIJm2vVTXWBkAu7cLk10FdkFQaNy { width:38.9375rem;height:2.1875rem;top:15.625rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEZzD6TpDDOLQuNuW3fxwldgGWLpV0u { width:15.25rem;height:4.5rem;top:30.5rem;left:16.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvwThZgJ3x76MUeAEXe6yhbNkn1CcDAh { width:16.875rem;height:3.125rem;top:26.8125rem;left:15.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kQwhg8BxvlM4GqQSW2mcOmwNCUXVps { top:21.3125rem;left:21.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMJaBnhcOH53k49SDQfHKMmzkAifGJTM { width:18.9375rem;height:15.3125rem;top:20.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkkELB8hxT2EyhEOZkWhmcRU18RaGKIy { width:15.25rem;height:4.5rem;top:30.5rem;left:32.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGn1Th24EGaGlVaRfpPke2nTzTQ0TCGB { width:18.9375rem;height:15.3125rem;top:20.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXEQqs2VOlIgVD4qlqMAaJ6LkznU2HPT { width:16.875rem;height:1.5625rem;top:27.5625rem;left:30.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oow8M6L2wBMEp0fVRDKOFOq60D344Cep { top:20.5rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaUSfJmBgxMbNibicbRNOEBoIWulaWhM { width:43.3125rem;height:2.9375rem;top:15.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRtAGO8Xs0X4QT27MvRqAxqTS2KcqM06 { width:12.3125rem;height:0.125rem;top:37.6875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMT5g2l74iGig1x7JMbeXSmlkMXIW4o { width:43.375rem;height:1.125rem;top:18.8125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqJXHuD4A3gtQsviHeGTxF5km5ATXcD { width:47.75rem;height:2.5rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlvbRHdfW3HJ9ZiMg7P0s76f2SdDySA { width:18.6875rem;height:3.25rem;top:13.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4Mn5w0umWRmiyrAyy97fH1mt5Kghd8 { top:7.625rem;left:0.6875rem;width:20rem;height:11.5625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdqm30trn1XPvX3PUqQ9WzQG2RALWAO { width:18.6875rem;height:3.25rem;top:38.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNDTn3I9o6lHvnMPmO3R1QwHTblbm11 { width:38.9375rem;height:2.1875rem;top:41.3125rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4fTtTOCil7QiR9kTdeGtRZ2ROsw8XuA { width:43.3125rem;height:2.9375rem;top:40.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2t3fqfd2OOLeUBqT9t8rTu0X1yITv5o { top:33.3125rem;left:0.25rem;width:20rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqOiIPiD44BwyKuPZVWvdcu8FGHMzP07 { width:43.375rem;height:1.125rem;top:44.5rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx0Tu4w4DRrJeo4hQ1uq0o5xomBJrGyc { width:18.9375rem;height:13.625rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08EZB6fnhpXrTx3ST5n1vB71puIPQCT { top:47.4375rem;left:0.6875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbQxCOXAxKGGIGFsyy14ms8V5e7kSSO { top:47.4375rem;left:21.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo0RDsqQSL5HXK6bt4fhZ4PDg8Tq6P0h { width:16.875rem;height:1.5625rem;top:53.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVeTdbMnyuENcQoiTkdE0kI1q3oNJLwr { width:16.875rem;height:1.5625rem;top:53.0625rem;left:15.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiIPLeapFWGchk405EvKZ3RPq80XNCZF { width:16.875rem;height:1.5625rem;top:53.0625rem;left:30.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fli1H8zgaKw6q0eNOdPqyeP9UvTxQkPl { width:17.25rem;height:3.375rem;top:55.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdf8Xch8CTEg2lpf2VqVxPsQ0frNoLaJ { width:17.125rem;height:3.375rem;top:55.375rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS3BzF02lpU6FsyPsfBL4TtRuAdvMCzC { width:15.25rem;height:3.375rem;top:55.375rem;left:32.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauBmE2IcdtEVnfdO6lbwtehPnURhfo { width:12.3125rem;height:0.125rem;top:61.6875rem;left:17.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1W2FGMbeLxzxWxz3kg3lSs2whTlRll { top:46rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2R9yeeBnuTs2ScHI6J0r3r0pvhQ3vRS { width:18.9375rem;height:13.625rem;top:46.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNszWKQWMMxpM2wbSHnF9ikL0nhzi06 { width:18.9375rem;height:13.625rem;top:46.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkrEugQZm221MAE4ieTm0xDldQkx95E4 { width:18.6875rem;height:3.25rem;top:62.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLlFTO2RXvL3LNf793fW3qi7SZ5IXD9 { width:43.3125rem;height:2.9375rem;top:64.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPv6LNwyARNG0ZZldvCym5mgIXqt9C5U { top:57.3125rem;left:0.24999904632568rem;width:20rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FlDS53kfLHZ0dJwmefZsKJwa7fFPpl { width:38.9375rem;height:2.1875rem;top:65.3125rem;left:4.3749990463257rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMUfOJBQFXBbxkqRkOn3iOMBzVwPSe6 { width:43.375rem;height:1.125rem;top:68.5rem;left:2.1874990463257rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZgygLm56xTF79JRklgmMFbvgnCSaTq { width:18.9375rem;height:13.625rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITHfdBwywkdTyBOeI8m3UCRFTpNZFZfF { width:18.9375rem;height:13.625rem;top:70.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr0N68Cn0ZDRcCSdZq1sn4iSTHIcWwv { top:71.4375rem;left:0.6875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FotgclBkBUMKMMfreCkfRbG5Dy8oSz9c { top:71.4375rem;left:21.5rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpQJ10wJVOc7piNNr8TtSzsXLC3Iwlz9 { width:18.9375rem;height:13.625rem;top:70.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhDnLA1Pyx8GlxP7pIpiM9fpcLVn13Fw { top:71.25rem;left:42.125000953674rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU52WUL6eXJTUDJRKFsA8OBqQLnPBDki { width:16.875rem;height:1.5625rem;top:77.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnX9JL82TGfXDCDslGwkawwuW8QXnwRA { width:16.875rem;height:1.5625rem;top:77.0625rem;left:15.437500953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweXyZdQq4AtpBTzMXFGGfltwQVCuQnz { width:17.6875rem;height:1.5625rem;top:77.0625rem;left:30.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdl9kTBivMc8h7d50LGUM97BT1b6ZOJW { width:17.25rem;height:3.375rem;top:79.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsRsQJw7vm7IH9kyGwJuv1FHXWHnG7cJ { width:17.125rem;height:3.375rem;top:79.375rem;left:15.312500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gul3NvDEoeheLr4ZfNCp8Gr9Ir3tIKEy { width:17rem;height:3.375rem;top:79.375rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8bO2mkvsRpkXw0BZCdTt6Rd7xHPHUc { width:12.3125rem;height:0.125rem;top:85.75rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm70mRZ9JI6bKKAy8DannZqHOSMqvcFW { width:18.6875rem;height:3.25rem;top:86.9375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVO8IGTfXQ61BQHKQJ1oqylckhzokGP1 { width:43.3125rem;height:2.9375rem;top:89rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgsB72RBhdF67vzmXSMXJAtoWtngNRZv { top:81.375rem;left:0.25rem;width:20rem;height:;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEtTy1RnW9RmHBikFI57hmhooXyUdNZf { width:38.9375rem;height:2.1875rem;top:89.375rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pMyh6bOA7WIceAmwboSF7x1rByo9Si { width:43.375rem;height:1.125rem;top:92.5625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFRgeN2DrbrH3nffIIbINTdBq5P9LeM { width:18.9375rem;height:14.9375rem;top:94.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD7uvl37RN5l81NHtUCJgWsMD8rRkHoM { top:95.4375rem;left:11.0625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNB4K8O58qNqp4LWfURqm6BIGtPf0IHr { top:95.4375rem;left:31.875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZwtJ5IXJoF8G5cPHS8clO8ZNCW8T6c { width:16.875rem;height:3.125rem;top:101.0625rem;left:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2nFgTp3WxXiaDHpH4nO9eVo5IwXZ1P { width:16.875rem;height:1.5625rem;top:101.8125rem;left:25.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3uw9yb1HM9bTVIiffISF89ZwsprOgW { width:15.0625rem;height:3.375rem;top:104.8125rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xlExnKkOzezP282eIX1iGAkQd9mXpv { width:17.125rem;height:3.375rem;top:104.8125rem;left:25.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU3sbB1VrJoOIe7EktOVVw0bLf8ZAkq { width:12.3125rem;height:0.125rem;top:111rem;left:17.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUfmr8bDBqwgAKNPN7p9BmyCIaUsFxLP { width:18.9375rem;height:14.9375rem;top:94.3125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXa3itz7NEXHq5UxArxfeC5BECifM6sc { display:block; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voJIhq3EKcsNscJA2yHxlM4CsAmtq9Tq { top:2.8125rem;left:0rem;width:32.5rem;height:6.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgFV7QhVKB7IkJ9H2WixgVTNhSpmRu3R { top:10.375rem;left:0rem;width:28.0625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdHRg2LqkpCmLBRu7haiekTw8dQ19XKw { top:1rem;left:0rem;width:4.4375rem;height:9rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNeaQnQa0lFrsyfNdFxQwk6wvBv7V5D2 { top:13.0625rem;left:20.375rem;width:8.1875rem;height:2.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnoSPGDmO1xbOKVoKUWHxlJxGhRrMCOE { top:7.1875rem;left:24rem;width:23.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizdfR7WdBy7oo6SaHrIs3RZ0I83f95D { display:block; }
 }@media only screen and (max-width: 763px) { #hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh { display:block; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMCUfNDQaWd69meJP142cglxTtxrJEX { width:18.4375rem;height:0.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ztoyO4WA5o6OVMkQnwgiLk12RAzpAf { width:22.375rem;height:7rem;top:2.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6BcfyJFFyX3sq1LQc7o5Vx8UCElBhZB { width:27.8125rem;height:27.8125rem;top:5.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM { display:flex;height:auto;width:35.8125rem;top:3.125rem;left:0rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #A47eNH7x10lmHzBPOCuxU6zFsMMF1u8J {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #n3B9aCeOUZvQc6tB5So2tn6iGV8wxRnW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #TwXiqPFcbuKtQVnMM54Az3z5IBBdRXwo {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Vxb10hOpX9raFQrcVh0QertJUNBQHZFe {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hUkz0Ew4hu7vowXT6C863uAI1k9IEUFW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #vqOnaAQw13AXs4Jeocr6cKkbnPROpl9U {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #OomphcQP4nOwp3mftdkiTpeoKC0qGR17 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #NhXxnBRf0aJGI8UpXk7p0Cxp34KKp3Vu {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #MNDQgyHktWiD64QEnszAyEkqfWlKUgGb {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hKJZqZJaahKe7815FpCEeLy49sbDw2TT {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #GInuoIEWTpzymtdnDTN4qpcvfXVbe6IH {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JiiVgTUKzhppcIq6FqzGlm7XTiTkBfCp {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JukuuvsIOlwOMQP0vCT1qznNZmI27QN7 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #cPfvH1lShbg1TmNOk5qQvnLasMxvUcJI {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hH0z2uibb1pQAap8irzaDAHp79Bh4WxW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #PccShX9ao1PLJPsHHZveyxyFZTpLW6IK {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Xr018vo2TFouaxCnHzAxtT6rX9niCxa0 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #ZAkf10sCmLcxD78qh35h30lElgrhk89l {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #XVKrMly3mVxNicwqV08WZtyGmIQEdw6F {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Ayqn5zk4xiV7nb8DasnJcT8mcNX1Ccc0 {  }
 }@media only screen and (max-width: 763px) { #TMHzQokQ4u6fXTBzRdT0RbtlPFPciqB2 { width:9.5625rem;height:1.1875rem;top:1.625rem;left:2.1867189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL { display:block; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCpQ93HKsQ5mTqi9yLvv5UFNWPXfEtct { top:2rem;left:18.9375rem;width:28.8125rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZTlcCvJl8xThTu99gLSq1dEOgGKUTg { top:12.5625rem;left:19.6875rem;width:28.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4G699ZJa2x8HfMzhEmXtTqsfoD8oltu { top:1.5rem;left:15.9375rem;width:4.4375rem;height:9rem;font-size:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed8Dg1qzCoLTA26nlLzaEZxhlzixWioe { top:12.5625rem;left:39.5625rem;width:8.1875rem;height:2.75rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Ph4EJ7CKTRMULDgOGEPmH4xltkZUkE { top:7.0625rem;left:0rem;width:23.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1vim5zK837EwAfrzy91kaylmJOT8I6x { display:block; }
 }@media only screen and (max-width: 763px) { #o21KThCT7l32tTxMlWFnz2IphVZTFClb { display:block; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyi5KmnsnZQGyUBQVqwWFkmfZs3Iw69M { width:47.75rem;height:7.9375rem;top:5.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8iy9FkstQ0DKGc5fqTRyqFoeoorILQ { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2cnIM706WbxaPpnxc9dqTxdS4VcwkK { width:23.125rem;height:13.8125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWopPnrPCPADehGnAUAc38TzPuCSDt6p { width:21rem;height:11.375rem;top:21.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQl9rfvNvCBzLnWdUrV6xTsXQ6082P1U { width:9.375rem;height:3.25rem;top:34.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZsyJZWy9VTqtJ3uNAwcUuR0V7HTUi4Z { width:9.25rem;height:3.25rem;top:34.125rem;left:19.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tRGN5XqyRUcehAl6h4EvRez7n5O9sA { width:9.25rem;height:3.25rem;top:34.125rem;left:38.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApZ9hfcTz9uXFLItF77hHRfNrLgpKi2 { width:23.125rem;height:13.8125rem;top:19.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2XIGZfU3In5TB1zWoJHnn0N9CRvahiV { width:23.125rem;height:13.8125rem;top:19.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foToqeCIKNRZe1h2BHIougWu8xAmFJMo { width:21rem;height:8.5rem;top:22.4375rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoCrahHSOrmQzVCA2gUO04BCmac1ZXPm { width:21rem;height:12.25rem;top:20.5625rem;left:26.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD { display:block; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhL69ldIczMBCQJNHZNZE0eka1BmpqDc { width:23.125rem;height:13.8125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSrpXddZJAi7fr3fcTToHqrw2c3721h { width:21rem;height:11.25rem;top:4.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaDof3bgh8hTRcsCzD6KfxTZP89tDCnO { width:9.375rem;height:3.25rem;top:17.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJu6kXXc0zVZTOnhekPKCFxA3Kw2gadE { width:9.25rem;height:3.25rem;top:17.3125rem;left:19.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGG4TRy47emVxr0mxngm7RZMalnpSmPB { width:9.25rem;height:3.25rem;top:17.3125rem;left:38.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAFau2agknU8eoVgRLmfNboqUiaTH7Ty { width:23.125rem;height:13.8125rem;top:3rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4UxToTTePJSfXktIcPFI149ggIisTpX { width:23.125rem;height:13.8125rem;top:3rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sylH8ziRTHSg12c7TI6d55GC0Bf5IDWg { width:21rem;height:10rem;top:4.9375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TX3TMT4WsTcmMmV6LoLOOv9GsLCWAB { width:21rem;height:10.625rem;top:4.625rem;left:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS { display:block; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAnI0q3f7h0hwEor8y6NIAXinEPNJ8A8 { width:3rem;height:3rem;top:0.9375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo97neBlElwmINA4Zwc6V2CqAff6W9GV { width:3rem;height:3rem;top:0.9375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq { width:1.875rem;height:1.875rem;top:1.5rem;left:18.875rem;display:block; }
#VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW { width:1.875rem;height:1.875rem;top:1.5rem;left:22.5rem;display:block; }
#q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ybuXCgRAmW4O3JUbWDz8XK5qWGdNhnZd { width:3rem;height:3rem;top:0.9375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWv5miECQpw7udkHKISRIAvV4fUwC98d { top:1.4375rem;left:26.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDxOtqZTcEX936gam8Rv5dCurfPTITS { top:0.8125rem;left:44.5rem;width:3.25rem;height:3.25rem;display:block; }
#eSDxOtqZTcEX936gam8Rv5dCurfPTITS > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #yTf2Xh6MAytyQFKGKRmtJqWxLTgCQtdb { width:4.75rem;height:4.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff765204-aaf5-4f26-a70f-005d131007dc/Prancheta4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.adaptive-delivery-prevent-bg, #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.lazyload, #eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s.lazyloading { background-image: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { background-color: transparent; background-image: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container > .video-iframe-container { display: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row > .video-iframe-container { display: none; }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .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); }#eObQFTMIpc5GwbT4FDLshWbtBzXvtt0s > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khuEQXEpFM7OeCxAX0FaO4Na5uVrQuU2 { width:3.3125rem;height:3.3125rem;top:0.8125rem;left:8.3437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMTVLdOFy0hfsumfxq7hysOg58wC4Tui { width:19.5625rem;height:1.13671875rem;top:4.125rem;left:0.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #byJmkR0GrfcQOWdUh0Dk98HHv659FTff { width:17.9375rem;height:5.90625rem;top:5.26171875rem;left:1.03125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDi8EHGHU7mFHE7xqTuekkULRHIbfRvW { width:18.125rem;height:2.3359375rem;top:14.25rem;left:0.93671876192094rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c3G0sLJ0ZzJFV8xXZNcuRopzLVytHaQE { width:20rem;height:2.6875rem;top:10.8125rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG { display:flex;width:3.25rem;height:3.25rem;top:26.75rem;left:14.937500536442rem; }
#fINwxiq3MpTvc8NGiEby6zW1ndE8ZUOG > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b951a668-67a9-4dcf-9a6d-9017bd3748fa/Prancheta2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.adaptive-delivery-prevent-bg, #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.lazyload, #EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r.lazyloading { background-image: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { background-color: transparent; background-image: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container > .video-iframe-container { display: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row > .video-iframe-container { display: none; }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .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); }#EFTLOFmySxJ5TqTIlTxxCFnhH29tVU2r > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaPWHH86laZk1niphgwPegTo8nDceKnE { width:17.5625rem;height:7.5556875rem;top:1.4367189407349rem;left:0.87421876192094rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yew9lXbyD0vdzQLeTuwdfm1obUcM23vi { width:13.9375rem;height:10.5rem;top:9.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0Qnig3xn2Q1wNb9uZI8m6uentQa6bQL { width:0.125rem;height:11.3125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueg77CUneaKyHAuKrnims3Nf4g0zad03 { width:10.625rem;height:2.8125rem;top:22.375rem;left:5.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ASmI2GVxaa5oXcsrF0ZNkk9ROTGkX41x { display:flex;width:1.875rem;height:1.875rem;top:27rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #TV6eOzTFbt5drwK2rRMBkkMnsSn28aeP { width:11.625rem;height:2.8125rem;top:26.5rem;left:5.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AHmQTvI9xMiRVxCqkvA1fvuSBn1lEec5 { top:31.000000476837rem;left:1.0929687619209rem;width:17.8125rem;height:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FR9I5Xn2BT2o7rLu8TJiV3hCnSLMze { display:block; }
 }@media only screen and (max-width: 763px) { #r8ZPOD6tvFraTHzxVUtMFK4BiKI10hw2 { display:flex;width:1.875rem;height:1.875rem;top:22.875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #iF7OQu8GdS1qSBZak0otgzssdObvIpOD { display:block; }#iF7OQu8GdS1qSBZak0otgzssdObvIpOD > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJvpBUpAssAzmTsEVrSnBKAls1XqlAM8 { width:20rem;height:1.35rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALT2eDmPT2w8B03kF9nXoKTQ3hdWxW30 { width:20rem;height:12.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqmxEQ4iiHbCDfMNiNT1bCklb1ZBdkC5 { width:16.625rem;height:16.625rem;top:60.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wmVI1lc3QCfTzSVSDWGasxoUzsv8dT { width:12.5rem;height:12.9375rem;top:61.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o66gzN72NElO1A5oVlIBtReFpM9NQ4fS { width:15.75rem;height:12.5rem;top:65.050000190738rem;left:2.6742187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVQInL3wIXpc7lOHR9RTNQp8mKyDAnMq { width:17.4375rem;height:5.625rem;top:19.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF79lluUg4XMGlmTzEb0Ah66zBiPZRZA { width:12.5rem;height:1.7875rem;top:17.5625rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWPIlvWqP0Oz4QnR6MDW8hOrb338mPvK { width:6.25rem;height:6.25rem;top:10.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSqatMXQZZG7C87trATl76sdCcUeuP6 { display:flex;width:4.125rem;height:4.125rem;top:11.75rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #AdPKEpn9sw1Ip3lQePMaCD9bXddSslOS { width:20rem;height:11.0625rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB2qB1ZTVhkMXwJtarUk40QAxwFL4bMd { width:17.75rem;height:4.25rem;top:36.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5FQ2Mqwbo7EDIguEyJo4VnsKzze60hu { width:6.25rem;height:6.25rem;top:28.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwXBZWNMxJZADb07xEvRKU75eK9JzMX { display:flex;width:4.125rem;height:4.125rem;top:29.1875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #PPl7yN78pksaN05VHB9IpL83xI6CdurD { width:15.875rem;height:1.7875rem;top:35rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbDIEkXiMpU0V7Hl93zyxpOtWWp7yKvk { width:20rem;height:11.0625rem;top:46.987501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKeWnfp3RrVsiTzc23r3ktdaNqeeGLyg { width:6.25rem;height:6.25rem;top:43.875001907349rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCghSKgfCuOwcrTFq8bxvyRqzFmHLzz3 { display:flex;width:4.125rem;height:4.125rem;top:44.937501907349rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #eUlQE6UGXfDPHA3wC2pbRce8UVL2bHpI { width:18.25rem;height:4.25rem;top:52.53671836853rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xof4RR1sqUtDhIcMtxEM01B1ri0J20C7 { width:15.875rem;height:1.7875rem;top:50.749998092651rem;left:2.0625000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4TcBompLBTzMoBUbATGhB1VMDoUkGTn { width:20rem;height:6.298825rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl { display:block; }#HmvA3kteTFgRaKvbhLxK4vri2r4aQhnl > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvEf0LudvUGH3JTG3MmquyezLhWz9IZe { width:20rem;height:13.0625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbFzL99LXtrq8AuoxdU5gc3H9UIXDdV4 { width:15.5rem;height:15.5rem;top:61.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkx37WuQEVmCHbQKKxfqsGSX0EF0vUN3 { width:12.5rem;height:12.9375rem;top:61.875rem;left:5.986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXHmXxJ3hiyGiafNCfmv3kQA97Ce0BgC { width:15.75rem;height:12.5rem;top:65.050000190738rem;left:2.6742187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1yelnT5ek33cVZTJDG6nugzXuAFo4JB { width:17.4375rem;height:6.75rem;top:19.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm0nXVdRh3odtsVESuJm9wZ1ocnqGK2k { width:12.5rem;height:1.7875rem;top:17.5625rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn0aL9eM4V0nwDPKdleDGiOP285mxDS5 { width:6.25rem;height:6.25rem;top:10.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF4xLuJvfmySLUSP3Qy0xUzgmXzW0TDR { display:flex;width:4.125rem;height:4.125rem;top:11.75rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #pPuCM233ev1ag1U304oLeFhH2oxsbKTL { width:20rem;height:12.375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8FdnMUHgnnqq2aZ951CR626WBySuelP { width:17.75rem;height:6.375rem;top:36.162109375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNpJRtkmLae35DDfA07DHZJTcca7D59 { width:6.25rem;height:6.25rem;top:28.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4r2BswgVgwItlLoKz6NkbCWoXTJrWZ { display:flex;width:4.125rem;height:4.125rem;top:29.1875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #flLUPg4pAeapiNsd8NxxsRKw4WtOQXFE { width:15.875rem;height:1.787325rem;top:34.375rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naGU0ByVEsrGkkEc1BTRNM3vUSFcQgGX { width:20rem;height:11.5rem;top:46.9873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyCUNqMwSsPKy1RPVsUahgpKgCZFIkx { width:6.25rem;height:6.25rem;top:43.875001907349rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHDwBmLJD4MLZMuVU9nHMDhH2wAzPUs1 { display:flex;width:4.125rem;height:4.125rem;top:44.937501907349rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #ZFiNnXD2hwCMXRA9cIGDuTAdFOMHzU19 { width:18.25rem;height:5.3125rem;top:52.53671836853rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdMo8ahZKB0aWFN4c0NQ0ANgG29bGKRi { width:15.875rem;height:1.787325rem;top:50.810546875rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLnLeEcEuUn9b9aBQ1GhAcoNovFcKcWz { top:78.799484252931rem;left:0.5rem;width:19rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQu2GNS4n7cKqI3zfPFa4GGFq587sBU5 { display:block; }
 }@media only screen and (max-width: 763px) { #FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ { display:block; }#FI5GkSrpKrXo2rSFIhz6wAo3OXRXtNUZ > .row .container { width:20rem;height:218.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBTL79tXu2duqVGHm86yT4OJOOlMtRff { width:20rem;height:2.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OL4JO38lnxhkFbHm3SCbRFoPltZpmUGc { width:15rem;height:2rem;top:6.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #unEFCMsrcC9ceFwAV4Q6aZPOqO0Qcnpx { width:18.9375rem;height:14rem;top:17.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHHT3pSNTDyCeHOIdsumEefcPdtr7yGX { width:16.25rem;height:1.5625rem;top:24.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7AFCSkw1AKLswAbPF207sc2nDcO60yA { width:16.25rem;height:4.22265625rem;top:26.500000953674rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxWqPop6a14BmVSiMXOvVRPgslTPidyy { display:flex;width:4.75rem;height:4.75rem;top:18.9375rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #ObQapIJm2vVTXWBkAu7cLk10FdkFQaNy { width:15.0625rem;height:2.875rem;top:11.09375rem;left:3.3617187142372rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEZzD6TpDDOLQuNuW3fxwldgGWLpV0u { width:17.25rem;height:3.16699375rem;top:42.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvwThZgJ3x76MUeAEXe6yhbNkn1CcDAh { width:16.875rem;height:3.125rem;top:38.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kQwhg8BxvlM4GqQSW2mcOmwNCUXVps { display:flex;width:4.75rem;height:4.75rem;top:33.375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #DMJaBnhcOH53k49SDQfHKMmzkAifGJTM { width:18.9375rem;height:14.0625rem;top:32.4375rem;left:0.53046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkkELB8hxT2EyhEOZkWhmcRU18RaGKIy { width:17.4375rem;height:3.16699375rem;top:57.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGn1Th24EGaGlVaRfpPke2nTzTQ0TCGB { width:18.9375rem;height:14rem;top:47.125rem;left:0.53046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXEQqs2VOlIgVD4qlqMAaJ6LkznU2HPT { width:16.875rem;height:1.5625rem;top:55rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oow8M6L2wBMEp0fVRDKOFOq60D344Cep { display:flex;width:6.4375rem;height:6.4375rem;top:47.9375rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #SaUSfJmBgxMbNibicbRNOEBoIWulaWhM { width:20rem;height:4.1875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRtAGO8Xs0X4QT27MvRqAxqTS2KcqM06 { width:12.3125rem;height:0.125rem;top:62.924994468688rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMT5g2l74iGig1x7JMbeXSmlkMXIW4o { width:20rem;height:1.95rem;top:15.249219417572rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqJXHuD4A3gtQsviHeGTxF5km5ATXcD { width:20rem;height:1.4rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlvbRHdfW3HJ9ZiMg7P0s76f2SdDySA { width:2.75rem;height:2rem;top:10.393749713898rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4Mn5w0umWRmiyrAyy97fH1mt5Kghd8 { width:4rem;height:9.375rem;top:6.0250000953674rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdqm30trn1XPvX3PUqQ9WzQG2RALWAO { width:1.875rem;height:1.6rem;top:66.267189025881rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNDTn3I9o6lHvnMPmO3R1QwHTblbm11 { width:12.5625rem;height:2.875rem;top:65.630470275881rem;left:4.7187500596046rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4fTtTOCil7QiR9kTdeGtRZ2ROsw8XuA { width:20rem;height:4.1875rem;top:64.999217987062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2t3fqfd2OOLeUBqT9t8rTu0X1yITv5o { width:3rem;height:9.375rem;top:60.936719894409rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqOiIPiD44BwyKuPZVWvdcu8FGHMzP07 { width:19.125rem;height:2.27430625rem;top:69.810938835144rem;left:0.43671876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx0Tu4w4DRrJeo4hQ1uq0o5xomBJrGyc { width:18.9375rem;height:13.625rem;top:72.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b08EZB6fnhpXrTx3ST5n1vB71puIPQCT { display:flex;width:4.75rem;height:4.75rem;top:73.8125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #TVbQxCOXAxKGGIGFsyy14ms8V5e7kSSO { display:flex;width:4.75rem;height:4.75rem;top:88.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #mo0RDsqQSL5HXK6bt4fhZ4PDg8Tq6P0h { width:16.875rem;height:1.5625rem;top:79.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVeTdbMnyuENcQoiTkdE0kI1q3oNJLwr { width:16.875rem;height:1.5625rem;top:93.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiIPLeapFWGchk405EvKZ3RPq80XNCZF { width:16.875rem;height:1.5625rem;top:107.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fli1H8zgaKw6q0eNOdPqyeP9UvTxQkPl { width:17.25rem;height:3.41015625rem;top:81.75rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdf8Xch8CTEg2lpf2VqVxPsQ0frNoLaJ { width:17.125rem;height:3.41015625rem;top:96rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS3BzF02lpU6FsyPsfBL4TtRuAdvMCzC { width:15.25rem;height:3.41015625rem;top:110.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTauBmE2IcdtEVnfdO6lbwtehPnURhfo { width:12.3125rem;height:0.125rem;top:116.61250019074rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1W2FGMbeLxzxWxz3kg3lSs2whTlRll { display:flex;width:7rem;height:7rem;top:100.875rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #s2R9yeeBnuTs2ScHI6J0r3r0pvhQ3vRS { width:18.9375rem;height:13.625rem;top:86.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoNszWKQWMMxpM2wbSHnF9ikL0nhzi06 { width:18.9375rem;height:13.625rem;top:101.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkrEugQZm221MAE4ieTm0xDldQkx95E4 { width:1.3125rem;height:1.6rem;top:122.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqLlFTO2RXvL3LNf793fW3qi7SZ5IXD9 { width:20rem;height:4.25rem;top:119.86250114441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPv6LNwyARNG0ZZldvCym5mgIXqt9C5U { width:1.8125rem;height:9.375rem;top:114.37422037124rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FlDS53kfLHZ0dJwmefZsKJwa7fFPpl { width:11.0625rem;height:2.875rem;top:120.54922008514rem;left:4.4687500596046rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMUfOJBQFXBbxkqRkOn3iOMBzVwPSe6 { width:20rem;height:2.27430625rem;top:124.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqZgygLm56xTF79JRklgmMFbvgnCSaTq { width:18.9375rem;height:13.625rem;top:127.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITHfdBwywkdTyBOeI8m3UCRFTpNZFZfF { width:18.9375rem;height:13.625rem;top:141.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr0N68Cn0ZDRcCSdZq1sn4iSTHIcWwv { display:flex;width:4.75rem;height:4.75rem;top:128.75rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #FotgclBkBUMKMMfreCkfRbG5Dy8oSz9c { display:flex;width:4.75rem;height:4.75rem;top:143rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #JpQJ10wJVOc7piNNr8TtSzsXLC3Iwlz9 { width:18.9375rem;height:13.625rem;top:156.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhDnLA1Pyx8GlxP7pIpiM9fpcLVn13Fw { display:flex;width:5.125rem;height:5.125rem;top:157.0625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #fU52WUL6eXJTUDJRKFsA8OBqQLnPBDki { width:16.875rem;height:1.5625rem;top:134.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnX9JL82TGfXDCDslGwkawwuW8QXnwRA { width:16.875rem;height:1.5625rem;top:148.625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweXyZdQq4AtpBTzMXFGGfltwQVCuQnz { width:17.6875rem;height:1.5625rem;top:162.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdl9kTBivMc8h7d50LGUM97BT1b6ZOJW { width:17.25rem;height:3.41015625rem;top:136.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsRsQJw7vm7IH9kyGwJuv1FHXWHnG7cJ { width:17.125rem;height:3.41015625rem;top:150.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gul3NvDEoeheLr4ZfNCp8Gr9Ir3tIKEy { width:17rem;height:3.41015625rem;top:165.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP8bO2mkvsRpkXw0BZCdTt6Rd7xHPHUc { width:12.3125rem;height:0.125rem;top:171.54922199249rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm70mRZ9JI6bKKAy8DannZqHOSMqvcFW { width:1.6875rem;height:1.6rem;top:175.3125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVO8IGTfXQ61BQHKQJ1oqylckhzokGP1 { width:20rem;height:4.25rem;top:174.79921913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgsB72RBhdF67vzmXSMXJAtoWtngNRZv { width:1.6875rem;height:9.375rem;top:169.18672180176rem;left:0rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEtTy1RnW9RmHBikFI57hmhooXyUdNZf { width:14.125rem;height:2.875rem;top:175.48594093323rem;left:4.4742189049721rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pMyh6bOA7WIceAmwboSF7x1rByo9Si { width:20rem;height:2.27430625rem;top:179.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFRgeN2DrbrH3nffIIbINTdBq5P9LeM { width:18.9375rem;height:14.9375rem;top:182.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD7uvl37RN5l81NHtUCJgWsMD8rRkHoM { display:flex;width:4.75rem;height:4.75rem;top:183.6875rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #oNB4K8O58qNqp4LWfURqm6BIGtPf0IHr { display:flex;width:4.75rem;height:4.75rem;top:199.25rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #OfZwtJ5IXJoF8G5cPHS8clO8ZNCW8T6c { width:16.875rem;height:3.125rem;top:189.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD2nFgTp3WxXiaDHpH4nO9eVo5IwXZ1P { width:16.875rem;height:1.5625rem;top:205.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt3uw9yb1HM9bTVIiffISF89ZwsprOgW { width:12.6875rem;height:3.41015625rem;top:193.06172180176rem;left:3.6562500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6xlExnKkOzezP282eIX1iGAkQd9mXpv { width:17.125rem;height:3.41015625rem;top:208.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU3sbB1VrJoOIe7EktOVVw0bLf8ZAkq { width:12.3125rem;height:0.125rem;top:214.86250114441rem;left:3.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUfmr8bDBqwgAKNPN7p9BmyCIaUsFxLP { width:18.9375rem;height:14.9375rem;top:198.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXa3itz7NEXHq5UxArxfeC5BECifM6sc { position:relative;z-index:auto;display:block; }#zXa3itz7NEXHq5UxArxfeC5BECifM6sc > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #voJIhq3EKcsNscJA2yHxlM4CsAmtq9Tq { width:20rem;height:4.0996125rem;top:4.1rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgFV7QhVKB7IkJ9H2WixgVTNhSpmRu3R { width:20rem;height:4.5rem;top:9.2500004768369rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdHRg2LqkpCmLBRu7haiekTw8dQ19XKw { width:0.625rem;height:7.5rem;top:1.125rem;left:0rem;font-size:9.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mNeaQnQa0lFrsyfNdFxQwk6wvBv7V5D2 { width:1.5625rem;height:1.6rem;top:12.800000667572rem;left:17.361718714238rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HnoSPGDmO1xbOKVoKUWHxlJxGhRrMCOE { top:15.000005722046rem;left:0.49921876192093rem;width:19rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizdfR7WdBy7oo6SaHrIs3RZ0I83f95D { display:block; }
 }@media only screen and (max-width: 763px) { #hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh { display:block; }#hbCkmrTDiM5M356tIs3xR66xL1Q5Pkhh > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdMCUfNDQaWd69meJP142cglxTtxrJEX { width:10.6875rem;height:0.125rem;top:2rem;left:-4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ztoyO4WA5o6OVMkQnwgiLk12RAzpAf { width:14.625rem;height:4.798825rem;top:2.7937507629394rem;left:0rem;text-align:left;text-align-last:left;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6BcfyJFFyX3sq1LQc7o5Vx8UCElBhZB { width:12.625rem;height:12.625rem;top:2rem;left:7.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM { display:flex;height:auto;width:14.75rem;top:10.374232292175rem;left:1.3750000596046rem; }
#Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #A47eNH7x10lmHzBPOCuxU6zFsMMF1u8J {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #n3B9aCeOUZvQc6tB5So2tn6iGV8wxRnW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #TwXiqPFcbuKtQVnMM54Az3z5IBBdRXwo {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Vxb10hOpX9raFQrcVh0QertJUNBQHZFe {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hUkz0Ew4hu7vowXT6C863uAI1k9IEUFW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #vqOnaAQw13AXs4Jeocr6cKkbnPROpl9U {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #OomphcQP4nOwp3mftdkiTpeoKC0qGR17 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #NhXxnBRf0aJGI8UpXk7p0Cxp34KKp3Vu {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #MNDQgyHktWiD64QEnszAyEkqfWlKUgGb {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hKJZqZJaahKe7815FpCEeLy49sbDw2TT {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #GInuoIEWTpzymtdnDTN4qpcvfXVbe6IH {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JiiVgTUKzhppcIq6FqzGlm7XTiTkBfCp {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #JukuuvsIOlwOMQP0vCT1qznNZmI27QN7 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #cPfvH1lShbg1TmNOk5qQvnLasMxvUcJI {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #hH0z2uibb1pQAap8irzaDAHp79Bh4WxW {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #PccShX9ao1PLJPsHHZveyxyFZTpLW6IK {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Xr018vo2TFouaxCnHzAxtT6rX9niCxa0 {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #ZAkf10sCmLcxD78qh35h30lElgrhk89l {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #XVKrMly3mVxNicwqV08WZtyGmIQEdw6F {  }
 }@media only screen and (max-width: 763px) { #Oo1ieTtd4foO0ghiTNIUSaU2eVZTblmM #Ayqn5zk4xiV7nb8DasnJcT8mcNX1Ccc0 {  }
 }@media only screen and (max-width: 763px) { #TMHzQokQ4u6fXTBzRdT0RbtlPFPciqB2 { width:9.5625rem;height:1.4rem;top:1.3937511444092rem;left:6.8750000596044rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL { position:relative;z-index:auto;display:block; }#sayG4dkKgZ7ZRUeSDpGsJ4fQLl0Dx8pL > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tCpQ93HKsQ5mTqi9yLvv5UFNWPXfEtct { width:20rem;height:10.25rem;top:2.9445314407349rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGZTlcCvJl8xThTu99gLSq1dEOgGKUTg { width:20rem;height:1.25rem;top:13.544531822204rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4G699ZJa2x8HfMzhEmXtTqsfoD8oltu { width:2.4375rem;height:1.6rem;top:13.732031822204rem;left:17.374999582768rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ed8Dg1qzCoLTA26nlLzaEZxhlzixWioe { width:0.625rem;height:7.5rem;top:0rem;left:0rem;font-size:9.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b0Ph4EJ7CKTRMULDgOGEPmH4xltkZUkE { top:16.582031488419rem;left:0.49921876192093rem;width:19rem;height:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1vim5zK837EwAfrzy91kaylmJOT8I6x { display:block; }
 }@media only screen and (max-width: 763px) { #o21KThCT7l32tTxMlWFnz2IphVZTFClb { display:block; }#o21KThCT7l32tTxMlWFnz2IphVZTFClb > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyi5KmnsnZQGyUBQVqwWFkmfZs3Iw69M { width:20rem;height:3.33105625rem;top:3.6015625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8iy9FkstQ0DKGc5fqTRyqFoeoorILQ { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2cnIM706WbxaPpnxc9dqTxdS4VcwkK { width:18.9375rem;height:16rem;top:8.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWopPnrPCPADehGnAUAc38TzPuCSDt6p { width:17.5rem;height:13rem;top:10.375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQl9rfvNvCBzLnWdUrV6xTsXQ6082P1U { width:13.25rem;height:1.625rem;top:26.5625rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZsyJZWy9VTqtJ3uNAwcUuR0V7HTUi4Z { width:12.4375rem;height:1.625rem;top:46.5625rem;left:3.84375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l6tRGN5XqyRUcehAl6h4EvRez7n5O9sA { width:9.5625rem;height:1.625rem;top:66.1875rem;left:5.21875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sApZ9hfcTz9uXFLItF77hHRfNrLgpKi2 { width:20rem;height:13.8125rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2XIGZfU3In5TB1zWoJHnn0N9CRvahiV { width:20rem;height:13.8125rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foToqeCIKNRZe1h2BHIougWu8xAmFJMo { width:20rem;height:10.625rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoCrahHSOrmQzVCA2gUO04BCmac1ZXPm { width:20rem;height:12.25rem;top:51.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD { display:block; }#RiqxpuhLE5KEU4yB7Cd281Pwoen8ITgD > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhL69ldIczMBCQJNHZNZE0eka1BmpqDc { width:18.9375rem;height:16.375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coSrpXddZJAi7fr3fcTToHqrw2c3721h { width:17.5rem;height:15rem;top:2.6875rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GaDof3bgh8hTRcsCzD6KfxTZP89tDCnO { width:11rem;height:1.625rem;top:19.125rem;left:4.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eJu6kXXc0zVZTOnhekPKCFxA3Kw2gadE { width:13.1875rem;height:1.625rem;top:38.3125rem;left:3.40625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGG4TRy47emVxr0mxngm7RZMalnpSmPB { width:14.0625rem;height:1.625rem;top:58.125rem;left:2.96875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAFau2agknU8eoVgRLmfNboqUiaTH7Ty { width:20rem;height:13.8125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4UxToTTePJSfXktIcPFI149ggIisTpX { width:20rem;height:13.8125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sylH8ziRTHSg12c7TI6d55GC0Bf5IDWg { width:20rem;height:10rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TX3TMT4WsTcmMmV6LoLOOv9GsLCWAB { width:20rem;height:10.625rem;top:44.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS { display:block; }#WPvWiGQyaxQT0H26RcmreX3w7nqTZEDS > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAnI0q3f7h0hwEor8y6NIAXinEPNJ8A8 { width:2.75rem;height:2.75rem;top:0.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo97neBlElwmINA4Zwc6V2CqAff6W9GV { width:2.75rem;height:2.75rem;top:0.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq { width:1.6875rem;height:1.6875rem;top:1rem;left:9.3437505364419rem;font-size:1.125rem;display:block; }
#VRbHc7XI98LQaAn9OZ9xUhPgTC9UtXgq > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW { width:1.6875rem;height:1.6875rem;top:1rem;left:13.875rem;font-size:1.125rem;display:block; }
#q2kJsALwyasBlo6mm5nFTUMuXLkb7pUW > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #ybuXCgRAmW4O3JUbWDz8XK5qWGdNhnZd { width:3rem;height:3rem;top:0.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWv5miECQpw7udkHKISRIAvV4fUwC98d { width:2rem;height:2rem;top:0.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDxOtqZTcEX936gam8Rv5dCurfPTITS { display:flex;width:3.25rem;height:3.25rem;top:4.625rem;left:8.375rem; }
#eSDxOtqZTcEX936gam8Rv5dCurfPTITS > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #yTf2Xh6MAytyQFKGKRmtJqWxLTgCQtdb { width:1.9375rem;height:1.9375rem;top:20.256250858307rem;left:9.0312505364419rem;display:none; }
 }