.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghAtav9OTscdgntvZQO4551Hea3JITuW { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4), #000000);background-image: -moz-linear-gradient(top, rgba(0,0,0,0.4), #000000);background-image: -ms-linear-gradient(top, rgba(0,0,0,0.4), #000000);background-image: -o-linear-gradient(top, rgba(0,0,0,0.4), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), #000000);background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { background-color: transparent; background-image: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container > .video-iframe-container { display: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row > .video-iframe-container { display: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .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); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { border-width: 0; border-radius: 0; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { width:75rem;height:43.5625rem;font-size:0.875rem;font-family:montserrat;position:relative;display:block; }#hTkp3MCtbSM6rTUaKhpB4SxLWqG77ZIZ { display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:15.018750190735rem;left:2.46875rem;height:7.5625rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-form-header {  }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;color:#f7d494;width:25.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;font-style:normal; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-text {padding-top: 0; padding-bottom: 0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;text-align:center;text-align-last:center; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-select {padding-top: 0; padding-bottom: 0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #7c0244, #000000);background-image: -moz-linear-gradient(225deg, #7c0244, #000000);background-image: -ms-linear-gradient(225deg, #7c0244, #000000);background-image: -o-linear-gradient(225deg, #7c0244, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0244', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0244', endColorstr='#000000' );";background-image: linear-gradient(225deg, #7c0244, #000000);background-size:initial !important;border-top:0.125rem solid #f7d494;border-left:0.125rem solid #f7d494;border-right:0.125rem solid #f7d494;border-bottom:0.125rem solid #f7d494;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f7d494;width:25.4375rem;height:3.75rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO [class*="-text"]:-moz-placeholder { color:#9b9c9d;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO [class*="-text"]::-moz-placeholder { color:#9b9c9d;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO [class*="-text"]:-ms-input-placeholder { color:#9b9c9d;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO [class*="-text"]::-webkit-input-placeholder { color:#9b9c9d;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container:first-of-type{padding-top:0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container:last-of-type{padding-bottom:0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0.125rem solid #f7d494;border-left:0.125rem solid #f7d494;border-right:0.125rem solid #f7d494;border-bottom:0.125rem solid #f7d494;left:46.86198425293rem;top:5.46484375rem;z-index:15018;position:absolute;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO {display:block;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0.125rem solid #f7d494;border-left:0.125rem solid #f7d494;border-right:0.125rem solid #f7d494;border-bottom:0.125rem solid #f7d494;left:46.86198425293rem;top:5.46484375rem;z-index:15018;position:absolute;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ABSTnuux8RsfTBzaT09tcm5WNhAFUxyT { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #zAIxJCCNHTU57byZwdV2LLwaEGAwlESc { position:relative;display:block; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #E3zxvW5vh9uHaldavdiKFRmrLm5vdNHH { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #R3Zco1aT6L2eccJ0TR1lzrddLrkWUSTq { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #i4yZieo18s3xTbdLtTmZhI0wfhWkDGfR { position:relative;display:block; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #wibOOmklyLJIkkGkFlCPfJAHrhKGicVU { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TTtdMN6u8phBqxOc2vhSEPB2x3D0GNiX { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #AU2qTws1o4dVrZFurhghHUpcW5wWsLW0 { position:relative;display:block; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #mJtyJIWqIMvc3b6B4uP3FaEEmDxKk5Nt { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #oPdJqt09wD65BPSPC7M9MLLuTyIv556h { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ENxTS9XH7abkX9fSX12oyIlVAJI0Tawp { position:relative;z-index:2; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #kTviaT1Nl3nEqrUbM9Z48wuqzdnRVw4R { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #yfDbaRdP55hcnMK0NKQCgkg8NSKv59oO { position:relative; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TMlbnhWxbmqT0UmAG7PxJb9x7vlL4uMG { position:relative; }
#Uk8y1K2VJu6Oqy9tpNpdr45VS44UmDco { display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.6875rem;left:12.6875rem;height:3.3229125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrMvKU9nLKJN55hQ77hc1JsSwyEGFTyf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.44375038147rem;left:40.687500953674rem; }
#PclzbWvtLv4nO6UB44025VEmJMCgPkzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#CKBr90d9LZUOqFb681rmAr3BgrdMgfxp { position:absolute;display:block;z-index:15025;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:8.0625rem;width:8.4375rem;top:4.25rem;left:16.280468940735rem;overflow:hidden;display:block; }
#sxi1XXcpuf0X2NM0qGNlDMTXHXnM2T7I { box-sizing:content-box;height:4.8125rem;width:27.9375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:24.6875rem;left:6.4479179382325rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #f7d494;border-left:0.125rem solid #f7d494;border-right:0.125rem solid #f7d494;border-bottom:0.125rem solid #f7d494;display:block; }
#ATdE9iXHA8LxzSXSZLFkgT88b4madW7J { display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:26.04296875rem;left:9.40625rem;height:2.26823125rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #7c0244);background-image: -moz-linear-gradient(180deg, #000000, #7c0244);background-image: -ms-linear-gradient(180deg, #000000, #7c0244);background-image: -o-linear-gradient(180deg, #000000, #7c0244);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7c0244' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7c0244' );";background-image: linear-gradient(180deg, #000000, #7c0244);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; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container { background-color: transparent; background-image: none; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container > .video-iframe-container { display: none; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row > .video-iframe-container { display: none; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .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); }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container { border-width: 0; border-radius: 0; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#T2cbwLXylXEuRErx1cS06wqTd3VRwqZ1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:13.75rem;left:6.5625rem;overflow:hidden;display:block; }
#E7fqeEytsvtnGOqDsZFpJbRdwtZQyTyE { display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:22.1875rem;left:2.4375rem;height:2.0625rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#pC96qa5zTCFpUZaS2qvRLeINOly28NDR { display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.5625rem;left:1.5625rem;height:1.4rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9auZ8900nlfKXVlZVG79fk8lIlauUKU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:13.75rem;left:25rem;overflow:hidden;display:block; }
#AQNUaSnaC3VKZrXe14ZSHpawG84WsyXJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:14.125rem;left:62.8125rem;overflow:hidden;display:block; }
#TWnEaBywI7UBAPnKaNgZ0t8pMJzTApto { display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:22.5rem;left:21.375rem;height:2.0625rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#kcE0HAAwlxJOWdACsC5wfCTouxrpeEt7 { display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:24.875rem;left:20.3125rem;height:1.4rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daal7ONBiUKGbBNfH588agkgZhhfTDFB { display:block;width:12.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:22.4375rem;left:59.5rem;height:2.0625rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#q7COnkLhHL0FQT7eTDRIFWi2fEOH54a6 { display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24.8125rem;left:58rem;height:1.4rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZ2wVIyKk9FOXoAh4nl315JATpTXrhie { display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:22.4375rem;left:40.1875rem;height:2.0625rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#pcgLet05PPxnSTBobEWcRW21evsB5xkU { display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24.8125rem;left:38.4375rem;height:1.4rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXRLGycsq1pTM6qcwETrF56MeJ8IcP3o { position:absolute;display:block;z-index:15024;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:6.25rem;width:6.25rem;top:13.8125rem;left:43.75rem;overflow:hidden;display:block; }
#PDfkDTZKDUOMAlEUMPyTdhm5Ol2x1i1J { display:block;width:47rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:12.550000190735rem;height:5.5rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container { background-color: transparent; background-image: none; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container > .video-iframe-container { display: none; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row > .video-iframe-container { display: none; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .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); }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container { border-width: 0; border-radius: 0; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#Ot8pNAhUMuX32aiGiWJERF0NaR9lAHZr { display:block;width:30rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:4.9093751907349rem;left:22.499218940735rem;height:4.125rem;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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#yXkxTXqQsQ6GvIRMHr9kitcTEWAD6wZq { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:11.75rem;left:29.062500953674rem;display:block; }
#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;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; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container { background-color: transparent; background-image: none; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container > .video-iframe-container { display: none; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row > .video-iframe-container { display: none; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .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); }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container { border-width: 0; border-radius: 0; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#GqTU0T4RA5wWf5Co0kVvOVnIM26n4oNO { display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3.5625rem;left:20.780468940735rem;height:5.5rem;color:#f7d494;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lfp7WTFUXAvocXtBzKWao4cd3aAWtTVf { display:block;width:19.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24rem;left:2.78125rem;height:3.32291875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdIKUib6EMJV98ohT2Lx7QglK7rlTqE9 { display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:24rem;left:28.000000953674rem;height:3.32291875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggtXonht4FJlKfs32KngbT2RQRFEmTUq { display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24.831251144409rem;left:53.468750953674rem;height:1.6625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HL8CFIDEqwQ3gT7Q9uh4ecwXoqxRn1l1 { 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:6.25rem;width:6.25rem;top:15.875rem;left:34.375000953674rem;overflow:hidden;display:block; }
#csXsOCOScZmseQQyEgiZWtoKQTo8xTmP { position:absolute;display:block;z-index:15016;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:6.25rem;width:6.25rem;top:15.875rem;left:9.374218940735rem;overflow:hidden;display:block; }
#zWBWuU1PQU59KvlXwAGTUBT1g9Dz962I { 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:5.625rem;width:5.625rem;top:16.187500476837rem;left:59.687500953674rem;overflow:hidden;display:block; }
#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c0244, #000000);background-image: -moz-linear-gradient(180deg, #7c0244, #000000);background-image: -ms-linear-gradient(180deg, #7c0244, #000000);background-image: -o-linear-gradient(180deg, #7c0244, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0244', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0244', endColorstr='#000000' );";background-image: linear-gradient(180deg, #7c0244, #000000);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; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container { background-color: transparent; background-image: none; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container > .video-iframe-container { display: none; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row > .video-iframe-container { display: none; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .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); }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container { border-width: 0; border-radius: 0; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#ACKXpivR5E6uDlkmPFkQONTdphydVuye { display:block;width:18.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.4375rem;left:13.5625rem;height:3.32291875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZHRn5ht6IIOdykiAqT3eJRPGk6hilVM { display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.267963409424rem;left:42.906250953674rem;height:1.6625rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqLVbOTukUdg4xnh5ExeVbL4dWiT6QEV { 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:6.25rem;width:6.25rem;top:4.5625rem;left:19.625rem;overflow:hidden;display:block; }
#K2rc8ms4vd0NDf0CBl3XAMSqDue0Dxkp { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:4.5624942779541rem;left:46.875000953674rem;overflow:hidden;display:block; }
#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container { background-color: transparent; background-image: none; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container > .video-iframe-container { display: none; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row > .video-iframe-container { display: none; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .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); }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container { border-width: 0; border-radius: 0; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#A7aJsZR7nplqWnsLlPI1ZZZT184V67TB { display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.75rem;left:20.081250190735rem;height:2.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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#H9cZMMRnHcEwL1NSfwRUJAloM8IC9TCX { position:absolute;display:block;z-index:15000;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.875rem;width:16.6875rem;top:11.0625rem;left:1.0625rem;display:block; }
#PDrr9HnxSRGk8rEe4eP2p4LyXUozHsgi { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9.1875rem;left:1.0625rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vR9JxamEbBWhTEAMzQOMXqLKncJKQ2W2 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:17rem;left:2.59375rem;height:9.59375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#P9O5AN4VOMpKKqzPJtS4V20dsxDO1Ck7 { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15023;background-color:#f7d494;background-image:none;top:34.8125rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tuiO9fqtX340L8hg342zzZ79FDBTqaBH { color:#000000;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:35.8125rem;left:2.625rem;height:1.59939375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPlVGcIao8BJnnKzdyJ4hiEf3o25FTHO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.1875rem;left:2.625rem; }
#g5hZ5vEqB6GKaTxk6awFpaEpR7cJgGKo { position:absolute;display:block;z-index:15006;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.875rem;width:16.6875rem;top:11.0625rem;left:19.749218940735rem;display:block; }
#DSv5M6vGQRzhLQfvhiD3JJeDNryWCLCk { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:#f7d494;background-image:none;top:34.75rem;left:21.311718940735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ok1qsLxMN8uusEkugiGl44nCP5wo3WVB { color:#000000;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:35.75rem;left:21.311718940735rem;height:1.59939375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMaSm12cMEGonmg355bkrG09IackBxHl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.125rem;left:21.311718940735rem; }
#MdxIq9dQI4XVOyTVI4TS4rr5M2MqGQ3i { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:17rem;left:21.249218940735rem;height:11.1926875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#wL9doMmcsf2zTMbNi6HQMwg2eqDKeTTi { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:9.1875rem;left:19.749218940735rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XnG5KJakKz1BfxMoMUs1oRTQITXQQ83m { position:absolute;display:block;z-index:15012;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.875rem;width:16.6875rem;top:11.0625rem;left:38.562500953674rem;display:block; }
#oFd8yVKvEMGlxfcyy31WbVQMyXZJVNnm { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:#f7d494;background-image:none;top:34.875rem;left:40.125000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ppQJEUDbk4MkOrOyzznKKL2K2mXPMGJS { color:#000000;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:35.875rem;left:40.125000953674rem;height:1.59939375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLGrdQzkIR66kHn2BKdWzOmkpr3gbQqb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:30.25rem;left:40.125000953674rem; }
#RK5PG8WuuHlwRyQF2vLINMqli3xNgcIW { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:16.837509155274rem;left:40.093750953674rem;height:6.3958125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#e3TPZ27uBpbOk09qwMECMgWhTacpRMhl { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:9.1875rem;left:38.562500953674rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#BHvS8hnBVdwPk89urQv8xk8SSocu9Qsr { position:absolute;display:block;z-index:15018;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:27.875rem;width:16.6875rem;top:10.875rem;left:57.312500953674rem;display:block; }
#IVXQW0vbD1fTflbHBqEJHUmeiT1Qr3QO { box-sizing:content-box;height:0.125rem;width:12.5rem;position:absolute;display:block;z-index:15041;background-color:#f7d494;background-image:none;top:34.875rem;left:58.875000953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DGuhgPVbXQUri5F1soLuTRTsyrUlkZwV { color:#000000;display:block;width:12.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:35.875rem;left:58.875000953674rem;height:1.59939375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nmnDaGeZNLgnUahNBOSSwxfrcgIItnU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:30.25rem;left:58.875000953674rem; }
#mOgRBtdevMSZCXw0y4RrupKUsIAgECpE { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:17rem;left:58.843750953674rem;height:6.3958125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#gW1S22hTMkXM4p6qbNPGzeqlcROhE88i { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:9.1875rem;left:57.312500953674rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;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; }#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 > .row .container { border-width: 0; border-radius: 0; }#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 > .row .container { font-size:0.875rem;font-family:arial;height:211.6875rem;width:75rem;position:relative;display:none; }#f2HrKnePqk8tArVaVoRRLNW8gFbyXlxA { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qIKy5BvPGMu0tcWacRh60frwtpWy37KQ { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:14995;background-color:rgba(227,227,227,0.1);background-image:none;top:28.3125rem;left:6.25rem;display:block; }
#iBeCp5S6fvvVbbzvkuoABT80WtmVd05s { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:27.000000953674rem;left:0rem;border-top:0.0625rem dashed #f1f1f1;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#P5tczcNBlSUJuNTaPddgz0kCvGMkB1Nh { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.625rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b4gTr2XoEvsoIGvNnxWD2bzXOyuMtG8S { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.125rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTWarT3ATDMFuDeJ90CbEwU0QqFmOvhh { z-index:15013;top:37rem;left:62.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTycvcfr1CvQlsyduecJBLTRT6S2ri95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOVCqCt3NXZCMZsDkDmxXzHetOM65xsD { color:#f7d494;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7359375953674rem;left:6.25rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZuHBbqQEv2CBdTn2TvFiUXFRTuTgzdLz { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:42.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#q9rUE9R4Tfd3a0HOWEFaotvv8hHIVs0C { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.1);background-image:none;top:43.3125rem;left:6.25rem;display:block; }
#p6l1M8J4UsRAHunrDqnHVgWNzKcy8MvS { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:44.625rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KMZkTr0l9nS9CONiTBZkIb3xozdyCymA { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.125rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cvor3sxBDOQZd4oATTvoTONwnBHpV8aJ { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:49.25rem;left:7.875rem;height:5.199225rem;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; }
#OemOb1Azov4GPnEHPcahE3s4yP5k8awp { z-index:15021;top:51.9375rem;left:62.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNOWUQSSeJ5AGsIoefkUiGbmFgOk1uoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcISXy2fbTJpoXwDEhVKlJnlgTySfIZ9 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:45.25rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bNmuBoAlNPmvtMg30poBa61FtedFIRSo { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:57.062501907349rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#BtfKXxG8vPqUKgS2agFUcSZbMMaQhPPn { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:60.25rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJBsPxpVgTA8lK884PgzNVwP13idWobK { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.1);background-image:none;top:58.3125rem;left:6.25rem;display:block; }
#NBgQX2dRXF2meIE6b2mx5zfuoDwnDOL5 { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:59.625rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEr2TWxMEyuDQOT2O8S0wEF7adT2gh2q { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:62.125rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g8BNBTJkooJMiCxh3TvclGBnxZFwb8X8 { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:64.25rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LbL04p1NEF51oUTgbsDzCcFTcfZApbTA { z-index:15029;top:66.9375rem;left:62.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e2cVRBuVA12NiZlo8ukCTKZnND14i5zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuGbb4JiWVO7gvt3BUViKV9Gu0xx3qq2 { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;top:186.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#PrJPkNToC14CGROWcPEBOsOG5dMITWPz { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:189.8125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yGWzUAN6lCqThbR6mP9KRq7KoxqVUNpm { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(227,227,227,0.1);background-image:none;top:187.875rem;left:6.25rem;display:block; }
#uTgUEFbBeaVf92nT5eyV927wZqp48Nnu { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfhmrltdrtzg0fTyVFwVXrlq5BOpMaGW { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K0ZCAEeuUz8ck0X7AO4DvsK1SREvoeAN { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:61.5625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tpFvps69V5HMcTGMrekDkS9oMoTOzOKg { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:191.125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUned4PbT10oBMuDixEJ511XAvmHs5Wr { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:14989;background-color:transparent;background-image:none;top:95.18750190735rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#zF6yJrccT8RphWIrvsr5XtLkpTGZLtEJ { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(227,227,227,0.1);background-image:none;top:96.4375rem;left:6.25rem;display:block; }
#BrxtZLDaCdHoeAF9gMd66ieRQzA0Gol6 { z-index:15046;top:105.0625rem;left:62.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RUqLtm312vo7bMqvF3FN1N7Gn0CL61Bl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vag3OMT6E9kCawqHTAh9eKCe84EWJTqV { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:102.375rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XiJmTUVP4oec9aZM4iJRCIepD56QuSOE { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:100.25rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FiIG1c7bnkpLWtffRM4xuAgHVL5CT3TK { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:97.75rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N9vwT0iqZUTV87rJ654kQdVVehfxWh4v { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:98.375rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ckNNfGQQfbh8IuV9gP5VZBuTIeh4Wqxn { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:99.6875rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S4RC3Wi8yU9xpSG3ts5cEGqPaPcx2u2N { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:14988;background-color:transparent;background-image:none;top:148.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#K6InB2WN7WNuJCyebKRbXfPcC2khZVAQ { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15037;background-color:rgba(227,227,227,0.1);background-image:none;top:149.75rem;left:6.25rem;display:block; }
#NZh0mSgt0FKKRCuFloOTpsoJmuvsZ8w6 { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:151.6875rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s8uaAa1PxlwMb1T4y9tKiGbu6xEXhEnS { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:153rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sXuD6RXbcHzQsF13MwBhG5pMbPfeJXdb { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:14987;background-color:transparent;background-image:none;top:118.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#IniZc7tqt7L3RTXW6Z52KStlqliwUBmP { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15046;background-color:rgba(227,227,227,0.1);background-image:none;top:119.625rem;left:6.25rem;display:block; }
#hmiq1IgGD3CuDx94lO2lX89kbiEQ4nEl { z-index:15064;top:128.25rem;left:62.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dRwFCqSDiQVKuD3oT73cFTyylkUAiswo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcZ44gykLFX5bQaXc5nGmk9UfGtnHfIQ { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:125.5625rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gzQhqwtPAp4VJs3ZIcUJTmA2cbGAHseO { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:123.4375rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qe59SkhcI4bQnxy3kNFop5TWKaAAucM8 { color:#ffffff;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:120.9375rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M3h8DWteg4y1mi5z5MU5hmPo2b3BVAWs { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:121.5625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q42dH3PTOSwVKAOJ6ZoTUTwcy0Iy1m9s { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:122.875rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BxVAoiKqnACJUXUC3UcQur1CuFTXgaTp { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15054;background-color:transparent;background-image:none;top:80.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#WVpoWooOOoD5bWsgrlfmp0XVnqhbQpQR { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15055;background-color:rgba(227,227,227,0.1);background-image:none;top:81.5rem;left:6.25rem;display:block; }
#nDTPinKalXlTwoJ9mJ7bd0ZznXnrkGBz { z-index:15073;top:90.3125rem;left:62.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XkMx7doFZdFbZXrx0x3rKlrsGquxWOcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0l7TQwbnqEsUGUO8nZS8GXLtgPEu5Ca { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:87.4375rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnWT7qDOoekpQMw9unErgg87H4eQ7wDZ { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:85.3125rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AmUAKfHFoTkChZIbRWEhErsaLzV8J0kK { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:82.8125rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QNWKl6hnFDVJ7AxKGhfcN4DLBqH8pFJV { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:83.4375rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#movww8oddu7ipoMpBlL9SFo48i0T4iuI { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:84.75rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kIxbnI1wPhBFQEFObRw0rHtEbVtDziI4 { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image:none;top:133.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#CuBnlKgDfyF7uSbhlvp5JOyPvmcPuDET { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15064;background-color:rgba(227,227,227,0.1);background-image:none;top:134.6875rem;left:6.25rem;display:block; }
#l95dEXOWzhVofPRQl8cl1iAxNWS8QPih { z-index:15082;top:143.3125rem;left:62rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TytN7Q9QQ4kP8sRzCR57g1XuPOkZulo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i39LGeDl21uBOUk2oXvUr5kdKD5TdlZH { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:140.375rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JC4NdSnV4rSEmFkpWcE3ZNU3L2laXo3O { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:138.375rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q9zuEUaehuAP1n3JsA5GcQSwefO7rSID { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:137.88750267029rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PziR1IVGWSfXQKx9b8wFeXkP9yqarrb1 { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:135.9375rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o9bIXHeglJRsTefctwzmD4gRR1JodEGO { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:136.5625038147rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUK2cAMvPlGvvyZvgLVzGFFXxwCFwiXD { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:171.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#Dd6ZpN1VCOfmIh4mI4s2bCfdfkUmyHTE { box-sizing:content-box;height:12.5rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(227,227,227,0.1);background-image:none;top:172.875rem;left:6.25rem;display:block; }
#DtLesmvPl8xBnFpluQTVghll8Z912SpP { color:#f7d494;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:176.125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aQC0QhmTrNvqVE6Zd5FhpvnutsmvJ6Km { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:174.8125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b465130f-1cfa-4f3d-b92f-ae0dcc3c1d7f/2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:29.3125rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB.adaptive-delivery-prevent-bg, #bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB.lazyload, #bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB.lazyloading { background-image: none; }
#yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15093;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef6eeaaa-acdd-4751-b371-ef8d17328c72/Projektbeznazwy4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:44.25rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc.adaptive-delivery-prevent-bg, #yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc.lazyload, #yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc.lazyloading { background-image: none; }
#EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47 { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15094;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/271dd16d-5ca9-4182-99ca-a2df1e0af840/3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:59.25rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47.adaptive-delivery-prevent-bg, #EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47.lazyload, #EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47.lazyloading { background-image: none; }
#VIgUtNl0gF9viftfTONmqygIyBAQ9QmS { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a7cff71-056a-4174-a2f4-b752b1e8fbfb/4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:97.375rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#VIgUtNl0gF9viftfTONmqygIyBAQ9QmS.adaptive-delivery-prevent-bg, #VIgUtNl0gF9viftfTONmqygIyBAQ9QmS.lazyload, #VIgUtNl0gF9viftfTONmqygIyBAQ9QmS.lazyloading { background-image: none; }
#UgZqpuax0L9FCsywUSgby85OPL1oHLWX { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc816b00-0d94-4066-af13-5fe7a8b91c40/6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:120.5625rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#UgZqpuax0L9FCsywUSgby85OPL1oHLWX.adaptive-delivery-prevent-bg, #UgZqpuax0L9FCsywUSgby85OPL1oHLWX.lazyload, #UgZqpuax0L9FCsywUSgby85OPL1oHLWX.lazyloading { background-image: none; }
#U0OIVnQa8v095VMf13gm98ANdvLGWENV { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d58872da-ec01-4228-81cb-961621973c00/5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:82.625rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#U0OIVnQa8v095VMf13gm98ANdvLGWENV.adaptive-delivery-prevent-bg, #U0OIVnQa8v095VMf13gm98ANdvLGWENV.lazyload, #U0OIVnQa8v095VMf13gm98ANdvLGWENV.lazyloading { background-image: none; }
#DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15100;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c8987adb-20f6-41cd-8c3e-a7e8286cd5da/1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:135.625rem;left:61.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC.adaptive-delivery-prevent-bg, #DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC.lazyload, #DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC.lazyloading { background-image: none; }
#L90bMSF5zIPrVz6C2OwKZRp7ZxdGZ1ME { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:203.5rem;left:7.8125rem; }
#TfES9Uf850JqbCFm2PIkXF5cI0bLkgIg { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:204.6875rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FWpeFEfJsLwrIsR92E5whEFAvJgttGEZ { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:204.25rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TE2hrL2akKfSqS6y07U1oiprw2dFDSpH { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:205.5rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETyF7d5qgtLplyF2dqiR0tNuOWdgmp3q { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:15074;background-color:rgba(227,227,227,0.1);background-image:none;top:202.6875rem;left:6.25rem;display:block; }
#amHTm8MCLTcbbvhuFNpwuy3xA8PIAD5c { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(227,227,227,0.1);background-image:none;top:164.5rem;left:6.25rem;display:block; }
#f6Ecgh76SIixMeNZBIDTl1etdEx3ah1V { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:166.0625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGmru935XIDwSHp4OWSATNrO4pX2fcam { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:167.3125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBfbrfe2Po7FdlSNf3ZPyBrRm4P5ivZi { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:166.5rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AprkgkdTZgp6PAuTlbdZvP6lcZKMXmRJ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:165.3125rem;left:7.8125rem; }
#u2ww8x5KEglqbrws5VKHTRy6cskILshS { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(227,227,227,0.1);background-image:none;top:111.25rem;left:6.25rem;display:block; }
#GrP1P4dUsZq1PH3oNcA8mi107VbJ2rmb { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:114.0625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8QNgKGKSyPko1TQ2baDoGEMz7xlHgl2 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:112.8125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HhbhgcdoTHA4sqRBrvZyfG3O1iTQ2G1h { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:112.0625rem;left:7.8125rem; }
#av7Gyn0cq6CRcU8hPzT8NDtUIUihrLM2 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:113.25rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LgJ136OqXbdbIct7qJHHA4wEhx1qbVRl { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:74.6875rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WgrIUxg7htz2q5Emfs14o1QyE3MumnrO { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.1);background-image:none;top:73.125rem;left:6.25rem;display:block; }
#SlxGbaw9TT32Zh9XNioOAk5t6dPrdxNN { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:75.9375rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UgXBxGSeUlCF8LyH1iTqMcIFayc0gXoT { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:73.9375rem;left:7.8125rem; }
#kSN5oC3hzqi6Ulg6aFKXKRHWxWcofTs6 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:75.125rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2XCL5gVHEWZFSBf9H9b6VnmaTo3H5LP { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;top:72.06250190735rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#CJ6y0S22dy8OwUgEw6cg23O1TcrpWLAT { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;top:110.18750190735rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#lpoVfTZlTW4eQL1Da2QPzTNtXg0qMmFK { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image:none;top:163.41250133514rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#ChDwK029U9KzKeM42q8B1WF47TsaG8Uz { box-sizing:content-box;height:15rem;width:75rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:179.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:none; }
#yAT9iN8g746UBqsUgddVWNP9uIHTsQ1g { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:15072;background-color:transparent;background-image:none;top:201.65000915528rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#eCxhodQ5fxwu6MPV50hcbmtVwQaf0vSy { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.1);background-image:none;top:20rem;left:6.25rem;display:block; }
#DHktU0UoP2Nfky7TTQ8tzpkSsX69tLdB { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:18.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#GwfMMU2ZTnfoGrpmMW6ToxL5mW5MiU2S { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:22rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mGlX9S61PN3W4hDTNDI1Ob8COc6JNuc9 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:20.8125rem;left:7.8125rem; }
#Jemw0hmqAclN05sgnbb0vWWKb3cEHbs1 { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:22.8125rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zrnyDPcP8KMhlklOSOzsma8rZzq8XT1p { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:21.5625rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAwNpreBDeob61d0RgLh54Icbnk2i9Sd { box-sizing:content-box;height:6.0625rem;width:68.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.1);background-image:none;top:11.8125rem;left:6.25rem;display:block; }
#JNmoBqm0QiFn632zvlho37wnkBEOPy94 { box-sizing:content-box;height:8.125rem;width:75rem;position:absolute;display:block;z-index:15055;background-color:transparent;background-image:none;top:10.750000238419rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f1f1f1;display:block; }
#qD9ZP69ilLcugDIGWOCskc5rvoWsV1Rb { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:12.625rem;left:7.875rem; }
#Gn7CSqRvN5Z7fRTTzROAJnR8BLAvCAS8 { color:#f7d494;display:block;width:3.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15114;line-height:1.3;letter-spacing:0;top:14.6875rem;left:1.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ti0vRVVsKWwKvnfS0vT8bDW4K0NBinl2 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15113;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jxg0NVscHvZv02NVPGSuIQDvwDXkhX3I { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:13.8125rem;left:13.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJhFBfwJtH3poI4VNJphRI9uxfka9RCF { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:174.1875rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hc9KPlfkNN9DXaqQ7bAF5Q00au85mkLD { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:176.6875rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsNM7dxWJDTEVqr7pCd9Fx6eVUyl7FfC { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:178.8125rem;left:7.875rem;height:5.199225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15102;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/386e9d60-13ed-406e-bcb1-76ee8917b584/Projektbeznazwy5.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:173.75rem;left:62rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW.adaptive-delivery-prevent-bg, #Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW.lazyload, #Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW.lazyloading { background-image: none; }
#fK2n383Rux0kadGWTQg2vrxehdqOCnSe { z-index:15084;top:181.625rem;left:62rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.511363625rem;height:2.761007375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xMoATSa3TrK7ATdvItXBxVfxM3bONARG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQxW79Rge3CkwN64ALJkInr1tPKlyEOR { color:#fbfbfb;display:block;width:46.0618125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:34.735438346863rem;left:7.8728675842288rem;height:5.199225rem;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; }
#AIHyL8CEMpz4P4T7zTO6zekXFPTTx7VX { color:#ffffff;display:block;width:47.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15077;line-height:1.3;letter-spacing:0;top:151.1875rem;left:7.875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpgfctvpBsB4KakeQnh2RINKhpaqrSfF { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:155.3750038147rem;left:7.874218940735rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hbOBD5zuSqK9JRxABTFGCLednuNQvcwg { color:#fbfbfb;display:block;width:46.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:155.625rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lW45luyWVGZDIkxCIvHtgetwfBH53OBy { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15102;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bfaebd48-0ad8-4b38-9942-95190a43a5fd/10.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:150.75rem;left:62rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#lW45luyWVGZDIkxCIvHtgetwfBH53OBy.adaptive-delivery-prevent-bg, #lW45luyWVGZDIkxCIvHtgetwfBH53OBy.lazyload, #lW45luyWVGZDIkxCIvHtgetwfBH53OBy.lazyloading { background-image: none; }
#s7qWcHCT6N899vZAyJe5NEFiSD6bn0p9 { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:189.1875rem;left:7.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSWzfHdgNpewQUiQ7dpWcOK0nOGvk8B8 { color:#f7d494;display:block;width:33.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:191.6875rem;left:7.875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT { box-sizing:content-box;height:6.875rem;width:10.625rem;position:absolute;display:block;z-index:15104;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/428ac8d4-889c-4040-a4fe-c4ab543561b3/9.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:188.8125rem;left:62.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT.adaptive-delivery-prevent-bg, #SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT.lazyload, #SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT.lazyloading { background-image: none; }
#qHA7Ss7waK0yno5eQRd5qR35GhmSPIbT { z-index:15085;top:196.73359680176rem;left:62.682030677794rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4109375rem;height:2.6609375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v0GmtUNq2dszOzHFSMkUVcCc8rPrxZUx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tJw3RI32JCHFBbTMyGleLsAGOZLXPqhb { z-index:15086;top:158.48359680176rem;left:62.107033729553rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#f7d494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3109375rem;height:2.5609375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GfS6BMNzrXHAQZ4u8lpUpbbKK7KXMQ1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;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; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container { background-color: transparent; background-image: none; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container > .video-iframe-container { display: none; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row > .video-iframe-container { display: none; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .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); }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container { border-width: 0; border-radius: 0; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#KlqH9iQo3ekhSBeiTiJX1lo6kDewpf4A { display:block;width:33.625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.625rem;left:20.686718940735rem;height:2.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;color:#f7d494;text-align:center;text-align-last:center;display:block; }
#IqSwpfRW7MTxyQD8LSIXnR6EMDdH0xub { display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.125rem;left:20.625rem;height:6.9986875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7n1wwWCvgDND8KoVtfI1KVC68GKwTT9 { display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:12.125rem;left:38.75rem;height:6.9986875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SibgGmlOV0PWcotDPuxyF1QztO5W7TBM { 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:15015;opacity:1;top:8.375rem;left:27.1875rem; }
#TUTLoXfxkcH9MbXuG2UZtof6me5oftD7 { 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:15016;opacity:1;top:8.375rem;left:45.3125rem; }
#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7d494;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; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { background-color: transparent; background-image: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container > .video-iframe-container { display: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row > .video-iframe-container { display: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .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); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { border-width: 0; border-radius: 0; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#xLx9GoXDQTmzc6tpVTxM5Mf1spDfmGbZ { color:#000000;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2750015258789rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.0625rem;left:67.6875rem; }
#UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.0625rem;left:70.5625rem; }
#ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.0625rem;left:73.4375rem; }
#FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#tchTLlC0tgGkntD5Lo3P28rzaAMWSpQT { position:absolute;display:block;z-index:15026;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.875rem;width:7.5625rem;top:0.40625rem;left:6.973437309265rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ghAtav9OTscdgntvZQO4551Hea3JITuW { display:block; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTkp3MCtbSM6rTUaKhpB4SxLWqG77ZIZ { width:46.75rem;height:7.5625rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-regular-label { display:block; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-checkbox-label { width:13.75rem; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO  { width:15rem;height:auto; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO {display:block;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ABSTnuux8RsfTBzaT09tcm5WNhAFUxyT {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #zAIxJCCNHTU57byZwdV2LLwaEGAwlESc { display:none; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #E3zxvW5vh9uHaldavdiKFRmrLm5vdNHH {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #R3Zco1aT6L2eccJ0TR1lzrddLrkWUSTq {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #i4yZieo18s3xTbdLtTmZhI0wfhWkDGfR { display:none; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #wibOOmklyLJIkkGkFlCPfJAHrhKGicVU {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TTtdMN6u8phBqxOc2vhSEPB2x3D0GNiX {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #AU2qTws1o4dVrZFurhghHUpcW5wWsLW0 { display:none; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #mJtyJIWqIMvc3b6B4uP3FaEEmDxKk5Nt {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #oPdJqt09wD65BPSPC7M9MLLuTyIv556h {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ENxTS9XH7abkX9fSX12oyIlVAJI0Tawp { z-index:2; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #kTviaT1Nl3nEqrUbM9Z48wuqzdnRVw4R {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #yfDbaRdP55hcnMK0NKQCgkg8NSKv59oO {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TMlbnhWxbmqT0UmAG7PxJb9x7vlL4uMG {  }
 }@media only screen and (max-width: 763px) { #Uk8y1K2VJu6Oqy9tpNpdr45VS44UmDco { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrMvKU9nLKJN55hQ77hc1JsSwyEGFTyf { width:4.1875rem;height:4.1875rem;top:18.4375rem;left:27.062500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #PclzbWvtLv4nO6UB44025VEmJMCgPkzT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKBr90d9LZUOqFb681rmAr3BgrdMgfxp { width:8.4375rem;height:8.0625rem;top:4.25rem;left:2.6554689407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxi1XXcpuf0X2NM0qGNlDMTXHXnM2T7I { width:27.9375rem;height:4.8125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdE9iXHA8LxzSXSZLFkgT88b4madW7J { width:46.75rem;height:1.71875rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn { display:block; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2cbwLXylXEuRErx1cS06wqTd3VRwqZ1 { width:5.625rem;height:5.625rem;top:13.75rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7fqeEytsvtnGOqDsZFpJbRdwtZQyTyE { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC96qa5zTCFpUZaS2qvRLeINOly28NDR { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9auZ8900nlfKXVlZVG79fk8lIlauUKU { width:6.25rem;height:6.25rem;top:13.75rem;left:14.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQNUaSnaC3VKZrXe14ZSHpawG84WsyXJ { width:5.625rem;height:5.625rem;top:14.125rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnEaBywI7UBAPnKaNgZ0t8pMJzTApto { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcE0HAAwlxJOWdACsC5wfCTouxrpeEt7 { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daal7ONBiUKGbBNfH588agkgZhhfTDFB { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7COnkLhHL0FQT7eTDRIFWi2fEOH54a6 { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ2wVIyKk9FOXoAh4nl315JATpTXrhie { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcgLet05PPxnSTBobEWcRW21evsB5xkU { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXRLGycsq1pTM6qcwETrF56MeJ8IcP3o { width:6.25rem;height:6.25rem;top:13.8125rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDfkDTZKDUOMAlEUMPyTdhm5Ol2x1i1J { width:46.75rem;height:3.4375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR { display:block; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ot8pNAhUMuX32aiGiWJERF0NaR9lAHZr { width:46.75rem;height:1.375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXkxTXqQsQ6GvIRMHr9kitcTEWAD6wZq { width:16.875rem;height:30rem;top:11.75rem;left:15.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f { display:block; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqTU0T4RA5wWf5Co0kVvOVnIM26n4oNO { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp7WTFUXAvocXtBzKWao4cd3aAWtTVf { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdIKUib6EMJV98ohT2Lx7QglK7rlTqE9 { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggtXonht4FJlKfs32KngbT2RQRFEmTUq { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL8CFIDEqwQ3gT7Q9uh4ecwXoqxRn1l1 { width:6.25rem;height:6.25rem;top:15.875rem;left:20.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #csXsOCOScZmseQQyEgiZWtoKQTo8xTmP { width:6.25rem;height:6.25rem;top:15.875rem;left:4.8117189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWBWuU1PQU59KvlXwAGTUBT1g9Dz962I { width:5.625rem;height:5.625rem;top:16.1875rem;left:36.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz { display:block; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKXpivR5E6uDlkmPFkQONTdphydVuye { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZHRn5ht6IIOdykiAqT3eJRPGk6hilVM { width:46.75rem;height:3.325rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqLVbOTukUdg4xnh5ExeVbL4dWiT6QEV { width:6.25rem;height:6.25rem;top:4.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rc8ms4vd0NDf0CBl3XAMSqDue0Dxkp { width:6.25rem;height:6.25rem;top:4.5rem;left:26.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN { display:block; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7aJsZR7nplqWnsLlPI1ZZZT184V67TB { width:46.75rem;height:3.4375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9cZMMRnHcEwL1NSfwRUJAloM8IC9TCX { width:16.6875rem;height:27.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrr9HnxSRGk8rEe4eP2p4LyXUozHsgi { width:6.875rem;height:14rem;top:9.1875rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9JxamEbBWhTEAMzQOMXqLKncJKQ2W2 { width:13.5625rem;height:9.5625rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9O5AN4VOMpKKqzPJtS4V20dsxDO1Ck7 { width:12.5rem;height:0.125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuiO9fqtX340L8hg342zzZ79FDBTqaBH { width:12.875rem;height:1.5625rem;top:35.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPlVGcIao8BJnnKzdyJ4hiEf3o25FTHO { width:3.125rem;height:3.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5hZ5vEqB6GKaTxk6awFpaEpR7cJgGKo { width:16.6875rem;height:27.875rem;top:11.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSv5M6vGQRzhLQfvhiD3JJeDNryWCLCk { width:12.5rem;height:0.125rem;top:34.75rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1qsLxMN8uusEkugiGl44nCP5wo3WVB { width:12.875rem;height:1.5625rem;top:35.75rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMaSm12cMEGonmg355bkrG09IackBxHl { width:3.125rem;height:3.125rem;top:30.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdxIq9dQI4XVOyTVI4TS4rr5M2MqGQ3i { width:12.625rem;height:11.1875rem;top:17rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9doMmcsf2zTMbNi6HQMwg2eqDKeTTi { width:6.875rem;height:14rem;top:9.1875rem;left:11.9375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnG5KJakKz1BfxMoMUs1oRTQITXQQ83m { width:16.6875rem;height:27.875rem;top:11.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFd8yVKvEMGlxfcyy31WbVQMyXZJVNnm { width:12.5rem;height:0.125rem;top:34.875rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQJEUDbk4MkOrOyzznKKL2K2mXPMGJS { width:12.875rem;height:1.5625rem;top:35.875rem;left:22.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGrdQzkIR66kHn2BKdWzOmkpr3gbQqb { width:3.125rem;height:3.125rem;top:30.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5PG8WuuHlwRyQF2vLINMqli3xNgcIW { width:13.5625rem;height:6.375rem;top:16.8125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TPZ27uBpbOk09qwMECMgWhTacpRMhl { width:6.875rem;height:14rem;top:9.1875rem;left:23.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvS8hnBVdwPk89urQv8xk8SSocu9Qsr { width:16.6875rem;height:27.875rem;top:10.875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVXQW0vbD1fTflbHBqEJHUmeiT1Qr3QO { width:12.5rem;height:0.125rem;top:34.875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGuhgPVbXQUri5F1soLuTRTsyrUlkZwV { width:12.875rem;height:1.5625rem;top:35.875rem;left:34.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmnDaGeZNLgnUahNBOSSwxfrcgIItnU7 { width:3.125rem;height:3.125rem;top:30.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOgRBtdevMSZCXw0y4RrupKUsIAgECpE { width:13.5625rem;height:6.375rem;top:17rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1S22hTMkXM4p6qbNPGzeqlcROhE88i { width:6.875rem;height:14rem;top:9.1875rem;left:35.8125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 { display:none; }#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2HrKnePqk8tArVaVoRRLNW8gFbyXlxA { width:3.3125rem;height:1.25rem;top:30.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIKy5BvPGMu0tcWacRh60frwtpWy37KQ { width:47.75rem;height:12.5rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBeCp5S6fvvVbbzvkuoABT80WtmVd05s { width:47.75rem;height:15rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5tczcNBlSUJuNTaPddgz0kCvGMkB1Nh { width:41.375rem;height:1.9375rem;top:29.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4gTr2XoEvsoIGvNnxWD2bzXOyuMtG8S { width:33.8125rem;height:1.25rem;top:32.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWarT3ATDMFuDeJ90CbEwU0QqFmOvhh { top:37rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTycvcfr1CvQlsyduecJBLTRT6S2ri95 { display:block; }
 }@media only screen and (max-width: 763px) { #JOVCqCt3NXZCMZsDkDmxXzHetOM65xsD { width:30.125rem;height:4.1875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHBbqQEv2CBdTn2TvFiUXFRTuTgzdLz { width:47.75rem;height:15rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9rUE9R4Tfd3a0HOWEFaotvv8hHIVs0C { width:47.75rem;height:12.5rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6l1M8J4UsRAHunrDqnHVgWNzKcy8MvS { width:47.75rem;height:1.9375rem;top:44.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkTr0l9nS9CONiTBZkIb3xozdyCymA { width:33.8125rem;height:1.25rem;top:47.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvor3sxBDOQZd4oATTvoTONwnBHpV8aJ { width:46.0625rem;height:5.1875rem;top:49.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OemOb1Azov4GPnEHPcahE3s4yP5k8awp { top:51.9375rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOWUQSSeJ5AGsIoefkUiGbmFgOk1uoz { display:block; }
 }@media only screen and (max-width: 763px) { #LcISXy2fbTJpoXwDEhVKlJnlgTySfIZ9 { width:3.3125rem;height:1.25rem;top:45.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmuBoAlNPmvtMg30poBa61FtedFIRSo { width:47.75rem;height:15rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtfKXxG8vPqUKgS2agFUcSZbMMaQhPPn { width:3.3125rem;height:1.25rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJBsPxpVgTA8lK884PgzNVwP13idWobK { width:47.75rem;height:12.5rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBgQX2dRXF2meIE6b2mx5zfuoDwnDOL5 { width:47.75rem;height:1.9375rem;top:59.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEr2TWxMEyuDQOT2O8S0wEF7adT2gh2q { width:33.8125rem;height:1.25rem;top:62.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8BNBTJkooJMiCxh3TvclGBnxZFwb8X8 { width:46.0625rem;height:5.1875rem;top:64.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbL04p1NEF51oUTgbsDzCcFTcfZApbTA { top:66.9375rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cVRBuVA12NiZlo8ukCTKZnND14i5zt { display:block; }
 }@media only screen and (max-width: 763px) { #DuGbb4JiWVO7gvt3BUViKV9Gu0xx3qq2 { width:47.75rem;height:15rem;top:186.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJPkNToC14CGROWcPEBOsOG5dMITWPz { width:3.3125rem;height:1.25rem;top:189.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGWzUAN6lCqThbR6mP9KRq7KoxqVUNpm { width:47.75rem;height:12.5rem;top:187.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTgUEFbBeaVf92nT5eyV927wZqp48Nnu { width:3.3125rem;height:1.25rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfhmrltdrtzg0fTyVFwVXrlq5BOpMaGW { width:3.3125rem;height:1.25rem;top:46.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZCAEeuUz8ck0X7AO4DvsK1SREvoeAN { width:3.3125rem;height:1.25rem;top:61.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpFvps69V5HMcTGMrekDkS9oMoTOzOKg { width:3.3125rem;height:1.25rem;top:191.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUned4PbT10oBMuDixEJ511XAvmHs5Wr { width:47.75rem;height:15rem;top:95.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6yJrccT8RphWIrvsr5XtLkpTGZLtEJ { width:47.75rem;height:12.5rem;top:96.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrxtZLDaCdHoeAF9gMd66ieRQzA0Gol6 { top:105.0625rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUqLtm312vo7bMqvF3FN1N7Gn0CL61Bl { display:block; }
 }@media only screen and (max-width: 763px) { #Vag3OMT6E9kCawqHTAh9eKCe84EWJTqV { width:46.0625rem;height:5.1875rem;top:102.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJmTUVP4oec9aZM4iJRCIepD56QuSOE { width:33.8125rem;height:1.25rem;top:100.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiIG1c7bnkpLWtffRM4xuAgHVL5CT3TK { width:45.5625rem;height:1.9375rem;top:97.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vwT0iqZUTV87rJ654kQdVVehfxWh4v { width:3.3125rem;height:1.25rem;top:98.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNNfGQQfbh8IuV9gP5VZBuTIeh4Wqxn { width:3.3125rem;height:1.25rem;top:99.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4RC3Wi8yU9xpSG3ts5cEGqPaPcx2u2N { width:47.75rem;height:15rem;top:148.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6InB2WN7WNuJCyebKRbXfPcC2khZVAQ { width:47.75rem;height:12.5rem;top:149.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZh0mSgt0FKKRCuFloOTpsoJmuvsZ8w6 { width:3.3125rem;height:1.25rem;top:151.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uaAa1PxlwMb1T4y9tKiGbu6xEXhEnS { width:3.3125rem;height:1.25rem;top:153rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXuD6RXbcHzQsF13MwBhG5pMbPfeJXdb { width:47.75rem;height:15rem;top:118.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IniZc7tqt7L3RTXW6Z52KStlqliwUBmP { width:47.75rem;height:12.5rem;top:119.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmiq1IgGD3CuDx94lO2lX89kbiEQ4nEl { top:128.25rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwFCqSDiQVKuD3oT73cFTyylkUAiswo { display:block; }
 }@media only screen and (max-width: 763px) { #TcZ44gykLFX5bQaXc5nGmk9UfGtnHfIQ { width:46.0625rem;height:5.1875rem;top:125.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQhqwtPAp4VJs3ZIcUJTmA2cbGAHseO { width:33.8125rem;height:1.25rem;top:123.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59SkhcI4bQnxy3kNFop5TWKaAAucM8 { width:47.75rem;height:1.9375rem;top:120.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3h8DWteg4y1mi5z5MU5hmPo2b3BVAWs { width:3.3125rem;height:1.25rem;top:121.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q42dH3PTOSwVKAOJ6ZoTUTwcy0Iy1m9s { width:3.3125rem;height:1.25rem;top:122.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVAoiKqnACJUXUC3UcQur1CuFTXgaTp { width:47.75rem;height:15rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVpoWooOOoD5bWsgrlfmp0XVnqhbQpQR { width:47.75rem;height:12.5rem;top:81.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTPinKalXlTwoJ9mJ7bd0ZznXnrkGBz { top:90.3125rem;left:37.25rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMx7doFZdFbZXrx0x3rKlrsGquxWOcs { display:block; }
 }@media only screen and (max-width: 763px) { #a0l7TQwbnqEsUGUO8nZS8GXLtgPEu5Ca { width:46.0625rem;height:5.1875rem;top:87.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnWT7qDOoekpQMw9unErgg87H4eQ7wDZ { width:33.8125rem;height:1.25rem;top:85.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUAKfHFoTkChZIbRWEhErsaLzV8J0kK { width:44.6875rem;height:1.9375rem;top:82.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNWKl6hnFDVJ7AxKGhfcN4DLBqH8pFJV { width:3.3125rem;height:1.25rem;top:83.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #movww8oddu7ipoMpBlL9SFo48i0T4iuI { width:3.3125rem;height:1.25rem;top:84.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIxbnI1wPhBFQEFObRw0rHtEbVtDziI4 { width:47.75rem;height:15rem;top:133.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuBnlKgDfyF7uSbhlvp5JOyPvmcPuDET { width:47.75rem;height:12.5rem;top:134.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l95dEXOWzhVofPRQl8cl1iAxNWS8QPih { top:143.3125rem;left:37.125rem;width:10.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytN7Q9QQ4kP8sRzCR57g1XuPOkZulo1 { display:block; }
 }@media only screen and (max-width: 763px) { #i39LGeDl21uBOUk2oXvUr5kdKD5TdlZH { width:46.0625rem;height:5.1875rem;top:140.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4NdSnV4rSEmFkpWcE3ZNU3L2laXo3O { width:33.8125rem;height:1.25rem;top:138.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9zuEUaehuAP1n3JsA5GcQSwefO7rSID { width:3.3125rem;height:1.25rem;top:137.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziR1IVGWSfXQKx9b8wFeXkP9yqarrb1 { width:47.75rem;height:1.9375rem;top:135.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9bIXHeglJRsTefctwzmD4gRR1JodEGO { width:3.3125rem;height:1.25rem;top:136.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUK2cAMvPlGvvyZvgLVzGFFXxwCFwiXD { width:47.75rem;height:15rem;top:171.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6ZpN1VCOfmIh4mI4s2bCfdfkUmyHTE { width:47.75rem;height:12.5rem;top:172.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtLesmvPl8xBnFpluQTVghll8Z912SpP { width:3.3125rem;height:1.25rem;top:176.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC0QhmTrNvqVE6Zd5FhpvnutsmvJ6Km { width:3.3125rem;height:1.25rem;top:174.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB { width:10.625rem;height:6.875rem;top:29.3125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc { width:10.625rem;height:6.875rem;top:44.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47 { width:10.625rem;height:6.875rem;top:59.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgUtNl0gF9viftfTONmqygIyBAQ9QmS { width:10.625rem;height:6.875rem;top:97.375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgZqpuax0L9FCsywUSgby85OPL1oHLWX { width:10.625rem;height:6.875rem;top:120.5625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0OIVnQa8v095VMf13gm98ANdvLGWENV { width:10.625rem;height:6.875rem;top:82.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC { width:10.625rem;height:6.875rem;top:135.625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L90bMSF5zIPrVz6C2OwKZRp7ZxdGZ1ME { width:4.375rem;height:4.375rem;top:203.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfES9Uf850JqbCFm2PIkXF5cI0bLkgIg { width:47.75rem;height:2rem;top:204.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWpeFEfJsLwrIsR92E5whEFAvJgttGEZ { width:3.375rem;height:1.25rem;top:204.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2hrL2akKfSqS6y07U1oiprw2dFDSpH { width:3.875rem;height:1.25rem;top:205.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyF7d5qgtLplyF2dqiR0tNuOWdgmp3q { width:47.75rem;height:6.0625rem;top:202.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHTm8MCLTcbbvhuFNpwuy3xA8PIAD5c { width:47.75rem;height:6.0625rem;top:164.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Ecgh76SIixMeNZBIDTl1etdEx3ah1V { width:3.375rem;height:1.25rem;top:166.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmru935XIDwSHp4OWSATNrO4pX2fcam { width:3.875rem;height:1.25rem;top:167.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBfbrfe2Po7FdlSNf3ZPyBrRm4P5ivZi { width:16.375rem;height:2.0625rem;top:166.5rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AprkgkdTZgp6PAuTlbdZvP6lcZKMXmRJ { width:4.375rem;height:4.375rem;top:165.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2ww8x5KEglqbrws5VKHTRy6cskILshS { width:47.75rem;height:6.0625rem;top:111.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrP1P4dUsZq1PH3oNcA8mi107VbJ2rmb { width:3.875rem;height:1.25rem;top:114.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8QNgKGKSyPko1TQ2baDoGEMz7xlHgl2 { width:3.375rem;height:1.25rem;top:112.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbhgcdoTHA4sqRBrvZyfG3O1iTQ2G1h { width:4.375rem;height:4.375rem;top:112.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7Gyn0cq6CRcU8hPzT8NDtUIUihrLM2 { width:15.75rem;height:2rem;top:113.25rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJ136OqXbdbIct7qJHHA4wEhx1qbVRl { width:3.375rem;height:1.25rem;top:74.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgrIUxg7htz2q5Emfs14o1QyE3MumnrO { width:47.75rem;height:6.0625rem;top:73.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlxGbaw9TT32Zh9XNioOAk5t6dPrdxNN { width:3.875rem;height:1.25rem;top:75.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgXBxGSeUlCF8LyH1iTqMcIFayc0gXoT { width:4.375rem;height:4.375rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSN5oC3hzqi6Ulg6aFKXKRHWxWcofTs6 { width:15.0625rem;height:2.0625rem;top:75.125rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XCL5gVHEWZFSBf9H9b6VnmaTo3H5LP { width:47.75rem;height:8.125rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ6y0S22dy8OwUgEw6cg23O1TcrpWLAT { width:47.75rem;height:8.125rem;top:110.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpoVfTZlTW4eQL1Da2QPzTNtXg0qMmFK { width:47.75rem;height:8.125rem;top:163.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChDwK029U9KzKeM42q8B1WF47TsaG8Uz { width:47.75rem;height:15rem;top:179.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAT9iN8g746UBqsUgddVWNP9uIHTsQ1g { width:47.75rem;height:8.125rem;top:201.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCxhodQ5fxwu6MPV50hcbmtVwQaf0vSy { width:47.75rem;height:6.0625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHktU0UoP2Nfky7TTQ8tzpkSsX69tLdB { width:47.75rem;height:8.125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfMMU2ZTnfoGrpmMW6ToxL5mW5MiU2S { width:26.5625rem;height:2rem;top:22rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGlX9S61PN3W4hDTNDI1Ob8COc6JNuc9 { width:4.375rem;height:4.375rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jemw0hmqAclN05sgnbb0vWWKb3cEHbs1 { width:3.875rem;height:1.25rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrnyDPcP8KMhlklOSOzsma8rZzq8XT1p { width:3.375rem;height:1.25rem;top:21.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAwNpreBDeob61d0RgLh54Icbnk2i9Sd { width:47.75rem;height:6.0625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmoBqm0QiFn632zvlho37wnkBEOPy94 { width:47.75rem;height:8.125rem;top:10.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD9ZP69ilLcugDIGWOCskc5rvoWsV1Rb { width:4.375rem;height:4.375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn7CSqRvN5Z7fRTTzROAJnR8BLAvCAS8 { width:3.875rem;height:1.25rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0vRVVsKWwKvnfS0vT8bDW4K0NBinl2 { width:3.375rem;height:1.25rem;top:13.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxg0NVscHvZv02NVPGSuIQDvwDXkhX3I { width:26.5625rem;height:2rem;top:13.8125rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhFBfwJtH3poI4VNJphRI9uxfka9RCF { width:47.75rem;height:1.9375rem;top:174.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc9KPlfkNN9DXaqQ7bAF5Q00au85mkLD { width:33.8125rem;height:1.25rem;top:176.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNM7dxWJDTEVqr7pCd9Fx6eVUyl7FfC { width:46.0625rem;height:5.1875rem;top:178.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW { width:10.625rem;height:6.875rem;top:173.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK2n383Rux0kadGWTQg2vrxehdqOCnSe { top:181.625rem;left:37.375rem;width:10.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMoATSa3TrK7ATdvItXBxVfxM3bONARG { display:block; }
 }@media only screen and (max-width: 763px) { #sQxW79Rge3CkwN64ALJkInr1tPKlyEOR { width:46rem;height:5.1875rem;top:34.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIHyL8CEMpz4P4T7zTO6zekXFPTTx7VX { width:47.3125rem;height:3.875rem;top:151.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgfctvpBsB4KakeQnh2RINKhpaqrSfF { width:33.8125rem;height:1.25rem;top:155.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbOBD5zuSqK9JRxABTFGCLednuNQvcwg { width:46.0625rem;height:1.25rem;top:155.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lW45luyWVGZDIkxCIvHtgetwfBH53OBy { width:10.625rem;height:6.875rem;top:150.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7qWcHCT6N899vZAyJe5NEFiSD6bn0p9 { width:47.75rem;height:1.9375rem;top:189.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWzfHdgNpewQUiQ7dpWcOK0nOGvk8B8 { width:33.8125rem;height:1.25rem;top:191.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT { width:10.625rem;height:6.875rem;top:188.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHA7Ss7waK0yno5eQRd5qR35GhmSPIbT { top:196.6875rem;left:37.375rem;width:10.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0GmtUNq2dszOzHFSMkUVcCc8rPrxZUx { display:block; }
 }@media only screen and (max-width: 763px) { #tJw3RI32JCHFBbTMyGleLsAGOZLXPqhb { top:158.4375rem;left:37.375rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfS6BMNzrXHAQZ4u8lpUpbbKK7KXMQ1m { display:block; }
 }@media only screen and (max-width: 763px) { #AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun { display:block; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlqH9iQo3ekhSBeiTiJX1lo6kDewpf4A { width:46.75rem;height:3.4375rem;top:2rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqSwpfRW7MTxyQD8LSIXnR6EMDdH0xub { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7n1wwWCvgDND8KoVtfI1KVC68GKwTT9 { width:46.75rem;height:1.92480625rem;top:15.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SibgGmlOV0PWcotDPuxyF1QztO5W7TBM { width:2.5rem;height:2.5rem;top:8.375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTLoXfxkcH9MbXuG2UZtof6me5oftD7 { width:2.5rem;height:2.5rem;top:8.375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe { display:block; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLx9GoXDQTmzc6tpVTxM5Mf1spDfmGbZ { top:1.25rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ { width:1.5625rem;height:1.5625rem;top:1.0625rem;left:46.1875rem;display:block; }
#UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq { width:1.5625rem;height:1.5625rem;top:1.0625rem;left:46.1875rem;display:block; }
#ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 { width:1.5625rem;height:1.5625rem;top:1.0625rem;left:46.1875rem;display:block; }
#FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #tchTLlC0tgGkntD5Lo3P28rzaAMWSpQT { width:7.5625rem;height:2.875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/96847470-05e5-480d-a65f-b582392aab0a/SesjanaukowaAAPreorderanimacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ghAtav9OTscdgntvZQO4551Hea3JITuW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96847470-05e5-480d-a65f-b582392aab0a/SesjanaukowaAAPreorderanimacja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ghAtav9OTscdgntvZQO4551Hea3JITuW.adaptive-delivery-prevent-bg, #ghAtav9OTscdgntvZQO4551Hea3JITuW.lazyload, #ghAtav9OTscdgntvZQO4551Hea3JITuW.lazyloading { background-image: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { background-color: transparent; background-image: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container > .video-iframe-container { display: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row > .video-iframe-container { display: none; }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .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); }#ghAtav9OTscdgntvZQO4551Hea3JITuW > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTkp3MCtbSM6rTUaKhpB4SxLWqG77ZIZ { width:20rem;height:4.38541875rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-regular-label { display:block;width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-text {padding-top: 0; padding-bottom: 0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-select {padding-top: 0; padding-bottom: 0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:poppins;font-size:0.75rem;overflow:hidden;height:auto; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container:first-of-type{padding-top:0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .widget-container:last-of-type{padding-bottom:0;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO  { width:16.6875rem;height:auto;top:28.9375rem;left:0.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO {display:block;}#UIAQLn6T79ym3STubuyoVG5DbrUsTnxO { width:16.6875rem;height:auto;top:28.9375rem;left:0.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ABSTnuux8RsfTBzaT09tcm5WNhAFUxyT {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #zAIxJCCNHTU57byZwdV2LLwaEGAwlESc { display:block; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #E3zxvW5vh9uHaldavdiKFRmrLm5vdNHH {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #R3Zco1aT6L2eccJ0TR1lzrddLrkWUSTq {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #i4yZieo18s3xTbdLtTmZhI0wfhWkDGfR { display:block; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #wibOOmklyLJIkkGkFlCPfJAHrhKGicVU {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TTtdMN6u8phBqxOc2vhSEPB2x3D0GNiX {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #AU2qTws1o4dVrZFurhghHUpcW5wWsLW0 { display:block; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #mJtyJIWqIMvc3b6B4uP3FaEEmDxKk5Nt {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #oPdJqt09wD65BPSPC7M9MLLuTyIv556h {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #ENxTS9XH7abkX9fSX12oyIlVAJI0Tawp { z-index:2; }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #kTviaT1Nl3nEqrUbM9Z48wuqzdnRVw4R {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #yfDbaRdP55hcnMK0NKQCgkg8NSKv59oO {  }
 }@media only screen and (max-width: 763px) { #UIAQLn6T79ym3STubuyoVG5DbrUsTnxO #TMlbnhWxbmqT0UmAG7PxJb9x7vlL4uMG {  }
 }@media only screen and (max-width: 763px) { #Uk8y1K2VJu6Oqy9tpNpdr45VS44UmDco { width:15.5625rem;height:2.799475rem;top:19.625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GrMvKU9nLKJN55hQ77hc1JsSwyEGFTyf { display:flex;width:4.1875rem;height:4.1875rem;top:27.2125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PclzbWvtLv4nO6UB44025VEmJMCgPkzT { display:flex;top:23.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #CKBr90d9LZUOqFb681rmAr3BgrdMgfxp { width:5.5rem;height:5.25rem;top:1.9609375rem;left:7.2500001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxi1XXcpuf0X2NM0qGNlDMTXHXnM2T7I { width:16.5625rem;height:2.875rem;top:14.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATdE9iXHA8LxzSXSZLFkgT88b4madW7J { width:16.5rem;height:1.54296875rem;top:15.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn { display:block; }#X6Ktp2INyp2xcsaKv7BaTJTLF35T1Scn > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2cbwLXylXEuRErx1cS06wqTd3VRwqZ1 { width:3.75rem;height:3.75rem;top:12.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7fqeEytsvtnGOqDsZFpJbRdwtZQyTyE { width:4rem;height:1.625rem;top:17.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pC96qa5zTCFpUZaS2qvRLeINOly28NDR { width:7.4375rem;height:1.3125rem;top:20rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q9auZ8900nlfKXVlZVG79fk8lIlauUKU { width:3.75rem;height:3.75rem;top:12.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQNUaSnaC3VKZrXe14ZSHpawG84WsyXJ { width:3.75rem;height:3.75rem;top:23.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnEaBywI7UBAPnKaNgZ0t8pMJzTApto { width:3.9375rem;height:1.625rem;top:17.5625rem;left:12.625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kcE0HAAwlxJOWdACsC5wfCTouxrpeEt7 { width:8.625rem;height:2.625rem;top:19.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #daal7ONBiUKGbBNfH588agkgZhhfTDFB { width:6.5625rem;height:1.625rem;top:29rem;left:11.375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q7COnkLhHL0FQT7eTDRIFWi2fEOH54a6 { width:7.75rem;height:2.625rem;top:31.125rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bZ2wVIyKk9FOXoAh4nl315JATpTXrhie { width:6.4375rem;height:1.625rem;top:29rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pcgLet05PPxnSTBobEWcRW21evsB5xkU { width:8.25rem;height:1.3125rem;top:31.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UXRLGycsq1pTM6qcwETrF56MeJ8IcP3o { width:3.75rem;height:3.75rem;top:23.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDfkDTZKDUOMAlEUMPyTdhm5Ol2x1i1J { width:20rem;height:6.09375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR { display:block; }#y1v16rtHqP8hdw5M3L00eNbBSc0vFKXR > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ot8pNAhUMuX32aiGiWJERF0NaR9lAHZr { width:19rem;height:4.0625rem;top:3.0296878814698rem;left:0.50000005960464rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yXkxTXqQsQ6GvIRMHr9kitcTEWAD6wZq { width:16.875rem;height:30rem;top:9.3750002384187rem;left:1.5617188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f { display:block; }#ngPnpblU2wXbXtwmOJbHhZxxbwQfFU7f > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqTU0T4RA5wWf5Co0kVvOVnIM26n4oNO { width:16.625rem;height:3.4375rem;top:2.9054689407349rem;left:1.6874999403954rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#f7d494;display:block; }
 }@media only screen and (max-width: 763px) { #Lfp7WTFUXAvocXtBzKWao4cd3aAWtTVf { width:16.1875rem;height:2.625rem;top:16.437500715256rem;left:1.9062499403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FdIKUib6EMJV98ohT2Lx7QglK7rlTqE9 { width:15.5rem;height:2.625rem;top:30.125rem;left:2.2499999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ggtXonht4FJlKfs32KngbT2RQRFEmTUq { width:15.5rem;height:1.3125rem;top:42.812501907349rem;left:2.2499999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HL8CFIDEqwQ3gT7Q9uh4ecwXoqxRn1l1 { width:5rem;height:5rem;top:23.000000953674rem;left:7.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #csXsOCOScZmseQQyEgiZWtoKQTo8xTmP { width:5rem;height:5rem;top:9.8117251396181rem;left:7.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWBWuU1PQU59KvlXwAGTUBT1g9Dz962I { width:4.375rem;height:4.375rem;top:36.937501907349rem;left:7.8125001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz { display:block; }#GTwSodnaU2ts9LeAVNOA3vb4axBw7hcz > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKXpivR5E6uDlkmPFkQONTdphydVuye { width:14.375rem;height:2.625rem;top:9.3750009536744rem;left:2.8124999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SZHRn5ht6IIOdykiAqT3eJRPGk6hilVM { width:14.9375rem;height:1.3125rem;top:22.187500715256rem;left:2.5312499403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KqLVbOTukUdg4xnh5ExeVbL4dWiT6QEV { width:5rem;height:5rem;top:2.6249990463257rem;left:7.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rc8ms4vd0NDf0CBl3XAMSqDue0Dxkp { width:5rem;height:5rem;top:15.374997854233rem;left:7.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN { display:block; }#XCEgRVyZLTLkCtop3B2mK4J9VHgETaRN > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7aJsZR7nplqWnsLlPI1ZZZT184V67TB { width:20rem;height:2.03125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H9cZMMRnHcEwL1NSfwRUJAloM8IC9TCX { width:16.6875rem;height:25.625rem;top:7.699999809265rem;left:1.6562499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrr9HnxSRGk8rEe4eP2p4LyXUozHsgi { width:6.875rem;height:9rem;top:7.699999809265rem;left:1.9687499403954rem;text-align:left;text-align-last:left;font-size:5.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vR9JxamEbBWhTEAMzQOMXqLKncJKQ2W2 { width:13.625rem;height:9.59375rem;top:13.037499904633rem;left:2.8437499403954rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9O5AN4VOMpKKqzPJtS4V20dsxDO1Ck7 { width:12.5rem;height:0.0625rem;top:29.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuiO9fqtX340L8hg342zzZ79FDBTqaBH { width:15.75rem;height:1.6rem;top:29.875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #TPlVGcIao8BJnnKzdyJ4hiEf3o25FTHO { display:flex;width:3.125rem;height:3.125rem;top:24.25rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #g5hZ5vEqB6GKaTxk6awFpaEpR7cJgGKo { width:16.6875rem;height:27.875rem;top:36rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSv5M6vGQRzhLQfvhiD3JJeDNryWCLCk { width:12.5rem;height:0.0625rem;top:59.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1qsLxMN8uusEkugiGl44nCP5wo3WVB { width:12.875rem;height:1.6rem;top:60.6875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #hMaSm12cMEGonmg355bkrG09IackBxHl { display:flex;width:3.125rem;height:3.125rem;top:55.0625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #MdxIq9dQI4XVOyTVI4TS4rr5M2MqGQ3i { width:12.625rem;height:11.1926875rem;top:41.9375rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL9doMmcsf2zTMbNi6HQMwg2eqDKeTTi { width:6.875rem;height:9rem;top:36rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:5.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #XnG5KJakKz1BfxMoMUs1oRTQITXQQ83m { width:16.6875rem;height:23.4375rem;top:66.3125rem;left:1.6249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFd8yVKvEMGlxfcyy31WbVQMyXZJVNnm { width:12.5rem;height:0.125rem;top:84.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppQJEUDbk4MkOrOyzznKKL2K2mXPMGJS { width:12.875rem;height:1.6rem;top:85.9375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #hLGrdQzkIR66kHn2BKdWzOmkpr3gbQqb { display:flex;width:3.125rem;height:3.125rem;top:80.3125rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #RK5PG8WuuHlwRyQF2vLINMqli3xNgcIW { width:13.5625rem;height:6.3958125rem;top:72.125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TPZ27uBpbOk09qwMECMgWhTacpRMhl { width:6.875rem;height:9rem;top:66.3125rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:5.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #BHvS8hnBVdwPk89urQv8xk8SSocu9Qsr { width:16.6875rem;height:25rem;top:92.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVXQW0vbD1fTflbHBqEJHUmeiT1Qr3QO { width:12.5rem;height:0.0625rem;top:112.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGuhgPVbXQUri5F1soLuTRTsyrUlkZwV { width:12.875rem;height:1.6rem;top:113.375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #nmnDaGeZNLgnUahNBOSSwxfrcgIItnU7 { display:flex;width:3.125rem;height:3.125rem;top:107.75rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #mOgRBtdevMSZCXw0y4RrupKUsIAgECpE { width:13.5625rem;height:6.3958125rem;top:98.5625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW1S22hTMkXM4p6qbNPGzeqlcROhE88i { width:6.875rem;height:9rem;top:92.4375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:5.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 { display:none; }#TcTxGpHnnA0cKHTuAMTp5wNeTGr2Tcx0 > .row .container { width:20rem;height:496.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2HrKnePqk8tArVaVoRRLNW8gFbyXlxA { width:12.3739375rem;height:1.4625rem;top:28.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIKy5BvPGMu0tcWacRh60frwtpWy37KQ { width:20rem;height:37.875rem;top:32.935901165009rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBeCp5S6fvvVbbzvkuoABT80WtmVd05s { width:20rem;height:37.5rem;top:26.875rem;left:0rem;border-top:0.0625rem dashed #f1f1f1;border-left:0;border-right:0;border-bottom:0;z-index:14972;display:block; }
 }@media only screen and (max-width: 763px) { #P5tczcNBlSUJuNTaPddgz0kCvGMkB1Nh { width:17.5rem;height:5.85rem;top:34.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4gTr2XoEvsoIGvNnxWD2bzXOyuMtG8S { width:17.5rem;height:1.3rem;top:41.436439037323rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWarT3ATDMFuDeJ90CbEwU0QqFmOvhh { top:66.244672775269rem;left:4.9831319451332rem;width:10.032863625rem;height:2.347301125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTycvcfr1CvQlsyduecJBLTRT6S2ri95 { display:block; }
 }@media only screen and (max-width: 763px) { #JOVCqCt3NXZCMZsDkDmxXzHetOM65xsD { width:20rem;height:2.6001rem;top:1.8123245239257rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHBbqQEv2CBdTn2TvFiUXFRTuTgzdLz { width:20rem;height:37.5rem;top:72.6875rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #q9rUE9R4Tfd3a0HOWEFaotvv8hHIVs0C { width:20rem;height:37.5rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6l1M8J4UsRAHunrDqnHVgWNzKcy8MvS { width:18.0625rem;height:5.85rem;top:80rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZkTr0l9nS9CONiTBZkIb3xozdyCymA { width:17.8125rem;height:1.3rem;top:86.375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvor3sxBDOQZd4oATTvoTONwnBHpV8aJ { width:17.5rem;height:11.7rem;top:89.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OemOb1Azov4GPnEHPcahE3s4yP5k8awp { top:111.875rem;left:4.8125rem;width:10.3109375rem;height:2.5609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOWUQSSeJ5AGsIoefkUiGbmFgOk1uoz { display:block; }
 }@media only screen and (max-width: 763px) { #LcISXy2fbTJpoXwDEhVKlJnlgTySfIZ9 { width:3.312325rem;height:1.4625rem;top:74.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmuBoAlNPmvtMg30poBa61FtedFIRSo { width:20rem;height:20.875rem;top:117.625rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BtfKXxG8vPqUKgS2agFUcSZbMMaQhPPn { width:3.3125rem;height:1.4625rem;top:119.25rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJBsPxpVgTA8lK884PgzNVwP13idWobK { width:20rem;height:39.5rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBgQX2dRXF2meIE6b2mx5zfuoDwnDOL5 { width:17.125rem;height:7.8rem;top:125.01250123978rem;left:1.2492188811302rem;font-size:1.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TEr2TWxMEyuDQOT2O8S0wEF7adT2gh2q { width:15.25rem;height:1.3rem;top:133.3125038147rem;left:1.2492188811302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8BNBTJkooJMiCxh3TvclGBnxZFwb8X8 { width:18.4375rem;height:11.7rem;top:136.11250114441rem;left:1.2492188811302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbL04p1NEF51oUTgbsDzCcFTcfZApbTA { top:158.125rem;left:4.8125rem;width:10.425rem;height:2.675rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cVRBuVA12NiZlo8ukCTKZnND14i5zt { display:block; }
 }@media only screen and (max-width: 763px) { #DuGbb4JiWVO7gvt3BUViKV9Gu0xx3qq2 { width:20rem;height:15rem;top:450.75rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #PrJPkNToC14CGROWcPEBOsOG5dMITWPz { width:3.3125rem;height:1.4625rem;top:452.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGWzUAN6lCqThbR6mP9KRq7KoxqVUNpm { width:20rem;height:22.3125rem;top:456.12499380112rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #uTgUEFbBeaVf92nT5eyV927wZqp48Nnu { width:3.3125rem;height:1.4625rem;top:29.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfhmrltdrtzg0fTyVFwVXrlq5BOpMaGW { width:3.3125rem;height:1.4625rem;top:75.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZCAEeuUz8ck0X7AO4DvsK1SREvoeAN { width:3.3125rem;height:1.4625rem;top:120.75rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpFvps69V5HMcTGMrekDkS9oMoTOzOKg { width:3.3125rem;height:1.4625rem;top:453.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUned4PbT10oBMuDixEJ511XAvmHs5Wr { width:20rem;height:15rem;top:219.875rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #zF6yJrccT8RphWIrvsr5XtLkpTGZLtEJ { width:20rem;height:34.1875rem;top:225.875rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #BrxtZLDaCdHoeAF9gMd66ieRQzA0Gol6 { top:255.6875rem;left:4.75rem;width:10.525rem;height:2.775rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUqLtm312vo7bMqvF3FN1N7Gn0CL61Bl { display:block; }
 }@media only screen and (max-width: 763px) { #Vag3OMT6E9kCawqHTAh9eKCe84EWJTqV { width:17.8125rem;height:7.8rem;top:237.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJmTUVP4oec9aZM4iJRCIepD56QuSOE { width:17.3125rem;height:1.3rem;top:233.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiIG1c7bnkpLWtffRM4xuAgHVL5CT3TK { width:16.5625rem;height:5.85rem;top:227rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vwT0iqZUTV87rJ654kQdVVehfxWh4v { width:3.3125rem;height:1.4625rem;top:221.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNNfGQQfbh8IuV9gP5VZBuTIeh4Wqxn { width:3.3125rem;height:1.4625rem;top:223rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4RC3Wi8yU9xpSG3ts5cEGqPaPcx2u2N { width:20rem;height:15rem;top:358.3125rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #K6InB2WN7WNuJCyebKRbXfPcC2khZVAQ { width:20rem;height:26.375rem;top:363.875rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #NZh0mSgt0FKKRCuFloOTpsoJmuvsZ8w6 { width:3.3125rem;height:1.4625rem;top:359.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8uaAa1PxlwMb1T4y9tKiGbu6xEXhEnS { width:3.3125rem;height:1.4625rem;top:361.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXuD6RXbcHzQsF13MwBhG5pMbPfeJXdb { width:20rem;height:15rem;top:272.375rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #IniZc7tqt7L3RTXW6Z52KStlqliwUBmP { width:20rem;height:32.8125rem;top:278.1875rem;left:0rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #hmiq1IgGD3CuDx94lO2lX89kbiEQ4nEl { top:306.5rem;left:4.75rem;width:10.525rem;height:2.775rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwFCqSDiQVKuD3oT73cFTyylkUAiswo { display:block; }
 }@media only screen and (max-width: 763px) { #TcZ44gykLFX5bQaXc5nGmk9UfGtnHfIQ { width:18.3125rem;height:9.1rem;top:288.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQhqwtPAp4VJs3ZIcUJTmA2cbGAHseO { width:18.3125rem;height:1.3rem;top:285.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe59SkhcI4bQnxy3kNFop5TWKaAAucM8 { width:18.125rem;height:5.85rem;top:279.25rem;left:1.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3h8DWteg4y1mi5z5MU5hmPo2b3BVAWs { width:3.3125rem;height:1.4625rem;top:274rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q42dH3PTOSwVKAOJ6ZoTUTwcy0Iy1m9s { width:3.3125rem;height:1.4625rem;top:275.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxVAoiKqnACJUXUC3UcQur1CuFTXgaTp { width:20rem;height:15rem;top:175.875rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #WVpoWooOOoD5bWsgrlfmp0XVnqhbQpQR { width:20rem;height:36.6875rem;top:181.6875rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #nDTPinKalXlTwoJ9mJ7bd0ZznXnrkGBz { top:213.4375rem;left:4.6875rem;width:10.525rem;height:2.775rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkMx7doFZdFbZXrx0x3rKlrsGquxWOcs { display:block; }
 }@media only screen and (max-width: 763px) { #a0l7TQwbnqEsUGUO8nZS8GXLtgPEu5Ca { width:17.625rem;height:10.4rem;top:192.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnWT7qDOoekpQMw9unErgg87H4eQ7wDZ { width:17.0625rem;height:1.3rem;top:189.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUAKfHFoTkChZIbRWEhErsaLzV8J0kK { width:17.625rem;height:5.85rem;top:183.125rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNWKl6hnFDVJ7AxKGhfcN4DLBqH8pFJV { width:3.3125rem;height:1.4625rem;top:177.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #movww8oddu7ipoMpBlL9SFo48i0T4iuI { width:3.3125rem;height:1.4625rem;top:178.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIxbnI1wPhBFQEFObRw0rHtEbVtDziI4 { width:20rem;height:15rem;top:312.625rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #CuBnlKgDfyF7uSbhlvp5JOyPvmcPuDET { width:20rem;height:39.1875rem;top:318rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #l95dEXOWzhVofPRQl8cl1iAxNWS8QPih { top:352.1875rem;left:4.6875rem;width:10.525rem;height:2.775rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytN7Q9QQ4kP8sRzCR57g1XuPOkZulo1 { display:block; }
 }@media only screen and (max-width: 763px) { #i39LGeDl21uBOUk2oXvUr5kdKD5TdlZH { width:17.5625rem;height:10.4rem;top:330.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC4NdSnV4rSEmFkpWcE3ZNU3L2laXo3O { width:14.4375rem;height:1.3rem;top:327.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9zuEUaehuAP1n3JsA5GcQSwefO7rSID { width:3.3125rem;height:1.4625rem;top:315.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziR1IVGWSfXQKx9b8wFeXkP9yqarrb1 { width:18.625rem;height:7.8rem;top:319.0625rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9bIXHeglJRsTefctwzmD4gRR1JodEGO { width:3.3125rem;height:1.4625rem;top:314.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUK2cAMvPlGvvyZvgLVzGFFXxwCFwiXD { width:20rem;height:15rem;top:404rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6ZpN1VCOfmIh4mI4s2bCfdfkUmyHTE { width:20rem;height:40.125rem;top:409.3125rem;left:0rem;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #DtLesmvPl8xBnFpluQTVghll8Z912SpP { width:3.3125rem;height:1.4625rem;top:406.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQC0QhmTrNvqVE6Zd5FhpvnutsmvJ6Km { width:3.3125rem;height:1.4625rem;top:405.4375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMUlmDNz8z6yEqxuuQvCoimgXOsRdKpB { width:10.625rem;height:6.875rem;top:57.613636016846rem;left:4.6866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU3XekEzraq3wnhpVaIHnuPmQTHl0cZc { width:10.625rem;height:6.875rem;top:103.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQnMEkRO87gmJDdeZ0Q3AMWkhg8iRL47 { width:10.625rem;height:6.875rem;top:149.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIgUtNl0gF9viftfTONmqygIyBAQ9QmS { width:10.625rem;height:6.875rem;top:247.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgZqpuax0L9FCsywUSgby85OPL1oHLWX { width:10.625rem;height:6.875rem;top:298.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0OIVnQa8v095VMf13gm98ANdvLGWENV { width:10.625rem;height:6.875rem;top:204.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiJZzaXm3Shcb4dp3gc584ZeAfWlDcaC { width:10.625rem;height:6.875rem;top:343.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L90bMSF5zIPrVz6C2OwKZRp7ZxdGZ1ME { display:flex;width:3.125rem;height:3.125rem;top:487.375rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #TfES9Uf850JqbCFm2PIkXF5cI0bLkgIg { width:11.5rem;height:4.875rem;top:487.375rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWpeFEfJsLwrIsR92E5whEFAvJgttGEZ { width:3.375rem;height:1.4625rem;top:482.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE2hrL2akKfSqS6y07U1oiprw2dFDSpH { width:3.875rem;height:1.4625rem;top:483.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETyF7d5qgtLplyF2dqiR0tNuOWdgmp3q { width:20rem;height:7.5rem;top:486.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amHTm8MCLTcbbvhuFNpwuy3xA8PIAD5c { width:20rem;height:5rem;top:397.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6Ecgh76SIixMeNZBIDTl1etdEx3ah1V { width:3.375rem;height:1.4625rem;top:393.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGmru935XIDwSHp4OWSATNrO4pX2fcam { width:3.875rem;height:1.4625rem;top:395.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBfbrfe2Po7FdlSNf3ZPyBrRm4P5ivZi { width:11.5rem;height:1.625rem;top:399.25rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AprkgkdTZgp6PAuTlbdZvP6lcZKMXmRJ { display:flex;width:3.125rem;height:3.125rem;top:398.5rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #u2ww8x5KEglqbrws5VKHTRy6cskILshS { width:20rem;height:5rem;top:265.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrP1P4dUsZq1PH3oNcA8mi107VbJ2rmb { width:3.875rem;height:1.4625rem;top:263.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8QNgKGKSyPko1TQ2baDoGEMz7xlHgl2 { width:3.375rem;height:1.4625rem;top:262.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhbhgcdoTHA4sqRBrvZyfG3O1iTQ2G1h { display:flex;width:3.125rem;height:3.125rem;top:266.875rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #av7Gyn0cq6CRcU8hPzT8NDtUIUihrLM2 { width:11.5rem;height:1.625rem;top:267.625rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJ136OqXbdbIct7qJHHA4wEhx1qbVRl { width:3.375rem;height:1.4625rem;top:165.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgrIUxg7htz2q5Emfs14o1QyE3MumnrO { width:20rem;height:5rem;top:169.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlxGbaw9TT32Zh9XNioOAk5t6dPrdxNN { width:3.875rem;height:1.4625rem;top:166.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgXBxGSeUlCF8LyH1iTqMcIFayc0gXoT { display:flex;width:3.125rem;height:3.125rem;top:170.1875rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #kSN5oC3hzqi6Ulg6aFKXKRHWxWcofTs6 { width:11.0625rem;height:1.625rem;top:170.9375rem;left:5.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2XCL5gVHEWZFSBf9H9b6VnmaTo3H5LP { width:20rem;height:11.625rem;top:164.1875rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #CJ6y0S22dy8OwUgEw6cg23O1TcrpWLAT { width:20rem;height:8.5rem;top:261.0625rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #lpoVfTZlTW4eQL1Da2QPzTNtXg0qMmFK { width:20rem;height:10.375rem;top:392.5rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #ChDwK029U9KzKeM42q8B1WF47TsaG8Uz { width:20rem;height:11.4375rem;top:480.5625rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #yAT9iN8g746UBqsUgddVWNP9uIHTsQ1g { width:20rem;height:10.5625rem;top:72.6875rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #eCxhodQ5fxwu6MPV50hcbmtVwQaf0vSy { width:20rem;height:5rem;top:9.5rem;left:0rem;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #DHktU0UoP2Nfky7TTQ8tzpkSsX69tLdB { width:20rem;height:10.625rem;top:4.8000001907349rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem dashed #f7d494;z-index:14974;display:block; }
 }@media only screen and (max-width: 763px) { #GwfMMU2ZTnfoGrpmMW6ToxL5mW5MiU2S { width:12.625rem;height:3.25rem;top:21rem;left:5.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGlX9S61PN3W4hDTNDI1Ob8COc6JNuc9 { display:flex;width:3.125rem;height:3.125rem;top:21.0625rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Jemw0hmqAclN05sgnbb0vWWKb3cEHbs1 { width:3.875rem;height:1.4625rem;top:17.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrnyDPcP8KMhlklOSOzsma8rZzq8XT1p { width:3.375rem;height:1.4625rem;top:16.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAwNpreBDeob61d0RgLh54Icbnk2i9Sd { width:20rem;height:5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNmoBqm0QiFn632zvlho37wnkBEOPy94 { width:20rem;height:10.625rem;top:15.47500038147rem;left:0rem;border-top:0.0625rem dashed #f7d494;border-left:0;border-right:0;border-bottom:0;z-index:14973;display:none; }
 }@media only screen and (max-width: 763px) { #qD9ZP69ilLcugDIGWOCskc5rvoWsV1Rb { display:flex;width:3.125rem;height:3.125rem;top:10.4375rem;left:1.25rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Gn7CSqRvN5Z7fRTTzROAJnR8BLAvCAS8 { width:3.875rem;height:1.4625rem;top:7.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti0vRVVsKWwKvnfS0vT8bDW4K0NBinl2 { width:3.375rem;height:1.4625rem;top:5.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxg0NVscHvZv02NVPGSuIQDvwDXkhX3I { width:12.6875rem;height:1.625rem;top:11.1875rem;left:5.2999998927116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhFBfwJtH3poI4VNJphRI9uxfka9RCF { width:17.4375rem;height:5.85rem;top:411.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc9KPlfkNN9DXaqQ7bAF5Q00au85mkLD { width:16.4375rem;height:1.3rem;top:417.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNM7dxWJDTEVqr7pCd9Fx6eVUyl7FfC { width:17.5625rem;height:14.3rem;top:421.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi1TI6hhfJcv4a4Hdun5Nsr1odZgTpaW { width:10.625rem;height:6.875rem;top:437.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK2n383Rux0kadGWTQg2vrxehdqOCnSe { top:445.5rem;left:4.8125rem;width:10.4rem;height:2.65rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMoATSa3TrK7ATdvItXBxVfxM3bONARG { display:block; }
 }@media only screen and (max-width: 763px) { #sQxW79Rge3CkwN64ALJkInr1tPKlyEOR { width:17.3125rem;height:10.4rem;top:45.120738983154rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIHyL8CEMpz4P4T7zTO6zekXFPTTx7VX { width:16.25rem;height:7.8rem;top:365.06213378906rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpgfctvpBsB4KakeQnh2RINKhpaqrSfF { width:16rem;height:1.3rem;top:374.01455688476rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbOBD5zuSqK9JRxABTFGCLednuNQvcwg { width:20rem;height:0;top:470.52499389649rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lW45luyWVGZDIkxCIvHtgetwfBH53OBy { width:10.625rem;height:6.875rem;top:377.4375rem;left:4.6874995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7qWcHCT6N899vZAyJe5NEFiSD6bn0p9 { width:17.5rem;height:3.9rem;top:458.47316551209rem;left:1.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWzfHdgNpewQUiQ7dpWcOK0nOGvk8B8 { width:17.5625rem;height:2.6rem;top:462.8125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdDlDSai7z6iGoE4gFBWoA6HO8EieFrT { width:10.625rem;height:6.875rem;top:466.56173706055rem;left:4.6867186427116rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHA7Ss7waK0yno5eQRd5qR35GhmSPIbT { top:474.68749427796rem;left:4.8125001788139rem;width:10.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0GmtUNq2dszOzHFSMkUVcCc8rPrxZUx { display:block; }
 }@media only screen and (max-width: 763px) { #tJw3RI32JCHFBbTMyGleLsAGOZLXPqhb { top:385.93753099441rem;left:4.8750001788139rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfS6BMNzrXHAQZ4u8lpUpbbKK7KXMQ1m { display:block; }
 }@media only screen and (max-width: 763px) { #AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun { display:block; }#AihNciCoH3JOUAEAeRX0CnRKbIrA2Gun > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlqH9iQo3ekhSBeiTiJX1lo6kDewpf4A { width:20rem;height:2.03125rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IqSwpfRW7MTxyQD8LSIXnR6EMDdH0xub { width:15.625rem;height:6.5625rem;top:10.34375rem;left:2.1874999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h7n1wwWCvgDND8KoVtfI1KVC68GKwTT9 { width:15.625rem;height:6.5625rem;top:23.65625rem;left:2.1874999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SibgGmlOV0PWcotDPuxyF1QztO5W7TBM { display:flex;width:2.5rem;height:2.5rem;top:19.90625rem;left:8.7500001788137rem; }
 }@media only screen and (max-width: 763px) { #TUTLoXfxkcH9MbXuG2UZtof6me5oftD7 { display:flex;width:2.5rem;height:2.5rem;top:6.28125rem;left:8.7500001788137rem; }
 }@media only screen and (max-width: 763px) { #X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe { background-color:#f7d494;background-image:none;display:block; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { background-color: transparent; background-image: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container > .video-iframe-container { display: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row > .video-iframe-container { display: none; }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .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); }#X37wFcmzGhINyHLzTm8Vhk2zkLp2HCSe > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xLx9GoXDQTmzc6tpVTxM5Mf1spDfmGbZ { width:5.74921875rem;height:0.975rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ { display:flex;width:1.5625rem;height:1.5625rem;top:0.9375rem;left:13.9375rem;font-size:1.3125rem; }
#UOfFA60ymEfoM8HcMAwCuORmKZ2Bp9qJ > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq { display:flex;width:1.5625rem;height:1.5625rem;top:0.9375rem;left:16.0625rem;font-size:1.3125rem; }
#ehcZL1bySM4T1wzwnBK1Rnen3A9bwLfq > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 { display:flex;width:1.5625rem;height:1.5625rem;top:0.9375rem;left:18.4375rem;font-size:1.3125rem; }
#FIstCwTTdy3khhzusZNaEpSJgOfLo2Q7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #tchTLlC0tgGkntD5Lo3P28rzaAMWSpQT { width:6.25rem;height:2.3125rem;top:0.5625rem;left:5.75rem;display:block; }
 }