.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:239,232,226;--color-primary-1:203,177,159;--color-primary-2:150,99,62;--color-primary-3:75,50,31;--color-primary-4:23,15,9;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#lm4gT7VMB59a3tUFqU78uPdqq9J9F8yG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:13.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MTWCbbaaZqHCIFWD2xpTuWsroDdODKPF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:5.75rem;top:2.3125rem;left:18.8125rem;overflow:hidden;display:block; }
#dXdVMxkym0Nm44fxlIaAua4l8GzlM5x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.375rem;height:2.6rem;display:block; }
#JvIBrXHuiZR4qn3LctrlEukEJDoGfiTI { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.4375rem;left:39.3125rem;display:block; }
#lzwnaULhTR9Fw9BRH9o78ApkURq0Fl43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsCdOh4Ef9Xr7GSxyE0K3Q9cMGisrREm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:40rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVnvuSFdCaftfrscAMHVQhK3IZqeahJv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.09375rem;left:59.125001907349rem;display:block; }
#Btr7grc08Th74Lr1h3rZ3hghzFDeBWTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exppmU6mEttTGsFqmD77o9bS5cd40fHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:25.375rem;height:2.5996125rem;display:none; }
#o7TMVBXleknoqUHatV50DMwggCOnml8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/124b22dd-af4f-4c46-8397-961cd9386a40/Frame225669.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o7TMVBXleknoqUHatV50DMwggCOnml8e.adaptive-delivery-prevent-bg, #o7TMVBXleknoqUHatV50DMwggCOnml8e.lazyload, #o7TMVBXleknoqUHatV50DMwggCOnml8e.lazyloading { background-image: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { background-color: transparent; background-image: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container > .video-iframe-container { display: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row > .video-iframe-container { display: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .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); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { border-width: 0; border-radius: 0; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#FDUI0KJiv5TPWTzZam1UK5GKrBBUJCf5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:33.3125rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#Q0ZJc9XNmgSQEdH9gquA0CWalGAUIHvi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:37.270833730697rem;left:0rem;overflow:hidden;display:block; }
#Rhz4A9RqtgqEqMpsF03aepiZXzmRX75S { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:37.2705078125rem;left:5.3193359375rem;height:7.7995rem;display:block; }
#ZdaLxzLvsHn3FGqevJZVtVg4qo2tPLvH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:46.370659828186rem;left:11.3125rem;overflow:hidden;display:block; }
#tyOQdnTEX2ydw0tPOCaQbQQ0WsOOJV2S { color:rgba(var(--color-tertiary-2),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.058159828186rem;left:5.3819446563721rem;height:1.625rem;font-style:normal;display:block; }
#hSy0dxlQuviHMrg7sLQJ6pkSs6PxvwcB { color:rgba(var(--color-tertiary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.9375rem;left:36.6875rem;height:13.5rem;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; }
#VQHw5D6bho4Qi0Jw0r1TZm2CSKlvTqDF { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.4443359375rem;left:38.0693359375rem;height:5.0625rem;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; }
#bTTQGKue6ycHCX3BNtL7XgXXNbBhkvJO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.513888835907rem;left:37.631944656372rem;display:block; }
#T0aK7L7qeq5WPEedd8S1IvGesbbldGXl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zafHx4VNu9ZxFFAEWHT2iFAVlVuQcdW5 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:32.5rem;top:36.300783634186rem;left:38.567926406861rem;overflow:hidden;display:block; }
#ekSi9awCIgRJmFZROJyENQ4Lxt4lQ5oa { color:rgba(var(--color-tertiary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.993923664093rem;left:40.686850547791rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcFwdwmcvLuvRAAvDWafPw742q9ZJhCa { box-sizing:content-box;height:2.37413125rem;width:34.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.42);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:5.6315112113953rem;left:38.741320610046rem;border-top-right-radius:3.3125rem;border-bottom-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-top-left-radius:3.3125rem;display:block; }
#UhkmrXBr1br97deNM3GXxI0bJ9zrfkBD { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.6210942268369rem;left:36.880428314209rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ { position:relative;display:block; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ { background-color: transparent; background-image: none; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row .container > .video-iframe-container { display: none; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row > .video-iframe-container { display: none; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .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); }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ { border-width: 0; border-radius: 0; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .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; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .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:81.875rem;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; }#RlneBl4LhatxIJJPzpWCBHel8Dx7NT1l { position:absolute;display:block;z-index:15000;height:64.375rem;width:68.375rem;top:3.6875001192093rem;left:3.3125rem;display:block; }
#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH { position:relative;display:block; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH { background-color: transparent; background-image: none; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row .container > .video-iframe-container { display: none; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row > .video-iframe-container { display: none; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .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); }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH { border-width: 0; border-radius: 0; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .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; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .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:39.8125rem;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; }#JhUbSyCFUhtDzRlyAXEF0Qmww9g6kkRz { color:rgba(var(--color-tertiary-4),1);display:block;width:70.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92535rem;display:block; }
#x8TkGT8XAbS1btw8QiDgIZCPcTxDAB9N { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.0625rem;top:6.9861106872556rem;left:0rem;overflow:hidden;display:block; }
#ItzXoBSRFfCea3yTsqTTvrDOU9Ce8tS4 { color:rgba(var(--color-primary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.783854484558rem;left:6.625rem;height:2.4375rem;font-style:normal;display:block; }
#x7Ud4U9aqKDLlqAKfUDo4uMmRozeodVI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.5rem;top:20.450000047684rem;left:6.999218940735rem;overflow:hidden;display:block; }
#HE2DfcvyhypoL84XRdsWBgQtT5RPH3ir { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.887500047684rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4OrXhpbaIKTCH16Xk2RMfOOmTqU2ymR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:26.07421875rem;left:0rem;height:12.597625rem;display:block; }
#hACXqxgUokWFlCTp9mc8Ge9ahfO4so7l { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.0625rem;top:7rem;left:18.5625rem;overflow:hidden;display:block; }
#kOGcmFMLqcTEkbHCA2Up0TXAHz9z5MeZ { color:rgba(var(--color-primary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:25.1875rem;height:2.4375rem;font-style:normal;display:block; }
#cXtwl2zswc8l5uHTZEx2ugi1nGn5zHCT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.5rem;top:20.4375rem;left:25.5625rem;overflow:hidden;display:block; }
#l8wVHxn1yZ3QUZqUfzUW1o8lhMMLNxko { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:18.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8SSgqxsOkFu5mG0RTvpkXi2Z2yryc5t { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:26.0625rem;left:18.5625rem;height:12.597625rem;display:block; }
#g7QauFgp89Pnz57Ra47PEW4WaG9BFWXc { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.0625rem;top:7rem;left:37.9375rem;overflow:hidden;display:block; }
#ZMtDBQe3VqkDqAGZxLlZdDlCUvwaIbWA { color:rgba(var(--color-primary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44.5625rem;height:2.4375rem;font-style:normal;display:block; }
#L8AvF90rXfSf9E8LkEumnAQQ0OrCLntW { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.5rem;top:20.4375rem;left:44.8125rem;overflow:hidden;display:block; }
#kTdpWJv7iT1X6ar3z1nBmDwz4TFQAnlO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:37.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fS496dAECI0yiLZ3RLFuJdv6p46czuZb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:26.0625rem;left:37.9375rem;height:9.7981875rem;display:block; }
#d0m8whgiUChEbGCx3eqm2Way083FFT0b { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:15.0625rem;top:7rem;left:57.0625rem;overflow:hidden;display:block; }
#hKiF0TqQafl4ZCZEgacf0CnhWAdvq0Wc { color:rgba(var(--color-primary-2),1);display:block;width:1.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.8125rem;left:63.6875rem;height:2.4375rem;font-style:normal;display:block; }
#nPB4ySDUBRqBSiHgr3NWvcZfAQx6lUef { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.5rem;top:20.4375rem;left:64.0625rem;overflow:hidden;display:block; }
#AkTI9DiDXKKsGH6weKyB8kCuC6dFO7Tl { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:57.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KvgxblPt2mPLRPlX7kPN9XV5gRDJlSdL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:26.0625rem;left:57.0625rem;height:9.7981875rem;display:block; }
#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container { background-color: transparent; background-image: none; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container > .video-iframe-container { display: none; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row > .video-iframe-container { display: none; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .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); }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container { border-width: 0; border-radius: 0; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:block; }#g5Z3KlsWqTPbJ4hTDLvUfyGI5W7hv5vm { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:27.5rem;height:;text-align:center;text-align-last:center;display:block; }
#h80oo0tbVrziFTUIsTSAW558i9wseDrc { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.0625rem;width:75rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#w3rWGB4bsOOG7AAThbWXCzfLHdKT0aM6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:55.1318359375rem;left:25.71875rem;display:block; }
#OWKUiu1kLKTIT0acv4CdfeuscAM1a92t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 { position:relative;display:block; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 { background-color: transparent; background-image: none; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row .container > .video-iframe-container { display: none; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row > .video-iframe-container { display: none; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .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); }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 { border-width: 0; border-radius: 0; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .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; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .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:50rem;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; }#iWyGS5imi54UbJeTODcSDPHWhJRyAUOh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.0625rem;width:31.6875rem;top:2.9687538146973rem;left:0rem;overflow:hidden;display:block; }
#TezxD6ScxtwpbctOcDWKk6uM4DdFe55e { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.96875rem;left:34.756944656372rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#dRmcwqBpOrJfEz0wkySKhgkSL63cTPS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:34.75rem;height:1.625rem;display:block; }
#eB2rPcTLAdzzt3ppVwHAmgXGf87KnnyR { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:9.25rem;left:34.75rem;height:8.7456875rem;display:block; }
#LhCiMxyev44Tb9B9u3fXxJWtITbDGKQd { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21rem;left:34.75rem;height:6.9965rem;display:block; }
#mLwqaldCC5SgbDpJaVSzRLn07qD5hv9M { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:34.75rem;height:;display:block; }
#vhF9DGSL9OtT5SHES3DG03ab3g5lmTsF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:30.875rem;left:34.75rem;height:8.7456875rem;display:block; }
#uXKUiVigc4xogWFzpPc5OgPOdpqDJKNf { color:rgba(var(--color-tertiary-4),1);display:block;width:38.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.625rem;left:34.75rem;height:1.625rem;display:block; }
#ORXVzOwJIN3J3tNrFCP5rEyv2RFBoNoA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.96875rem;left:34.7568359375rem;display:block; }
#gLLWvWPPRtFDNRivJXcGKLZXnsrMPDlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGhpnTVnorW4ArICXbRQmflVLETGbUFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container { background-color: transparent; background-image: none; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container > .video-iframe-container { display: none; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row > .video-iframe-container { display: none; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .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); }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container { border-width: 0; border-radius: 0; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#Wp5sR3UIfQrBOpoFzsF0Fqbr21TtFR3a { color:rgba(var(--color-tertiary-4),1);display:block;width:61.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:6.9375rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#dS30hsfdU69UdSmZu9qOPulvRyNpWtId { box-sizing:content-box;height:31.4375rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#RU1lPUmHJCbbgpo377HEGEddX4DXobUM { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12rem;left:1.46875rem;height:1.625rem;font-style:normal;display:block; }
#UOqnXqcpCsr3dMToGbtTV2xIbtyuxvxH { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:14.625rem;left:1.46875rem;height:18.75rem;display:block; }
#Tte4P1O48qfp2w06T5fgBi9vKXeZAl5B { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:28.125rem;top:12rem;left:45.625rem;overflow:hidden;display:block; }
#AeZGSUsyGvDUBgxyQLZVEZRDybBQz8IC { box-sizing:content-box;height:0.0625rem;width:40rem;position:absolute;display:block;z-index:15007;background-color:#e6d6c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.625rem;left:1.46875rem;display:block; }
#MvN5IWWh1Ofi98H4oifORl1pB6sLG5v8 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:37rem;left:1.46875rem;overflow:hidden;display:block; }
#dyVHnzbaCxALJfB6WiKZJmsFSkGpvhNQ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.8125rem;left:5rem;height:1.462675rem;display:block; }
#J3guu1ELtrgnLfXgOvMAnwR4mJgSaeuy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:38.625rem;left:5rem;overflow:hidden;display:block; }
#taTEl720DbBhU5JbeHpgpMwO9fWufePM { box-sizing:content-box;height:2.375rem;width:6.375rem;position:absolute;display:block;z-index:15011;background-color:#d6eedd;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37.0625rem;left:29.6875rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#HtVxxVbbkXrONgVPhQbuzy0IZTmfCCHc { color:#34a853;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.625rem;left:30.0625rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#qzBVT9WZ1nwicQUzCi3K9P0h9qfbQbA3 { 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:2.75rem;width:2.75rem;top:37rem;left:38.8125rem;overflow:hidden;display:block; }
#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container { background-color: transparent; background-image: none; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container > .video-iframe-container { display: none; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row > .video-iframe-container { display: none; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .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); }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container { border-width: 0; border-radius: 0; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#czitHeTGaS7nTSkC5JZVDADDOEofDaNl { box-sizing:content-box;height:28.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#T80w8TygHSa4O2T0rGvIDTVGQIOiiwcn { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.5rem;height:1.625rem;font-style:normal;display:block; }
#lrJE1q8yaAcAwoN8fQX4SczWbu1Hcwxr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5rem;height:15rem;display:block; }
#S9GzgCMZZCTZUV02tDe6vqiio9aCabiC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:28.125rem;top:3.9375rem;left:45.625rem;overflow:hidden;display:block; }
#XCGQNscsiSo8pEt5qypFTSaVka5OAcfA { box-sizing:content-box;height:0.0625rem;width:40rem;position:absolute;display:block;z-index:15007;background-color:#e6d6c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:1.5rem;display:block; }
#pizzPoMwiNZudhQl6bCoeetVTevJUTnr { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:25.1875rem;left:1.5rem;overflow:hidden;display:block; }
#AE0dgQUcq4rQOv4hqxL62DR1RRu7sUyD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:5rem;height:1.462675rem;display:block; }
#MO6CyJFweu1D5onff8anE4xxibd9BfXv { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:26.8125rem;left:5rem;overflow:hidden;display:block; }
#moiNZKd1iiOAtdWzZokw76HPdXO6beDX { box-sizing:content-box;height:2.375rem;width:6.375rem;position:absolute;display:block;z-index:15011;background-color:#d6eedd;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.25rem;left:30.4375rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#w9Ko5axVM3M3nqXirDg9PXavmJKktkFl { color:#34a853;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#tTCQeZloFRqi3vCmwWbMUz8pc5A08ile { 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:2.75rem;width:2.75rem;top:25.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container { background-color: transparent; background-image: none; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container > .video-iframe-container { display: none; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row > .video-iframe-container { display: none; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .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); }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container { border-width: 0; border-radius: 0; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#uuK0m90bzN61iAmeIlWJit7zWSJCQQcS { box-sizing:content-box;height:28.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#GNeaTC5oxDngGm47m12nKZMmJDOG5qmd { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.5rem;height:1.625rem;font-style:normal;display:block; }
#wOt7vPv3MCWVSgmEXywRTxZbdhQr0FxX { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5rem;height:7.5rem;display:block; }
#mBVNsnMbs2tPGyD9IdcXSrPBsxFQ9SsN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:28.125rem;top:3.9375rem;left:45.625rem;overflow:hidden;display:block; }
#RqxAHTpR16T3a0phzxfZN0DlTk8SaPQT { box-sizing:content-box;height:0.0625rem;width:40rem;position:absolute;display:block;z-index:15007;background-color:#e6d6c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:1.5rem;display:block; }
#u11EgHts6SQnSvSPqiV0LRocl5FXOHKP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:25.1875rem;left:1.5rem;overflow:hidden;display:block; }
#w9G1QzySS7DInCoIE5S2Vo9Mxstkud4d { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:5rem;height:;display:block; }
#IpvhJHtQlGPD8VSpiTIMu0O46qzONOl9 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:26.8125rem;left:5rem;overflow:hidden;display:block; }
#oTr0SfXcdtM43iNSNPPXtHyuuhFLFCOf { box-sizing:content-box;height:2.375rem;width:6.375rem;position:absolute;display:block;z-index:15011;background-color:#d6eedd;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.25rem;left:30.4375rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#iusrZtuqUgd2i11FDhuLhM7lJTnA7H0D { color:#34a853;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#ge5MRaUX30wW6hpxiCXTM7TvzTSQ8G0Q { 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:2.75rem;width:2.75rem;top:25.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#daswAbdIz6Zx65z7uXzGoJyyug45AVRd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container { background-color: transparent; background-image: none; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container > .video-iframe-container { display: none; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row > .video-iframe-container { display: none; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .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); }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container { border-width: 0; border-radius: 0; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#vbGO1go67X8BApltGkK2mDKzOxboDGu0 { box-sizing:content-box;height:28.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#omrKSOmsfyOcHrmWzTbrRBadRfKhnZJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.5rem;height:1.625rem;font-style:normal;display:block; }
#VszT9001izTphmhQT30QrSxfExdJFIb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5rem;height:9.375rem;display:block; }
#UTLTsyiMsnTlQntD0UV763l3IQ8FtF8b { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:28.125rem;top:3.9375rem;left:45.625rem;overflow:hidden;display:block; }
#DmAkqQLyCtZAgquMPU8uABDkPpM4753J { box-sizing:content-box;height:0.0625rem;width:40rem;position:absolute;display:block;z-index:15007;background-color:#e6d6c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.8125rem;left:1.5rem;display:block; }
#dbsMNiWnh5ZT1fxFxT5SVvEuXqT5SMGs { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:25.1875rem;left:1.5rem;overflow:hidden;display:block; }
#Z1CToLq0SxCgFK2GncbTwnDo4Bad5JDx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:5rem;height:;display:block; }
#b8Sw3tTG7ssUzuvHq4v7WTnhsUN9OIod { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6rem;top:26.8125rem;left:5rem;overflow:hidden;display:block; }
#Bvr8E1ivOVth26nOD7wDPlE9nBKfrivw { box-sizing:content-box;height:2.375rem;width:6.375rem;position:absolute;display:block;z-index:15011;background-color:#d6eedd;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:25.25rem;left:30.4375rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#HZ0sIMsgekGazdTJdWy1KamB7TetxW2x { color:#34a853;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#TGhOCWala5RpcF0MMgsu4uNkSCUdOboD { 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:2.75rem;width:2.75rem;top:25.1875rem;left:39.5625rem;overflow:hidden;display:block; }
#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp { position:relative;display:block; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp { background-color: transparent; background-image: none; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row .container > .video-iframe-container { display: none; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row > .video-iframe-container { display: none; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .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); }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp { border-width: 0; border-radius: 0; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .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; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .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:40rem;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; }#RHyVpS2xvJ8MTTJJoFg9BUkifoadBqRG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:30.625rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#yFxn6ufgBNxeu8qu33HMvaPUoKTHwlOG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:34.8125rem;height:7.8003125rem;text-align:left;text-align-last:left;display:block; }
#NB8UJQAOL0mWNtaffZe8c4GovJhWTUyV { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.375rem;left:34.8125rem;height:15rem;display:block; }
#T7E95osuvgusxftdfh8Oz7bKys13QPgV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.125rem;left:34.8125rem;display:block; }
#Q91Mzeoi2aC0N9Glg8bUQhOqyFA49Com { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container { background-color: transparent; background-image: none; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container > .video-iframe-container { display: none; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row > .video-iframe-container { display: none; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .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); }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container { border-width: 0; border-radius: 0; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#z7VQDpe3arsE8WtMnVtF4OrHeFPgIlEv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:3.2487rem;font-style:normal;display:block; }
#NZQXs3gAHcBmNuQukeqOQCDzvhGrvihZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:28.25rem;left:0rem;height:5.6rem;display:block; }
#RV3yvIoVcr2oszqJ9JExkzuB7ndrKrym { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#NMt7Liy9CRW8Ku4TT3ru2SFPwt8H9Ti8 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.875rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#T20ndLTHZPdnnc06x35SAEmpm769lca4 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:11.4375rem;left:25.5rem;overflow:hidden;display:block; }
#mkLPM8sxZkgsNJ0bUGdmpsB2ivbBhOCu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.875rem;left:25.5rem;height:1.625rem;font-style:normal;display:block; }
#nJc933qmHSUTxZV8MscuRIGkH43IFG6g { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:26.5rem;left:25.5rem;height:5.59895625rem;display:block; }
#skeo4vaq3MTPNettNSPNJQ0l5bETRIcx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:23.75rem;top:11.4375rem;left:51rem;overflow:hidden;display:block; }
#e2t1AgUrxpiIIXSRf5hlsKeheXxT4hBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.875rem;left:51rem;height:3.2487rem;font-style:normal;display:block; }
#Q40dn2Cyli0HdfE7q3KcZsyX06FiPzKT { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:28.375rem;left:51rem;height:5.59895625rem;display:block; }
#Fab8DhRuZvAN0eROscbl08boT8vw9N8M { position:relative;display:block; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M { background-color: transparent; background-image: none; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row .container > .video-iframe-container { display: none; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row > .video-iframe-container { display: none; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .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); }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M { border-width: 0; border-radius: 0; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .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; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .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:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZVkdw9CxN0EOGM7NPqhdfN8Q3Pxo7NgU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:75rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#Xhc6F6X2VA0NaDGB3vdnszCaNZXv7QT3 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.4375rem;height:3.90014375rem;font-style:normal;display:block; }
#G6wACLT5w1aKze2I9vCNTEPtwL7GI0nm { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:3.6875rem;height:1.3rem;display:block; }
#zG8vGtcrwxqbolxLutfOmm8HWJT8SJ84 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18rem;left:3.4375rem;display:block; }
#D0WZeT5xTULchMHKriqKKuecwM09Ty8x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMO53UzwrHLzU8ezTMW9MWF8Mt7IEbmf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64.0625rem;width:31.6875rem;display:none; }
#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container { background-color: transparent; background-image: none; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container > .video-iframe-container { display: none; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row > .video-iframe-container { display: none; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .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); }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container { border-width: 0; border-radius: 0; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#Eqv280PfMrCWdKmbaFX467A5TnuwtIln { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:14rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#PJxdxsIZWMROvc0Ht3HqyZhieohO3pm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:0rem;height:2.6rem;display:block; }
#Onn2UNPqeVx0lX7BeJBzOT9pyETslSeP { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#e6d6c1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.75rem;left:0rem;display:block; }
#av9DEN3KllXFIG2QH1J9GNdBLi09L7bf { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.28125rem;height:1.625rem;display:block; }
#GPAJSAyZPDNPxLdmNnfJTlFOqKnMnLUl { color:rgba(var(--color-primary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:60.5625rem;height:1.625rem;display:block; }
#H5b4LmP2G1obvrTEG2AxieddlpxVFags { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.3125rem;left:72.5rem;overflow:hidden;display:block; }
#GJiOFTXTmlSo2VLOmEiMH4TrDqdS3dlC { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.3125rem;left:64.5625rem;overflow:hidden;display:block; }
#KDiNSODoI9P8uTgTxoToCrCiVZIozqdO { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.3125rem;left:68.5625rem;overflow:hidden;display:block; }
#qHHDBnakUK3B4UTD2cmOGGPyiIMJ46uN { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.3125rem;left:60.5625rem;overflow:hidden;display:block; }
#VDGEr30uuuGGvSCJ60bcETZ0T5gF8LUu { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:5.0625rem;left:39.3125rem;overflow:hidden;display:block; }
#QAUMuxapukDTx6ykT6RVAiI5TFN8fcLG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.875rem;height:1.2999125rem;display:block; }
#hQwxmNpsIe9kHfGfGtsPdak5R5uKWvVb { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:7.6875rem;left:39.3125rem;overflow:hidden;display:block; }
#XC1aqVWroGLWDiGsx9xvf6gSetzBIBEt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.875rem;height:1.3rem;display:block; }
#diTEHtlbaW3t3IwdURJc62FGqb3PUZeH { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:10.375rem;left:39.3125rem;overflow:hidden;display:block; }
#G8ethxvIBJvxMkUB52V6XuxEbzzERvHT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.537109375rem;left:41.875rem;height:1.3rem;display:block; }
#Zpg0XnVDNePThIElLrhbh5yxsf6fDgJK { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.25rem;left:16.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm4gT7VMB59a3tUFqU78uPdqq9J9F8yG { top:0rem;left:0rem;width:13.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWCbbaaZqHCIFWD2xpTuWsroDdODKPF { top:2.3125rem;left:5.1875rem;width:5.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXdVMxkym0Nm44fxlIaAua4l8GzlM5x7 { top:2.625rem;left:11.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvIBrXHuiZR4qn3LctrlEukEJDoGfiTI { width:13.8125rem;height:2.5625rem;top:3.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwnaULhTR9Fw9BRH9o78ApkURq0Fl43 { display:block; }
 }@media only screen and (max-width: 763px) { #QsCdOh4Ef9Xr7GSxyE0K3Q9cMGisrREm { top:1.5625rem;left:26.375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnvuSFdCaftfrscAMHVQhK3IZqeahJv { width:15.875rem;height:3.375rem;top:2.0625rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btr7grc08Th74Lr1h3rZ3hghzFDeBWTS { display:block; }
 }@media only screen and (max-width: 763px) { #exppmU6mEttTGsFqmD77o9bS5cd40fHQ { top:12.875rem;left:0rem;width:13.125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7TMVBXleknoqUHatV50DMwggCOnml8e { display:block; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDUI0KJiv5TPWTzZam1UK5GKrBBUJCf5 { top:6.625rem;left:0rem;width:33.3125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZJc9XNmgSQEdH9gquA0CWalGAUIHvi { top:37.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhz4A9RqtgqEqMpsF03aepiZXzmRX75S { top:37.25rem;left:0rem;width:29.625rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdaLxzLvsHn3FGqevJZVtVg4qo2tPLvH { top:46.3125rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyOQdnTEX2ydw0tPOCaQbQQ0WsOOJV2S { top:46rem;left:0rem;width:5.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSy0dxlQuviHMrg7sLQJ6pkSs6PxvwcB { top:8.9375rem;left:9.4375rem;width:38.3125rem;height:13.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQHw5D6bho4Qi0Jw0r1TZm2CSKlvTqDF { top:24.4375rem;left:13.5rem;width:34.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTQGKue6ycHCX3BNtL7XgXXNbBhkvJO { width:34.0625rem;height:3.25rem;top:31.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0aK7L7qeq5WPEedd8S1IvGesbbldGXl { display:block; }
 }@media only screen and (max-width: 763px) { #zafHx4VNu9ZxFFAEWHT2iFAVlVuQcdW5 { top:36.25rem;left:15.25rem;width:32.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekSi9awCIgRJmFZROJyENQ4Lxt4lQ5oa { top:5.9375rem;left:17.4375rem;width:30.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcFwdwmcvLuvRAAvDWafPw742q9ZJhCa { top:5.625rem;left:13.5625rem;width:34.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhkmrXBr1br97deNM3GXxI0bJ9zrfkBD { top:19.9375rem;left:0rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ { display:block; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlneBl4LhatxIJJPzpWCBHel8Dx7NT1l { top:3.6875rem;left:0rem;width:47.75rem;height:64.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH { display:block; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhUbSyCFUhtDzRlyAXEF0Qmww9g6kkRz { top:0rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8TkGT8XAbS1btw8QiDgIZCPcTxDAB9N { top:6.9375rem;left:0rem;width:15.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItzXoBSRFfCea3yTsqTTvrDOU9Ce8tS4 { top:17.75rem;left:0rem;width:1.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Ud4U9aqKDLlqAKfUDo4uMmRozeodVI { top:20.4375rem;left:0rem;width:0.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2DfcvyhypoL84XRdsWBgQtT5RPH3ir { top:22.875rem;left:0rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4OrXhpbaIKTCH16Xk2RMfOOmTqU2ymR { top:26.0625rem;left:0rem;width:16.5rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hACXqxgUokWFlCTp9mc8Ge9ahfO4so7l { top:7rem;left:4.9375rem;width:15.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGcmFMLqcTEkbHCA2Up0TXAHz9z5MeZ { top:17.8125rem;left:11.5625rem;width:1.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtwl2zswc8l5uHTZEx2ugi1nGn5zHCT { top:20.4375rem;left:11.9375rem;width:0.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wVHxn1yZ3QUZqUfzUW1o8lhMMLNxko { top:22.875rem;left:4.9375rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8SSgqxsOkFu5mG0RTvpkXi2Z2yryc5t { top:26.0625rem;left:4.9375rem;width:18.0625rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7QauFgp89Pnz57Ra47PEW4WaG9BFWXc { top:7rem;left:24.3125rem;width:15.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtDBQe3VqkDqAGZxLlZdDlCUvwaIbWA { top:17.8125rem;left:30.9375rem;width:1.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8AvF90rXfSf9E8LkEumnAQQ0OrCLntW { top:20.4375rem;left:31.1875rem;width:0.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdpWJv7iT1X6ar3z1nBmDwz4TFQAnlO { top:22.875rem;left:24.3125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS496dAECI0yiLZ3RLFuJdv6p46czuZb { top:26.0625rem;left:24.3125rem;width:17.5rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0m8whgiUChEbGCx3eqm2Way083FFT0b { top:7rem;left:32.6875rem;width:15.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKiF0TqQafl4ZCZEgacf0CnhWAdvq0Wc { top:17.8125rem;left:45.9375rem;width:1.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPB4ySDUBRqBSiHgr3NWvcZfAQx6lUef { top:20.4375rem;left:47.25rem;width:0.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTI9DiDXKKsGH6weKyB8kCuC6dFO7Tl { top:22.875rem;left:29.8125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvgxblPt2mPLRPlX7kPN9XV5gRDJlSdL { top:26.0625rem;left:29.4375rem;width:18.3125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u { display:block; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5Z3KlsWqTPbJ4hTDLvUfyGI5W7hv5vm { top:0.875rem;left:13.875rem;width:20rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80oo0tbVrziFTUIsTSAW558i9wseDrc { top:5.6875rem;left:0rem;width:47.75rem;height:29.963125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rWGB4bsOOG7AAThbWXCzfLHdKT0aM6 { width:23.5625rem;height:3.25rem;top:55.125rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWKUiu1kLKTIT0acv4CdfeuscAM1a92t { display:block; }
 }@media only screen and (max-width: 763px) { #QnU0dE9SguOieWwNWPB83dZGX0UckMy3 { display:block; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWyGS5imi54UbJeTODcSDPHWhJRyAUOh { top:2.9375rem;left:0rem;width:31.6875rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezxD6ScxtwpbctOcDWKk6uM4DdFe55e { top:1.9375rem;left:18.375rem;width:29.375rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRmcwqBpOrJfEz0wkySKhgkSL63cTPS3 { top:7rem;left:9.5625rem;width:38.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB2rPcTLAdzzt3ppVwHAmgXGf87KnnyR { top:9.25rem;left:8.25rem;width:39.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCiMxyev44Tb9B9u3fXxJWtITbDGKQd { top:21rem;left:8.25rem;width:39.5rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwqaldCC5SgbDpJaVSzRLn07qD5hv9M { top:18.75rem;left:9.5625rem;width:38.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhF9DGSL9OtT5SHES3DG03ab3g5lmTsF { top:30.875rem;left:8.25rem;width:39.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXKUiVigc4xogWFzpPc5OgPOdpqDJKNf { top:28.625rem;left:9.5625rem;width:38.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXVzOwJIN3J3tNrFCP5rEyv2RFBoNoA { width:23.5625rem;height:3.25rem;top:41.9375rem;left:21.1318359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLWvWPPRtFDNRivJXcGKLZXnsrMPDlu { display:block; }
 }@media only screen and (max-width: 763px) { #QGhpnTVnorW4ArICXbRQmflVLETGbUFK { display:block; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp5sR3UIfQrBOpoFzsF0Fqbr21TtFR3a { top:4.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS30hsfdU69UdSmZu9qOPulvRyNpWtId { top:10.5625rem;left:0rem;width:47.75rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1lPUmHJCbbgpo377HEGEddX4DXobUM { top:12rem;left:0rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqnXqcpCsr3dMToGbtTV2xIbtyuxvxH { top:14.625rem;left:0rem;width:41.1875rem;height:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tte4P1O48qfp2w06T5fgBi9vKXeZAl5B { top:12rem;left:19.625rem;width:28.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeZGSUsyGvDUBgxyQLZVEZRDybBQz8IC { top:35.625rem;left:0rem;width:40rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvN5IWWh1Ofi98H4oifORl1pB6sLG5v8 { top:37rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyVHnzbaCxALJfB6WiKZJmsFSkGpvhNQ { top:36.8125rem;left:0rem;width:26.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3guu1ELtrgnLfXgOvMAnwR4mJgSaeuy { top:38.625rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTEl720DbBhU5JbeHpgpMwO9fWufePM { top:37.0625rem;left:16.0625rem;width:6.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtVxxVbbkXrONgVPhQbuzy0IZTmfCCHc { top:37.625rem;left:16.4375rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBVT9WZ1nwicQUzCi3K9P0h9qfbQbA3 { top:37rem;left:25.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP { display:none; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czitHeTGaS7nTSkC5JZVDADDOEofDaNl { top:2.5rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80w8TygHSa4O2T0rGvIDTVGQIOiiwcn { top:3.9375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrJE1q8yaAcAwoN8fQX4SczWbu1Hcwxr { top:6.5625rem;left:0rem;width:38.8125rem;height:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GzgCMZZCTZUV02tDe6vqiio9aCabiC { top:3.9375rem;left:19.625rem;width:28.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGQNscsiSo8pEt5qypFTSaVka5OAcfA { top:23.8125rem;left:0rem;width:40rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizzPoMwiNZudhQl6bCoeetVTevJUTnr { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE0dgQUcq4rQOv4hqxL62DR1RRu7sUyD { top:25rem;left:0rem;width:26.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6CyJFweu1D5onff8anE4xxibd9BfXv { top:26.8125rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #moiNZKd1iiOAtdWzZokw76HPdXO6beDX { top:25.25rem;left:16.8125rem;width:6.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ko5axVM3M3nqXirDg9PXavmJKktkFl { top:25.8125rem;left:17.1875rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCQeZloFRqi3vCmwWbMUz8pc5A08ile { top:25.1875rem;left:25.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 { display:none; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uuK0m90bzN61iAmeIlWJit7zWSJCQQcS { top:2.5rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNeaTC5oxDngGm47m12nKZMmJDOG5qmd { top:3.9375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOt7vPv3MCWVSgmEXywRTxZbdhQr0FxX { top:6.5625rem;left:0rem;width:39.625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVNsnMbs2tPGyD9IdcXSrPBsxFQ9SsN { top:3.9375rem;left:19.625rem;width:28.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqxAHTpR16T3a0phzxfZN0DlTk8SaPQT { top:23.8125rem;left:0rem;width:40rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11EgHts6SQnSvSPqiV0LRocl5FXOHKP { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9G1QzySS7DInCoIE5S2Vo9Mxstkud4d { top:25rem;left:0rem;width:26.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvhJHtQlGPD8VSpiTIMu0O46qzONOl9 { top:26.8125rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTr0SfXcdtM43iNSNPPXtHyuuhFLFCOf { top:25.25rem;left:16.8125rem;width:6.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusrZtuqUgd2i11FDhuLhM7lJTnA7H0D { top:25.8125rem;left:17.1875rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge5MRaUX30wW6hpxiCXTM7TvzTSQ8G0Q { top:25.1875rem;left:25.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daswAbdIz6Zx65z7uXzGoJyyug45AVRd { display:none; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbGO1go67X8BApltGkK2mDKzOxboDGu0 { top:2.5rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrKSOmsfyOcHrmWzTbrRBadRfKhnZJ9 { top:3.9375rem;left:0rem;width:27rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VszT9001izTphmhQT30QrSxfExdJFIb1 { top:6.5625rem;left:0rem;width:39.625rem;height:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLTsyiMsnTlQntD0UV763l3IQ8FtF8b { top:3.9375rem;left:19.625rem;width:28.125rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAkqQLyCtZAgquMPU8uABDkPpM4753J { top:23.8125rem;left:0rem;width:40rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsMNiWnh5ZT1fxFxT5SVvEuXqT5SMGs { top:25.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1CToLq0SxCgFK2GncbTwnDo4Bad5JDx { top:25rem;left:0rem;width:26.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Sw3tTG7ssUzuvHq4v7WTnhsUN9OIod { top:26.8125rem;left:0rem;width:6rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvr8E1ivOVth26nOD7wDPlE9nBKfrivw { top:25.25rem;left:16.8125rem;width:6.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0sIMsgekGazdTJdWy1KamB7TetxW2x { top:25.8125rem;left:17.1875rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhOCWala5RpcF0MMgsu4uNkSCUdOboD { top:25.1875rem;left:25.9375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp { display:block; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHyVpS2xvJ8MTTJJoFg9BUkifoadBqRG { top:4.375rem;left:0rem;width:30.625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxn6ufgBNxeu8qu33HMvaPUoKTHwlOG { top:5.375rem;left:7.5625rem;width:40.1875rem;height:7.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8UJQAOL0mWNtaffZe8c4GovJhWTUyV { top:14.375rem;left:7.6875rem;width:40.0625rem;height:15rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7E95osuvgusxftdfh8Oz7bKys13QPgV { width:23.5625rem;height:3.25rem;top:31.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q91Mzeoi2aC0N9Glg8bUQhOqyFA49Com { display:block; }
 }@media only screen and (max-width: 763px) { #tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk { display:block; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7VQDpe3arsE8WtMnVtF4OrHeFPgIlEv { top:23.75rem;left:0rem;width:14.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZQXs3gAHcBmNuQukeqOQCDzvhGrvihZ { top:28.25rem;left:0rem;width:24rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV3yvIoVcr2oszqJ9JExkzuB7ndrKrym { top:11.3125rem;left:0rem;width:23.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMt7Liy9CRW8Ku4TT3ru2SFPwt8H9Ti8 { top:4.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20ndLTHZPdnnc06x35SAEmpm769lca4 { top:11.4375rem;left:11.875rem;width:23.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkLPM8sxZkgsNJ0bUGdmpsB2ivbBhOCu { top:23.875rem;left:11.875rem;width:20.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJc933qmHSUTxZV8MscuRIGkH43IFG6g { top:26.5rem;left:11.875rem;width:24rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skeo4vaq3MTPNettNSPNJQ0l5bETRIcx { top:11.4375rem;left:24rem;width:23.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2t1AgUrxpiIIXSRf5hlsKeheXxT4hBZ { top:23.875rem;left:28.75rem;width:19rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q40dn2Cyli0HdfE7q3KcZsyX06FiPzKT { top:28.375rem;left:23.75rem;width:24rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fab8DhRuZvAN0eROscbl08boT8vw9N8M { display:block; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkdw9CxN0EOGM7NPqhdfN8Q3Pxo7NgU { top:1.6875rem;left:0rem;width:47.75rem;height:15.837083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhc6F6X2VA0NaDGB3vdnszCaNZXv7QT3 { top:9.75rem;left:0rem;width:30.5625rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6wACLT5w1aKze2I9vCNTEPtwL7GI0nm { top:15rem;left:0rem;width:30.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8vGtcrwxqbolxLutfOmm8HWJT8SJ84 { width:23.5625rem;height:3.25rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WZeT5xTULchMHKriqKKuecwM09Ty8x { display:block; }
 }@media only screen and (max-width: 763px) { #TMO53UzwrHLzU8ezTMW9MWF8Mt7IEbmf { width:31.6875rem;height:64.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g { display:block; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqv280PfMrCWdKmbaFX467A5TnuwtIln { top:2.5rem;left:0rem;width:14rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJxdxsIZWMROvc0Ht3HqyZhieohO3pm1 { top:10.6875rem;left:0rem;width:19.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onn2UNPqeVx0lX7BeJBzOT9pyETslSeP { top:15.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9DEN3KllXFIG2QH1J9GNdBLi09L7bf { top:2.5rem;left:25.65625rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAJSAyZPDNPxLdmNnfJTlFOqKnMnLUl { top:2.5rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5b4LmP2G1obvrTEG2AxieddlpxVFags { top:5.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiOFTXTmlSo2VLOmEiMH4TrDqdS3dlC { top:5.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiNSODoI9P8uTgTxoToCrCiVZIozqdO { top:5.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHDBnakUK3B4UTD2cmOGGPyiIMJ46uN { top:5.3125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGEr30uuuGGvSCJ60bcETZ0T5gF8LUu { top:5.0625rem;left:25.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUMuxapukDTx6ykT6RVAiI5TFN8fcLG { top:5.4375rem;left:28.25rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwxmNpsIe9kHfGfGtsPdak5R5uKWvVb { top:7.6875rem;left:25.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1aqVWroGLWDiGsx9xvf6gSetzBIBEt { top:8.0625rem;left:28.25rem;width:13.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTEHtlbaW3t3IwdURJc62FGqb3PUZeH { top:10.375rem;left:25.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ethxvIBJvxMkUB52V6XuxEbzzERvHT { top:10.5rem;left:28.25rem;width:14.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpg0XnVDNePThIElLrhbh5yxsf6fDgJK { top:18.25rem;left:3.25rem;width:41.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lm4gT7VMB59a3tUFqU78uPdqq9J9F8yG { width:11.9375rem;height:5.5625rem;top:0.9560546875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTWCbbaaZqHCIFWD2xpTuWsroDdODKPF { width:5.375rem;height:2.625rem;top:8.6435546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXdVMxkym0Nm44fxlIaAua4l8GzlM5x7 { width:13.125rem;height:0;top:10.3125rem;left:5.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvIBrXHuiZR4qn3LctrlEukEJDoGfiTI { width:13.8125rem;height:2.5625rem;top:14.787109375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzwnaULhTR9Fw9BRH9o78ApkURq0Fl43 { display:block; }
 }@media only screen and (max-width: 763px) { #QsCdOh4Ef9Xr7GSxyE0K3Q9cMGisrREm { width:12.5rem;height:1.625rem;top:12.537109375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVnvuSFdCaftfrscAMHVQhK3IZqeahJv { width:17.4375rem;height:2.8125rem;top:18.125rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btr7grc08Th74Lr1h3rZ3hghzFDeBWTS { display:block; }
 }@media only screen and (max-width: 763px) { #exppmU6mEttTGsFqmD77o9bS5cd40fHQ { width:12.25rem;height:2.6rem;top:8.6552734375rem;left:7.25rem;font-size:1rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7TMVBXleknoqUHatV50DMwggCOnml8e { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/124b22dd-af4f-4c46-8397-961cd9386a40/Frame225669.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o7TMVBXleknoqUHatV50DMwggCOnml8e.adaptive-delivery-prevent-bg, #o7TMVBXleknoqUHatV50DMwggCOnml8e.lazyload, #o7TMVBXleknoqUHatV50DMwggCOnml8e.lazyloading { background-image: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { background-color: transparent; background-image: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container > .video-iframe-container { display: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row > .video-iframe-container { display: none; }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .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); }#o7TMVBXleknoqUHatV50DMwggCOnml8e > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDUI0KJiv5TPWTzZam1UK5GKrBBUJCf5 { width:20rem;height:16.5849375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZJc9XNmgSQEdH9gquA0CWalGAUIHvi { width:4.25rem;height:4.25rem;top:63.250005722044rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhz4A9RqtgqEqMpsF03aepiZXzmRX75S { width:19.0625rem;height:13rem;top:48.991102218628rem;left:0.46875005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdaLxzLvsHn3FGqevJZVtVg4qo2tPLvH { width:6rem;height:1rem;top:63.812070846556rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyOQdnTEX2ydw0tPOCaQbQQ0WsOOJV2S { width:5.75rem;height:1.625rem;top:65.374570846556rem;left:5.7497833371163rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSy0dxlQuviHMrg7sLQJ6pkSs6PxvwcB { width:20rem;height:6.7480625rem;top:22.333116531372rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQHw5D6bho4Qi0Jw0r1TZm2CSKlvTqDF { width:20rem;height:10.1236875rem;top:30.055555343628rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTQGKue6ycHCX3BNtL7XgXXNbBhkvJO { width:19rem;height:2.8125rem;top:41.616971969604rem;left:0.49913197755814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0aK7L7qeq5WPEedd8S1IvGesbbldGXl { display:block; }
 }@media only screen and (max-width: 763px) { #zafHx4VNu9ZxFFAEWHT2iFAVlVuQcdW5 { width:18.4375rem;height:1.875rem;top:45.553602218628rem;left:0.78125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekSi9awCIgRJmFZROJyENQ4Lxt4lQ5oa { width:20rem;height:2.92535rem;top:19.829644680023rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcFwdwmcvLuvRAAvDWafPw742q9ZJhCa { width:18.875rem;height:2.0625rem;top:19.450956344604rem;left:0.4368491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhkmrXBr1br97deNM3GXxI0bJ9zrfkBD { width:20rem;height:1.3rem;top:19.941407203674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ { display:block; }#bNR7slBu13Bq7Ub7l4Jc7n4IRvT2FbdJ > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlneBl4LhatxIJJPzpWCBHel8Dx7NT1l { width:20rem;height:64.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH { display:block; }#zzmAQ5Mf4rVVPWQuT9qUTyzoGpemuJGH > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhUbSyCFUhtDzRlyAXEF0Qmww9g6kkRz { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8TkGT8XAbS1btw8QiDgIZCPcTxDAB9N { width:15.0625rem;height:10.5625rem;top:8.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItzXoBSRFfCea3yTsqTTvrDOU9Ce8tS4 { width:1.8125rem;height:2.4375rem;top:18.875rem;left:9.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Ud4U9aqKDLlqAKfUDo4uMmRozeodVI { width:0.5rem;height:0.625rem;top:21.3212890625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE2DfcvyhypoL84XRdsWBgQtT5RPH3ir { width:20rem;height:1.625rem;top:23.1962890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4OrXhpbaIKTCH16Xk2RMfOOmTqU2ymR { width:20rem;height:9.7981875rem;top:25.6337890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hACXqxgUokWFlCTp9mc8Ge9ahfO4so7l { width:15.0625rem;height:10.5625rem;top:37.3037109375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGcmFMLqcTEkbHCA2Up0TXAHz9z5MeZ { width:1.8125rem;height:2.4375rem;top:47.875rem;left:9.40625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtwl2zswc8l5uHTZEx2ugi1nGn5zHCT { width:0.5rem;height:0.625rem;top:50.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wVHxn1yZ3QUZqUfzUW1o8lhMMLNxko { width:20rem;height:1.625rem;top:51.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8SSgqxsOkFu5mG0RTvpkXi2Z2yryc5t { width:20rem;height:12.597625rem;top:53.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7QauFgp89Pnz57Ra47PEW4WaG9BFWXc { width:15.0625rem;height:10.5625rem;top:68.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtDBQe3VqkDqAGZxLlZdDlCUvwaIbWA { width:1.8125rem;height:2.4375rem;top:78.9375rem;left:9.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8AvF90rXfSf9E8LkEumnAQQ0OrCLntW { width:0.5rem;height:0.625rem;top:82rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdpWJv7iT1X6ar3z1nBmDwz4TFQAnlO { width:20rem;height:1.625rem;top:83.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fS496dAECI0yiLZ3RLFuJdv6p46czuZb { width:19.9375rem;height:9.7981875rem;top:85.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0m8whgiUChEbGCx3eqm2Way083FFT0b { width:15.0625rem;height:10.5625rem;top:96.544921875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKiF0TqQafl4ZCZEgacf0CnhWAdvq0Wc { width:1.8125rem;height:2.4375rem;top:107.732421875rem;left:9.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPB4ySDUBRqBSiHgr3NWvcZfAQx6lUef { width:0.5rem;height:0.625rem;top:110.857421875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTI9DiDXKKsGH6weKyB8kCuC6dFO7Tl { width:19.9375rem;height:1.625rem;top:112.107421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvgxblPt2mPLRPlX7kPN9XV5gRDJlSdL { width:19.75rem;height:9.7981875rem;top:114.357421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u { display:block; }#UGb9X1zrVSND6iQ4nHzJ3JqXy4INaz2u > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5Z3KlsWqTPbJ4hTDLvUfyGI5W7hv5vm { width:20rem;height:2.59874375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80oo0tbVrziFTUIsTSAW558i9wseDrc { width:20rem;height:12.55rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3rWGB4bsOOG7AAThbWXCzfLHdKT0aM6 { width:19rem;height:2.8125rem;top:18.8994140625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWKUiu1kLKTIT0acv4CdfeuscAM1a92t { display:block; }
 }@media only screen and (max-width: 763px) { #QnU0dE9SguOieWwNWPB83dZGX0UckMy3 { display:block; }#QnU0dE9SguOieWwNWPB83dZGX0UckMy3 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWyGS5imi54UbJeTODcSDPHWhJRyAUOh { width:20rem;height:27.8105625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezxD6ScxtwpbctOcDWKk6uM4DdFe55e { width:20rem;height:2.2753875rem;top:30.310546875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRmcwqBpOrJfEz0wkySKhgkSL63cTPS3 { width:20rem;height:2.92535rem;top:33.53515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB2rPcTLAdzzt3ppVwHAmgXGf87KnnyR { width:20rem;height:12.5955rem;top:37.0830078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCiMxyev44Tb9B9u3fXxJWtITbDGKQd { width:20rem;height:9.446625rem;top:54.787109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwqaldCC5SgbDpJaVSzRLn07qD5hv9M { width:20rem;height:2.92535rem;top:51.2392578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhF9DGSL9OtT5SHES3DG03ab3g5lmTsF { width:20rem;height:14.1699375rem;top:68.9677734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXKUiVigc4xogWFzpPc5OgPOdpqDJKNf { width:20rem;height:2.92535rem;top:65.419921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORXVzOwJIN3J3tNrFCP5rEyv2RFBoNoA { width:19rem;height:2.8125rem;top:84.66015625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLLWvWPPRtFDNRivJXcGKLZXnsrMPDlu { display:block; }
 }@media only screen and (max-width: 763px) { #QGhpnTVnorW4ArICXbRQmflVLETGbUFK { display:block; }#QGhpnTVnorW4ArICXbRQmflVLETGbUFK > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp5sR3UIfQrBOpoFzsF0Fqbr21TtFR3a { width:18.875rem;height:4.2rem;top:1.4375rem;left:0.5625rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dS30hsfdU69UdSmZu9qOPulvRyNpWtId { width:20rem;height:50.0625rem;top:6.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1lPUmHJCbbgpo377HEGEddX4DXobUM { width:19.3125rem;height:1.625rem;top:24.9375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOqnXqcpCsr3dMToGbtTV2xIbtyuxvxH { width:19rem;height:20.9895625rem;top:29rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tte4P1O48qfp2w06T5fgBi9vKXeZAl5B { width:18.8125rem;height:16.3125rem;top:7.8603515625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeZGSUsyGvDUBgxyQLZVEZRDybBQz8IC { width:18.75rem;height:0.0625rem;top:51.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvN5IWWh1Ofi98H4oifORl1pB6sLG5v8 { width:2.75rem;height:2.75rem;top:52.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyVHnzbaCxALJfB6WiKZJmsFSkGpvhNQ { width:5.1875rem;height:2.6rem;top:51.8125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3guu1ELtrgnLfXgOvMAnwR4mJgSaeuy { width:5.1875rem;height:0.75rem;top:54.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTEl720DbBhU5JbeHpgpMwO9fWufePM { width:5.5rem;height:1.875rem;top:52.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtVxxVbbkXrONgVPhQbuzy0IZTmfCCHc { width:4.625rem;height:1.13606875rem;top:53rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBVT9WZ1nwicQUzCi3K9P0h9qfbQbA3 { width:2.75rem;height:2.75rem;top:52.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP { display:block; }#uRaXuqa27OQz3tAKolEIyIU5mTKbD8nP > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czitHeTGaS7nTSkC5JZVDADDOEofDaNl { width:20rem;height:43.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T80w8TygHSa4O2T0rGvIDTVGQIOiiwcn { width:19.3125rem;height:1.625rem;top:17.9521484375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrJE1q8yaAcAwoN8fQX4SczWbu1Hcwxr { width:19rem;height:14.4303125rem;top:22.0146484375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9GzgCMZZCTZUV02tDe6vqiio9aCabiC { width:18.8125rem;height:16.3125rem;top:0.875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGQNscsiSo8pEt5qypFTSaVka5OAcfA { width:18.75rem;height:0.0625rem;top:37.8271484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizzPoMwiNZudhQl6bCoeetVTevJUTnr { width:2.75rem;height:2.75rem;top:38.9521484375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE0dgQUcq4rQOv4hqxL62DR1RRu7sUyD { width:5.1875rem;height:1.3rem;top:39.2021484375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO6CyJFweu1D5onff8anE4xxibd9BfXv { width:5.1875rem;height:0.75rem;top:40.7021484375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moiNZKd1iiOAtdWzZokw76HPdXO6beDX { width:5.5rem;height:1.875rem;top:39.375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9Ko5axVM3M3nqXirDg9PXavmJKktkFl { width:4.75rem;height:1.13606875rem;top:39.75rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTCQeZloFRqi3vCmwWbMUz8pc5A08ile { width:2.75rem;height:2.75rem;top:38.9521484375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 { display:block; }#ubL0bVTaZiGn3roaiR6OLFKK4n6s9ah6 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuK0m90bzN61iAmeIlWJit7zWSJCQQcS { width:20rem;height:35.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNeaTC5oxDngGm47m12nKZMmJDOG5qmd { width:19.3125rem;height:3.2487rem;top:17.9521484375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOt7vPv3MCWVSgmEXywRTxZbdhQr0FxX { width:19rem;height:7.871125rem;top:22.0146484375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBVNsnMbs2tPGyD9IdcXSrPBsxFQ9SsN { width:18.8125rem;height:16.3125rem;top:0.875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqxAHTpR16T3a0phzxfZN0DlTk8SaPQT { width:18.75rem;height:0.0625rem;top:31.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11EgHts6SQnSvSPqiV0LRocl5FXOHKP { width:2.75rem;height:2.75rem;top:31.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9G1QzySS7DInCoIE5S2Vo9Mxstkud4d { width:5.1875rem;height:1.3rem;top:32.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpvhJHtQlGPD8VSpiTIMu0O46qzONOl9 { width:5.1875rem;height:0.75rem;top:33.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTr0SfXcdtM43iNSNPPXtHyuuhFLFCOf { width:5.5rem;height:1.875rem;top:32.375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iusrZtuqUgd2i11FDhuLhM7lJTnA7H0D { width:4.75rem;height:1.13606875rem;top:32.75rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge5MRaUX30wW6hpxiCXTM7TvzTSQ8G0Q { width:2.75rem;height:2.75rem;top:31.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daswAbdIz6Zx65z7uXzGoJyyug45AVRd { display:block; }#daswAbdIz6Zx65z7uXzGoJyyug45AVRd > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbGO1go67X8BApltGkK2mDKzOxboDGu0 { width:20rem;height:34.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrKSOmsfyOcHrmWzTbrRBadRfKhnZJ9 { width:19.3125rem;height:1.625rem;top:17.9521484375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VszT9001izTphmhQT30QrSxfExdJFIb1 { width:19rem;height:9.1829375rem;top:20.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTLTsyiMsnTlQntD0UV763l3IQ8FtF8b { width:18.8125rem;height:16.3125rem;top:0.875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAkqQLyCtZAgquMPU8uABDkPpM4753J { width:18.75rem;height:0.0625rem;top:31.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbsMNiWnh5ZT1fxFxT5SVvEuXqT5SMGs { width:2.75rem;height:2.75rem;top:30.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1CToLq0SxCgFK2GncbTwnDo4Bad5JDx { width:6.3125rem;height:1.3rem;top:30.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Sw3tTG7ssUzuvHq4v7WTnhsUN9OIod { width:5.1875rem;height:0.75rem;top:31.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvr8E1ivOVth26nOD7wDPlE9nBKfrivw { width:5.5rem;height:1.875rem;top:30.5625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0sIMsgekGazdTJdWy1KamB7TetxW2x { width:4.75rem;height:1.13606875rem;top:30.9375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGhOCWala5RpcF0MMgsu4uNkSCUdOboD { width:2.75rem;height:2.75rem;top:30.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp { display:block; }#TXlnkWQMQN761WtTOWwH4NhdOTJxBqfp > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHyVpS2xvJ8MTTJJoFg9BUkifoadBqRG { width:20rem;height:20.408163265306rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxn6ufgBNxeu8qu33HMvaPUoKTHwlOG { width:20rem;height:4.2rem;top:22.90725rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NB8UJQAOL0mWNtaffZe8c4GovJhWTUyV { width:20rem;height:25.30925rem;top:27.7314453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7E95osuvgusxftdfh8Oz7bKys13QPgV { width:19rem;height:3.25rem;top:54.2939453125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q91Mzeoi2aC0N9Glg8bUQhOqyFA49Com { display:block; }
 }@media only screen and (max-width: 763px) { #tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk { display:block; }#tE3cIhoo3rIFPWgKWd7CmKICm4n31dTk > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7VQDpe3arsE8WtMnVtF4OrHeFPgIlEv { width:20rem;height:3.2487rem;top:17.056640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZQXs3gAHcBmNuQukeqOQCDzvhGrvihZ { width:20rem;height:6.9986875rem;top:20.931640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RV3yvIoVcr2oszqJ9JExkzuB7ndrKrym { width:20rem;height:9.4210526315789rem;top:6.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMt7Liy9CRW8Ku4TT3ru2SFPwt8H9Ti8 { width:20rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T20ndLTHZPdnnc06x35SAEmpm769lca4 { width:20rem;height:9.420875rem;top:29.802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkLPM8sxZkgsNJ0bUGdmpsB2ivbBhOCu { width:20rem;height:1.625rem;top:40.47265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJc933qmHSUTxZV8MscuRIGkH43IFG6g { width:20rem;height:5.6rem;top:42.72265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skeo4vaq3MTPNettNSPNJQ0l5bETRIcx { width:20rem;height:9.420875rem;top:49.5703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2t1AgUrxpiIIXSRf5hlsKeheXxT4hBZ { width:20rem;height:3.2487rem;top:60.24062538147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q40dn2Cyli0HdfE7q3KcZsyX06FiPzKT { width:20rem;height:6.9986875rem;top:64.115626335144rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fab8DhRuZvAN0eROscbl08boT8vw9N8M { display:block; }#Fab8DhRuZvAN0eROscbl08boT8vw9N8M > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVkdw9CxN0EOGM7NPqhdfN8Q3Pxo7NgU { width:20rem;height:11.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xhc6F6X2VA0NaDGB3vdnszCaNZXv7QT3 { width:16.375rem;height:2.2753875rem;top:27.3125rem;left:1.3125000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6wACLT5w1aKze2I9vCNTEPtwL7GI0nm { width:17.375rem;height:2.6rem;top:30.4375rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG8vGtcrwxqbolxLutfOmm8HWJT8SJ84 { width:17rem;height:3.25rem;top:34.250001907349rem;left:1.5000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0WZeT5xTULchMHKriqKKuecwM09Ty8x { display:block; }
 }@media only screen and (max-width: 763px) { #TMO53UzwrHLzU8ezTMW9MWF8Mt7IEbmf { top:1.9679687023163rem;left:0.37421870231628rem;width:19.375rem;height:37.6875rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g { display:block; }#X9zdz5IGJfRiBCzfcgAWcR7SeT2ray9g > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eqv280PfMrCWdKmbaFX467A5TnuwtIln { width:14rem;height:6.8125rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJxdxsIZWMROvc0Ht3HqyZhieohO3pm1 { width:19.125rem;height:2.6rem;top:9.7367186546325rem;left:0.56250005960464rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Onn2UNPqeVx0lX7BeJBzOT9pyETslSeP { width:20rem;height:0.0625rem;top:32.185914039612rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av9DEN3KllXFIG2QH1J9GNdBLi09L7bf { width:7.9375rem;height:1.625rem;top:13.374218940735rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAJSAyZPDNPxLdmNnfJTlFOqKnMnLUl { width:20rem;height:1.625rem;top:25.40625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5b4LmP2G1obvrTEG2AxieddlpxVFags { width:2.5rem;height:2.5rem;top:28.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJiOFTXTmlSo2VLOmEiMH4TrDqdS3dlC { width:2.5rem;height:2.5rem;top:28.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiNSODoI9P8uTgTxoToCrCiVZIozqdO { width:2.5rem;height:2.5rem;top:28.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHDBnakUK3B4UTD2cmOGGPyiIMJ46uN { width:2.5rem;height:2.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDGEr30uuuGGvSCJ60bcETZ0T5gF8LUu { width:1.5rem;height:1.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAUMuxapukDTx6ykT6RVAiI5TFN8fcLG { width:7.5625rem;height:1.3rem;top:16.162499904633rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwxmNpsIe9kHfGfGtsPdak5R5uKWvVb { width:1.5rem;height:1.5rem;top:19.299218654633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1aqVWroGLWDiGsx9xvf6gSetzBIBEt { width:13.25rem;height:1.3rem;top:19.299218654633rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTEHtlbaW3t3IwdURJc62FGqb3PUZeH { width:1.5rem;height:1.5rem;top:22.535937495529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ethxvIBJvxMkUB52V6XuxEbzzERvHT { width:14.625rem;height:1.3rem;top:22.635498046875rem;left:2.236328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpg0XnVDNePThIElLrhbh5yxsf6fDgJK { width:20rem;height:2.6rem;top:33.06093788147rem;left:0rem;font-size:1rem;display:block; }
 }