.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,187,181;--color-primary-1:255,150,139;--color-primary-2:248,138,127;--color-primary-3:255,101,84;--color-primary-4:240,53,27;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:134,134,134;--color-tertiary-2:88,88,88;--color-tertiary-3:35,31,29;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { background-color: transparent; background-image: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { display: none; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .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); }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { border-width: 0; border-radius: 0; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:24.25rem;display:block; }
#Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:30.6875rem;display:block; }
#m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:40.25rem;display:block; }
#e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3046875rem;left:51.3134765625rem;display:block; }
#vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:35.875rem;display:block; }
#XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:8.5625rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#Gk5MIzprrAwSA0qcaRx3Rq3b4qQXbIdo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:44.8759765625rem;display:block; }
#ix9kNDu56NoAzuT3MiBEMla1XzDABW6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJaCXs5CQV5BHSiQOsZ3Ra2knUpyanIW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.75rem;top:0.625rem;left:8.5625rem;overflow:hidden;display:block; }
#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8317fffb-a240-4353-bed9-abc6b9124b71/landingpierwszybaner2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,24,7,0.01); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,24,7,0.01); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { border-width: 0; border-radius: 0; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3747673125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6895675659181rem;left:0.8099727630615rem;height:3.5625rem;font-style:normal;display:block; }
#JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5rem;width:0.124080875rem;top:27.0625rem;left:0rem;display:block; }
#rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.1875rem;left:0.8125rem;display:block; }
#uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwUktIFeVOBEyWHS9505nrE1B3DPEWw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.2497673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:29.875rem;left:0.8125rem;height:4.25rem;font-style:normal;display:block; }
#ey2RZtqChTv9vD5EhwsH5Sbb2e8kFKkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.562271125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.479548454284rem;left:0.80882453918456rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvPXEhmDQ40gmnlzXHxtffx5lG3c9Iq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.2497673125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:27.0625rem;left:0.8125rem;height:2.125rem;font-style:normal;display:block; }
#btp5DM9og3OIgAawxZHoRKI3uLJ7hSh1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4368095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.781937599182rem;left:0.80882453918456rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container { background-color: transparent; background-image: none; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container > .video-iframe-container { display: none; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row > .video-iframe-container { display: none; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .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); }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container { border-width: 0; border-radius: 0; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#di2QeTT8A3W6V3qAct3iMHW4McW81wW8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39rem;top:5.9375rem;left:0.625rem;display:block; }
#Zu1Nk7mPZB3dn7wCoRikV5a5xWr0D0VF { color:rgba(var(--color-tertiary-0),0.5);display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:28.65625rem;left:0.625rem;height:2.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IBqH3ziPPSbe9ufMBvQvAKMbPvgaBR7m { color:rgba(var(--color-primary-4),1);display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.15625rem;left:40.9375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y7oQny9AExfUQKdTGBBNdxP0wJX7yFEO { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:18.03125rem;left:41.1875rem;height:4.25rem;font-style:normal;display:block; }
#BOESmTXXSBVUxHRTmWhaMN6VeuXXnEhI { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#kHXOwSpSZOZORTKFkJQHWEAcJX5rWEtW { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#g3cgeuLA8IEtfMnV2FMi8cLszvDe3eFV { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.03125rem;left:42rem;display:block; }
#txNFA7hKnaNIF2KlGofTBl6VvLgHM911 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATgMTkpguBzstabeFPBtCa8adeGshm1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;background-image:url("https://images.assets-landingi.com/uc/8bd55f75-7939-4c91-8c19-d88ef3cecebb/landing960x735.svg");background-position:top left !important;background-repeat: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; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A.adaptive-delivery-prevent-bg, #ATgMTkpguBzstabeFPBtCa8adeGshm1A.lazyload, #ATgMTkpguBzstabeFPBtCa8adeGshm1A.lazyloading { background-image: none; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container { background-color: transparent; background-image: none; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container > .video-iframe-container { display: none; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row > .video-iframe-container { display: none; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .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); }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container { border-width: 0; border-radius: 0; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#yc3laemWKtC34tn8Jw10TaXowkGTBISP { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:6.125rem;left:0rem;display:block; }
#RnTxEpe7XWuykZWptAkhcxx5MrW6FqS6 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:7.34375rem;left:2.5625rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAJuNcI3ywNsTTQCnUvfIclhs3RZuEPw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:16.65625rem;left:4.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTQWyKyOB7J0ym8USt8K3tuGu7aSTck5 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:6.125rem;left:30.5625rem;display:block; }
#A7rROyx27dCAQtNflkxeWAQOZ2bp1eFv { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.65625rem;left:34.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dH2WPynMoTm1ZR3veJKdQfNq990XSqM0 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.6875rem;left:35.71875rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2GreyDZ8NeHfD0M9dfWGtgUHOOogub9 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udyDZdbui2iKmzB1mP9TTHCP4G8Rfdkh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.3125rem;left:25.875rem;display:block; }
#RQhpow1kzwSXh9VWVHTiMbPO0KmvHtPa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:21.375rem;left:0rem;display:block; }
#DZSvQnq36R9V5UAS9PAo3mnWbeiqQ6y2 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:23rem;left:3.21875rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmdAyUlifeUwFXbSCa5DyqkLJDGPGA0G { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:31.46875rem;left:4.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nsc8L6vT75kHNTV1QdT75Hf1eOIxTCME { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:21.375rem;left:30.5625rem;display:block; }
#z9eBCLGGzQdoATucX3duXdltkfeZ36zW { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23.9375rem;left:34.21875rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHa7HBJT5lxhxfM46qXKSTbZv7id9os3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:31.46875rem;left:35.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container { background-color: transparent; background-image: none; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container > .video-iframe-container { display: none; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row > .video-iframe-container { display: none; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .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); }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container { border-width: 0; border-radius: 0; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#d1OaOzCnl7hfptFKOfg7MnvcmAXJQZT1 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKtTFFhGBSNxqO0tOXbcNu8ePVXDlWhM { color:rgba(var(--color-primary-4),1);display:block;width:20.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.46875rem;left:0rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQn5iGmi1d95cyDVUtLtL8PcBTh2LUeh { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.46875rem;left:20rem;height:5.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCL6DDfh7EfuPrPdOJBQFsyx0HSTtl2d { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8Eu7431N1tTJtugQWsMZMQDBxrlOTVF { color:rgba(var(--color-primary-4),1);display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.90625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOrlnh1TWag2ExAT23LvxByDx8tab1RS { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.4375rem;left:40.28125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ah4zi4EOfmR7WUOFTWiquRCKa8XhATZz { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.5rem;left:7.1875rem; }
#NUu7LFIMOUyyZ4N3RSHVWzN85z8zOLym { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.625rem;left:27.3125rem; }
#eG174WzMHV6Src6lSGKdJVF2bHXVL2W5 { box-sizing:content-box;color:#5d92ff;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.65625rem;left:47.34375rem; }
#oAI058sDsRncXOiFCPXbCC45FfdyIyUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { background-color: transparent; background-image: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container { display: none; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .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); }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { border-width: 0; border-radius: 0; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { font-size:0.875rem;font-family:arial;height:78.375rem;width:60rem;position:relative;display:block; }#XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.0622691875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.146369934082rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#eu2BtCtQ7iOLFUcH9CL5nnQTtoc7OW3A { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3745404375rem;width:8.2490806875rem;top:6.4138336181637rem;left:0rem;display:block; }
#lhp1Q1qTiyrs5OCRSyfHpfRT5xZrsKtT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:20.75rem;top:17.687263488769rem;left:39.375rem;overflow:hidden;display:block; }
#MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.125rem;left:32.6875rem;display:block; }
#fPS00dyRJikx98svBVB8S3Zc23OtmHaO { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.26) ;height:4.25rem;width:4.25rem;top:4.1875rem;left:30rem;display:block; }
#RaJsFdVkZMhdwpAIbWwXDkeM66hedzog { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.4) ;height:4.25rem;width:4.25rem;top:24rem;left:32.1875rem;display:block; }
#ZuptwCUTz6FT7DZmNZBs3MaVISsephal { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:25.9375rem;left:35.375rem;display:block; }
#UVrhziXPb6TDCtEcU4ymGICx7WCJl5Le { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:5.0625rem;left:31.0625rem; }
#CSpQf80AkzmQOSCxD7x4wqPx5uF9f0zN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:24.875rem;left:33.0625rem; }
#qRRE94WrPqhVR6Rnuz2zKTLQfS1zZxJg { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.4014282226562rem;left:0rem;height:7.1875rem;font-style:normal;display:block; }
#sOW4G1RF3F36Ivmnvs5xFfH4nr3SAPE7 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:64.4680480957rem;left:31.310890197754rem;height:2.875rem;font-style:normal;display:block; }
#iH1BFkBeSv6fQFxn0NFBDW1PCTRJSttf { color:rgba(var(--color-tertiary-3),1);display:block;width:26.9370403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:56.295486450195rem;left:0rem;height:5.75rem;font-style:normal;display:block; }
#pTsrUSPRvSb2qyBnTyOZGh1EzGX7iGT8 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1870403125rem;height:3.8120403125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:69.386489868162rem;left:31.058135986328rem;display:block; }
#vDP1GFKa6LZNUzBRnc872LwR5IyNxxo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8lgHNRdE80DxQvN7pMPRrmutvHhh06E { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:2.875rem;font-style:normal;display:block; }
#tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus li:before{  }
#vldnEH2mQEWCO73xPDocgo7Z18fJz52z { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5622701875rem;width:21.9990806875rem;top:1.060432434082rem;left:35.373390197754rem;overflow:hidden;display:block; }
#QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.277572631836rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK li:before{  }
#pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.1953125rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 li:before{  }
#pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.417510986328rem;left:0rem;height:4.3125rem;font-style:normal;display:block; }#pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP li:before{  }
#e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.542282104493rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU li:before{  }
#pLKzsrGHybW79K3ll0dWGTr45hT86xPB { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.065475463868rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#pLKzsrGHybW79K3ll0dWGTr45hT86xPB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pLKzsrGHybW79K3ll0dWGTr45hT86xPB li:before{  }
#A3vArJOMrDtToh7ig4C2orecX2UpvNDc { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.131202697754rem;left:0rem;height:2.875rem;font-style:normal;display:block; }#A3vArJOMrDtToh7ig4C2orecX2UpvNDc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A3vArJOMrDtToh7ig4C2orecX2UpvNDc li:before{  }
#e6p9exgAPquX4TLRvU2lDLJtoM7LtZip { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.39453125rem;left:29.997703552246rem;height:1.4375rem;font-style:normal;display:block; }
#EIVWWoiiszunvW5euLH4wIPJUKWeUcZI { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:37.729782104493rem;left:29.997703552246rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1G5K50CUr1vWd5UTL9AMRlw7ZoKNS6O { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:40.504364013672rem;left:29.997703552246rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Svyd29vUaNU49xxzvQXbU2me64ZZIa1S { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:45.0390625rem;left:29.996551513672rem;height:1.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbFgf6DU1gF6HnPnhvpB53okJhEZq3bx { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:47.83317565918rem;left:29.997703552246rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObscRgyqgrKCesXtWELbTJskwg9ttVkl { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:57.681518554688rem;left:29.997703552246rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1Z4iOtRlPJ3XoAsQIV7fC0kQBBZASVW { color:rgba(var(--color-tertiary-3),1);display:block;width:27.3747691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:52.914749145507rem;left:29.997703552246rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container { background-color: transparent; background-image: none; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container > .video-iframe-container { display: none; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row > .video-iframe-container { display: none; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .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); }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container { border-width: 0; border-radius: 0; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#FAEzkGeiylKBfCwn60HpkEt0d7C9Tt6L { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.499542236328rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nulUw297ekQgiGTUPkmUTQzQcHanPs7V { color:rgba(var(--color-tertiary-1),1);display:block;width:20.0620403125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.274368286132rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UWBKTSC7HNZNmGIDTNA3eedkV60gAoV2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.9995403125rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5608978271484rem;left:16.999080657959rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdRIMtpShK0trv4tDwaDTRHp5B2s04sd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3745404375rem;width:8.2490806875rem;top:7.6861267089844rem;left:25.874309539795rem;display:block; }
#hW1HINt894oA02nGyhSmqSU9BLo4aklk { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.484603881836rem;left:19.998851776123rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuEF6gwWTZfA8T7sWcTTdG2u3TniLzTP { color:rgba(var(--color-tertiary-1),1);display:block;width:20.0620403125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.259429931641rem;left:19.998851776123rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q8IIMG1d8MbPqWZsy3GcJncbcauB2B8Q { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.491500854493rem;left:39.998847961426rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piZoCAOkKOuJZaAZXXVLAzKSFXD8rah6 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.0620403125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.218063354493rem;left:39.937957763672rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEb63olxb7WDv62eLuslu6v77HD4lUIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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:none; }#wEb63olxb7WDv62eLuslu6v77HD4lUIU > .row .container { border-width: 0; border-radius: 0; }#wEb63olxb7WDv62eLuslu6v77HD4lUIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEb63olxb7WDv62eLuslu6v77HD4lUIU > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:none; }#lLT1i43dwEFtx9KRbHmHtpkTFc1PXxBm { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.96875rem;height:1.625rem;font-style:normal;display:block; }
#mGm8bxmz9ehl46EWeeJzLRbIULTF717O { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.75rem;left:0rem;display:block; }
#hTnTBHAuIh02qMVf6hT5oLZd2gxAyxgQ { color:#0d25ae;display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:13.71875rem;height:1.25rem;font-style:normal;display:block; }
#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { background-color: transparent; background-image: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { display: none; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .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); }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { border-width: 0; border-radius: 0; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { font-size:0.875rem;font-family:arial;height:189.75rem;width:60rem;position:relative;display:block; }#R665GiZEA28otmHMg7f3RrO2V0u6Q4ck { color:rgba(var(--color-tertiary-3),1);display:block;width:26rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:33.375rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UwOzQvPaoinz3yliaUJKFFn3vs5NxI5q { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:10.75rem;left:51.75rem;display:block; }
#F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:28.3125rem;width:27.25rem;top:20.5625rem;left:0rem;display:block; }
#JzIf4blCWhTGNePoQ4LU8nIhVnNMQVPq { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { color:rgba(var(--color-tertiary-1),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.875rem;height:12.5rem;font-style:normal;display:block; }
#RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:40rem;left:1.9375rem;height:7.1875rem;font-style:normal;display:block; }#RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ li:before{  }
#csq0ZTAi3cTeLQsy9oODEDHoQX9CICQX { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:23.75rem;width:27.25rem;top:43.875rem;left:32.75rem;display:block; }
#QknxpLasz8JEVuU5ycVzvgfQa59c4Uz8 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:70.0625rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kV6uh0fJVtpPdW1HMSKBE2UHb4L6pkzp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:114.4375rem;left:1.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5UsWUMuztJTeSF25MvKoptzFx6QLI1X { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:72.25rem;left:1.9375rem;height:15rem;font-style:normal;display:block; }
#T06OMc6nGdmpMylv4PxzXt22iZs8Znav { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:24.3125rem;width:27.25rem;top:107.9375rem;left:0rem;display:block; }
#WX1vfhLB7zOprhTlWPRku46obq7vAabd { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:47.25rem;left:34.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqMWXEaV6H7kDIe1Btp51c0mLql5fbae { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:14rem;width:13.5rem;top:110.35525512695rem;left:33.185890197754rem;overflow:hidden;display:block; }
#C1TipmbRx7aZchd9Z4QzhSzI4ZOXFhiB { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:145.3125rem;left:1.375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oRzRoouH188PL9DRq21sDFPZN89XZV9X { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:149.8125rem;left:1.375rem;display:block; }
#b45vKl3RsDXspk1989Qr8vWWiObT0WDQ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:22.4375rem;width:45.375rem;top:162rem;left:1.9375rem;display:block; }
#res7MhyILHTdgZTLbZ3kxc5Gwv00IGZ1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:13.3125rem;width:13.8125rem;top:151.9767795332rem;left:0.57819390721851rem;overflow:hidden;display:block; }
#zQFyTqvRlVoTSA3hnzTrC7uA0wfzc3kp { color:rgba(var(--color-tertiary-1),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:171.1875rem;left:3rem;height:8.75rem;font-style:normal;display:block; }
#z59dP6C69Ip16CPgrFAs8XqTUFp5xzwQ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:168rem;left:2.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rbFXMISf9fz1i5yqIxIxyoD2lWR34mlI { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:50rem;left:34.125rem;height:8.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SPM2CzqeqwltyKg9kyV5TDC59RI4FA8U { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:127rem;left:34.125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zke09T8TRNqcvCKqTP7iWbdSo0c9Jl1t { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:22.375rem;width:27.25rem;top:66.1875rem;left:0rem;display:block; }
#WV2xRG4wMCI96uOsGs7Ty1STWDPuIPwk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:16.3125rem;width:27.25rem;top:82.6875rem;left:32.75rem;display:block; }
#D53ysl3d3EAzbJtEcWVVaueqHK77TTBT { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:129.375rem;left:34.125rem;height:10rem;font-style:normal;display:block; }
#bXftLiLT5Z3C2DcCn8dpLem0083R7T0Z { color:rgba(var(--color-tertiary-1),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:117.25rem;left:1.9375rem;height:13.75rem;font-style:normal;display:block; }
#JPCTVA1TwBQAXAekDmdlLE0LrInA1ELJ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:13.6875rem;width:13.6875rem;top:98.5rem;left:0.625rem;overflow:hidden;display:block; }
#sX04dNHu15TXkwCbliINoeLEAZIy0eQh { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:181.625rem;left:2.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dmngL0Xs9P8iyvr4wBxBWPRRwE0kHZIB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:13.3743105rem;width:14.0625rem;top:31.804916381836rem;left:32.745864868164rem;overflow:hidden;display:block; }
#wVB1x4ncIsKoHx9ABxbbNLWbGM3aeFaH { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:21.0625rem;width:27.25rem;top:119.5625rem;left:32.75rem;display:block; }
#A0yXpCvuUQXU9WSuII2AluCD1Z9xesC4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:85.375rem;left:34.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrlJqHsctJyyy3Pd3xqBbfO8yo0OsoTW { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:88rem;left:34.625rem;height:10rem;font-style:normal;display:block; }
#kBwdvogaRnGqcVlThkPw5b0Eyh2ScULT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:14rem;width:13.4375rem;top:70.590972900387rem;left:33.183364868164rem;overflow:hidden;display:block; }
#q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru { color:rgba(var(--color-primary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:59.25rem;left:34.125rem;height:5.9375rem;font-style:normal;display:block; }#q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru li:before{  }
#elusHZ2oHHER63qI6awR0VpXuCZAAMKt { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:8.0625rem;left:0rem;display:block; }
#HTor6LuS2BTi8gvL9ay7v6IpGdIPvKea { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:31.061584472656rem;left:32.308135986328rem;display:block; }
#F7cTFoH1QLAdpnnGtbD0u3IRIHVeE9UP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:54.674865722656rem;left:0rem;display:block; }
#vAJUIs0gfrWHvXpykXypzduU8dPa4QhJ { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:97.875rem;left:0rem;display:block; }
#BVVoaBbPG2fl5gFLkQ0xDOyVCAHqmzMx { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:70.062042236325rem;left:32.447151184082rem;display:block; }
#N6AFAkD5KmCGuOGBB8bTJRdya2sKOOQS { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:109.88305664062rem;left:32.447151184082rem;display:block; }
#FQcTD3cIgnrf34anm6rdknJg4lMKW2IQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:14.9368105rem;width:14.9368105rem;top:151.19485473632rem;left:0.089614868164062rem;display:block; }
#xHmiVxEsMWXKaqAmJCoCMMwuQE2xAhhm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:55.5625rem;left:0.578125rem;overflow:hidden;display:block; }
#TpllSJClqFUZKz1oN7pQ120K5O6Myd2C { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:13.8125rem;width:13.5rem;top:8.7490234375rem;left:0.703125rem;overflow:hidden;display:block; }
#NvVxqvBvDKX5baeeE3De8MKBBmGt341c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { background-color: transparent; background-image: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container > .video-iframe-container { display: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row > .video-iframe-container { display: none; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .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); }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { border-width: 0; border-radius: 0; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#zhNSVJg5LDT65hZOZFFzcJTnflXH6Tth { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.15625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#oMR7UJ1zenD1aOGl84BJtDzaeCtHegQr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:7.75rem;left:0rem;display:block; }
#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container { background-color: transparent; background-image: none; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container > .video-iframe-container { display: none; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row > .video-iframe-container { display: none; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .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); }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container { border-width: 0; border-radius: 0; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#MQBzaN5JHIT6hRrkl6U3cJD4SZCwpZZ2 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.40625rem;height:1.625rem;font-style:normal;display:block; }
#HZIIgPqobgBt2ZEIDkddTXCSkHnAMkCA { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.15625rem;height:2.875rem;font-style:normal;display:block; }
#lnnzovwMMK71NsUkaDCXN7vKTbnNNzJN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:137.5rem;width:0.1875rem;top:4.4375rem;left:0.875rem;display:block; }
#CfHAiLxWG36FrKG24ymXJ39REhN42xob { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:3.4375rem;left:0rem;display:block; }
#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container { background-color: transparent; background-image: none; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container > .video-iframe-container { display: none; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row > .video-iframe-container { display: none; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .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); }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container { border-width: 0; border-radius: 0; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#T0rTfPLynUAsUy0CNmdnvkqSGyi2rhET { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.40625rem;height:1.625rem;font-style:normal;display:block; }
#QffmwfxKBE0ddz3Xr6ZLfbK3u9tUr5TH { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.15625rem;height:2.875rem;font-style:normal;display:block; }
#OFrhIatFMUAGfGmRn0lxExDAWcVE9wB3 { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:3.4375rem;left:0rem;display:block; }
#cTCUk1paNQWblmNl6bFSHI0naLXyseWx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container { background-color: transparent; background-image: none; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container > .video-iframe-container { display: none; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row > .video-iframe-container { display: none; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .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); }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container { border-width: 0; border-radius: 0; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#c1byqPZmKa8Hi3b0mlZlAJLfviv3EJeX { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.21875rem;height:1.625rem;font-style:normal;display:block; }
#bVm7NvLI0uEiNketb2FXkwoeEwpBsndC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.6875rem;left:0rem;display:block; }
#Uw4mGEywQsNxOdo8Hi8PzJLXWOnHopyG { color:rgba(var(--color-tertiary-3),1);display:block;width:35.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6964721679688rem;left:13.965991973877rem;height:12.9375rem;font-style:normal;display:block; }
#TTKknZT1pTggawoT1HplpEKu42WlCC4i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container { background-color: transparent; background-image: none; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container > .video-iframe-container { display: none; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row > .video-iframe-container { display: none; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .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); }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container { border-width: 0; border-radius: 0; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#BvkAMduzghORGXxLLHqfgxz8meBnTHko { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.96875rem;height:1.625rem;font-style:normal;display:block; }
#WbOMrWot0zoZdMCS1N1CX8R7sPqtR8Tp { color:rgba(var(--color-tertiary-3),1);display:block;width:35.2490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.78125rem;left:13.71875rem;height:1.4375rem;font-style:normal;display:block; }
#mWa5oS7qparMAyHDNDNmeO75zuThcfbe { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.5625rem;left:0rem;display:block; }
#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container { background-color: transparent; background-image: none; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container > .video-iframe-container { display: none; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row > .video-iframe-container { display: none; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .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); }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container { border-width: 0; border-radius: 0; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:60rem;position:relative;display:block; }#kIuO9K0TDrlxFqbXXOaykazBTbQzyBc7 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.96875rem;height:1.625rem;font-style:normal;display:block; }
#uTQJp3mo72WcU7ZqbQtwTsizvIo0Ob6W { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.8125rem;left:0rem;display:block; }
#SWUednzv4wH3RNGLe0OWx0praqxFekn1 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.71875rem;height:12.9375rem;font-style:normal;display:block; }
#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container { background-color: transparent; background-image: none; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container > .video-iframe-container { display: none; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row > .video-iframe-container { display: none; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .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); }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container { border-width: 0; border-radius: 0; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#vdfu0tfrAyoymkTxF6HFehvmyxD64d43 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.15625rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#JEo4MtSPzM0ZI6gUtJwAwGDNS7gpygqP { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:2.03125rem;left:0rem;display:block; }
#XtLuwlCBgxiQU77nQ1WSmi7iptNxVdXP { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0620384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1865539550781rem;left:13.777572631836rem;height:8.625rem;font-style:normal;display:block; }
#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container { background-color: transparent; background-image: none; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container > .video-iframe-container { display: none; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row > .video-iframe-container { display: none; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .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); }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container { border-width: 0; border-radius: 0; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#dD7zEDQfhpJSM5aQAOzh7biiISrUGs63 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#T5paaGsKoSNfw6a0b5BT16UMMRTLxbBA { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#vOtymZlqGFNCTnv2eySgPLefLUlfLh57 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.3743095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5303344726562rem;left:13.777572631836rem;height:20.125rem;font-style:normal;display:block; }
#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container { background-color: transparent; background-image: none; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container > .video-iframe-container { display: none; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row > .video-iframe-container { display: none; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .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); }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container { border-width: 0; border-radius: 0; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#FTLkMRpxGdZtbOSQTdo1Kv7T94xEIMJ3 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#wXxHSz9Apk1ZEGHfbhlUGAnhyJHWMQiT { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#mgdLeu86OauiU6Qvi7DQOC3ao7oiOnQX { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71875rem;left:13.78125rem;height:1.4375rem;font-style:normal;display:block; }
#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container { background-color: transparent; background-image: none; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container > .video-iframe-container { display: none; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row > .video-iframe-container { display: none; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .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); }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container { border-width: 0; border-radius: 0; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#tiaFZLCB0P0JMJkpR84dreUGVOAJNxi3 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#yZ5RTMVw4nNsgDrWPQToEL3ve3EEMZWv { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#TBtalAl056k12pK1d3ppHDepA1oPBT6J { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71875rem;left:13.78125rem;height:14.375rem;font-style:normal;display:block; }
#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container { background-color: transparent; background-image: none; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container > .video-iframe-container { display: none; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row > .video-iframe-container { display: none; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .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); }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container { border-width: 0; border-radius: 0; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#USS5iorx5fwhS1M3uNOPOGgG2eWhpOAr { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#HfSVdXfZmkvQdTqhk4NA0xVGTyzBAgx3 { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#QXxI5IvAJ2uTyCEtL6kfDMJSvXRpaTQL { color:rgba(var(--color-tertiary-3),1);display:block;width:35.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.495849609375rem;left:13.777572631836rem;height:10.0625rem;font-style:normal;display:block; }
#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container { background-color: transparent; background-image: none; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container > .video-iframe-container { display: none; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row > .video-iframe-container { display: none; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .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); }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container { border-width: 0; border-radius: 0; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#np0nbq7StJnsqaLt9VoIKCZZaMiAw9lW { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:4.03125rem;height:1.625rem;font-style:normal;display:block; }
#mavqQadKVeTb6qTlro3y8JkNmFcBWZNp { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#ZqsaZ1bXCncAcgCAZUTf5GMIcff7o5qC { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.71875rem;left:13.78125rem;height:1.4375rem;font-style:normal;display:block; }
#NuOclrBbw7Tl5fim5aInBA0dur04IywB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container { background-color: transparent; background-image: none; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container > .video-iframe-container { display: none; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row > .video-iframe-container { display: none; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .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); }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container { border-width: 0; border-radius: 0; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:60rem;position:relative;display:block; }#yzoWSNkEdNInJ4K2zRQEc4WwZRm9OmRc { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:1.40625rem;left:0rem;display:block; }
#NonamGxZofnmq3EiuIQt1dey0z9SxyV5 { color:#0d25ae;display:block;width:9.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:3.90625rem;height:1.625rem;font-style:normal;display:block; }
#H9DAeWavcNAvZsa7XzXFMpkKrkTnxxB9 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.2493095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6969299316406rem;left:13.653491973877rem;height:1.4375rem;font-style:normal;display:block; }
#zCIiaZyoJOMJD9kHshW5oE7gP4XOK0AT { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:13.6875rem;height:11.5rem;font-style:normal;display:block; }
#P4PaPlF9EOzMyDGaGt5yHmQNdzoM2onG { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9995384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:13.6875rem;height:1.4375rem;font-style:normal;display:block; }
#XJWp64unMkEEsgTeiA0CUCTaIcVVGG1w { color:rgba(var(--color-tertiary-3),1);display:block;width:41.3740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.9375rem;left:13.6875rem;height:8.625rem;font-style:normal;display:block; }
#qHonFsJbETRsa0EAgiTMCLqbvnNa8zUD { color:rgba(var(--color-tertiary-3),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:37.75rem;height:2.5rem;font-style:normal;display:block; }
#ZUcDSb7TUuELUD8NDTaz6e1XsOpTQatc { color:rgba(var(--color-tertiary-3),1);display:block;width:41.3740806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:41.125rem;left:13.6875rem;height:15.8125rem;font-style:normal;display:block; }
#KPbDnxTyJcxnoekhJKyoKbgqgAKlMtVL { color:rgba(var(--color-tertiary-3),1);display:block;width:35.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.28125rem;left:13.65625rem;height:2.875rem;font-style:normal;display:block; }
#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container { background-color: transparent; background-image: none; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container > .video-iframe-container { display: none; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row > .video-iframe-container { display: none; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .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); }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container { border-width: 0; border-radius: 0; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#hAVJIIsq2TUuaRC0GUk7Lu289UpTRPaI { color:rgba(var(--color-tertiary-3),1);display:block;width:34.1875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.15625rem;left:12.90625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2uE6qvC08iWCi9nrHATAToTeZBOLSqv { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3740234375rem;width:8.2490234375rem;top:8.41796875rem;left:25.875rem;display:block; }
#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container { background-color: transparent; background-image: none; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container > .video-iframe-container { display: none; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row > .video-iframe-container { display: none; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .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); }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container { border-width: 0; border-radius: 0; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container { font-size:0.875rem;font-family:arial;height:60.75rem;width:60rem;position:relative;display:block; }#LkLNDdNxclgyTvpBsOov6oKPWVOhsdec { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:49.75rem;width:22.25rem;top:10rem;left:3.8125rem;display:block; }
#sX4DWxNKApKuok2dIn8grqP8w12qOr4x { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.125rem;left:5.6875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGi4AewoXZyuXUxnOVTUSJMmo2mk4ccm { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.6875rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPlvB8aO92JllG9zxBu8SWNlpAktTDP5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25rem;left:5.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yPBBbstuyyvIo3t5uqb9dRZD9dxPsJG9 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5618095625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:4.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBE7vbB1rsFddLubnkplZWW7S6WTTo55 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.184742rem;height:3.810891375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:47.375rem;left:7.8125rem;display:block; }
#H99CyNTmUMDuFf2wKhuqCEu40gUBWKmz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QABme60KoB9p3xDtc6vTwT7DUQA5sQm9 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:53.5rem;left:5.6875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qDTLhgEHHQBEAGzupX0BGXbGcMAonkqV { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5618095625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:4.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPJiBvCZWa4UNiAZDD5OWnohNuZu6Xup { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.875rem;left:5.6875rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZPUPZC9oXTvKRLyOdZanh85dqOO7nPB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:38.125rem;left:5.6875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wkV3KTKwm302hTQhih8CoIVarLRziCnE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4345130625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:43.1875rem;left:5.6875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQntkNwScf4w5pD2U97g4P584WcOLSgC { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:49.625rem;width:22.25rem;top:10rem;left:34rem;display:block; }
#WFM8nVrpD6GBKTDc5IWQZae6lw9Taadv { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.4375rem;left:34.8125rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BW3rHCOFQSvq9JA6X7yhNfvLEJcskaRH { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5618095625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.6875rem;left:34.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lz2gQRDiv1iQ3nPRVIIZ9Zhr8aaLA5Wn { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5615234375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.875rem;left:34.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#labPDcozsIuSf26C7ryuM5IgMoaLBw6q { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:25rem;left:35.875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H9zNe4b6EiFmyyOgW6so7R5ARozi021O { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:29.125rem;left:36.4375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUL4n2FHt2iW3TQCLbcTuUBGb3eINnLk { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:31.875rem;left:36.4375rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SL8kENDQrs6iSFGBNglMDQz4zlZkHfda { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.184742rem;height:3.810891375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:47.375rem;left:38.5rem;display:block; }
#E3y96EdZtqka1wWeJFuiVBJQizmf1VIk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLlTorgPaQTQQc5E2qLUNDmHoK0dDMZ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:53.5rem;left:35.875rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z3TQJxd6d87EUlZWA8KVsu5gXgh0x5hX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:38.125rem;left:36.4375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PrW6MCxx7lXqQpKclDdUoG1ORJTMWuTn { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4345130625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:43.1875rem;left:36.375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTT0oXX1k94sy5JqBCEHRIThMK3phuOI { color:rgba(var(--color-tertiary-3),1);display:block;width:34.1865806875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.2852172851562rem;left:12.905559539795rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ASCEXr8J33TXX4mO6v3pzO9wE1nnpMCk { color:rgba(var(--color-tertiary-3),1);display:block;width:33.9993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9742431640625rem;left:12.99861907959rem;height:5.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container { background-color: transparent; background-image: none; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container > .video-iframe-container { display: none; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row > .video-iframe-container { display: none; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .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); }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container { border-width: 0; border-radius: 0; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#mqygJ9hCvkFnHwZpCbzTsuBGkte3wFL8 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.1875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.46875rem;left:12.90625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRu2cTJlNPZnd2l2bTnbTB83qDWTligr { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:10.0625rem;left:25.25rem;display:block; }
#N49HHNroBC7hIHcv71UCTqsprQBI1JBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;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; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container { background-color: transparent; background-image: none; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container > .video-iframe-container { display: none; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row > .video-iframe-container { display: none; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .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); }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container { border-width: 0; border-radius: 0; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#AmDGVAlO9e0tVPEt9Cd892CVWVcZ9wgf { color:rgba(var(--color-tertiary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:11.125rem;left:11.25rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZNCJEAWyrayM4IZxyIOMzLxJa1CfXGi5 { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.5625rem;left:11.3125rem;display:block; }
#GTqziGSIS9TN3ioSurURFdveziMwnP7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLDQ7RML6KarsXwHDVBd4LRcPV5r5wiy { color:rgba(var(--color-tertiary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:17.375rem;left:11.25rem;height:1.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn { color:rgba(var(--color-tertiary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.5rem;left:11.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn li:before{  }
#Ad72NM9kwfw0s1WhosKG5do3DBLgTSN5 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:28.3125rem;left:11.25rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgVoiIyJtXAAEl97N8fhbJtcDto37Gxg { color:rgba(var(--color-tertiary-3),1);display:block;width:34.1875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.15625rem;left:11.25rem;height:5.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#nXsgG1KplBNmTsBBsygzgNns504oCoiw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.4375rem;left:25.875rem;display:block; }
#PDoZ7tBHZqSppyObi3xGu7SI9F7c7OQq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:17.875rem;left:10rem;display:block; }
#JJh7PRszRQnVPXm8nub5ukDCGxQiqloi { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.94);font-style:normal;display:block; }
#FINgucR1oyO6G7yV71zQEb78l2OBcGda { color:rgba(var(--color-tertiary-1),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:7.9931640625rem;left:11.0625rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur { position:relative;display:block; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur { background-color: transparent; background-image: none; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row .container > .video-iframe-container { display: none; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row > .video-iframe-container { display: none; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .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); }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur { border-width: 0; border-radius: 0; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .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; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .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:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#agu8154MdNNgBgCsNuD6HQSr7ukqCUDH { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.94);font-style:normal;display:block; }
#iMK2B33MEqQV3LPC7ehZPd2hfXrbAK6T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:0rem;overflow:hidden;display:block; }
#zeDTWTTwgQG8m9J1dnFK153boquLu2Tr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:40.96875rem;overflow:hidden;display:block; }
#nDJO5h1H9pCzbCnhMTKumL2p8C93PWdQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.375rem;left:20.625rem;overflow:hidden;display:block; }
#rIcJn34xTHhIywIT66LcAZuxpdcotlHR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:41rem;overflow:hidden;display:block; }
#PbWxP0lrWiT6h5Pm3124mGwwB9kZB9EF { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.1875rem;left:20.5rem;overflow:hidden;display:block; }
#UrbXpT43H97LBxgEraKzGRiEIUPuFma4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:24.21875rem;left:0rem;overflow:hidden;display:block; }
#KfQBn2mxAMQIlP0G3k3ADzzbdJofeC5t { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.375rem;left:25.875rem;display:block; }
#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5ede3;background-image:url("https://images.assets-landingi.com/uc/8bd55f75-7939-4c91-8c19-d88ef3cecebb/landing960x735.svg");background-position:top left !important;background-repeat: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; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ.adaptive-delivery-prevent-bg, #RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ.lazyload, #RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ.lazyloading { background-image: none; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container { background-color: transparent; background-image: none; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container > .video-iframe-container { display: none; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row > .video-iframe-container { display: none; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .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); }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container { border-width: 0; border-radius: 0; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#f0SuGhZgahIunCNtnwqT8bWOUOrfl1ps { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:6.125rem;left:0rem;display:block; }
#vwPr83J7JkMhkM80wvUtfetNXTAz9AnU { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.6875rem;left:4.9375rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E24kPTZDgZSOR9xorPW7BfbQTTDd1T6n { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:15.65625rem;left:4.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bJ0ti37kTA9e2SUyhNMlQt1AounF00NT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:6.125rem;left:30.5625rem;display:block; }
#KSGXpNFPAyVPCEDLamqeuKW1b1Ry3U19 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.65625rem;left:34.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8sCzsq9UzUB4aHXKraMWKtFwqvhLyMJ { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:7.90625rem;left:34.71875rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbQbt1AaI9TDbvFu6fmpayFV2QreIGgC { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKhU7bQn3cq4LcWH3LP6tuZmJxUbHbpc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:4.3125rem;left:25.875rem;display:block; }
#zAJAqJeBZ5EApSIopt6XAxAeGXWHJmGn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:21.375rem;left:0rem;display:block; }
#Wp74TscDONWgWgaw3XGIhUDyV7MP7yZv { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:23rem;left:3.21875rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWJT9ibldSo7vRqiBcQbV1KgwNW2Wchf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:31.46875rem;left:4.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HeTUPMKC3iddVB1ixSb66LfJ2L4T5CFx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:29.0625rem;top:21.375rem;left:30.5625rem;display:block; }
#ThoH7Tcv0388Vy7Zelsm6ikmGhEhg3Uz { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:25.5rem;left:33.21875rem;height:4.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMexMIJU5k0bzR8uRaeRqrP86vd8omGE { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:31.46875rem;left:34.71875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container { background-color: transparent; background-image: none; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container > .video-iframe-container { display: none; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row > .video-iframe-container { display: none; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .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); }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container { border-width: 0; border-radius: 0; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:60rem;position:relative;display:block; }#vOUpS7OnbTJxfhIbER6atJHW9QJvdxOg { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PfLHlbcFCcpKcZ7BSGqMSTnZFSJQwCeS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.625rem;left:0rem;display:block; }
#nudzwv704fHmpX8JB83NOMabHd3c56Lv { color:rgba(var(--color-tertiary-1),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TORkwFVQD690RAuLLKa2T3bynGgR5Wht { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.625rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MmUdD6M9FA15btmkHK58DueMH3LLvnPM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:44.125rem;left:0rem;display:block; }
#TLdHD4JIplfJ3d0fifeWrerLFKuCReiV { color:rgba(var(--color-tertiary-1),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.5625rem;left:0rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaTCoIoaIZZFreF35dfe22bQB92EzdRC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.875rem;top:8.375rem;left:3.3125rem;overflow:hidden;display:block; }
#vS2NeTea6bfs7PoVK6QoSpWO6sFekTqA { color:rgba(var(--color-tertiary-1),1);display:block;width:45.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.0625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wG93RK50LK0HlRHTLiqMDhZ7I9fOtqTa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:5.75rem;top:8.625rem;left:21.90625rem;overflow:hidden;display:block; }
#mXpwGWmbq2Rngnym8DRSaKDAgmCg7LMF { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.4375rem;left:20.5625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qEgHlx77l28RAOJzLcUL88Zg5m4H5vks { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.25rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzsQMyqEGa8u6wg9emFnKW5rBqAnAget { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:29.375rem;left:0rem;display:block; }
#AiXMOZaAyHB9tmfhAXE3ETvwIkePtPqq { position:absolute;display:block;z-index:15015;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:3.1875rem;width:11.75rem;top:33.25rem;left:2.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:6.5rem;height:2.1875rem;top:1.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:6.5rem;height:2.1875rem;top:1.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:6.5rem;height:2.1875rem;top:1.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:8.5625rem;height:2rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:6.5rem;height:2.1875rem;top:1.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:8.5625rem;height:3.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5MIzprrAwSA0qcaRx3Rq3b4qQXbIdo { width:6.5rem;height:2.1875rem;top:1.1875rem;left:38.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9kNDu56NoAzuT3MiBEMla1XzDABW6c { display:block; }
 }@media only screen and (max-width: 763px) { #NJaCXs5CQV5BHSiQOsZ3Ra2knUpyanIW { top:0.625rem;left:2.4375rem;width:3.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:7.6875rem;left:0rem;width:42.3125rem;height:3.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { top:27.0625rem;left:0rem;width:0.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:13.1875rem;height:3.8125rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #TwUktIFeVOBEyWHS9505nrE1B3DPEWw9 { top:29.875rem;left:0rem;width:39.1875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey2RZtqChTv9vD5EhwsH5Sbb2e8kFKkQ { top:19.4375rem;left:0rem;width:34.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvPXEhmDQ40gmnlzXHxtffx5lG3c9Iq4 { top:27.0625rem;left:0rem;width:39.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btp5DM9og3OIgAawxZHoRKI3uLJ7hSh1 { top:11.75rem;left:0rem;width:37.375rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii { display:block; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di2QeTT8A3W6V3qAct3iMHW4McW81wW8 { width:39rem;height:21.9375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1Nk7mPZB3dn7wCoRikV5a5xWr0D0VF { width:33.125rem;height:2.125rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBqH3ziPPSbe9ufMBvQvAKMbPvgaBR7m { width:18.5rem;height:8.4375rem;top:6.125rem;left:29.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7oQny9AExfUQKdTGBBNdxP0wJX7yFEO { width:18rem;height:4.25rem;top:18rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOESmTXXSBVUxHRTmWhaMN6VeuXXnEhI { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHXOwSpSZOZORTKFkJQHWEAcJX5rWEtW { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cgeuLA8IEtfMnV2FMi8cLszvDe3eFV { width:13.1875rem;height:3.8125rem;top:27rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txNFA7hKnaNIF2KlGofTBl6VvLgHM911 { display:block; }
 }@media only screen and (max-width: 763px) { #ATgMTkpguBzstabeFPBtCa8adeGshm1A { display:block; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yc3laemWKtC34tn8Jw10TaXowkGTBISP { width:29.0625rem;height:12.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTxEpe7XWuykZWptAkhcxx5MrW6FqS6 { width:24.875rem;height:9.375rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJuNcI3ywNsTTQCnUvfIclhs3RZuEPw { width:20.5625rem;height:1.75rem;top:16.625rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQWyKyOB7J0ym8USt8K3tuGu7aSTck5 { width:29.0625rem;height:12.5625rem;top:6.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rROyx27dCAQtNflkxeWAQOZ2bp1eFv { width:20.5625rem;height:1.75rem;top:15.625rem;left:25.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2WPynMoTm1ZR3veJKdQfNq990XSqM0 { width:20.5625rem;height:6.25rem;top:8.6875rem;left:26.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2GreyDZ8NeHfD0M9dfWGtgUHOOogub9 { width:47.75rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyDZdbui2iKmzB1mP9TTHCP4G8Rfdkh { top:4.3125rem;left:15.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhpow1kzwSXh9VWVHTiMbPO0KmvHtPa { width:29.0625rem;height:12.5625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSvQnq36R9V5UAS9PAo3mnWbeiqQ6y2 { width:23.5625rem;height:7.8125rem;top:23rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmdAyUlifeUwFXbSCa5DyqkLJDGPGA0G { width:20.5625rem;height:1.75rem;top:31.4375rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsc8L6vT75kHNTV1QdT75Hf1eOIxTCME { width:29.0625rem;height:12.5625rem;top:21.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9eBCLGGzQdoATucX3duXdltkfeZ36zW { width:23.5625rem;height:7.8125rem;top:23.9375rem;left:24.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHa7HBJT5lxhxfM46qXKSTbZv7id9os3 { width:20.5625rem;height:1.75rem;top:31.4375rem;left:26.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI { display:block; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1OaOzCnl7hfptFKOfg7MnvcmAXJQZT1 { top:8.4375rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtTFFhGBSNxqO0tOXbcNu8ePVXDlWhM { top:10.4375rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQn5iGmi1d95cyDVUtLtL8PcBTh2LUeh { top:10.4375rem;left:12.3125rem;width:20rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCL6DDfh7EfuPrPdOJBQFsyx0HSTtl2d { top:8.4375rem;left:12.3125rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Eu7431N1tTJtugQWsMZMQDBxrlOTVF { top:10.75rem;left:11.5rem;width:20.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOrlnh1TWag2ExAT23LvxByDx8tab1RS { top:8.4375rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4zi4EOfmR7WUOFTWiquRCKa8XhATZz { width:5.625rem;height:5.625rem;top:1.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUu7LFIMOUyyZ4N3RSHVWzN85z8zOLym { width:5.375rem;height:5.375rem;top:1.625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG174WzMHV6Src6lSGKdJVF2bHXVL2W5 { width:5.3125rem;height:5.3125rem;top:1.625rem;left:37.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { top:3.125rem;left:0rem;width:27rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu2BtCtQ7iOLFUcH9CL5nnQTtoc7OW3A { top:6.375rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhp1Q1qTiyrs5OCRSyfHpfRT5xZrsKtT { top:17.625rem;left:27rem;width:20.75rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { top:6.125rem;left:23.875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPS00dyRJikx98svBVB8S3Zc23OtmHaO { top:4.1875rem;left:23.875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJsFdVkZMhdwpAIbWwXDkeM66hedzog { top:24rem;left:23.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuptwCUTz6FT7DZmNZBs3MaVISsephal { top:25.9375rem;left:26.1875rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrhziXPb6TDCtEcU4ymGICx7WCJl5Le { width:2.5rem;height:2.5rem;top:5.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSpQf80AkzmQOSCxD7x4wqPx5uF9f0zN { width:2.5rem;height:2.5rem;top:24.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRE94WrPqhVR6Rnuz2zKTLQfS1zZxJg { top:8.375rem;left:0rem;width:27.3125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOW4G1RF3F36Ivmnvs5xFfH4nr3SAPE7 { top:64.4375rem;left:20.4375rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1BFkBeSv6fQFxn0NFBDW1PCTRJSttf { top:56.25rem;left:0rem;width:26.875rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTsrUSPRvSb2qyBnTyOZGh1EzGX7iGT8 { width:13.125rem;height:3.75rem;top:69.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP1GFKa6LZNUzBRnc872LwR5IyNxxo0 { display:block; }
 }@media only screen and (max-width: 763px) { #U8lgHNRdE80DxQvN7pMPRrmutvHhh06E { top:17.5625rem;left:0rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus { top:22.4375rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus li:before{  }
 }@media only screen and (max-width: 763px) { #vldnEH2mQEWCO73xPDocgo7Z18fJz52z { top:1rem;left:25.8125rem;width:21.9375rem;height:14.521506910959rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK { top:26.25rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK li:before{  }
 }@media only screen and (max-width: 763px) { #pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 { top:30.1875rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 li:before{  }
 }@media only screen and (max-width: 763px) { #pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP { top:34.375rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP li:before{  }
 }@media only screen and (max-width: 763px) { #e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU { top:40.5rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU li:before{  }
 }@media only screen and (max-width: 763px) { #pLKzsrGHybW79K3ll0dWGTr45hT86xPB { top:45.0625rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#pLKzsrGHybW79K3ll0dWGTr45hT86xPB li:before{  }
 }@media only screen and (max-width: 763px) { #A3vArJOMrDtToh7ig4C2orecX2UpvNDc { top:50.125rem;left:0rem;width:27.3125rem;height:;font-size:1.125rem;display:block; }#A3vArJOMrDtToh7ig4C2orecX2UpvNDc li:before{  }
 }@media only screen and (max-width: 763px) { #e6p9exgAPquX4TLRvU2lDLJtoM7LtZip { top:34.375rem;left:0rem;width:27.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVWWoiiszunvW5euLH4wIPJUKWeUcZI { top:37.6875rem;left:0rem;width:27.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1G5K50CUr1vWd5UTL9AMRlw7ZoKNS6O { top:40.5rem;left:0rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svyd29vUaNU49xxzvQXbU2me64ZZIa1S { top:45rem;left:0rem;width:27.3125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbFgf6DU1gF6HnPnhvpB53okJhEZq3bx { top:47.8125rem;left:0rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObscRgyqgrKCesXtWELbTJskwg9ttVkl { top:57.625rem;left:0rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1Z4iOtRlPJ3XoAsQIV7fC0kQBBZASVW { top:52.875rem;left:0rem;width:27.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 { display:block; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAEzkGeiylKBfCwn60HpkEt0d7C9Tt6L { top:13.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nulUw297ekQgiGTUPkmUTQzQcHanPs7V { top:18.25rem;left:0rem;width:20rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWBKTSC7HNZNmGIDTNA3eedkV60gAoV2 { top:2.5rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdRIMtpShK0trv4tDwaDTRHp5B2s04sd { top:7.625rem;left:19.686809539795rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW1HINt894oA02nGyhSmqSU9BLo4aklk { top:13.4375rem;left:0rem;width:20rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEF6gwWTZfA8T7sWcTTdG2u3TniLzTP { top:18.25rem;left:0rem;width:20rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8IIMG1d8MbPqWZsy3GcJncbcauB2B8Q { top:13.4375rem;left:11.75rem;width:20rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piZoCAOkKOuJZaAZXXVLAzKSFXD8rah6 { top:18.1875rem;left:11.75rem;width:20rem;height:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEb63olxb7WDv62eLuslu6v77HD4lUIU { display:block; }#wEb63olxb7WDv62eLuslu6v77HD4lUIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLT1i43dwEFtx9KRbHmHtpkTFc1PXxBm { top:1.875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGm8bxmz9ehl46EWeeJzLRbIULTF717O { top:1.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTnTBHAuIh02qMVf6hT5oLZd2gxAyxgQ { top:2.0625rem;left:7.59375rem;width:35.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R665GiZEA28otmHMg7f3RrO2V0u6Q4ck { top:6.5rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwOzQvPaoinz3yliaUJKFFn3vs5NxI5q { top:10.75rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { top:20.5625rem;left:0rem;width:27.1875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIf4blCWhTGNePoQ4LU8nIhVnNMQVPq { top:24.1875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { top:26.4375rem;left:0rem;width:20.3125rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ { top:40rem;left:0rem;width:22.5rem;height:7.1875rem;font-size:1rem;display:block; }#RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ li:before{  }
 }@media only screen and (max-width: 763px) { #csq0ZTAi3cTeLQsy9oODEDHoQX9CICQX { top:43.875rem;left:20.5rem;width:27.1875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QknxpLasz8JEVuU5ycVzvgfQa59c4Uz8 { top:70.0625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV6uh0fJVtpPdW1HMSKBE2UHb4L6pkzp { top:114.4375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5UsWUMuztJTeSF25MvKoptzFx6QLI1X { top:72.25rem;left:0rem;width:22.5rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T06OMc6nGdmpMylv4PxzXt22iZs8Znav { top:107.9375rem;left:0rem;width:27.1875rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1vfhLB7zOprhTlWPRku46obq7vAabd { top:47.25rem;left:24.9375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqMWXEaV6H7kDIe1Btp51c0mLql5fbae { top:110.3125rem;left:23.998390197754rem;width:13.5rem;height:13.999787205717rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TipmbRx7aZchd9Z4QzhSzI4ZOXFhiB { top:145.3125rem;left:0rem;width:20.4375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRzRoouH188PL9DRq21sDFPZN89XZV9X { top:149.8125rem;left:0rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b45vKl3RsDXspk1989Qr8vWWiObT0WDQ { top:162rem;left:0rem;width:45.3125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #res7MhyILHTdgZTLbZ3kxc5Gwv00IGZ1 { top:151.9375rem;left:0rem;width:13.8125rem;height:13.312713241825rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQFyTqvRlVoTSA3hnzTrC7uA0wfzc3kp { top:171.1875rem;left:0rem;width:38.3125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z59dP6C69Ip16CPgrFAs8XqTUFp5xzwQ { top:167.9375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbFXMISf9fz1i5yqIxIxyoD2lWR34mlI { top:50rem;left:24.9375rem;width:22.5rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPM2CzqeqwltyKg9kyV5TDC59RI4FA8U { top:127rem;left:24.9375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zke09T8TRNqcvCKqTP7iWbdSo0c9Jl1t { top:66.1875rem;left:0rem;width:27.1875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV2xRG4wMCI96uOsGs7Ty1STWDPuIPwk { top:82.6875rem;left:20.5rem;width:27.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D53ysl3d3EAzbJtEcWVVaueqHK77TTBT { top:129.375rem;left:24.9375rem;width:22.5rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXftLiLT5Z3C2DcCn8dpLem0083R7T0Z { top:117.25rem;left:0rem;width:22.5rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPCTVA1TwBQAXAekDmdlLE0LrInA1ELJ { top:98.5rem;left:0rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX04dNHu15TXkwCbliINoeLEAZIy0eQh { top:181.625rem;left:0rem;width:29.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmngL0Xs9P8iyvr4wBxBWPRRwE0kHZIB { top:31.75rem;left:23.875rem;width:14.0625rem;height:13.3743105rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVB1x4ncIsKoHx9ABxbbNLWbGM3aeFaH { top:119.5625rem;left:20.5625rem;width:27.1875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0yXpCvuUQXU9WSuII2AluCD1Z9xesC4 { top:85.375rem;left:25.25rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrlJqHsctJyyy3Pd3xqBbfO8yo0OsoTW { top:88rem;left:25.4375rem;width:21.5625rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBwdvogaRnGqcVlThkPw5b0Eyh2ScULT { top:70.5625rem;left:23.995864868164rem;width:13.4375rem;height:13.9993105rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru { top:59.25rem;left:24.9375rem;width:22.5rem;height:5.9375rem;font-size:1rem;display:block; }#q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru li:before{  }
 }@media only screen and (max-width: 763px) { #elusHZ2oHHER63qI6awR0VpXuCZAAMKt { top:8.0625rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTor6LuS2BTi8gvL9ay7v6IpGdIPvKea { top:31rem;left:23.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7cTFoH1QLAdpnnGtbD0u3IRIHVeE9UP { top:54.625rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJUIs0gfrWHvXpykXypzduU8dPa4QhJ { top:97.875rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVoaBbPG2fl5gFLkQ0xDOyVCAHqmzMx { top:70rem;left:23.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AFAkD5KmCGuOGBB8bTJRdya2sKOOQS { top:109.875rem;left:23.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQcTD3cIgnrf34anm6rdknJg4lMKW2IQ { top:151.1875rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmiVxEsMWXKaqAmJCoCMMwuQE2xAhhm { top:55.5625rem;left:0rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpllSJClqFUZKz1oN7pQ120K5O6Myd2C { top:8.6875rem;left:0rem;width:13.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVxqvBvDKX5baeeE3De8MKBBmGt341c { display:block; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhNSVJg5LDT65hZOZFFzcJTnflXH6Tth { top:3.125rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMR7UJ1zenD1aOGl84BJtDzaeCtHegQr { top:7.75rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp { display:block; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQBzaN5JHIT6hRrkl6U3cJD4SZCwpZZ2 { top:3.5rem;left:0rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZIIgPqobgBt2ZEIDkddTXCSkHnAMkCA { top:3.5rem;left:8.030559539795rem;width:35.1875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnnzovwMMK71NsUkaDCXN7vKTbnNNzJN { top:4.4375rem;left:0rem;width:0.1875rem;height:137.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfHAiLxWG36FrKG24ymXJ39REhN42xob { top:3.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU { display:block; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0rTfPLynUAsUy0CNmdnvkqSGyi2rhET { top:3.5rem;left:0rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QffmwfxKBE0ddz3Xr6ZLfbK3u9tUr5TH { top:3.5rem;left:8.030559539795rem;width:35.1875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFrhIatFMUAGfGmRn0lxExDAWcVE9wB3 { top:3.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTCUk1paNQWblmNl6bFSHI0naLXyseWx { display:block; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1byqPZmKa8Hi3b0mlZlAJLfviv3EJeX { top:2.8125rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVm7NvLI0uEiNketb2FXkwoeEwpBsndC { top:2.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw4mGEywQsNxOdo8Hi8PzJLXWOnHopyG { top:2.6875rem;left:7.8408203125rem;width:35.1875rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKknZT1pTggawoT1HplpEKu42WlCC4i { display:block; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvkAMduzghORGXxLLHqfgxz8meBnTHko { top:1.6875rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbOMrWot0zoZdMCS1N1CX8R7sPqtR8Tp { top:1.75rem;left:7.59375rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWa5oS7qparMAyHDNDNmeO75zuThcfbe { top:1.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99Vesddu48Z1U5cFcpgueHIsGUJJTxL { display:block; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIuO9K0TDrlxFqbXXOaykazBTbQzyBc7 { top:1.9375rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTQJp3mo72WcU7ZqbQtwTsizvIo0Ob6W { top:1.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWUednzv4wH3RNGLe0OWx0praqxFekn1 { top:1.9375rem;left:7.59375rem;width:35.25rem;height:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc { display:block; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdfu0tfrAyoymkTxF6HFehvmyxD64d43 { top:2.125rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEo4MtSPzM0ZI6gUtJwAwGDNS7gpygqP { top:2rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLuwlCBgxiQU77nQ1WSmi7iptNxVdXP { top:2.125rem;left:7.65234375rem;width:35rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe { display:block; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD7zEDQfhpJSM5aQAOzh7biiISrUGs63 { top:1.5rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5paaGsKoSNfw6a0b5BT16UMMRTLxbBA { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOtymZlqGFNCTnv2eySgPLefLUlfLh57 { top:1.5rem;left:7.6525726318363rem;width:38.3125rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf { display:block; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTLkMRpxGdZtbOSQTdo1Kv7T94xEIMJ3 { top:1.5rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXxHSz9Apk1ZEGHfbhlUGAnhyJHWMQiT { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdLeu86OauiU6Qvi7DQOC3ao7oiOnQX { top:1.6875rem;left:7.6560211181637rem;width:35.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be { display:block; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiaFZLCB0P0JMJkpR84dreUGVOAJNxi3 { top:1.5rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ5RTMVw4nNsgDrWPQToEL3ve3EEMZWv { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtalAl056k12pK1d3ppHDepA1oPBT6J { top:1.6875rem;left:7.65625rem;width:35.25rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT { display:block; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USS5iorx5fwhS1M3uNOPOGgG2eWhpOAr { top:1.5rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfSVdXfZmkvQdTqhk4NA0xVGTyzBAgx3 { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxI5IvAJ2uTyCEtL6kfDMJSvXRpaTQL { top:1.4375rem;left:7.65234375rem;width:35.1875rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs { display:block; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np0nbq7StJnsqaLt9VoIKCZZaMiAw9lW { top:1.5rem;left:0rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mavqQadKVeTb6qTlro3y8JkNmFcBWZNp { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqsaZ1bXCncAcgCAZUTf5GMIcff7o5qC { top:1.6875rem;left:7.6560211181637rem;width:35.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOclrBbw7Tl5fim5aInBA0dur04IywB { display:block; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzoWSNkEdNInJ4K2zRQEc4WwZRm9OmRc { top:1.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NonamGxZofnmq3EiuIQt1dey0z9SxyV5 { top:1.5rem;left:0rem;width:9.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9DAeWavcNAvZsa7XzXFMpkKrkTnxxB9 { top:1.6875rem;left:7.5283203125rem;width:35.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCIiaZyoJOMJD9kHshW5oE7gP4XOK0AT { top:9.8125rem;left:6.9375rem;width:40.8125rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4PaPlF9EOzMyDGaGt5yHmQNdzoM2onG { top:24.4375rem;left:6.8125rem;width:40.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJWp64unMkEEsgTeiA0CUCTaIcVVGG1w { top:28.9375rem;left:6.4375rem;width:41.3125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHonFsJbETRsa0EAgiTMCLqbvnNa8zUD { top:9.75rem;left:26.8125rem;width:20.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcDSb7TUuELUD8NDTaz6e1XsOpTQatc { top:41.125rem;left:6.4375rem;width:41.3125rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPbDnxTyJcxnoekhJKyoKbgqgAKlMtVL { top:3.25rem;left:7.53125rem;width:35.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 { display:block; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVJIIsq2TUuaRC0GUk7Lu289UpTRPaI { top:4.125rem;left:6.78125rem;width:34.1875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2uE6qvC08iWCi9nrHATAToTeZBOLSqv { top:8.375rem;left:19.75rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi { display:block; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLNDdNxclgyTvpBsOov6oKPWVOhsdec { top:10rem;left:0rem;width:22.1875rem;height:49.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX4DWxNKApKuok2dIn8grqP8w12qOr4x { top:29.125rem;left:0rem;width:17.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGi4AewoXZyuXUxnOVTUSJMmo2mk4ccm { top:11.4375rem;left:0rem;width:20.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPlvB8aO92JllG9zxBu8SWNlpAktTDP5 { top:25rem;left:0rem;width:18.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBBbstuyyvIo3t5uqb9dRZD9dxPsJG9 { top:14.6875rem;left:0rem;width:20.5rem;height:4.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBE7vbB1rsFddLubnkplZWW7S6WTTo55 { width:13.125rem;height:3.75rem;top:47.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99CyNTmUMDuFf2wKhuqCEu40gUBWKmz { display:block; }
 }@media only screen and (max-width: 763px) { #QABme60KoB9p3xDtc6vTwT7DUQA5sQm9 { top:53.5rem;left:0rem;width:18.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTLhgEHHQBEAGzupX0BGXbGcMAonkqV { top:19.5625rem;left:0rem;width:20.5rem;height:4.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPJiBvCZWa4UNiAZDD5OWnohNuZu6Xup { top:31.875rem;left:0rem;width:17.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZPUPZC9oXTvKRLyOdZanh85dqOO7nPB { top:38.125rem;left:0rem;width:17.375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkV3KTKwm302hTQhih8CoIVarLRziCnE { top:43.1875rem;left:0rem;width:17.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQntkNwScf4w5pD2U97g4P584WcOLSgC { top:10rem;left:9.5625rem;width:22.1875rem;height:49.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFM8nVrpD6GBKTDc5IWQZae6lw9Taadv { top:11.4375rem;left:11.25rem;width:20.5rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3rHCOFQSvq9JA6X7yhNfvLEJcskaRH { top:14.6875rem;left:11.25rem;width:20.5rem;height:4.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2gQRDiv1iQ3nPRVIIZ9Zhr8aaLA5Wn { top:18.875rem;left:11.25rem;width:20.5rem;height:4.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #labPDcozsIuSf26C7ryuM5IgMoaLBw6q { top:25rem;left:13.3125rem;width:18.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9zNe4b6EiFmyyOgW6so7R5ARozi021O { top:29.125rem;left:14.375rem;width:17.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUL4n2FHt2iW3TQCLbcTuUBGb3eINnLk { top:31.875rem;left:14.375rem;width:17.375rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8kENDQrs6iSFGBNglMDQz4zlZkHfda { width:13.125rem;height:3.75rem;top:47.375rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3y96EdZtqka1wWeJFuiVBJQizmf1VIk { display:block; }
 }@media only screen and (max-width: 763px) { #XLlTorgPaQTQQc5E2qLUNDmHoK0dDMZ7 { top:53.5rem;left:13.3125rem;width:18.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TQJxd6d87EUlZWA8KVsu5gXgh0x5hX { top:38.125rem;left:14.375rem;width:17.375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrW6MCxx7lXqQpKclDdUoG1ORJTMWuTn { top:43.1875rem;left:14.375rem;width:17.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT0oXX1k94sy5JqBCEHRIThMK3phuOI { top:1.25rem;left:0rem;width:34.125rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASCEXr8J33TXX4mO6v3pzO9wE1nnpMCk { top:1.9375rem;left:0rem;width:33.9375rem;height:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt { display:block; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqygJ9hCvkFnHwZpCbzTsuBGkte3wFL8 { top:2.4375rem;left:6.78125rem;width:34.1875rem;height:6.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRu2cTJlNPZnd2l2bTnbTB83qDWTligr { top:10.0625rem;left:19.125rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N49HHNroBC7hIHcv71UCTqsprQBI1JBF { display:block; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmDGVAlO9e0tVPEt9Cd892CVWVcZ9wgf { width:41.6875rem;height:6.125rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNCJEAWyrayM4IZxyIOMzLxJa1CfXGi5 { width:18.5625rem;height:2.5625rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqziGSIS9TN3ioSurURFdveziMwnP7q { display:block; }
 }@media only screen and (max-width: 763px) { #zLDQ7RML6KarsXwHDVBd4LRcPV5r5wiy { width:41.75rem;height:1.5625rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn { width:41.6875rem;height:;top:19.4375rem;left:0rem;font-size:1rem;display:block; }#tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn li:before{  }
 }@media only screen and (max-width: 763px) { #Ad72NM9kwfw0s1WhosKG5do3DBLgTSN5 { width:41.75rem;height:4.6875rem;top:28.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVoiIyJtXAAEl97N8fhbJtcDto37Gxg { top:2.125rem;left:0rem;width:34.1875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXsgG1KplBNmTsBBsygzgNns504oCoiw { top:5.4375rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoZ7tBHZqSppyObi3xGu7SI9F7c7OQq { top:17.875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJh7PRszRQnVPXm8nub5ukDCGxQiqloi { width:47.75rem;height:3.375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FINgucR1oyO6G7yV71zQEb78l2OBcGda { top:7.9375rem;left:4.9375rem;width:37.875rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur { display:block; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agu8154MdNNgBgCsNuD6HQSr7ukqCUDH { width:47.75rem;height:;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMK2B33MEqQV3LPC7ehZPd2hfXrbAK6T { width:18.9375rem;height:12.625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeDTWTTwgQG8m9J1dnFK153boquLu2Tr { width:18.9375rem;height:12.625rem;top:10.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJO5h1H9pCzbCnhMTKumL2p8C93PWdQ { width:18.625rem;height:12.4375rem;top:10.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIcJn34xTHhIywIT66LcAZuxpdcotlHR { width:19rem;height:12.625rem;top:24.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWxP0lrWiT6h5Pm3124mGwwB9kZB9EF { width:18.875rem;height:12.5rem;top:24.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrbXpT43H97LBxgEraKzGRiEIUPuFma4 { width:18.8125rem;height:12.5rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQBn2mxAMQIlP0G3k3ADzzbdJofeC5t { top:8.375rem;left:19.75rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ { display:block; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0SuGhZgahIunCNtnwqT8bWOUOrfl1ps { width:29.0625rem;height:12.5625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPr83J7JkMhkM80wvUtfetNXTAz9AnU { width:19.5625rem;height:6.25rem;top:8.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E24kPTZDgZSOR9xorPW7BfbQTTDd1T6n { width:20.5625rem;height:1.75rem;top:15.625rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0ti37kTA9e2SUyhNMlQt1AounF00NT { width:29.0625rem;height:12.5625rem;top:6.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGXpNFPAyVPCEDLamqeuKW1b1Ry3U19 { width:20.5625rem;height:1.75rem;top:15.625rem;left:25.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sCzsq9UzUB4aHXKraMWKtFwqvhLyMJ { width:20.5625rem;height:7.8125rem;top:7.875rem;left:25.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQbt1AaI9TDbvFu6fmpayFV2QreIGgC { width:47.75rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhU7bQn3cq4LcWH3LP6tuZmJxUbHbpc { top:4.3125rem;left:15.625rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAJAqJeBZ5EApSIopt6XAxAeGXWHJmGn { width:29.0625rem;height:12.5625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp74TscDONWgWgaw3XGIhUDyV7MP7yZv { width:23.5625rem;height:7.8125rem;top:23rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJT9ibldSo7vRqiBcQbV1KgwNW2Wchf { width:20.5625rem;height:1.75rem;top:31.4375rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeTUPMKC3iddVB1ixSb66LfJ2L4T5CFx { width:29.0625rem;height:12.5625rem;top:21.375rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThoH7Tcv0388Vy7Zelsm6ikmGhEhg3Uz { width:23.5625rem;height:4.6875rem;top:25.5rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMexMIJU5k0bzR8uRaeRqrP86vd8omGE { width:20.5625rem;height:1.75rem;top:31.4375rem;left:25.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU { display:block; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOUpS7OnbTJxfhIbER6atJHW9QJvdxOg { top:2.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfLHlbcFCcpKcZ7BSGqMSTnZFSJQwCeS { top:6.625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudzwv704fHmpX8JB83NOMabHd3c56Lv { top:15.4375rem;left:0rem;width:15.625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TORkwFVQD690RAuLLKa2T3bynGgR5Wht { top:39.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmUdD6M9FA15btmkHK58DueMH3LLvnPM { top:44.125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdHD4JIplfJ3d0fifeWrerLFKuCReiV { top:46.5625rem;left:0rem;width:43.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTCoIoaIZZFreF35dfe22bQB92EzdRC { top:8.375rem;left:0rem;width:10.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS2NeTea6bfs7PoVK6QoSpWO6sFekTqA { top:62.3125rem;left:0rem;width:13.0625rem;height:23.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG93RK50LK0HlRHTLiqMDhZ7I9fOtqTa { top:8.625rem;left:15.78125rem;width:5.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXpwGWmbq2Rngnym8DRSaKDAgmCg7LMF { top:15.4375rem;left:14.4375rem;width:27.5rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEgHlx77l28RAOJzLcUL88Zg5m4H5vks { top:25.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzsQMyqEGa8u6wg9emFnKW5rBqAnAget { top:29.375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXMOZaAyHB9tmfhAXE3ETvwIkePtPqq { top:33.25rem;left:0rem;width:11.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 { position:relative;z-index:auto;display:block; }#psxan6nQuNCDIK63wbCqmkPZpSBXJTL8 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:5.6875rem;height:2.1875rem;top:1.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:4.5rem;height:2.1875rem;top:1.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:4.1875rem;height:2.1875rem;top:3.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #ISHFuk8Gy5gTp0sphAgMCR4aW5sT0Za1 { width:6.625rem;height:2.125rem;top:3.8125rem;left:12.25rem;background-color:#f0351b;background-image:none;color:#f8fdff;display:block; }
 }@media only screen and (max-width: 763px) { #vfcxEOaghHTSIL6X1JiZGQng3GoTb2Nq { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:4.75rem;height:2.1875rem;top:1.625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #fyTr2mrN83X3g4yzzDpIKaStknJTnf7g { width:5.0625rem;height:2.25rem;top:7.09375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5MIzprrAwSA0qcaRx3Rq3b4qQXbIdo { width:6.5rem;height:2.1875rem;top:3.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9kNDu56NoAzuT3MiBEMla1XzDABW6c { display:block; }
 }@media only screen and (max-width: 763px) { #NJaCXs5CQV5BHSiQOsZ3Ra2knUpyanIW { width:2.75rem;height:2.1875rem;top:6.84375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73a5c391-09f4-4ba3-8eb9-6a9cff2390ab/Untitled320x1249px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.adaptive-delivery-prevent-bg, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyload, #gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf.lazyloading { background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { background-color: transparent; background-image: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row > .video-iframe-container { display: none; }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .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); }#gPmsWlrNBG9g5KfgNpkHaA4mKMN4Leuf > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:18.0625rem;height:2.5625rem;top:6.9375rem;left:0.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { width:6.25rem;height:0.375rem;top:23.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRW0TTNn6fE1RpJAQBQwfzBGklMJIFIc { width:16.25rem;height:3.8125rem;top:75.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcGb9rQrxO5mFh4CMyllTneVs5KXOxn { display:block; }
 }@media only screen and (max-width: 763px) { #TwUktIFeVOBEyWHS9505nrE1B3DPEWw9 { width:18.3125rem;height:7rem;top:67.125rem;left:0.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ey2RZtqChTv9vD5EhwsH5Sbb2e8kFKkQ { width:17.4375rem;height:18rem;top:43.03125rem;left:1.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvPXEhmDQ40gmnlzXHxtffx5lG3c9Iq4 { width:18.75rem;height:2.125rem;top:64.1875rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btp5DM9og3OIgAawxZHoRKI3uLJ7hSh1 { width:13rem;height:9rem;top:12.1875rem;left:3.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii { display:block; }#dZLG8vDcTPtsMUiJ7ixm8v88miJCCXii > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di2QeTT8A3W6V3qAct3iMHW4McW81wW8 { height:10.75rem;width:19.25rem;top:16.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1Nk7mPZB3dn7wCoRikV5a5xWr0D0VF { width:18rem;height:2.875rem;top:36.375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IBqH3ziPPSbe9ufMBvQvAKMbPvgaBR7m { width:18rem;height:7.125rem;top:6.75rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y7oQny9AExfUQKdTGBBNdxP0wJX7yFEO { width:18rem;height:3.375rem;top:30.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BOESmTXXSBVUxHRTmWhaMN6VeuXXnEhI { width:7.5rem;height:0.375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHXOwSpSZOZORTKFkJQHWEAcJX5rWEtW { width:0.375rem;height:6.25rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cgeuLA8IEtfMnV2FMi8cLszvDe3eFV { width:13.1875rem;height:3.8125rem;top:38.3125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txNFA7hKnaNIF2KlGofTBl6VvLgHM911 { display:block; }
 }@media only screen and (max-width: 763px) { #ATgMTkpguBzstabeFPBtCa8adeGshm1A { display:block; }#ATgMTkpguBzstabeFPBtCa8adeGshm1A > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yc3laemWKtC34tn8Jw10TaXowkGTBISP { width:19.625rem;height:18.8125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTxEpe7XWuykZWptAkhcxx5MrW6FqS6 { width:16.5rem;height:14.0625rem;top:8.28125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJuNcI3ywNsTTQCnUvfIclhs3RZuEPw { width:20rem;height:1.5625rem;top:23.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQWyKyOB7J0ym8USt8K3tuGu7aSTck5 { width:19.625rem;height:12.75rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rROyx27dCAQtNflkxeWAQOZ2bp1eFv { width:15.625rem;height:1.5625rem;top:58.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH2WPynMoTm1ZR3veJKdQfNq990XSqM0 { width:17rem;height:7.8125rem;top:50.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2GreyDZ8NeHfD0M9dfWGtgUHOOogub9 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udyDZdbui2iKmzB1mP9TTHCP4G8Rfdkh { width:8.25rem;height:0.375rem;top:4.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhpow1kzwSXh9VWVHTiMbPO0KmvHtPa { width:19.625rem;height:15.9375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSvQnq36R9V5UAS9PAo3mnWbeiqQ6y2 { width:17.625rem;height:10.9375rem;top:30.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmdAyUlifeUwFXbSCa5DyqkLJDGPGA0G { width:20rem;height:1.5625rem;top:42.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsc8L6vT75kHNTV1QdT75Hf1eOIxTCME { width:19.625rem;height:16.75rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9eBCLGGzQdoATucX3duXdltkfeZ36zW { width:17.5rem;height:12.5rem;top:66.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHa7HBJT5lxhxfM46qXKSTbZv7id9os3 { width:20rem;height:1.5625rem;top:79.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI { display:block; }#CtlaA7Ebi7R11r5zbZT5rAncVG5WNMpI > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1OaOzCnl7hfptFKOfg7MnvcmAXJQZT1 { width:20rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKtTFFhGBSNxqO0tOXbcNu8ePVXDlWhM { width:20rem;height:3.875rem;top:9.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQn5iGmi1d95cyDVUtLtL8PcBTh2LUeh { width:20rem;height:5.8125rem;top:23.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCL6DDfh7EfuPrPdOJBQFsyx0HSTtl2d { width:20rem;height:1.625rem;top:20.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8Eu7431N1tTJtugQWsMZMQDBxrlOTVF { width:20rem;height:3.875rem;top:38.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOrlnh1TWag2ExAT23LvxByDx8tab1RS { width:20rem;height:1.625rem;top:36.0625rem;left:0rem;font-size:1.25rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ah4zi4EOfmR7WUOFTWiquRCKa8XhATZz { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUu7LFIMOUyyZ4N3RSHVWzN85z8zOLym { width:4.375rem;height:4.375rem;top:14.875rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG174WzMHV6Src6lSGKdJVF2bHXVL2W5 { width:4.375rem;height:4.375rem;top:30.4375rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAI058sDsRncXOiFCPXbCC45FfdyIyUc { display:block; }#oAI058sDsRncXOiFCPXbCC45FfdyIyUc > .row .container { width:20rem;height:153.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { width:18.5625rem;height:4.125rem;top:1.875rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu2BtCtQ7iOLFUcH9CL5nnQTtoc7OW3A { width:8.25rem;height:0.375rem;top:7.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhp1Q1qTiyrs5OCRSyfHpfRT5xZrsKtT { width:12.875rem;height:8.4375rem;top:101.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { width:0.375rem;height:4.375rem;top:58.084373474121rem;left:11.59375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #fPS00dyRJikx98svBVB8S3Zc23OtmHaO { width:4.25rem;height:4.25rem;top:86.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaJsFdVkZMhdwpAIbWwXDkeM66hedzog { width:4.25rem;height:4.25rem;top:98.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuptwCUTz6FT7DZmNZBs3MaVISsephal { width:8.1875rem;height:0.3125rem;top:25.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVrhziXPb6TDCtEcU4ymGICx7WCJl5Le { width:2.5rem;height:2.5rem;top:86.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSpQf80AkzmQOSCxD7x4wqPx5uF9f0zN { width:2.5rem;height:2.5rem;top:99.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRRE94WrPqhVR6Rnuz2zKTLQfS1zZxJg { width:17.5rem;height:11rem;top:10.8125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOW4G1RF3F36Ivmnvs5xFfH4nr3SAPE7 { width:18.25rem;height:2.75rem;top:142.5rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iH1BFkBeSv6fQFxn0NFBDW1PCTRJSttf { width:13.4375rem;height:8.25rem;top:75.5244140625rem;left:3.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTsrUSPRvSb2qyBnTyOZGh1EzGX7iGT8 { width:13.1875rem;height:3.8125rem;top:146.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDP1GFKa6LZNUzBRnc872LwR5IyNxxo0 { display:block; }
 }@media only screen and (max-width: 763px) { #U8lgHNRdE80DxQvN7pMPRrmutvHhh06E { width:16.4375rem;height:4.125rem;top:24.25rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus { width:17.5rem;height:4.3125rem;top:29.2119140625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#tZCfa7EhTTS8E0oZbQp9gbEDvwAgytus li:before{  }
 }@media only screen and (max-width: 763px) { #vldnEH2mQEWCO73xPDocgo7Z18fJz52z { width:12.8125rem;height:8.5rem;top:88.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK { width:16.5625rem;height:4.3125rem;top:35.2744140625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#QU6Tee2hywJpEzrahTwDOTiVKIUFlGrK li:before{  }
 }@media only screen and (max-width: 763px) { #pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 { width:17.375rem;height:4.3125rem;top:41.0244140625rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#pRAmV2GCKJt7kwRcNPhevfwVH64WT1Q0 li:before{  }
 }@media only screen and (max-width: 763px) { #pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP { width:18.375rem;height:5.75rem;top:47.2119140625rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#pZPNBBW3zEgF090b7hJUHQ7hA7WR1uUP li:before{  }
 }@media only screen and (max-width: 763px) { #e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU { width:16.375rem;height:4.3125rem;top:54.7744140625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#e2Tn2AvlZeFHZFUSr7bqzvssHwNEr2iU li:before{  }
 }@media only screen and (max-width: 763px) { #pLKzsrGHybW79K3ll0dWGTr45hT86xPB { width:18.125rem;height:4.3125rem;top:61.0244140625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#pLKzsrGHybW79K3ll0dWGTr45hT86xPB li:before{  }
 }@media only screen and (max-width: 763px) { #A3vArJOMrDtToh7ig4C2orecX2UpvNDc { width:18.3125rem;height:5.75rem;top:67.2744140625rem;left:0.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#A3vArJOMrDtToh7ig4C2orecX2UpvNDc li:before{  }
 }@media only screen and (max-width: 763px) { #e6p9exgAPquX4TLRvU2lDLJtoM7LtZip { width:18.8125rem;height:1.375rem;top:111.5rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIVWWoiiszunvW5euLH4wIPJUKWeUcZI { width:18.75rem;height:1.4375rem;top:113.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1G5K50CUr1vWd5UTL9AMRlw7ZoKNS6O { width:19.3125rem;height:4.3125rem;top:116.375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Svyd29vUaNU49xxzvQXbU2me64ZZIa1S { width:14.625rem;height:1.4375rem;top:121.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbFgf6DU1gF6HnPnhvpB53okJhEZq3bx { width:19.25rem;height:2.875rem;top:124.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObscRgyqgrKCesXtWELbTJskwg9ttVkl { width:15.3125rem;height:5.75rem;top:134.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1Z4iOtRlPJ3XoAsQIV7fC0kQBBZASVW { width:16.4375rem;height:4.3125rem;top:128.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 { display:block; }#VEv8HVkwyKdmcenI8ASZeQJtAhyWmyi8 > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAEzkGeiylKBfCwn60HpkEt0d7C9Tt6L { width:20rem;height:1.625rem;top:8.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nulUw297ekQgiGTUPkmUTQzQcHanPs7V { width:20rem;height:11.625rem;top:11.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWBKTSC7HNZNmGIDTNA3eedkV60gAoV2 { width:20rem;height:2.0625rem;top:2.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdRIMtpShK0trv4tDwaDTRHp5B2s04sd { width:8.1875rem;height:0.3125rem;top:5.625rem;left:5.90625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #hW1HINt894oA02nGyhSmqSU9BLo4aklk { width:20rem;height:1.625rem;top:25.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuEF6gwWTZfA8T7sWcTTdG2u3TniLzTP { width:17.4375rem;height:7.75rem;top:28.8125rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8IIMG1d8MbPqWZsy3GcJncbcauB2B8Q { width:20rem;height:1.625rem;top:39.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piZoCAOkKOuJZaAZXXVLAzKSFXD8rah6 { width:17.6875rem;height:13.5625rem;top:42rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wEb63olxb7WDv62eLuslu6v77HD4lUIU { display:none; }#wEb63olxb7WDv62eLuslu6v77HD4lUIU > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lLT1i43dwEFtx9KRbHmHtpkTFc1PXxBm { width:9.75rem;height:1.625rem;top:6.875rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGm8bxmz9ehl46EWeeJzLRbIULTF717O { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTnTBHAuIh02qMVf6hT5oLZd2gxAyxgQ { width:20rem;height:1.25rem;top:4.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 { display:block; }#W4rOTvZfM5v1VUtus2bBmE3g13AenRp1 > .row .container { width:20rem;height:245rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R665GiZEA28otmHMg7f3RrO2V0u6Q4ck { width:20rem;height:2.0625rem;top:1.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwOzQvPaoinz3yliaUJKFFn3vs5NxI5q { width:8.25rem;height:0.375rem;top:209.0625rem;left:0.78125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #F6R6JQP9RoTdvT4PmXM13kc0Ay4WTuc7 { width:20rem;height:30rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzIf4blCWhTGNePoQ4LU8nIhVnNMQVPq { width:12.75rem;height:1.625rem;top:12.25rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiFTt0CeAsIHMfOp7LcbqJypgwInhnd { width:17.625rem;height:15rem;top:14.65625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ { width:16.875rem;height:7.1875rem;top:30.740234375rem;left:0.78125rem;font-size:1rem;display:block; }#RpRTU6XMdSwvLNHubOmNbfLU9zoJnykJ li:before{  }
 }@media only screen and (max-width: 763px) { #csq0ZTAi3cTeLQsy9oODEDHoQX9CICQX { width:20rem;height:29.3125rem;top:44.75rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #QknxpLasz8JEVuU5ycVzvgfQa59c4Uz8 { width:13.5rem;height:1.625rem;top:85.71875rem;left:1.21875rem;font-size:1.25rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #kV6uh0fJVtpPdW1HMSKBE2UHb4L6pkzp { width:17.5625rem;height:1.625rem;top:146.8125rem;left:0.78125rem;font-size:1.25rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #A5UsWUMuztJTeSF25MvKoptzFx6QLI1X { width:17.625rem;height:20rem;top:88.25rem;left:1.1875rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #T06OMc6nGdmpMylv4PxzXt22iZs8Znav { width:20rem;height:26.6875rem;top:142.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1vfhLB7zOprhTlWPRku46obq7vAabd { width:15.0625rem;height:1.625rem;top:51rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqMWXEaV6H7kDIe1Btp51c0mLql5fbae { width:6.125rem;height:6.3125rem;top:176.5rem;left:0.24425067724457rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C1TipmbRx7aZchd9Z4QzhSzI4ZOXFhiB { width:8.8125rem;height:2.0625rem;top:206.3125rem;left:0.78125rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #oRzRoouH188PL9DRq21sDFPZN89XZV9X { width:8.25rem;height:0.375rem;top:3.875rem;left:5.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #b45vKl3RsDXspk1989Qr8vWWiObT0WDQ { width:20rem;height:21.625rem;top:114.9375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #res7MhyILHTdgZTLbZ3kxc5Gwv00IGZ1 { width:6.0625rem;height:5.8125rem;top:211.40625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQFyTqvRlVoTSA3hnzTrC7uA0wfzc3kp { width:17.75rem;height:15rem;top:222.5625rem;left:0.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z59dP6C69Ip16CPgrFAs8XqTUFp5xzwQ { width:14.3125rem;height:1.625rem;top:219.375rem;left:0.78125rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #rbFXMISf9fz1i5yqIxIxyoD2lWR34mlI { width:17.125rem;height:10rem;top:53.0625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPM2CzqeqwltyKg9kyV5TDC59RI4FA8U { width:12.5625rem;height:1.625rem;top:184rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zke09T8TRNqcvCKqTP7iWbdSo0c9Jl1t { width:20rem;height:24.625rem;top:180rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #WV2xRG4wMCI96uOsGs7Ty1STWDPuIPwk { width:20rem;height:28.75rem;top:81.25rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #D53ysl3d3EAzbJtEcWVVaueqHK77TTBT { width:17.625rem;height:12.5rem;top:186.625rem;left:0.78125rem;font-size:1rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #bXftLiLT5Z3C2DcCn8dpLem0083R7T0Z { width:16.875rem;height:17.5rem;top:149.96875rem;left:0.78125rem;font-size:1rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #JPCTVA1TwBQAXAekDmdlLE0LrInA1ELJ { width:6.0625rem;height:6.0625rem;top:138.8125rem;left:1.03125rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sX04dNHu15TXkwCbliINoeLEAZIy0eQh { width:14.375rem;height:3.25rem;top:238.8125rem;left:2.78125rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #dmngL0Xs9P8iyvr4wBxBWPRRwE0kHZIB { width:6rem;height:5.625rem;top:42.875rem;left:1.0477335164835rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wVB1x4ncIsKoHx9ABxbbNLWbGM3aeFaH { width:20rem;height:29.5rem;top:213.8125rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #A0yXpCvuUQXU9WSuII2AluCD1Z9xesC4 { width:14.875rem;height:1.625rem;top:118.9375rem;left:0.78125rem;font-size:1.25rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #FrlJqHsctJyyy3Pd3xqBbfO8yo0OsoTW { width:18.3125rem;height:11.25rem;top:121.5625rem;left:0.84375rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #kBwdvogaRnGqcVlThkPw5b0Eyh2ScULT { width:5.8125rem;height:6.125rem;top:111.1875rem;left:1.1003989361702rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru { width:16.25rem;height:5.9375rem;top:65.375rem;left:0.78125rem;font-size:1rem;z-index:15069;display:block; }#q3H5Kbt7V0qcnrpxiKCSvnCXkbZACNru li:before{  }
 }@media only screen and (max-width: 763px) { #elusHZ2oHHER63qI6awR0VpXuCZAAMKt { width:6.625rem;height:6.625rem;top:5rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTor6LuS2BTi8gvL9ay7v6IpGdIPvKea { width:6.5625rem;height:6.5625rem;top:211.03125rem;left:0.78125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #F7cTFoH1QLAdpnnGtbD0u3IRIHVeE9UP { width:6.5rem;height:6.5rem;top:138.59375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJUIs0gfrWHvXpykXypzduU8dPa4QhJ { width:6.4375rem;height:6.4375rem;top:77.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVoaBbPG2fl5gFLkQ0xDOyVCAHqmzMx { width:6.5rem;height:6.5rem;top:42.46875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AFAkD5KmCGuOGBB8bTJRdya2sKOOQS { width:6.5rem;height:6.5rem;top:111.0625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQcTD3cIgnrf34anm6rdknJg4lMKW2IQ { width:6.6875rem;height:6.75rem;top:176.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHmiVxEsMWXKaqAmJCoCMMwuQE2xAhhm { width:5.875rem;height:5.875rem;top:78.25rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpllSJClqFUZKz1oN7pQ120K5O6Myd2C { width:6rem;height:6.125rem;top:5.25rem;left:1.0964095744681rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvVxqvBvDKX5baeeE3De8MKBBmGt341c { display:block; }#NvVxqvBvDKX5baeeE3De8MKBBmGt341c > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhNSVJg5LDT65hZOZFFzcJTnflXH6Tth { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMR7UJ1zenD1aOGl84BJtDzaeCtHegQr { width:8.25rem;height:0.375rem;top:5.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp { display:block; }#O9D0hSuzkJophn7qggZ8nSoTc9bvEFbp > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQBzaN5JHIT6hRrkl6U3cJD4SZCwpZZ2 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZIIgPqobgBt2ZEIDkddTXCSkHnAMkCA { width:19.25rem;height:2.5rem;top:7.25rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnnzovwMMK71NsUkaDCXN7vKTbnNNzJN { width:0.1875rem;height:137.5rem;top:4.4375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfHAiLxWG36FrKG24ymXJ39REhN42xob { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU { display:block; }#ZmEmsdFRQmiobCnrSGr0hDXKWWIn0ghU > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0rTfPLynUAsUy0CNmdnvkqSGyi2rhET { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QffmwfxKBE0ddz3Xr6ZLfbK3u9tUr5TH { width:19.25rem;height:2.5rem;top:7.25rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFrhIatFMUAGfGmRn0lxExDAWcVE9wB3 { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTCUk1paNQWblmNl6bFSHI0naLXyseWx { display:block; }#cTCUk1paNQWblmNl6bFSHI0naLXyseWx > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1byqPZmKa8Hi3b0mlZlAJLfviv3EJeX { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVm7NvLI0uEiNketb2FXkwoeEwpBsndC { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw4mGEywQsNxOdo8Hi8PzJLXWOnHopyG { width:18.625rem;height:18.75rem;top:7.4375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTKknZT1pTggawoT1HplpEKu42WlCC4i { display:block; }#TTKknZT1pTggawoT1HplpEKu42WlCC4i > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvkAMduzghORGXxLLHqfgxz8meBnTHko { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbOMrWot0zoZdMCS1N1CX8R7sPqtR8Tp { width:17rem;height:1.25rem;top:6.6875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWa5oS7qparMAyHDNDNmeO75zuThcfbe { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99Vesddu48Z1U5cFcpgueHIsGUJJTxL { display:block; }#S99Vesddu48Z1U5cFcpgueHIsGUJJTxL > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIuO9K0TDrlxFqbXXOaykazBTbQzyBc7 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTQJp3mo72WcU7ZqbQtwTsizvIo0Ob6W { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWUednzv4wH3RNGLe0OWx0praqxFekn1 { width:18.0625rem;height:20rem;top:7.25rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc { display:block; }#WGTKNqRAUf1d5cgHiCNwRtTWTknWbdwc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdfu0tfrAyoymkTxF6HFehvmyxD64d43 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JEo4MtSPzM0ZI6gUtJwAwGDNS7gpygqP { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLuwlCBgxiQU77nQ1WSmi7iptNxVdXP { width:18.8125rem;height:12.5rem;top:7.25rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe { display:block; }#XioPZIfJ1KZsz1AKbSFpLRRlExprwiqe > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD7zEDQfhpJSM5aQAOzh7biiISrUGs63 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5paaGsKoSNfw6a0b5BT16UMMRTLxbBA { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOtymZlqGFNCTnv2eySgPLefLUlfLh57 { width:18.75rem;height:25rem;top:7.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf { display:block; }#Q3gP5Unc6eyHfxScDMw40DeCPmgwIhtf > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTLkMRpxGdZtbOSQTdo1Kv7T94xEIMJ3 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXxHSz9Apk1ZEGHfbhlUGAnhyJHWMQiT { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgdLeu86OauiU6Qvi7DQOC3ao7oiOnQX { width:20rem;height:1.25rem;top:7.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be { display:block; }#HNE9F3Tdb0Vm2R8Uawf5skNboHL9U6be > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tiaFZLCB0P0JMJkpR84dreUGVOAJNxi3 { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ5RTMVw4nNsgDrWPQToEL3ve3EEMZWv { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtalAl056k12pK1d3ppHDepA1oPBT6J { width:20rem;height:18.75rem;top:7.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT { display:block; }#aweFtKqLAGAT2hyNvQhbpDszc8y3VmGT > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USS5iorx5fwhS1M3uNOPOGgG2eWhpOAr { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfSVdXfZmkvQdTqhk4NA0xVGTyzBAgx3 { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXxI5IvAJ2uTyCEtL6kfDMJSvXRpaTQL { width:19.0625rem;height:13.75rem;top:7.25rem;left:0.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs { display:block; }#PAZVqbe5PX7gJeAgWLQJcQHU5IvneDWs > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np0nbq7StJnsqaLt9VoIKCZZaMiAw9lW { width:9.75rem;height:1.625rem;top:4.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mavqQadKVeTb6qTlro3y8JkNmFcBWZNp { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqsaZ1bXCncAcgCAZUTf5GMIcff7o5qC { width:20rem;height:1.25rem;top:7.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuOclrBbw7Tl5fim5aInBA0dur04IywB { display:block; }#NuOclrBbw7Tl5fim5aInBA0dur04IywB > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzoWSNkEdNInJ4K2zRQEc4WwZRm9OmRc { width:1.875rem;height:1.875rem;top:1.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NonamGxZofnmq3EiuIQt1dey0z9SxyV5 { width:9.75rem;height:1.625rem;top:4.9375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9DAeWavcNAvZsa7XzXFMpkKrkTnxxB9 { width:16.9375rem;height:1.25rem;top:9rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCIiaZyoJOMJD9kHshW5oE7gP4XOK0AT { width:15.375rem;height:21.25rem;top:13.4375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P4PaPlF9EOzMyDGaGt5yHmQNdzoM2onG { width:16.9375rem;height:2.5rem;top:38.25rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJWp64unMkEEsgTeiA0CUCTaIcVVGG1w { width:18.5625rem;height:17.25rem;top:45.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHonFsJbETRsa0EAgiTMCLqbvnNa8zUD { width:20rem;height:2.5rem;top:54.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUcDSb7TUuELUD8NDTaz6e1XsOpTQatc { width:19.625rem;height:25.875rem;top:64.6875rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPbDnxTyJcxnoekhJKyoKbgqgAKlMtVL { width:20rem;height:5rem;top:92.251rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 { display:block; }#Na9dNf9QXmHXM6Z90D5XDexWtel5zmf2 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVJIIsq2TUuaRC0GUk7Lu289UpTRPaI { width:20rem;height:5.125rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2uE6qvC08iWCi9nrHATAToTeZBOLSqv { width:8.25rem;height:0.375rem;top:7.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi { display:block; }#gzBuT1rfyN47TbzR5MBub4MhcgQO9mWi > .row .container { width:20rem;height:117.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLNDdNxclgyTvpBsOov6oKPWVOhsdec { width:20rem;height:46.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX4DWxNKApKuok2dIn8grqP8w12qOr4x { width:16.0625rem;height:1.25rem;top:29.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGi4AewoXZyuXUxnOVTUSJMmo2mk4ccm { width:18.4375rem;height:1.9375rem;top:16.625rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPlvB8aO92JllG9zxBu8SWNlpAktTDP5 { width:17.8125rem;height:4.3125rem;top:23.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPBBbstuyyvIo3t5uqb9dRZD9dxPsJG9 { width:20rem;height:2.5625rem;top:18.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBE7vbB1rsFddLubnkplZWW7S6WTTo55 { width:13.1870403125rem;height:3.8120403125rem;top:46rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H99CyNTmUMDuFf2wKhuqCEu40gUBWKmz { display:block; }
 }@media only screen and (max-width: 763px) { #QABme60KoB9p3xDtc6vTwT7DUQA5sQm9 { width:14.6875rem;height:4.3125rem;top:52.0625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDTLhgEHHQBEAGzupX0BGXbGcMAonkqV { width:20rem;height:2.5625rem;top:21.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPJiBvCZWa4UNiAZDD5OWnohNuZu6Xup { width:16.25rem;height:2.5rem;top:32.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZPUPZC9oXTvKRLyOdZanh85dqOO7nPB { width:17.375rem;height:2.5rem;top:36.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkV3KTKwm302hTQhih8CoIVarLRziCnE { width:17.3747691875rem;height:1.25rem;top:41.375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQntkNwScf4w5pD2U97g4P584WcOLSgC { width:20rem;height:46.1875rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFM8nVrpD6GBKTDc5IWQZae6lw9Taadv { width:20rem;height:1.9375rem;top:63.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3rHCOFQSvq9JA6X7yhNfvLEJcskaRH { width:20rem;height:2.5625rem;top:66.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz2gQRDiv1iQ3nPRVIIZ9Zhr8aaLA5Wn { width:20rem;height:2.5625rem;top:69.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #labPDcozsIuSf26C7ryuM5IgMoaLBw6q { width:17.375rem;height:4.3125rem;top:72.125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9zNe4b6EiFmyyOgW6so7R5ARozi021O { width:17.375rem;height:1.25rem;top:77.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUL4n2FHt2iW3TQCLbcTuUBGb3eINnLk { width:17.375rem;height:2.5rem;top:80.6875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8kENDQrs6iSFGBNglMDQz4zlZkHfda { width:13.125rem;height:3.75rem;top:95.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3y96EdZtqka1wWeJFuiVBJQizmf1VIk { display:block; }
 }@media only screen and (max-width: 763px) { #XLlTorgPaQTQQc5E2qLUNDmHoK0dDMZ7 { width:18.4375rem;height:2.875rem;top:101.375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TQJxd6d87EUlZWA8KVsu5gXgh0x5hX { width:17.375rem;height:2.5rem;top:84.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrW6MCxx7lXqQpKclDdUoG1ORJTMWuTn { width:17.3747691875rem;height:1.25rem;top:89.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT0oXX1k94sy5JqBCEHRIThMK3phuOI { width:20rem;height:1.9375rem;top:3.0172119140625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASCEXr8J33TXX4mO6v3pzO9wE1nnpMCk { width:20rem;height:7.1875rem;top:4.8805541992188rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt { display:block; }#WmfsTkI3pxXmoNvTqOXr0yerZ7qMRnMt > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqygJ9hCvkFnHwZpCbzTsuBGkte3wFL8 { width:20rem;height:7.6875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JRu2cTJlNPZnd2l2bTnbTB83qDWTligr { width:8.25rem;height:0.375rem;top:9.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N49HHNroBC7hIHcv71UCTqsprQBI1JBF { display:block; }#N49HHNroBC7hIHcv71UCTqsprQBI1JBF > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmDGVAlO9e0tVPEt9Cd892CVWVcZ9wgf { width:19.3125rem;height:10.9375rem;top:8.25rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNCJEAWyrayM4IZxyIOMzLxJa1CfXGi5 { width:18.5625rem;height:2.5625rem;top:42.25rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTqziGSIS9TN3ioSurURFdveziMwnP7q { display:block; }
 }@media only screen and (max-width: 763px) { #zLDQ7RML6KarsXwHDVBd4LRcPV5r5wiy { width:16.125rem;height:1.5625rem;top:18.625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn { width:20rem;height:10.3125rem;top:21.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#tDwkzTG0rOHQvMsAUeyFsf8OMcRubCmn li:before{  }
 }@media only screen and (max-width: 763px) { #Ad72NM9kwfw0s1WhosKG5do3DBLgTSN5 { width:13.5rem;height:9.375rem;top:32.875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVoiIyJtXAAEl97N8fhbJtcDto37Gxg { width:18.875rem;height:5.8125rem;top:1.3125rem;left:0.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXsgG1KplBNmTsBBsygzgNns504oCoiw { width:8.25rem;height:0.375rem;top:7.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDoZ7tBHZqSppyObi3xGu7SI9F7c7OQq { height:11.25rem;width:20rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJh7PRszRQnVPXm8nub5ukDCGxQiqloi { width:20rem;height:5.125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FINgucR1oyO6G7yV71zQEb78l2OBcGda { width:20rem;height:11.25rem;top:10.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur { display:block; }#BnNk72E8PCQs1IgBTCvFg8OwIkOam0ur > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agu8154MdNNgBgCsNuD6HQSr7ukqCUDH { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMK2B33MEqQV3LPC7ehZPd2hfXrbAK6T { width:18.9375rem;height:12.625rem;top:5.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeDTWTTwgQG8m9J1dnFK153boquLu2Tr { width:18.9375rem;height:12.625rem;top:32.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJO5h1H9pCzbCnhMTKumL2p8C93PWdQ { width:18.8125rem;height:12.5rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIcJn34xTHhIywIT66LcAZuxpdcotlHR { width:19rem;height:12.625rem;top:74.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWxP0lrWiT6h5Pm3124mGwwB9kZB9EF { width:18.8125rem;height:12.5625rem;top:60.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrbXpT43H97LBxgEraKzGRiEIUPuFma4 { width:18.8125rem;height:12.5rem;top:46.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfQBn2mxAMQIlP0G3k3ADzzbdJofeC5t { width:8.25rem;height:0.375rem;top:3.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ { display:block; }#RdPAyx2IWgdPhOW3AWMDKWNgAarfS1TZ > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0SuGhZgahIunCNtnwqT8bWOUOrfl1ps { width:19.625rem;height:12.25rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwPr83J7JkMhkM80wvUtfetNXTAz9AnU { width:15.125rem;height:6.25rem;top:9.09375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E24kPTZDgZSOR9xorPW7BfbQTTDd1T6n { width:20rem;height:1.5625rem;top:16.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ0ti37kTA9e2SUyhNMlQt1AounF00NT { width:19.625rem;height:14.375rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGXpNFPAyVPCEDLamqeuKW1b1Ry3U19 { width:15.625rem;height:1.5625rem;top:53.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8sCzsq9UzUB4aHXKraMWKtFwqvhLyMJ { width:17rem;height:9.375rem;top:43.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQbt1AaI9TDbvFu6fmpayFV2QreIGgC { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKhU7bQn3cq4LcWH3LP6tuZmJxUbHbpc { width:8.25rem;height:0.375rem;top:4.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAJAqJeBZ5EApSIopt6XAxAeGXWHJmGn { width:19.625rem;height:15.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp74TscDONWgWgaw3XGIhUDyV7MP7yZv { width:17.625rem;height:10.9375rem;top:24.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWJT9ibldSo7vRqiBcQbV1KgwNW2Wchf { width:20rem;height:1.5625rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeTUPMKC3iddVB1ixSb66LfJ2L4T5CFx { width:19.625rem;height:12.5625rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThoH7Tcv0388Vy7Zelsm6ikmGhEhg3Uz { width:16.3125rem;height:7.8125rem;top:60.6875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMexMIJU5k0bzR8uRaeRqrP86vd8omGE { width:20rem;height:1.5625rem;top:69.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU { display:block; }#Udogzq4tebZFTDSEVwtcg6oRNqfyVkNU > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOUpS7OnbTJxfhIbER6atJHW9QJvdxOg { width:20rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfLHlbcFCcpKcZ7BSGqMSTnZFSJQwCeS { width:8.25rem;height:0.375rem;top:4.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nudzwv704fHmpX8JB83NOMabHd3c56Lv { width:15.5rem;height:6.25rem;top:12.375rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TORkwFVQD690RAuLLKa2T3bynGgR5Wht { width:20rem;height:2.5625rem;top:51.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmUdD6M9FA15btmkHK58DueMH3LLvnPM { width:8.25rem;height:0.375rem;top:54.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdHD4JIplfJ3d0fifeWrerLFKuCReiV { width:16.875rem;height:1.25rem;top:57.59375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaTCoIoaIZZFreF35dfe22bQB92EzdRC { width:10.875rem;height:5.0625rem;top:6.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS2NeTea6bfs7PoVK6QoSpWO6sFekTqA { width:13.0625rem;height:23.75rem;top:61.3125rem;left:3.46875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wG93RK50LK0HlRHTLiqMDhZ7I9fOtqTa { width:5.0625rem;height:4rem;top:21rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXpwGWmbq2Rngnym8DRSaKDAgmCg7LMF { width:9.5rem;height:8.75rem;top:27.4375rem;left:5.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEgHlx77l28RAOJzLcUL88Zg5m4H5vks { width:20rem;height:2.5625rem;top:38.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzsQMyqEGa8u6wg9emFnKW5rBqAnAget { width:8.25rem;height:0.375rem;top:42.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXMOZaAyHB9tmfhAXE3ETvwIkePtPqq { width:11.75rem;height:3.1875rem;top:44.375rem;left:4.125rem;display:block; }
 }