.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:238,221,221;--color-primary-1:198,141,143;--color-primary-2:140,26,30;--color-primary-3:70,13,15;--color-primary-4:21,4,5;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Adobe Garamond Pro;--paragraphs-font-family:Futura PT; }@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); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { background-color: transparent; background-image: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container > .video-iframe-container { display: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container { display: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .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); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { border-width: 0; border-radius: 0; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_a4e6403fb2d0cb23bb02a297ce3239f68a639c7e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.adaptive-delivery-prevent-bg, #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.lazyload, #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.lazyloading { background-image: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { background-color: transparent; background-image: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container > .video-iframe-container { display: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container { display: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .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); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { border-width: 0; border-radius: 0; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.75rem;width:75rem;overflow:visible;position:relative;display:block; }#QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.625rem;font-weight:300;z-index:15000;line-height:.9;letter-spacing:0;top:9.3125rem;left:0rem;height:11.9238125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:30.5rem;top:0rem;left:22.25rem;overflow:hidden;display:block; }
#VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { z-index:15003;top:36.125rem;left:31.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukW8uRiiS5TxJw5vHTPFZSci8FLbB95M { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:23.875rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.0625rem;left:27.875rem;z-index:15004; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #AkMNnnBsbJn0Ihiz1w6uNsm4HsvMTitZ { display:flex;position:relative;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #y1nfPbfV1BCqTyA1dA052xbzcxZAZJJN { width:auto; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #fPTNKy9pxRiU09SIBmNvSQWuhTXAFAIJ {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #XUGXzc8eUwBTIZBlJEcIw3hRnfJQDksc { display:flex;position:relative;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #R2Vz6HFkDC3FTmx5sy1yuBGtVloB0zFx {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #Mu8OCtkoTWAnT9m4DInnxKf4Nf0gHrdF {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #vOVKWrEguo2NoNpv1fE2DfzgAnansckL { display:flex;position:relative;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #mOq3J39IS0wXEJJGefXHuXIlvGBRFHcN {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #WoQgphLedHfmQIcTORJTDo3kzNh2fkeS {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #eXXGcnkq5mNiby4fUe09RJlatF2AimTP { display:flex;position:relative;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #NbZe5S8aNKl0JP6MXUotbBJyTnMt3aCP {  }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #aBzUOXpsrhG79vcI9fQ38Ak5ZGcUNSEa {  }
#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 { position:relative;display:block; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 { background-color: transparent; background-image: none; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container > .video-iframe-container { display: none; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row > .video-iframe-container { display: none; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .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); }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 { border-width: 0; border-radius: 0; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FfxlobbWEnXfupo0taTqWqhWCKTXAtsG { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.76904296875rem;left:0rem;height:11.2119125rem;text-align:center;text-align-last:center;display:block; }
#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { background-color:rgba(var(--color-primary-2),0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { background-color: transparent; background-image: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .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); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { border-width: 0; border-radius: 0; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#kPFAIcgy5WNp6MRAECUzizlnscxHR3et { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.9375rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.625rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:24.5rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.375rem;left:1.875rem;height:0.0874025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18rem;left:9rem; }
#tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:24.75rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.25rem;left:61.5rem; }
#enykOhn9gyRh4zbBThSQ3EqDucO098qP { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.25rem;left:35.25rem; }
#s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:24.75rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { z-index:15004;top:29.84375rem;left:35.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.4375rem;height:10.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { position:absolute;display:block;z-index:15013;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.3125rem;width:20rem;top:28.375rem;left:1.875rem;overflow:hidden;display:block; }
#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H { position:relative;display:block; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H { background-color: transparent; background-image: none; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container > .video-iframe-container { display: none; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row > .video-iframe-container { display: none; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .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); }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H { border-width: 0; border-radius: 0; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dcCNfRGM8L6o2bz7JAvKTFXTZIuBwrez { color:#6b0e09;display:block;width:39.5625rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.328125rem;left:17.6875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .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:#e3e3e3;background-image:none;vertical-align:top; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .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; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-trigger.adaptive-delivery-prevent-bg, #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-trigger.lazyload, #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-trigger.lazyloading { background-image: none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15052;background-color:#6b0e09;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.125rem;left:22.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V3fXXdOMc5b2isx2U90ArGb96U5GX9ss { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #OJT1TvUMfFaM8CT7oZXLrCOkquR5m4IC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xaX90kNyTvtv1v5G16FohL90oGFDZNme { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #LW8rFJnuO0zPy3pwFyyrrtZ7TkXlPDVT {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iv5w2AflGumVyTJvLemZTX1ZibyvQngz {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y6Jq8hmUFSfWaex0ClKKyQmurW2VfGpi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mm6OPMU0hf7UXXZ7hFTQRtw0ZTWpvcdo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pIE8DoqQJF3k5Umn39nIFqHEldcExS0A { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #D17ugmhQapq2V8tBipfGm5PIUa84cu4a {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RWAwGM3IAorxd9EOe8yRGVmedoar5ekd { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TDAUATDcIOvOMrUbETPDxTMQyC6hxgNQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XiEfloZZpKC6pzdcD3cF2XMfTVrVuV9k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CRfQgkLKtRoHRIW0STV2deFR3ZTG5WPk { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #n4OkdxEnzHEzxWFNibXfWaBsBxuOoNxk {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #qWc3E42RJscFdkP2kUKpI4aQIB9Lbhc9 { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #mNTXebDxPewIbRKMZPVfKvoziuH1U6Dl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RUgNzJKTPFFMJhTpnmx8wRc8GEvJUsyo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #DGK6sfzh0Mfl1H78T8CQsd8rDfkr0uJS { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pX5axwbwcPTKr00ts8JIPJqizwD0wwr6 {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CfC5I271sVWgwrBy847K0hPyLJQ0ALlw { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y29MVrtgZGe1U9KyOlMAE5GGDlJ2WXWE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #vRap7CdlbNkkAePI2J9ET2NEpcW7ImIM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #eAHNrRn7vD1ZmOKM4xMOwcct7JBmTocu { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #oVoV4OenOrGXqyo329F2sXl8LBxqiz5q {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ZilMsehrrkScoKMhgDuVtv1rzku8GM82 { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KyGuCrUuJFHIiOFk3OFx7XCxZ3fci4ht { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ipv6KBwDhXH5Hu6B8XWCH0X2BNzu8Gib { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QbivZ3xnR4N4Te0Ai1uOZregndpAiQrm { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ihsmLR0b70JcEpCVBTUxsk7y1UHdLyKu {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #GBdhvcgOSTLrEHTxMqUo4I9ZBlWJ3MnD { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rS0TGW0NSXWUi7VDmOxsQi5rAPZct3Nd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xUKbrFecWaAKkURzSNtlDsC8eO9bmkI0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Tst1Otu1yAXXJuqnMhzrbAeRLwxMRz5D { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Bkw2fr62yx2gs5JSx7s0T9wap3Q8pcux {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iu9ik19ariWz2fwFkTz94xNsFaQII0Qp { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mc6IeJWaB07vHzdWf6f2TCNe8Xe66pMX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nUDt4eOVKpko5gEAMTyDREAredZOQcWT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Dm65yHeO02QEasyd6fGlD8JhsI2cT5E7 { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #clqFobJQMnXQKStNRlrVAV0TFBmTvMZ1 {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nofcCKRKmvJOW9FO8Merx4J39xsptF5J { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #tiXKlIkRod8TXwIH5RKmBcnRbUWBFTKQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KBTewHudV09Lq0lL9CqwkXRBv03cz1NO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TgaJc4OzM0PUdOAqh2fUwCWxfNaQrTFX { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cenRcN0txENB2zhuyadpmxEdSFafLTuF {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VGVo3oByT6onTSq7Qsrdnxn9fS4GU8iL { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #X6eNmHBCIiaatWeuGkkaLen3oOgvc4MP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #hv0rcBeLsJUi9JG6eNRguImXn6UoTLP1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XGgOVD8EBHnAhZw34CoJkIOO02KyzM9U { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cuWbKaUGBec1SZ2eHXdQ9qx5kT1JHeAf {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VUZIHD0XyAi3UTwdwlafhiekFprhf0iT { display:none; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rZqm8coAqHWdVPpZnOMbTZrDHtiLuDWB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pEAEgMyBR8ttbaiNDS7OiydFUuJRGvGX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #HI4x7XkvSf7Wywh054w9MxpBbhswpDUl { display:block;position:relative; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QZprhy0gmKRzkUFL9xq04iLXxAATKp4z {  }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V2KDHHQe0oU326EFVK1KH6HoHVETyEKR { display:none; }
#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { border-width: 0; border-radius: 0; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:60.875rem;width:75rem;overflow:visible;position:relative;display:block; }#HKazLco2eyGoymunEP178MH0QlGQTrSF { color:rgba(var(--color-tertiary-4),1);display:block;width:73.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { box-sizing:content-box;height:10.4375rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.0625rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dRFDiTBMGtLBULbodieU6140aqMaTed9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:16.125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.818359375rem;left:41.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:20.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#p96cyCkNouhTFAnkxHwmw09bixwAPQpM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:22.4375rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.0625rem;left:2.5rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { box-sizing:content-box;height:10.5625rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:29.875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:31.25rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.8125rem;left:41.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { box-sizing:content-box;height:10.8125rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:37.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VwinLa2KqbHvnloZMht9CzW1JFzIv73r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:38.1875rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:41.125rem;left:2.5rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TceEpdPtfabG166zR1uqchVKfIACVXzQ { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:44.5rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:45.9375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:48.9375rem;left:41.25rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { z-index:15005;top:52.5rem;left:2.5rem;background-color:rgba(var(--color-secondary-0),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:7.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_5285cc46384061606bc02f236d68b8dcd3518e10.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.adaptive-delivery-prevent-bg, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyload, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyloading { background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { border-width: 0; border-radius: 0; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:0.625rem;left:0rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:10.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#pKngc6fSuX45JTxDmrZx0x072V5Catrd { z-index:15006;top:10rem;left:31.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { background-color: transparent; background-image: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .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); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { border-width: 0; border-radius: 0; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:81.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { color:rgba(var(--color-tertiary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:25.875rem;left:10.9375rem;height:4.19921875rem;font-style:italic;text-align:left;text-align-last:left;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; }
#yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:33.0625rem;left:15.9375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;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; }
#BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.8125rem;left:10.9375rem; }
#VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { box-sizing:content-box;height:26.25rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.875rem;left:7.5rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.9375rem;left:62.625rem; }
#hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { box-sizing:content-box;height:10.6875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:49.162109375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#sa0DELxdgd2a7gv432b79461kH4ATe3S { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:51.8125rem;left:2.5rem;height:4.72265625rem;font-style:italic;text-align:left;text-align-last:left;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; }
#HymzlkA0OdbQShGddlXU1wO58mrNCAwT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:50.0625rem;left:2.5rem; }
#AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:56.4375rem;left:32.6875rem; }
#q48xl3KxMKniSJgE25rkU8hfsMq6yXba { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:57.5625rem;left:6.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { box-sizing:content-box;height:9.8125rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:61.1875rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:66.9375rem;left:32.6875rem; }
#Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:68.625rem;left:6.75rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:63.875rem;left:2.5rem;height:3.1494125rem;font-style:italic;text-align:left;text-align-last:left;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; }
#pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:62.1875rem;left:2.5rem; }
#T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.5625rem;left:61.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { z-index:15007;top:34.4619140625rem;left:40.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { z-index:15008;top:73.625rem;left:27.84375rem;background-color:rgba(var(--color-secondary-0),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:6.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { position:absolute;display:block;z-index:15020;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:29.25rem;width:19.4375rem;top:44.4375rem;left:49.23046875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { top:9.3125rem;left:0rem;width:47.75rem;height:11.875rem;font-size:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { top:0rem;left:8.625rem;width:30.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { top:36.125rem;left:17.625rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block; }
 }@media only screen and (max-width: 763px) { #ukW8uRiiS5TxJw5vHTPFZSci8FLbB95M { top:23.875rem;left:0rem;width:47.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 { display:flex;width:18rem;height:5.0625rem;top:29.0625rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #AkMNnnBsbJn0Ihiz1w6uNsm4HsvMTitZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #y1nfPbfV1BCqTyA1dA052xbzcxZAZJJN {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #fPTNKy9pxRiU09SIBmNvSQWuhTXAFAIJ {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #XUGXzc8eUwBTIZBlJEcIw3hRnfJQDksc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #R2Vz6HFkDC3FTmx5sy1yuBGtVloB0zFx {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #Mu8OCtkoTWAnT9m4DInnxKf4Nf0gHrdF {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #vOVKWrEguo2NoNpv1fE2DfzgAnansckL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #mOq3J39IS0wXEJJGefXHuXIlvGBRFHcN {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #WoQgphLedHfmQIcTORJTDo3kzNh2fkeS {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #eXXGcnkq5mNiby4fUe09RJlatF2AimTP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #NbZe5S8aNKl0JP6MXUotbBJyTnMt3aCP {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #aBzUOXpsrhG79vcI9fQ38Ak5ZGcUNSEa {  }
 }@media only screen and (max-width: 763px) { #oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 { display:block; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfxlobbWEnXfupo0taTqWqhWCKTXAtsG { top:3.75rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { display:block; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPFAIcgy5WNp6MRAECUzizlnscxHR3et { top:7.9375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { top:13.625rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { top:24.5rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { top:28.375rem;left:0rem;width:18.75rem;height:0.0625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { top:18rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { top:24.75rem;left:28.6875rem;width:19.0625rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { top:18.25rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enykOhn9gyRh4zbBThSQ3EqDucO098qP { top:18.25rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { top:24.75rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { top:29.8125rem;left:15.3125rem;width:32.4375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block; }
 }@media only screen and (max-width: 763px) { #XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { top:28.375rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H { display:block; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcCNfRGM8L6o2bz7JAvKTFXTZIuBwrez { top:10.3125rem;left:4.0625rem;width:39.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw { display:flex;height:auto;width:27.8125rem;top:17rem;left:8.71875rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V3fXXdOMc5b2isx2U90ArGb96U5GX9ss {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #OJT1TvUMfFaM8CT7oZXLrCOkquR5m4IC {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xaX90kNyTvtv1v5G16FohL90oGFDZNme {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #LW8rFJnuO0zPy3pwFyyrrtZ7TkXlPDVT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iv5w2AflGumVyTJvLemZTX1ZibyvQngz {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y6Jq8hmUFSfWaex0ClKKyQmurW2VfGpi {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mm6OPMU0hf7UXXZ7hFTQRtw0ZTWpvcdo {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pIE8DoqQJF3k5Umn39nIFqHEldcExS0A {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #D17ugmhQapq2V8tBipfGm5PIUa84cu4a {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RWAwGM3IAorxd9EOe8yRGVmedoar5ekd {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TDAUATDcIOvOMrUbETPDxTMQyC6hxgNQ {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XiEfloZZpKC6pzdcD3cF2XMfTVrVuV9k {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CRfQgkLKtRoHRIW0STV2deFR3ZTG5WPk {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #n4OkdxEnzHEzxWFNibXfWaBsBxuOoNxk {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #qWc3E42RJscFdkP2kUKpI4aQIB9Lbhc9 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #mNTXebDxPewIbRKMZPVfKvoziuH1U6Dl {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RUgNzJKTPFFMJhTpnmx8wRc8GEvJUsyo {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #DGK6sfzh0Mfl1H78T8CQsd8rDfkr0uJS {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pX5axwbwcPTKr00ts8JIPJqizwD0wwr6 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CfC5I271sVWgwrBy847K0hPyLJQ0ALlw {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y29MVrtgZGe1U9KyOlMAE5GGDlJ2WXWE {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #vRap7CdlbNkkAePI2J9ET2NEpcW7ImIM {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #eAHNrRn7vD1ZmOKM4xMOwcct7JBmTocu {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #oVoV4OenOrGXqyo329F2sXl8LBxqiz5q {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ZilMsehrrkScoKMhgDuVtv1rzku8GM82 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KyGuCrUuJFHIiOFk3OFx7XCxZ3fci4ht {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ipv6KBwDhXH5Hu6B8XWCH0X2BNzu8Gib {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QbivZ3xnR4N4Te0Ai1uOZregndpAiQrm {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ihsmLR0b70JcEpCVBTUxsk7y1UHdLyKu {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #GBdhvcgOSTLrEHTxMqUo4I9ZBlWJ3MnD {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rS0TGW0NSXWUi7VDmOxsQi5rAPZct3Nd {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xUKbrFecWaAKkURzSNtlDsC8eO9bmkI0 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Tst1Otu1yAXXJuqnMhzrbAeRLwxMRz5D {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Bkw2fr62yx2gs5JSx7s0T9wap3Q8pcux {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iu9ik19ariWz2fwFkTz94xNsFaQII0Qp {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mc6IeJWaB07vHzdWf6f2TCNe8Xe66pMX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nUDt4eOVKpko5gEAMTyDREAredZOQcWT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Dm65yHeO02QEasyd6fGlD8JhsI2cT5E7 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #clqFobJQMnXQKStNRlrVAV0TFBmTvMZ1 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nofcCKRKmvJOW9FO8Merx4J39xsptF5J {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #tiXKlIkRod8TXwIH5RKmBcnRbUWBFTKQ {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KBTewHudV09Lq0lL9CqwkXRBv03cz1NO {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TgaJc4OzM0PUdOAqh2fUwCWxfNaQrTFX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cenRcN0txENB2zhuyadpmxEdSFafLTuF {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VGVo3oByT6onTSq7Qsrdnxn9fS4GU8iL {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #X6eNmHBCIiaatWeuGkkaLen3oOgvc4MP {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #hv0rcBeLsJUi9JG6eNRguImXn6UoTLP1 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XGgOVD8EBHnAhZw34CoJkIOO02KyzM9U {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cuWbKaUGBec1SZ2eHXdQ9qx5kT1JHeAf {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VUZIHD0XyAi3UTwdwlafhiekFprhf0iT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rZqm8coAqHWdVPpZnOMbTZrDHtiLuDWB {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pEAEgMyBR8ttbaiNDS7OiydFUuJRGvGX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #HI4x7XkvSf7Wywh054w9MxpBbhswpDUl {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QZprhy0gmKRzkUFL9xq04iLXxAATKp4z {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V2KDHHQe0oU326EFVK1KH6HoHVETyEKR {  }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { top:8.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { top:15.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { top:16.125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { top:18.8125rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { top:20.9375rem;left:0rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { top:22.4375rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { top:25.0625rem;left:0rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { top:29.875rem;left:11.5rem;width:36.25rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { top:31.25rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { top:33.8125rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { top:37.125rem;left:0rem;width:36.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { top:38.1875rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { top:41.125rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceEpdPtfabG166zR1uqchVKfIACVXzQ { top:44.5rem;left:11.5rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { top:45.9375rem;left:16.5rem;width:31.25rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { top:48.9375rem;left:16.5rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { top:52.5rem;left:0rem;width:22.625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { top:0.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { top:5.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKngc6fSuX45JTxDmrZx0x072V5Catrd { top:10rem;left:17.625rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { top:6.875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { top:25.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { top:33.0625rem;left:2.3125rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { top:23.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { top:16.875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { top:30.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { top:49.125rem;left:0rem;width:36.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0DELxdgd2a7gv432b79461kH4ATe3S { top:51.8125rem;left:0rem;width:31.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymzlkA0OdbQShGddlXU1wO58mrNCAwT { top:50.0625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { top:56.4375rem;left:19.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48xl3KxMKniSJgE25rkU8hfsMq6yXba { top:57.5625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { top:61.1875rem;left:0rem;width:36.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { top:66.9375rem;left:19.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { top:68.625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { top:63.875rem;left:0rem;width:31.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { top:62.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { top:35.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { top:13.5625rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { top:34.4375rem;left:26.75rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block; }
 }@media only screen and (max-width: 763px) { #o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { top:73.625rem;left:14.21875rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block; }
 }@media only screen and (max-width: 763px) { #tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { top:44.4375rem;left:28.3125rem;width:19.4375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { width:20rem;height:7.0869375rem;top:7.71533203125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { top:16.05226953125rem;left:1.25rem;width:17.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block; }
 }@media only screen and (max-width: 763px) { #ukW8uRiiS5TxJw5vHTPFZSci8FLbB95M { width:20rem;height:0;top:21.42724609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 { display:flex;width:18rem;height:5.0625rem;top:29.0625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #AkMNnnBsbJn0Ihiz1w6uNsm4HsvMTitZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #y1nfPbfV1BCqTyA1dA052xbzcxZAZJJN {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #fPTNKy9pxRiU09SIBmNvSQWuhTXAFAIJ {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #XUGXzc8eUwBTIZBlJEcIw3hRnfJQDksc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #R2Vz6HFkDC3FTmx5sy1yuBGtVloB0zFx {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #Mu8OCtkoTWAnT9m4DInnxKf4Nf0gHrdF {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #vOVKWrEguo2NoNpv1fE2DfzgAnansckL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #mOq3J39IS0wXEJJGefXHuXIlvGBRFHcN {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #WoQgphLedHfmQIcTORJTDo3kzNh2fkeS {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #eXXGcnkq5mNiby4fUe09RJlatF2AimTP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #NbZe5S8aNKl0JP6MXUotbBJyTnMt3aCP {  }
 }@media only screen and (max-width: 763px) { #wOZpT4LA0b8syWo8QnUvl2oJh96pI5L6 #aBzUOXpsrhG79vcI9fQ38Ak5ZGcUNSEa {  }
 }@media only screen and (max-width: 763px) { #oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 { display:block; }#oRGSyFH6reir9mAcT5zJTx5Zeea4TA95 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfxlobbWEnXfupo0taTqWqhWCKTXAtsG { width:20rem;height:12.99803125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { background-color:#dfedeb;background-image:none;display:block; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { background-color: transparent; background-image: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .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); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPFAIcgy5WNp6MRAECUzizlnscxHR3et { width:20rem;height:7.875rem;top:3.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { width:20rem;height:21.875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { width:17.5rem;height:1.75rem;top:17.75rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { width:17.5rem;height:5.5996125rem;top:20.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { width:17.5rem;height:1.75rem;top:62.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { display:flex;width:4.5rem;height:4.5rem;top:56.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #enykOhn9gyRh4zbBThSQ3EqDucO098qP { display:flex;width:4.5rem;height:4.5rem;top:34.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { width:17.5rem;height:1.75rem;top:39.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { top:72.0371125rem;left:0.5rem;width:19rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block; }
 }@media only screen and (max-width: 763px) { #XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { width:20rem;height:13.3125rem;top:81.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H { display:block; }#FQ0bvFZdTzMX7IxwXMHWO3fscTdu6U6H > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcCNfRGM8L6o2bz7JAvKTFXTZIuBwrez { width:20rem;height:2.5996125rem;top:9.48828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw { display:flex;height:auto;width:17.5rem;top:13.03125rem;left:0rem; }
#dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V3fXXdOMc5b2isx2U90ArGb96U5GX9ss {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #OJT1TvUMfFaM8CT7oZXLrCOkquR5m4IC {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xaX90kNyTvtv1v5G16FohL90oGFDZNme {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #LW8rFJnuO0zPy3pwFyyrrtZ7TkXlPDVT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iv5w2AflGumVyTJvLemZTX1ZibyvQngz {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y6Jq8hmUFSfWaex0ClKKyQmurW2VfGpi {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mm6OPMU0hf7UXXZ7hFTQRtw0ZTWpvcdo {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pIE8DoqQJF3k5Umn39nIFqHEldcExS0A {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #D17ugmhQapq2V8tBipfGm5PIUa84cu4a {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RWAwGM3IAorxd9EOe8yRGVmedoar5ekd {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TDAUATDcIOvOMrUbETPDxTMQyC6hxgNQ {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XiEfloZZpKC6pzdcD3cF2XMfTVrVuV9k {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CRfQgkLKtRoHRIW0STV2deFR3ZTG5WPk {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #n4OkdxEnzHEzxWFNibXfWaBsBxuOoNxk {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #qWc3E42RJscFdkP2kUKpI4aQIB9Lbhc9 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #mNTXebDxPewIbRKMZPVfKvoziuH1U6Dl {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #RUgNzJKTPFFMJhTpnmx8wRc8GEvJUsyo {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #DGK6sfzh0Mfl1H78T8CQsd8rDfkr0uJS {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pX5axwbwcPTKr00ts8JIPJqizwD0wwr6 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #CfC5I271sVWgwrBy847K0hPyLJQ0ALlw {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #y29MVrtgZGe1U9KyOlMAE5GGDlJ2WXWE {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #vRap7CdlbNkkAePI2J9ET2NEpcW7ImIM {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #eAHNrRn7vD1ZmOKM4xMOwcct7JBmTocu {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #oVoV4OenOrGXqyo329F2sXl8LBxqiz5q {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ZilMsehrrkScoKMhgDuVtv1rzku8GM82 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KyGuCrUuJFHIiOFk3OFx7XCxZ3fci4ht {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ipv6KBwDhXH5Hu6B8XWCH0X2BNzu8Gib {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QbivZ3xnR4N4Te0Ai1uOZregndpAiQrm {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #ihsmLR0b70JcEpCVBTUxsk7y1UHdLyKu {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #GBdhvcgOSTLrEHTxMqUo4I9ZBlWJ3MnD {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rS0TGW0NSXWUi7VDmOxsQi5rAPZct3Nd {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #xUKbrFecWaAKkURzSNtlDsC8eO9bmkI0 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Tst1Otu1yAXXJuqnMhzrbAeRLwxMRz5D {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Bkw2fr62yx2gs5JSx7s0T9wap3Q8pcux {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #iu9ik19ariWz2fwFkTz94xNsFaQII0Qp {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Mc6IeJWaB07vHzdWf6f2TCNe8Xe66pMX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nUDt4eOVKpko5gEAMTyDREAredZOQcWT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #Dm65yHeO02QEasyd6fGlD8JhsI2cT5E7 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #clqFobJQMnXQKStNRlrVAV0TFBmTvMZ1 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #nofcCKRKmvJOW9FO8Merx4J39xsptF5J {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #tiXKlIkRod8TXwIH5RKmBcnRbUWBFTKQ {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #KBTewHudV09Lq0lL9CqwkXRBv03cz1NO {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #TgaJc4OzM0PUdOAqh2fUwCWxfNaQrTFX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cenRcN0txENB2zhuyadpmxEdSFafLTuF {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VGVo3oByT6onTSq7Qsrdnxn9fS4GU8iL {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #X6eNmHBCIiaatWeuGkkaLen3oOgvc4MP {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #hv0rcBeLsJUi9JG6eNRguImXn6UoTLP1 {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #XGgOVD8EBHnAhZw34CoJkIOO02KyzM9U {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #cuWbKaUGBec1SZ2eHXdQ9qx5kT1JHeAf {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #VUZIHD0XyAi3UTwdwlafhiekFprhf0iT {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #rZqm8coAqHWdVPpZnOMbTZrDHtiLuDWB {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #pEAEgMyBR8ttbaiNDS7OiydFUuJRGvGX {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #HI4x7XkvSf7Wywh054w9MxpBbhswpDUl {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #QZprhy0gmKRzkUFL9xq04iLXxAATKp4z {  }
 }@media only screen and (max-width: 763px) { #dUMvGVRl1T8y1Zhd2Jfrte7dThoTevHw #V2KDHHQe0oU326EFVK1KH6HoHVETyEKR {  }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { width:20rem;height:13.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { width:17.5rem;height:1.75rem;top:11rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { width:17.5rem;height:11.19925rem;top:12.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { width:20rem;height:13.875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { width:17.5rem;height:1.75rem;top:26.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { width:17.5rem;height:11.19925rem;top:27.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { width:20rem;height:13.1875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { width:17.5rem;height:1.75rem;top:56.09375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { width:17.5rem;height:9.7993125rem;top:58.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { width:20rem;height:12.25rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { width:17.5rem;height:1.75rem;top:42.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { width:17.5rem;height:8.3994375rem;top:44.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TceEpdPtfabG166zR1uqchVKfIACVXzQ { width:20rem;height:13.125rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { width:20rem;height:1.75rem;top:71.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { width:20rem;height:9.7993125rem;top:73.326171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { top:84.875rem;left:0.5rem;width:19rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffd476;background-image:none;display:none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { width:20rem;height:4.19970625rem;top:25.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { width:6.25rem;height:6.25rem;top:17.875rem;left:6.875rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { width:6.25rem;height:6.25rem;top:10.375rem;left:6.875rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pKngc6fSuX45JTxDmrZx0x072V5Catrd { top:30.82421875rem;left:3.75rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { width:20rem;height:5.25rem;top:2.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { width:17.5rem;height:11.5488125rem;top:19.9375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { width:12.5rem;height:1.3999rem;top:33.5rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { display:flex;width:1.5rem;height:1.5rem;top:17.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { width:20rem;height:20.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { width:20rem;height:15.5625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0DELxdgd2a7gv432b79461kH4ATe3S { width:17.5rem;height:9.44825rem;top:44.25rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HymzlkA0OdbQShGddlXU1wO58mrNCAwT { display:flex;width:1.125rem;height:1.125rem;top:42.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { display:flex;width:1.125rem;height:1.125rem;top:52.75rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #q48xl3KxMKniSJgE25rkU8hfsMq6yXba { width:12.5rem;height:1.2246125rem;top:54.875rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { width:20rem;height:12.6875rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { display:flex;width:1.125rem;height:1.125rem;top:67.1875rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { width:12.5rem;height:1.2246125rem;top:69.375rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { width:17.5rem;height:6.2988125rem;top:61.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { display:flex;width:1.125rem;height:1.125rem;top:60.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { width:9rem;height:9rem;top:31.4853515625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { width:10.375rem;height:10.375rem;top:8.6875rem;left:9.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { top:107rem;left:3.75rem;width:12.5rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block; }
 }@media only screen and (max-width: 763px) { #o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { top:72.375rem;left:0.34375rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block; }
 }@media only screen and (max-width: 763px) { #tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { width:19.4375rem;height:29.25rem;top:71.3125rem;left:0.28125rem;display:none; }
 }