.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:10,102,194;--color-primary-1:38,49,106;--color-primary-2:14,25,119;--color-primary-3:0,22,128;--color-primary-4:24,32,74;--color-secondary-0:37,170,227;--color-secondary-1:12,211,196;--color-secondary-2:29,165,155;--color-secondary-3:19,165,155;--color-secondary-4:0,97,106;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.85);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { background-color: transparent; background-image: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { display: none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .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); }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { border-width: 0; border-radius: 0; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#q8VqzIaVNddRqdocpz4gHeruHsDUqFga { color:rgba(var(--color-tertiary-4),1);display:block;width:5.68575625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.624382019043rem;left:47.310180664062rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.24865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.624382019043rem;left:54.810180664062rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { 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:2.5rem;width:13.75rem;top:1.060489654541rem;left:4.5914306640625rem;overflow:hidden;display:block; }
#Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0616493225098rem;left:62.810256958006rem;display:block; }
#GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4990720748901rem;left:25.429145812988rem;height:1.62530625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { position:relative;display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { 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:1.875rem;width:10.125rem;top:1.0625rem;left:2.28125rem;overflow:hidden;display:none; }
#JlB479nQo8DEDOryxTcWVFTklXdJHbZe { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { color:#e5d72c;display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:1.1750001907349rem;left:39.123441696167rem;height:4.00061875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { background-color: transparent; background-image: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { display: none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .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); }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { border-width: 0; border-radius: 0; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { position:relative;display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4759a2, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #4759a2, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #4759a2, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #4759a2, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4759a2', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4759a2', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #4759a2, rgba(var(--color-primary-1),1));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; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { background-color: transparent; background-image: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container > .video-iframe-container { display: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row > .video-iframe-container { display: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .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); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { border-width: 0; border-radius: 0; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#B5fqmTIgx9SnD0QQPGxak14PXrA1UskC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:11.561340332031rem;left:0.31327438354492rem;height:8.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJIsTayRtGoK519QxEavMJvBsfyQh1C4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3120625rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.933017730713rem;left:4.1827812194824rem;display:none; }
#vdnvQ487RTXpi6LZNcAB7yKKX8kk4Xze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7ORZdTyGDLtqnzLws4IeK6OmHEbAP9z { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.1875rem;left:11.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XMbW4i7enbZREVQ9Sbwpqtckzw2qNZmq { color:rgba(var(--color-tertiary-0),1);display:block;width:55.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:23.248454093933rem;left:1.5605659484863rem;height:7.425rem;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; }
#VODZvhnF3Kevo5vMTcFNU2xe89A6k0BU { color:#e5d72c;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:7.298500061035rem;left:4.0934410095215rem;height:1.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i6awrs3mmUlJ9SVuMTlULUnQzTuCqB06 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.6875rem;width:16.5625rem;top:8.1721878051756rem;left:58.186492919922rem;overflow:hidden;display:block; }
#LrUlgnL7tTa5fAkJCEQBg33FCwqaXqTW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.125rem;width:16.875rem;top:6.5617294311525rem;left:0.31559371948242rem;display:block; }
#kyC7JAUZkuDnoJ6R6fnIN34LyccGWzSr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:7.3119621276856rem;left:1.4398994445801rem; }
#DN9N8RrW1Hpl13WqkOXXN9neUCOH61xc { 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:14998;opacity:1;top:1.7473697662354rem;left:23.249614715576rem;filter: drop-shadow(0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5)); }
#nuZBWhDnBDVNWWbZ28ynOiglRrV2SGnr { color:rgba(var(--color-tertiary-0),1);display:block;width:53.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.8;letter-spacing:0;top:2.3125rem;left:2.3125rem;height:2.4748625rem;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:none; }
#SQOWfrht5WOls1ZEHoCrTsr5XyRg3w0v { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.1875rem;left:26.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b405zrF0Fb6Jk87xzJblQdPvHg8Hfys2 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.1875rem;left:23.75rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScWbP2P1hr2XWTmX7iKluFp8mlcDHfF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:2.1875rem;left:11.5625rem;height:2.24976875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { background-color: transparent; background-image: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container > .video-iframe-container { display: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row > .video-iframe-container { display: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .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); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { border-width: 0; border-radius: 0; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#ViPlI5IninIBsFqKyBua1mmqxrTrNmRU { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3120625rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.933017730713rem;left:4.1827812194824rem;display:none; }
#QiRaXgmVKoC8XHBu1dp7Tfn7y5Zxfdgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { background-color:#4759a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.2498125rem;height:2.686675rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.5rem;left:0.3125rem;display:block; }
#xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rk6JQZ5sxutUihoCXD34aTR40upsRlCm { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9991875rem;height:2.686675rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.5rem;left:10rem;display:block; }
#ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RT5ywGOWATyLMJtgCNZxsvbmhMQ3kku6 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.125rem;width:47.8125rem;top:7.1875rem;left:0.3125rem;display:block; }
#GMU11uJTyN80AkpdnKcmcEbGdZvUBOP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:7.9375rem;left:4.5rem;height:1.65rem;font-style:normal;display:block; }
#VklAZqADQZWfXQ35beme7TMLssFregPW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:7.8125rem;left:1.4375rem; }
#qNmPw6CPzPLMHlnvJdlAdADWLQvolV8a { color:rgba(var(--color-primary-1),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;top:1.1243057250976rem;left:59.560409545899rem;height:3.025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTHJEshZ1mdEosomeubrrcxdRd0xf5sa { color:rgba(var(--color-tertiary-0),1);display:block;width:53.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.8;letter-spacing:0;top:2.3125rem;left:2.3125rem;height:2.475rem;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; }
#okXpJ51iPzxkllvvJh60C6p0tRVcTxFi { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:4.7493057250976rem;left:53.748298645019rem;display:block; }
#izWiPlPCs6G1hfEzUHmC261bnaEEfmXy { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.3730659484863rem;left:56.061882019043rem;display:block; }
#Ku78J6GUhOLqHaRF5e1vLrd2twxx3Xx6 { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:2.5rem;top:2.1244586706161rem;left:1.499382019043rem;display:block; }
#RDSFAzPL1F0GE97bJslHWRTm3lZpdQIL { position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.1875rem;top:2.1871131658554rem;left:1.499382019043rem;display:block; }
#TCUz0lhmVeoNNc9ex19nKv2K84nGKL96 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:5.124925rem;width:16.625rem;top:0rem;left:58.154159545899rem;display:block; }
#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container { background-color: transparent; background-image: none; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container > .video-iframe-container { display: none; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row > .video-iframe-container { display: none; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .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); }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container { border-width: 0; border-radius: 0; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#RyWzoe3m3xVeffQZESKtOqGVgPQAVE4o { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2484512329101rem;left:6.1273956298828rem;height:4.55033125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MyLS8tHZ4iW2Mf7HFFa3I9aXCJGuTUa6 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.2503852844237rem;left:0.50239562988281rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmQz6iI8UCNoUexaQG1MZgTLJbaymcNI { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.2503852844237rem;left:27.562267303467rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXpp3VOO6hUsLJCUpy1FgyPMESRIfbOm { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.2484512329101rem;left:33.248764038086rem;height:4.55033125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCcqSvJJ8ZD8Q5HITGKpefZ9BzHN9NAk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.249225616455rem;left:56.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7cU1GDIH1kIIMLa1tHKCN1Pekm3zWlM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.2496109008789rem;left:62.625152587887rem;height:4.55033125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aU9aAXwBHFn2HqQl7wIU9TEgcIEnaN9U { color:rgba(43,239,225,0.25);display:block;width:7.56175rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.22493743896484rem;left:27.061031341552rem;height:7.7190625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QLTy95fLa9wTx3zWFdUO1ThJZ1SWipZU { color:rgba(43,239,225,0.25);display:block;width:7.56175rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.22493743896484rem;left:0rem;height:7.7190625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dqe7FcTdAs5UWGeO4oCoaULXTzb5UT6L { color:rgba(43,239,225,0.25);display:block;width:7.56175rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.22493743896484rem;left:56.437423706055rem;height:7.7190625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lMWasCRdh2uaU8TV1fhTTJ2y3NNwbzdL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49783125rem;width:2.49783125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:3.2729721069336rem;left:1.5303993225098rem; }
#IBsGTg63VTPgvemNZybUkZ2uAJ3luKgT { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:3.1174964904785rem;left:28.184173583984rem; }
#aCAeKCBKAZCKxkP9cCFHLDlpy2qhqymJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12438125rem;width:3.12438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:2.9596977233887rem;left:57.71720123291rem; }
#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fffc;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; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container { background-color: transparent; background-image: none; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container > .video-iframe-container { display: none; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row > .video-iframe-container { display: none; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .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); }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container { border-width: 0; border-radius: 0; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#AMwgOSrXHqII2K4HRe1Utrn1TouyOhCH { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.561279296875rem;left:5.3118782043457rem;display:block; }
#IeSAZTNyP5AQe8LTda2rNptfeUyJtvJp { color:rgba(var(--color-primary-1),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.4969177246094rem;left:5.3118782043457rem;height:4.2190625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rrXyMvfAoyZxfixdQGx52TslC5cTI5dX { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:8.9381179809569rem;left:9.6516075134275rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne8UKzu5x6b77MUrkRrZnIEoTJTHuGTf { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.75rem;width:26.5625rem;top:8.4375rem;left:5.3125rem;display:block; }
#r1xDNTKHux7RMWcspla0CqbVL8n7liFv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.499225rem;width:2.499225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:9.061725616455rem;left:6.2789306640625rem; }
#HupRUzWpl12kb35DyVinXw4xFzhsHTDo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HupRUzWpl12kb35DyVinXw4xFzhsHTDo > .row .container { border-width: 0; border-radius: 0; }#HupRUzWpl12kb35DyVinXw4xFzhsHTDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HupRUzWpl12kb35DyVinXw4xFzhsHTDo > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:none; }#k1XJkVDHCqPkWMBHiUddq6NByOZAPkd9 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:68.1497525rem;height:5.83663375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:3.4375rem;display:block; }
#LqT5RcMI9kCDrIqMD324lRqL69OFqXta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#boZhTic6qEl1K4FsGwGdgQB03p3rZ89c { color:rgba(var(--color-tertiary-0),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.8125rem;left:21.872833251953rem;height:2.50061875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyGla4zeD7FvI0GLsT0OHZ7H51gv2H47 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.68533125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.75rem;left:57.5rem;display:block; }
#q9ZOMTR4GQkPVWM2WO8sKCcmO3NTWKPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQAeIZD5xW1tDPLi1SziC25O6MK3W8MU { position:absolute;display:block;z-index:15010;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.3125rem;width:14.0625rem;top:2.9375rem;left:5.625rem;overflow:hidden;display:block; }
#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container { background-color: transparent; background-image: none; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container > .video-iframe-container { display: none; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row > .video-iframe-container { display: none; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .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); }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container { border-width: 0; border-radius: 0; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#H0fZnEADinH9yfeM78bRcbJ1JvE6pS96 { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.2190625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJSuy7Obfvhi09qSKPGIvJJlowyELS0a { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { background-color: transparent; background-image: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { display: none; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .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); }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { border-width: 0; border-radius: 0; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;overflow:visible;position:relative;display:block; }#hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { color:#1e1d1d;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:1.5582456588745rem;left:5.625rem;height:37.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fffc;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; }#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD > .row .container { border-width: 0; border-radius: 0; }#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:none; }#gfdJKhiZWk22Gb5GtgfhQc6k3q5AeRhi { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.561279296875rem;left:5.3118782043457rem;display:block; }
#xVAGuxDCJCuRwWSVOREo2MqKaLtL6dv2 { color:rgba(var(--color-primary-1),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:2.4969177246094rem;left:5.3118782043457rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNtLTHhN5N0licVMzwq6BngsaylGA6sW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:14.069458007812rem;left:5.3105659484863rem;height:16.8645625rem;display:block; }
#GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.4363393783569rem;left:38.124229431153rem;height:7.9304375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#DGswNqK2LkvX575vuSgn5zlDquXhBvBp { color:rgba(var(--color-tertiary-1),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:8.9387378692625rem;left:9.7148056030275rem;height:2.747525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyGA2AJdRCWKfQZ95bhdIdvEsVbHNLH5 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.75rem;width:26.5625rem;top:8.4375rem;left:5.3125rem;display:block; }
#dDCe4swwcPfzhmIf39zdRtTdBnZ6X6AN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.499225rem;width:2.499225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:9.061725616455rem;left:6.2789306640625rem; }
#bunuGDJ1CzadH57SEBsCTb19iiWkxxvi { color:rgba(var(--color-primary-1),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.4957456588745rem;left:38.125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJMDgb3sfTofCmu7m0ootU9zQIdOE9pg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.312113125rem;width:6.249225rem;top:1.5723237991333rem;left:38.124923706055rem;display:block; }
#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q > .row .container { border-width: 0; border-radius: 0; }#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:none; }#dzhGRFNFf1htbZWabM9v6waBdQuQNcOR { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JT1B1hviEIOrNx7l0MmgQCJTCh2pVaei { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa > .row .container { border-width: 0; border-radius: 0; }#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:none; }#WsMo6ycqeh3CM3AhFRBdeHplH4X5S6Er { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9620208740234rem;left:2.4980659484863rem;height:7.71rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VvPK29Qhcf1uTdTyx0IuGwBpQZqCSc27 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.696014404297rem;left:1.5605659484863rem;display:block; }
#OBfCGg2gIae18GLCkldel7p5hnrdcDkF { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.701812744141rem;left:20.309406280517rem;display:block; }
#wGb9wDkQDezrQsEpUNsk5plBp8cezGJs { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9620208740234rem;left:21.249225616455rem;height:7.71rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg0XLpoxU5dx8R7RxE3Dr54nhOQKJlN8 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.707611083984rem;left:39.05940246582rem;display:block; }
#sDb3LyEXby13Gc3gR3nLHNibaBbs3Z7R { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9620208740234rem;left:39.999229431153rem;height:4.626rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkhyvtCmGCMUsKJEafE1INw51bwCBrg6 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15.625rem;top:15.713439941406rem;left:57.808242797851rem;display:block; }
#L0NdPzX7eTKZH2TalQNkpf42p2ZWZN5U { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9620208740234rem;left:58.749229431153rem;height:7.71rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQUirETcDhaEw2QvwH5zHGTLlEIRXmM4 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.625rem;width:15.625rem;top:0.0625rem;left:1.5607986450195rem;display:block; }
#OMwiLiq8BNPoDVeF6itD5JZ92EpcQaXO { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.625rem;width:15.625rem;top:0.0625rem;left:39.060329437256rem;display:block; }
#fhqOpUAN10Op4KLpmPC0Eq944JRZoT3G { position:absolute;display:block;z-index:14986;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.625rem;width:15.625rem;top:0.0625rem;left:57.809398651123rem;display:block; }
#BRMd94eElaoNtsI9aA7KiKx4m13GRsHO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:11.561431884766rem;left:7.2498435974119rem;display:block; }
#LCRJt42J2rTpCTe0ooO0PApAAIaiIlQq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:12.249237060547rem;left:28.87406539917rem;display:block; }
#XPNB3KhLtTyhVxpap6EeL1bQEqWUrxKX { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:12.123931884766rem;left:46.687496185302rem;display:block; }
#iptATdrDHeQ6UtZI0xZ371VEDJvbszO9 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:11.561492919922rem;left:63.312034606931rem;display:block; }
#E8gvv2wHxMsMd0dp5H6c9vcRPWrrHVqW { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.873291015625rem;left:9.6223678588869rem;display:block; }
#C9R0ewtddHzsldHJERBEuVHbo0r1qBOr { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56206625rem;width:1.43663125rem;top:11.312194824219rem;left:26.312191009521rem;display:block; }
#v4B1pA2yw9TWcQzKmNul8xm4LzFXP12A { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:10.561737060547rem;left:45.061260223389rem;display:block; }
#GaZTQ5AGqD9rA8XEoTceTATtfOJTwvMh { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:10.749237060547rem;left:65.8118057251rem;display:block; }
#M6fnA32woaymcvvZ0TOIgJZiA3ASSaU9 { 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:15044;top:11.561431884766rem;left:7.9989166259762rem; }
#HKuc1Bov3IbSDhAxzf8Ali4c27DBoiZz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:10.875rem;left:26.686725616455rem; }
#dptCwGMCNmWq3VTC0WgVFaeQUygPpHz5 { 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:15039;top:10.998931884766rem;left:45.562496185302rem; }
#KfIGK4cAWwwA4U8ONoMg4WCtPn8dVX4G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.499225rem;width:2.499225rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:10.993347167969rem;left:64.246128082275rem; }
#K1Of6I0wxKPlJI3cHDAATBu7oTD7dy6A { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:12.561561584472rem;left:21.09375rem;display:none; }
#hhRAt9GzfHXq9Nv4U1eDdLmBy1Sw4ZmV { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.625rem;width:15.625rem;top:0.0625rem;left:20.309864044189rem;display:block; }
#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd > .row .container { border-width: 0; border-radius: 0; }#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:none; }#pPT4ShoRA2UUKnTATTNpnTDSvagHdCt9 { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IT89S7V1p64lN0ArnAdaGxK9LBy25wsf { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad > .row .container { border-width: 0; border-radius: 0; }#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#CJvArOPos1eXs8IQyBoTWRE0Sn3miVBb { color:#16253f;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.8738375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mQ549xZXm9NJWnFk4ORX7q6cknrDzsTk { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d1f602', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d1f602', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:3.6875rem;width:7.625rem;top:0.0625rem;left:7.4990730285644rem;display:block; }
#J37WDluLX0JFpAagiTmf5y7Q3ynwbeIZ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.625rem;left:9.0612602233888rem;height:2.6245375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cPByeiy463yEPrTPT5ioghc90teCZr24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cPByeiy463yEPrTPT5ioghc90teCZr24 > .row .container { border-width: 0; border-radius: 0; }#cPByeiy463yEPrTPT5ioghc90teCZr24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPByeiy463yEPrTPT5ioghc90teCZr24 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#fJDf9cG4gCPRdh4TU2vTXmJZuWU4Delm { color:#16253f;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.8738375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ERCnCG6uENFCDhmZM9rSEHkiWZpBIP4t { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.01)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.01)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:3.6875rem;width:7.625rem;top:0.0625rem;left:7.4990730285644rem;display:block; }
#g2igFfMo7kifC2uXk0ddBXJ1yuHdukXO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.625rem;left:9.0612602233888rem;height:2.6245375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 > .row .container { border-width: 0; border-radius: 0; }#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#s2Usa30rpJiEZuHLXOfmhrvSXZKeDQ59 { color:#16253f;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.8738375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTUB84ZmtmLgZ1WcsZXpXylOtppXxqlP { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d1f602', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d1f602', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(200,209,246,0.01), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:3.6875rem;width:7.625rem;top:0.0625rem;left:7.4990730285644rem;display:block; }
#AtW1Nwkqluo1f4BG1XkdO1GtyV3Tgy9G { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.625rem;left:9.0612602233888rem;height:2.6245375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm > .row .container { border-width: 0; border-radius: 0; }#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#fvKzQhvHJQn7swZM1QTBPkLTS9TdETry { color:#16253f;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:18.25rem;height:1.8738375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yL4frwLThZZ5xxETfwWJbids1igxtJWy { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.01)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0.01)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-1),0.01), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:3.6875rem;width:7.625rem;top:0.0625rem;left:7.4990730285644rem;display:block; }
#m9DbOgOvw8SnXZBKMssE9CrkPgre2vtG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.625rem;left:9.0612602233888rem;height:2.6245375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm > .row .container { border-width: 0; border-radius: 0; }#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:none; }#ryiqkNCNzAVVFzu9XZSUTNpxNsk0mR9O { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a8lwmQfKWS6hh5mMyrQTrOMCQcPtmf9D { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO > .row .container { border-width: 0; border-radius: 0; }#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:none; }#Kqy96x1APDQWPs9G4MqNcOiOS67eTOQP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:5.5559997558594rem;left:1.5rem;height:10.1988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#a7ScTymmOndrMcpdFbgTt5zMSPOg0hFR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:16.875rem;top:1.1246948242188rem;left:0.9375rem;display:block; }
#vLhkNwwfJumrHZT0WPUglWcbTLMG9HJv { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:17.124359130859rem;left:7.7496891021731rem;display:block; }
#xL8GRh1HRNZnbmTubThymWdGAeUIo0mi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.75rem;left:0.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDXlqMfdDRxRWtRf2Ey6LWhTVO7mBCfi { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:9.9934375rem;font-style:normal;display:block; }
#y4f0U3mWQpEAPU05G8oztPJyexhudp8c { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:16.875rem;top:1.1246948242188rem;left:19.6875rem;display:block; }
#okguwNJAlbNxlRoeSV1zqSMDqIRtnfoX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.5501098632812rem;left:20.249069213868rem;height:8.499rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#u3ZXcg8uvCyss5wDcN0oRbeAoxeThch0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:17.75rem;left:19.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfADamsGMeWAestEWD58EFZf3kn3lcZF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06244375rem;width:3.24960625rem;top:17.124359130859rem;left:26.499687194824rem;display:block; }
#d7nT1npJsO8tRswW6s62mlpBzZDXoshM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.3125rem;left:18.75rem;height:9.9934375rem;font-style:normal;display:block; }
#Gzv9m64SDHVPS72Tdk81BotP6wdyiEM7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:16.875rem;top:1.1246948242188rem;left:38.437496185302rem;display:block; }
#MWMLpLHErbxc8423newNMxxIvEdMDi5S { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:17.75rem;left:38.437496185302rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFP0J7C3ebDMSsSLhRTkXgf5L2oMdlF9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:5.5559997558594rem;left:38.999996185302rem;height:10.1988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#HJ4Tn17NqTgAlqT11l0Rmkh9MwlloKWn { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:17.124359130859rem;left:45.249691009521rem;display:block; }
#I1qB13yEXWhKOyMgUU9ZTe258BkUU6Ix { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:0.3125rem;left:37.499069213868rem;height:9.9934375rem;font-style:normal;display:block; }
#T4E7TSJrcmRFU338VOivVJKKAamaDfbX { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:16.875rem;top:1.25rem;left:57.187496185302rem;display:block; }
#n7m5I7UuQT6kQPCFUxNvBCSIHS2iKJ7X { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:5.5559997558594rem;left:57.749996185302rem;height:10.1988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hDxoXwV88mc8orVCaRZASMzB2fXkvtkr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:17.749053955078rem;left:57.811260223389rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qgWhT7Fl4uZl3qAOJhNZxw3xyrPJd2IO { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06244375rem;width:3.24960625rem;top:17.124359130859rem;left:63.999691009519rem;display:block; }
#U4kOfwyaZQMvPsTA7g42xd5zGsTR3F7b { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:0.43685913085938rem;left:56.24906539917rem;height:9.9934375rem;font-style:normal;display:block; }
#aM0vcZDgq3LgeEX5lQFmKcIeJfGPaGyy { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06244375rem;width:3.24960625rem;top:23.375rem;left:26.5rem;display:none; }
#bEoM0R43e1LZJ0yDCJHLvNpF2McdunvL { position:absolute;display:block;z-index:15019;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.125rem;width:4.125rem;top:2.21533203125rem;left:12.997833251953rem;overflow:hidden;display:block; }
#dRtuUpx0uDZ7M0MvrGTJyDbLaZN8SkQT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124775rem;width:4.1246625rem;top:2.21533203125rem;left:69.210704803469rem;overflow:hidden;display:block; }
#cLD5f5RIgQm1kQJHOu2dH6yTffuyTTWo { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:2.3165283203125rem;left:33.335083007812rem;overflow:hidden;display:block; }
#Ba2vc1eyf5VERpmzcMNDMgC7OSwdQ7JO { position:absolute;display:block;z-index:15021;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:1.125rem;width:3.1875rem;top:2.7462768554688rem;left:42.05940246582rem;overflow:hidden;display:block; }
#FxrpuHVBlkAiMCaJIVpAF6mGWSNAZreJ { position:absolute;display:block;z-index:15022;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.125rem;width:2.25rem;top:2.2459716796875rem;left:45.829822540283rem;overflow:hidden;display:block; }
#MpnhpzaKmKCshqzZMqiXc9FXbzVc48BR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:2.375rem;top:2.6831665039062rem;left:48.731433868408rem;overflow:hidden;display:block; }
#iINzpCy2A2rwBSaGS5AIeGmVop3gk3UA { 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:2rem;width:2.6875rem;top:2.2459716796875rem;left:51.596843719483rem;overflow:hidden;display:block; }
#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container { background-color: transparent; background-image: none; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container > .video-iframe-container { display: none; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row > .video-iframe-container { display: none; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .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); }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container { border-width: 0; border-radius: 0; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#cLrOk9qTaPmmDZQgFpDqqo0nDTdLf3aD { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.2190625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHFfqVDfKI2nWyBhIWPJc6zOoy5wOGZO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { background-color: transparent; background-image: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { display: none; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .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); }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { border-width: 0; border-radius: 0; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3707427978516rem;left:33.435333251953rem;height:17.325rem;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; }
#NT6xpm8oOdh5fdcVovnResbhE2EvalNM { color:rgba(var(--color-secondary-2),1);display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.62306213378906rem;left:33.434173583984rem;height:3.0875rem;font-style:normal;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:.95;top:22.684478759766rem;left:33.435333251953rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.95;top:22.684478759766rem;left:36.435798645019rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#w4uhieWetXdogb3owUVGtWz643TJmmeQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { 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:26.5625rem;width:17.5rem;top:0.62422657012939rem;left:3.7485313415527rem;overflow:hidden;display:block; }
#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fffc;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; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container { background-color: transparent; background-image: none; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container > .video-iframe-container { display: none; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row > .video-iframe-container { display: none; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .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); }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container { border-width: 0; border-radius: 0; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#PqbaQnc6G61FEikR6pnW3SU2OkcVcfCz { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.2190625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GylD5C3tSPATdrSIym5nBOJe4G0i8rEo { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#c83hRTbDnhqLpiykfci6SI0bekSlKBBB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fffc;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; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { background-color: transparent; background-image: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container > .video-iframe-container { display: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container { display: none; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .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); }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { border-width: 0; border-radius: 0; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:13.619739532471rem;left:0.65346527099612rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:8.7493801116944rem;display:block; }
#L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { color:rgba(var(--color-secondary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.245666503906rem;left:4.0618801116943rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:33.75rem;display:block; }
#ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { color:rgba(var(--color-secondary-2),1);display:block;width:24.43675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:10.246593475342rem;left:25.280010223389rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.618808746338rem;left:27.433475494385rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.9375rem;left:58.749691009521rem;display:block; }
#c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { color:rgba(var(--color-secondary-2),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:10.245666503906rem;left:53.593441009521rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:13.616928100586rem;left:51.249229431153rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.93641875rem;width:2.93641875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:3.1875rem;left:11.0625rem; }
#xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:3.28125rem;left:36.092819213868rem; }
#qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:3.2496891021729rem;left:61.124996185302rem; }
#uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.68603125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.357284545899rem;left:31.875rem;display:block; }
#nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container { background-color: transparent; background-image: none; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container > .video-iframe-container { display: none; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row > .video-iframe-container { display: none; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .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); }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container { border-width: 0; border-radius: 0; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#giOrw1MG3TEI1HRrcS1aruBaUf1rWc2x { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RFq4G4Wo3CIGJGuImXJScTQnatyoxTgE { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { background-color: transparent; background-image: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { display: none; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .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); }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { border-width: 0; border-radius: 0; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { font-size:0.875rem;font-family:arial;height:119.6875rem;width:75rem;position:relative;display:block; }#Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { color:rgba(var(--color-primary-1),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:4.9392795562744rem;left:6.25rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:5.4973773956299rem;left:23.185874938965rem;height:19.1875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:27.25rem;left:6.25rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { color:#040015;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:27.8125rem;left:23.1875rem;height:21.25rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#wxUlpnkz24licUryIOhDDC6C7CvJhwcm { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:0.776611328125rem;left:4.6831665039062rem;height:2.175rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:2.6875rem;width:32.6875rem;top:0.625rem;left:0rem;display:block; }
#Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:113.75rem;width:0.125rem;top:1.8924036026001rem;left:20.498531341552rem;display:block; }
#WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:5.4962100982666rem;left:19.623992919922rem;display:block; }
#s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15034;top:4.8731431961059rem;left:18.999614715576rem;display:block; }
#QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15038;top:27.1875rem;left:19rem;display:block; }
#fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:27.8125rem;left:19.625rem;display:block; }
#d95m2a3XTrC4QPr0CThM3GUbQvsQG4Iz { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:51.499359130859rem;left:6.2496891021729rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lfxSITni2xgQxe89szUqTQaeCZVsyC1F { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15039;top:51.375rem;left:18.999691009521rem;display:block; }
#rwCfJvEt0RDBZrucmOATRgbIACAO2t77 { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:51.9375rem;left:19.624378204346rem;display:block; }
#IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:52.061859130859rem;left:23.186878204346rem;height:15.0625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15037;top:69rem;left:18.999691009521rem;display:block; }
#eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:69.624664306637rem;left:23.186878204346rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15040;top:73.374664306637rem;left:18.999691009521rem;display:block; }
#IES3csPRNlSbEv4T3mFOoCReZURIJy4v { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:73.999359130863rem;left:19.624378204346rem;display:block; }
#L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:73.436859130863rem;left:6.2496891021729rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:74.0625rem;left:23.186878204346rem;height:21.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5621875rem;width:1.5621875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:114.68685913086rem;left:19.81095123291rem;display:block; }
#v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;display:none; }
#FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:5.5625rem;left:3.6875rem;display:none; }
#yXshyNiKGA3ur274ofeHI3esPpyGvfCD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:69.624664306637rem;left:10.6875rem;height:1.8rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wmybxsaFlBuVlPms25b1vlhRqh3R6FCJ { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:98.186859130863rem;left:6.2496891021729rem;height:2.925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:98.749359130863rem;left:23.25rem;height:12.6875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
#KMBtulCCTymb4O3FmuEqVUA6VXyVWxZP { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:98.749359130863rem;left:19.624378204346rem;display:block; }
#HJCuIMX3bK97S3NQQxoQ3poLelriIlfq { box-sizing:content-box;color:rgba(var(--color-primary-1),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.12438125rem;width:3.12438125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:98.124664306637rem;left:18.999691009521rem;display:block; }
#ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { color:rgba(var(--color-secondary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:113.93685913086rem;left:6.2496891021729rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VnWaPkXSHJTcV32TULTZAopvxvesiXmR { color:rgba(var(--color-secondary-3),1);display:block;width:40.18625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:114.62466430664rem;left:23.186878204346rem;height:2.0625rem;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;overflow:hidden;display:block; }
#o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15044;top:113.93685913086rem;left:18.999691009521rem;display:block; }
#JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { box-sizing:content-box;color:rgba(var(--color-tertiary-1),1);font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:69.75rem;left:19.811878204346rem;display:block; }
#TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15044;top:94.375rem;left:28.4375rem;display:none; }
#TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { box-sizing:content-box;color:rgba(var(--color-primary-0),1);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:block;z-index:15039;top:49.873449325561rem;left:28.43595123291rem;display:none; }
#iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { box-sizing:content-box;color:rgba(var(--color-primary-1),1);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:block;z-index:15040;top:77.3125rem;left:19rem;display:none; }
#XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:0.84003734588625rem;left:4.0583229064941rem;height:2.17574375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { background-color: transparent; background-image: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container > .video-iframe-container { display: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row > .video-iframe-container { display: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .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); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { border-width: 0; border-radius: 0; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#xhqqruQcbbUaiC0XNxLZWZ1alCy97sxu { color:rgba(var(--color-primary-1),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.2190625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXVA1Q1IwHqrrU4RtdTVkxOorSOZKrPq { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container { background-color: transparent; background-image: none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container > .video-iframe-container { display: none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row > .video-iframe-container { display: none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .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); }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container { border-width: 0; border-radius: 0; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#x8zJGGHbaw57b4l6nB27LZp5whUCGBE1 { position:absolute;display:block;z-index:14991;background-color:#f4fffc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:41.5rem;width:16.8125rem;top:1.125rem;left:27.375rem;display:block; }
#D0CciiR6ReVvhXMpo5nKVnGCDTZcOShR { color:rgba(var(--color-primary-1),1);display:block;width:14.2493125rem;position:absolute;font-family:peugeot;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:28.6875rem;height:2.2751625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2rqdhGNaXsXOMDTbnHGRaXf6M9aMTUv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.2) ;height:5.4375rem;width:16.875rem;top:6.5625rem;left:27.375rem;display:block; }
#iMXcuPnOccF3R0lsVcnEJkJ3u6ouuSL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #404040;top:7.875rem;left:31.0625rem;height:2.84405625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVdCEPxUDdcrdsIaAVqhRCNAT5TNtmGV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:13.1875rem;left:11.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#AGDoWwfT3Lc9JXgGvFh54Ieu4NM7yLri { position:absolute;display:block;z-index:14996;background-color:#f4fffc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #acacac;border-left:0.0625rem solid #acacac;border-right:0.0625rem solid #acacac;border-bottom:0.0625rem solid #acacac;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:41.5rem;width:16.8125rem;top:1.125rem;left:44.75rem;display:block; }
#RIazSboXX9tr8cFsxT05SCFfhb3uH6v5 { color:rgba(var(--color-secondary-2),1);display:block;width:13.8745625rem;position:absolute;font-family:peugeot;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:46.1875rem;height:2.2751625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WguPUiPHpSiV22JyJdOe7AZV2PTw32FG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(var(--color-tertiary-4),0.2) ;height:5.5rem;width:16.8125rem;top:6.5625rem;left:44.75rem;display:block; }
#wQ9Z87px7pERs0WEUizpslIlx8JPeE7d { color:rgba(var(--color-tertiary-4),1);display:block;width:10.93675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #404040;top:7.875rem;left:47.6875rem;height:2.84405625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbGIlltqU7b3ctSwpAwulIrVLgnIlcK9 { background-color:rgba(var(--color-primary-1),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #404040;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7478125rem;height:3.31095rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.0625rem;left:30.375rem;display:block; }
#dr622SESArXf26IIbInDQQuTzdfsPkFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTnRaqA41AOgZ8MOmCHxJXnpbbvTPaOe { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #404040;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7478125rem;height:3.310025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.0625rem;left:47.75rem;display:block; }
#T2UwUPUX0Al1oMOGfBoUWfbCkDfQTZhF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFx94hA2iwbo1zSNqm9LEXdV7zI1qmVa { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246125rem;width:3.1246125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15030;top:23.625rem;left:34.1875rem;display:block; }
#DVQnLC8ebrO96Xi7c263297qSvXzeGtu { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246125rem;width:3.1246125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15052;top:18.3125rem;left:34.1875rem;display:block; }
#p08iWiMJmlVethmFvzaAai4XnpM88JTN { box-sizing:content-box;color:#1b993f;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15045;top:12.875rem;left:51.75rem;display:block; }
#pT25ippHcfN4NG8bGfxLL0iHHPRnbBFZ { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246125rem;width:3.1246125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15047;top:18.3125rem;left:51.5625rem;display:block; }
#Ndn0J80JgrnFg8G1vEp0lOLZflmuyAkZ { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246125rem;width:3.1246125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15048;top:23.625rem;left:51.5625rem;display:block; }
#H47aP9PfpOB2bxaUzMPkaskPMnkzDxg2 { box-sizing:content-box;color:#1b993f;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15050;top:29.25rem;left:51.75rem;display:block; }
#QypnyxExbllDH5ue7cBJsBrCTrVD8ugM { color:#1e0a47;display:block;width:9.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:15.0625rem;left:31.1875rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHTTv7pzbzAnCHaqR2HK4QpiUI2atRIt { box-sizing:content-box;color:#1b993f;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15053;top:12.875rem;left:34.375rem;display:block; }
#OolEyMcB5JgbC60ep1QfVhOWw0ouKvNm { box-sizing:content-box;color:#eee200;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15053;top:16.875rem;left:26.8125rem;display:none; }
#WfGmD1oD6bmqAPZMsJAx8EWImLGspdhf { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.849219322204rem;left:1.625rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#UN2QGrMxTePpMT5uTC3wkzSw6gDygDci { color:#1e0a47;display:block;width:16.125rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.649219512939rem;left:1.6250019073486rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#m1J5y8tzNxOlXXTLsioX9SBnuxqMP40l { color:#1e0a47;display:block;width:16.6875rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:25.33749961853rem;left:1.6250019073486rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#nic585iUv4NmwpxTzsJ00MhK7mrEG1fe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:1.6250019073486rem;height:1.35rem;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:none; }
#rZAlqA2lqabkOsAGccqcTd8gDa2nqmTB { color:#1e0a47;display:block;width:19.5rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:33.0625rem;left:1.6250019073486rem;height:1.35rem;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:none; }
#I1ponyogl9rFVCB6Uf5dmh8p3ZdHQGxE { color:#1e0a47;display:block;width:19.5rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.024219512939rem;left:1.5000019073486rem;height:1.35rem;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:none; }
#FXgoEgFLiOa3NGB23KQZzsB4eRcetvaT { color:#1e0a47;display:block;width:22.125rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:40.299999237061rem;left:1.4062519073486rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lzTWx760tekCC523kAtS3CeFHgwTxe3r { color:#1e0a47;display:block;width:20.75rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:44.160938262939rem;left:1.5000019073486rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ApIJWEA918mzgW7t8I5XiunegSfooEQu { position:absolute;display:block;z-index:15008;background-color:#404040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.9375rem;width:23.1875rem;top:52.75rem;left:1.1875019073486rem;display:none; }
#bCO7WkaEuvLd6f44KDOHWkC6D4peGrfE { color:#1e0a47;display:block;width:20.75rem;position:absolute;font-family:peugeot;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:54.4375rem;left:2.5625019073486rem;height:1.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#GxTpcMzA98ko3KHN7h9KAbQqfyuTUJnT { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.849219322204rem;left:1.625rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#UnI7L1cUFudHElzKvs5A1f5EbuD8TPJF { color:#1e0a47;display:block;width:16.125rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.649219512939rem;left:1.6250019073486rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#I3XoMTtpI6MT0CgrtXC1Pon45GAGT5IT { color:#1e0a47;display:block;width:16.6875rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:25.33749961853rem;left:1.6250019073486rem;height:1.35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#EoNXE7A7kBJLXVZSoZ5fTBFT70hizDil { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.375rem;left:1.6250019073486rem;height:1.35rem;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:none; }
#rFEE3F5vQOVh09ttmTfgCGFMZ0gHRhs5 { color:#1e0a47;display:block;width:19.5rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:33.0625rem;left:1.6250019073486rem;height:1.35rem;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:none; }
#Ngmwl05eHt3aE9deC4RW7TORwIrUicEX { color:#1e0a47;display:block;width:19.5rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.024219512939rem;left:1.5000019073486rem;height:1.35rem;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:none; }
#cvpAlZXqyT3TuW5IN6sJVb5WdvgXDBhp { color:#1e0a47;display:block;width:22.125rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:40.299999237061rem;left:1.4062519073486rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Io3VfGFPhOuw85Agv6NqJT76Eqrq9SPx { color:#1e0a47;display:block;width:20.75rem;position:absolute;font-family:peugeot;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:44.160938262939rem;left:1.5000019073486rem;height:2.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MiNrpPs80woug6ka0lAkrESfZhNQcxkA { position:absolute;display:block;z-index:15022;background-color:#d4dadc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:4.0625rem;top:28.487501144409rem;left:64.87499809265rem;display:none; }
#L56kbelZO0AcLTXNWRWf2ENuNvp2G9np { position:absolute;display:block;z-index:15008;background-color:#404040;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.9375rem;width:23.1875rem;top:52.75rem;left:1.1875019073486rem;display:none; }
#N7MC3UHIc3oy6NEG9WqBClclfBC7shmp { color:#1e0a47;display:block;width:20.75rem;position:absolute;font-family:peugeot;font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:54.4375rem;left:2.5625019073486rem;height:1.7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Xrhhw6T4TrJJT9Ss0rvR1hLpZQA1WFEO { color:#1e0a47;display:block;width:9.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:15.0625rem;left:48.5625rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLWQoBVauRhc5aSrZNWxw9BKNwXIwemP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:18.375rem;left:9.6875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#BreCDmr5iOhnxJ2hhc0wfUMD7wI8Ft06 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:23.6875rem;left:9.75rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#My8e9K2Th0fhz0KdZuQ5O2gvi2Jw0IQT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:29.125rem;left:9.8125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#H9sTSZOwhFmiHalTT58rk5KR1K9ms84r { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1246125rem;width:3.1246125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15031;top:29.0625rem;left:34.1875rem;display:block; }
#QpBa3vF8Lp09unXpVWxivKEQzml3Hgsd { color:#1e0a47;display:block;width:10.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:31.375rem;left:47.9375rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7HOdB9Scy1ihawHhczFt4EvP2yD6DS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:34.375rem;left:7.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#P5dcXewra5xCmpGfxqnAsVnnpww2HEHP { box-sizing:content-box;color:#d7081c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12345rem;width:3.12345rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:35.4375rem;left:34.25rem;display:block; }
#HANUeTy9trEEzWN8nMAQXPFQCHISDOfT { box-sizing:content-box;color:#1b993f;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12345rem;width:3.12345rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #404040;display:block;z-index:15052;top:35.4375rem;left:51.5625rem;display:block; }
#Vx1ORMZJrNipcluX8T4Hovcc4hdkIBC7 { color:#1e0a47;display:block;width:15.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:37.875rem;left:45.25rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wS4CfLwwCEPlo1BianL7WdAZIazs7DI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:45.311261177063rem;left:33.073638916016rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nTuIMfAGh9MoXdH9HypGcc4cdTPnH3Nv { color:rgba(var(--color-secondary-3),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:37.500412464142rem;left:45.507219314575rem;height:12.14728125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#ZJpeBHUXyfbgPAxNTwLa1sEPmA6gTs9v { color:rgba(var(--color-primary-3),1);display:block;width:12.499625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:48.052986145019rem;left:7.3201560974119rem;height:0;text-align:right;text-align-last:right;display:none; }
#PxSI2krKDr5KlirG260eUichqD9SI1Bf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { background-color: transparent; background-image: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container > .video-iframe-container { display: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container { display: none; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .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); }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { border-width: 0; border-radius: 0; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004ea9;border-left:0.125rem solid #004ea9;border-right:0.125rem solid #004ea9;border-bottom:0.125rem solid #004ea9;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:32.75rem;width:20.9375rem;top:11.56163173262rem;left:40.187503814698rem;display:block; }
#TJfcGM8bFA2V3PCnTds1LADOSB15l10x { background-color:#005bae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.249999576248rem;left:42.500003814698rem;display:block; }
#DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:28.437499576248rem;left:42.500003814698rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{  }
#guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:30.9375rem;width:20.9375rem;top:13.62413173262rem;left:14.5625rem;display:block; }
#WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { color:#000000;display:block;width:15.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:19.062499576248rem;left:17.1875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LBMVWE93ABhsNauep3dypbZTTuMFFRNU { position:absolute;display:block;z-index:15019;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.187499576248rem;left:17.1875rem;display:block; }
#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { color:#68b6ff;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:28.437499576248rem;left:17.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{  }
#eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:19.062499576248rem;left:42.500003814698rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kgRscgbArT3qfOsTVD4J1WevdEwOD56o { color:#004ea9;display:block;width:3.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.312499576248rem;left:52.500003814698rem;height:2.35625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { color:#004ea9;display:block;width:9.6875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.562499576248rem;left:42.500003814698rem;height:5.44375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:27.187499576248rem;left:42.500003814698rem;display:block; }
#WC9LHHBUevT7h1630CanoWUXcqHHVTUm { background-color:#68b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.25rem;left:17.1875rem;display:block; }
#iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { color:#68b6ff;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.31163173262rem;left:17rem;height:3.0875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { color:#68b6ff;display:block;width:3.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.312499576248rem;left:24.6875rem;height:2.35625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MVLDJpvVk2XAo68ktu59NVydq575hJN5 { color:#68b6ff;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.562499576248rem;left:17.1875rem;height:5.44375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SV7aLcx6uwENZ4Aey5ye0eBZ5E04SvwT { position:absolute;display:block;z-index:15010;background-color:#004ea9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.3125rem;width:21.125rem;top:11.56163173262rem;left:40.187503814698rem;display:block; }
#WgitO4sRc72D7uwf0T6cmTXkIVauiZvc { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:11.87413173262rem;left:39.704860687256rem;height:1.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { color:#004ea9;display:block;width:14.5625rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.31163173262rem;left:42.500003814698rem;height:3.0875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:46.550003051757rem;left:14.562503814698rem;height:1.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DSflmoxHs65TFZVaAowevFr8k2i4TU1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container { border-width: 0; border-radius: 0; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#DDn4Up3W5SnGPFEDWF8BNyFCw8XWA30a { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.543751239777rem;left:2.2746095657349rem;height:1.45rem;display:none; }
#LnbrluezRK194FOI2gtXq9akua857VyF { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:5.75rem;width:9.75rem;top:3.3125rem;left:38.625rem;display:block; }
#x3VSG6JcDETV8aqPzvWn4KAubeco4VSt { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:39.4375rem;height:1.62530625rem;text-align:center;text-align-last:center;display:block; }
#XESpsTIXk9mqEyQJJRGrbpnTTGPyyPPB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.6875rem;height:2.43656875rem;text-align:center;text-align-last:center;display:block; }
#Hb6t58sXsc1iJkuHfUeppaTMTioNc8Kf { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:avalon;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.9375rem;left:65.3125rem;height:1.62530625rem;text-align:center;text-align-last:center;display:block; }
#GxiTzn9Wab9xR9ImODPganTQTTCaUrT4 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.5rem;left:2.25rem;height:1.46151875rem;text-align:left;text-align-last:left;display:block; }
#s10BUATgcdqlDu2wX3mlHTJWaK1Suiy5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:9.875rem;left:42.4375rem;display:block; }
#Bc0WSiLaabFHsQrIeBKHkucq0nezdBDA { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:9.875rem;left:67.625rem;display:block; }
#LJV794pH2BHpF30hpmFFsdMICcRiJDgM { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:13rem;left:42.4375rem;display:block; }
#gCKp4DTGP3kn9IaCAt1aR57laMwPK13h { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:21.375rem;left:42.4375rem;display:block; }
#wTCv8SXiFSe0ciQT0ZQl8hO8c5RBI09w { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:21.375rem;left:67.625rem;display:block; }
#MqwDlgWkzTfIy3621JF6EdAuypyVKnaV { color:rgba(var(--color-tertiary-0),1);display:block;width:32.625rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.25rem;height:1.46194375rem;display:block; }
#GUxycfgV7o6i31hFZ4HpZRiru1myqnPN { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.25rem;height:1.46194375rem;text-align:left;text-align-last:left;display:block; }
#P7VbLrN2tbuTNuQ9IArXBaxheOq1S4VT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:27.625rem;left:67.625rem;display:block; }
#nuTMBxBeHE6ruEdEheClmidMfrBT8CGx { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5rem;left:2.25rem;height:2.9238875rem;display:block; }
#wWkvl2ZJMcre7qIe5A8U4GAX8M8nKhTF { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:5.75rem;width:9.75rem;top:3.3125rem;left:64.3125rem;display:block; }
#ieT36XrfWF8wNCrNEmhgQXiXFCSLFQFb { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#hA57NxSzyQw3W4PTaPA3MKzo8Dsg4IW8 { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#ZX2kwU303vcD0tvusu1mWTI4CmPVXVtk { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#vcJP2dRRSk2AvwfkhekCqkXgvlQe8gM7 { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#KQ32nNzdpyWw27RgcvXprQf7QuNvAMo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:avalon;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.675000190735rem;left:39.680860519409rem;height:2.425rem;text-align:center;text-align-last:center;display:none; }
#QqBztaCcEFFNB4qf2mSGwM7Ws8BfvaD9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:20.306250095367rem;left:42.430860519409rem;display:none; }
#NZizCStHU7Tf5ndfFxNuO7JFIX6VMXmO { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#rZkf4p32q8dEdzv5QNdZFlqspn2uQBm2 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:20.306250095367rem;left:42.430860519409rem;display:none; }
#ZP8xyn0uQgsWcOxhSwGzdQSAQ52TKtzT { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:20.306250095367rem;left:42.430860519409rem;display:none; }
#LEcLXLSfq9zSwphnkSbqIKrlTyeuoTBS { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.187499046326rem;left:2.2746095657349rem;height:1.45rem;text-align:left;text-align-last:left;display:none; }
#SQUkP6F3TmZM32kOxf36ZCkTBu9eK3RV { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:72.875rem;top:19.625rem;left:2.2746095657349rem;display:none; }
#m8SHduOUSN7enDbJFpvow7kPoakNRX6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.187499046326rem;left:2.2746095657349rem;height:1.45rem;text-align:left;text-align-last:left;display:none; }
#tmdZokfiyS1nOqG4fArqTxs4NTtdP8r9 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:avalon;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:32.187499046326rem;left:2.2746095657349rem;height:1.45rem;text-align:left;text-align-last:left;display:none; }
#DXW6x413iEDuylqpRFUi44lB1CWfaLzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DXW6x413iEDuylqpRFUi44lB1CWfaLzV > .row .container { border-width: 0; border-radius: 0; }#DXW6x413iEDuylqpRFUi44lB1CWfaLzV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXW6x413iEDuylqpRFUi44lB1CWfaLzV > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:75rem;position:relative;display:none; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s > .row .container { border-width: 0; border-radius: 0; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:none; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container { background-color: transparent; background-image: none; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container > .video-iframe-container { display: none; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row > .video-iframe-container { display: none; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .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); }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container { border-width: 0; border-radius: 0; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#c4U974bXvxGZWSAVKSTZLrLT2Tab02Zi { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5rem;left:5.3125rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EBwFJ4vf9X04dUWHIVGqZ8coVDhg4IwX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.31188125rem;width:6.2487625rem;top:1.5625rem;left:5.3125rem;display:block; }
#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { border-width: 0; border-radius: 0; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:none; }#fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:43.749382019043rem;left:12.562267303467rem;height:1.27536875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.124303817749rem;left:12.562267303467rem;height:2.762375rem;text-align:left;text-align-last:left;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-form-header { font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9.9375rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle;overflow:hidden; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:1.875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:avalon;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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.0625rem solid #939598;border-left:0.0625rem solid #939598;border-right:0.0625rem solid #939598;border-bottom:0.0625rem solid #939598;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:inline-block;*zoom:1;*display:inline;width:36.75rem;box-sizing:border-box;height:2.5rem;color:#414342;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:10.5625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { 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:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:10.5625rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:36.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-moz-placeholder { color:#414342;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-moz-placeholder { color:#414342;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]:-ms-input-placeholder { color:#414342;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp [class*="-text"]::-webkit-input-placeholder { color:#414342;font-family:"open sans";font-size:0.8125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:35.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.3; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:left;text-align-last:left; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.554145812988rem;top:0.60235595703125rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.75rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.1875rem;line-height:1.5;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:12.554145812988rem;top:0.60235595703125rem;z-index:15002;position:absolute;font-size:0.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr { position:relative;display:block;z-index:15000; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { position:relative;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT { position:relative;z-index:2; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA { position:relative; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq { position:relative; }
#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container { background-color: transparent; background-image: none; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container > .video-iframe-container { display: none; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row > .video-iframe-container { display: none; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .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); }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container { border-width: 0; border-radius: 0; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { background-color: transparent; background-image: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { display: none; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .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); }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { border-width: 0; border-radius: 0; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { color:rgba(var(--color-secondary-2),1);display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0594059228897rem;left:1.8719062805176rem;height:2.84405625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVvNJQEoz3va7t9yityrkiwsbWxVA9i9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.3712869882581rem;left:1.8731422424316rem;height:2.00030625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.9356435537338rem;left:58.936260223389rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.0618811845779rem;left:58.936260223389rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.0618811845779rem;left:32.560642242432rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:3.9356435537338rem;left:32.561878204346rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { position:absolute;display:block;z-index:15025;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.5606434941292rem;left:23.248760223389rem;overflow:hidden;display:block; }
#esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.5618811249733rem;left:49.624378204346rem;overflow:hidden;display:block; }
#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN > .row .container { border-width: 0; border-radius: 0; }#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#It2dgTvc7kzgdHbr11QiT099h3iHxGHp { color:rgba(var(--color-secondary-2),1);display:block;width:9.4995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.3114166259766rem;left:12.1875rem;height:2.8440625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmc77pMcpTHeA1p7iTTDTiauSx2CAeDv { color:rgba(var(--color-tertiary-0),1);display:block;width:20.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:7.6241607666012rem;left:12.374305725097rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ogNW5byvUvuCPKotvNvlbZ7lB0EUHKIi { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:3.8300628662109rem;left:49.749382019043rem;height:1.79950625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JFfVBKd2w9hJ6CTHZzVIsc3Zn073ISXN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:6.3745422363281rem;left:49.748992919922rem;height:3.198025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PNAJ3717C0vyMI78ndgOpe8cab8Cz4J4 { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.5rem;width:7.5rem;top:2.8125rem;left:40.437034606934rem;overflow:hidden;display:block; }
#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { background-color: transparent; background-image: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container > .video-iframe-container { display: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container { display: none; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .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); }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { border-width: 0; border-radius: 0; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { font-size:0.875rem;font-family:"roboto condensed";height:7.4375rem;width:75rem;position:relative;display:block; }#guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9366455078125rem;left:53.687110900879rem;height:1.38125rem;display:block; }
#EowCTE6rcsaMMuukbvhilAOFfFubOyFq { color:#8faace;display:block;width:13.3125rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:2.1859741210938rem;left:33.874229431153rem;height:3.5625rem;display:block; }
#tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { box-sizing:content-box;color:#8faace;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:block;z-index:15004;top:0.93634033203125rem;left:17.624614715576rem;display:block; }
#s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { box-sizing:content-box;color:#8faace;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.8113403320312rem;left:17.749923706055rem;display:block; }
#a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:4.9984741210938rem;left:18.060874938965rem;overflow:hidden;display:block; }
#JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { position:absolute;display:block;z-index:15010;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:1.625rem;width:0.625rem;top:2.8113403320312rem;left:32.499305725097rem;overflow:hidden;display:block; }
#u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.2484741210938rem;left:19.436958312988rem;display:block; }
#QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#8faace;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.0619506835938rem;left:19.499614715576rem;display:block; }
#PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLWeJvfEQcA5J2mBidIgIwaWosHrkFeW { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15021;top:2.1859741210938rem;left:68.43672943115rem;display:block; }
#VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15022;top:2.0618286132812rem;left:64.935874938962rem;display:block; }
#wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15023;top:2.0618286132812rem;left:61.311882019043rem;display:block; }
#MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { 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:2.875rem;width:7.25rem;top:2.5305786132812rem;left:3.5625rem;overflow:hidden;display:block; }
#KKGnXlM9B6LtpTEc51SqLJdqzdf035to { color:#8faace;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.034423828125rem;left:19.686416625976rem;height:1.21905625rem;display:block; }
#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { position:relative;display:none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { border-width: 0; border-radius: 0; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { position:relative;display:none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { border-width: 0; border-radius: 0; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.34375rem;left:21.78125rem;display:none; }
#DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { z-index:15002;top:0.3125rem;left:32.65625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6249375rem;height:2.4994375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.0625rem;left:58.25rem;display:none; }
#pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { display:block; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { top:1.5625rem;left:33.685180664062rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { top:1.5625rem;left:41.185180664062rem;width:5.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { top:1rem;left:0rem;width:13.75rem;height:2.4993613287998rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:7.1875rem;height:2.5rem;top:1rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:14.6875rem;height:1.5625rem;top:1.4375rem;left:11.804145812988rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { display:none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { top:1.0625rem;left:0rem;width:10.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { top:1.25rem;left:0rem;width:8rem;height:1.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { display:block; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { display:none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm { display:block; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5fqmTIgx9SnD0QQPGxak14PXrA1UskC { top:11.5rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJIsTayRtGoK519QxEavMJvBsfyQh1C4 { width:14.25rem;height:2.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdnvQ487RTXpi6LZNcAB7yKKX8kk4Xze { display:block; }
 }@media only screen and (max-width: 763px) { #Q7ORZdTyGDLtqnzLws4IeK6OmHEbAP9z { top:2.1875rem;left:0rem;width:11.25rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMbW4i7enbZREVQ9Sbwpqtckzw2qNZmq { top:23.1875rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODZvhnF3Kevo5vMTcFNU2xe89A6k0BU { top:7.25rem;left:0rem;width:12.1875rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6awrs3mmUlJ9SVuMTlULUnQzTuCqB06 { width:16.5625rem;height:23.688010164611rem;top:8.125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUlgnL7tTa5fAkJCEQBg33FCwqaXqTW { top:6.5rem;left:0rem;width:16.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyC7JAUZkuDnoJ6R6fnIN34LyccGWzSr { top:7.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN9N8RrW1Hpl13WqkOXXN9neUCOH61xc { top:1.6875rem;left:9.6246147155763rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuZBWhDnBDVNWWbZ28ynOiglRrV2SGnr { top:39.5rem;left:0rem;width:19.9375rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQOWfrht5WOls1ZEHoCrTsr5XyRg3w0v { top:2.1875rem;left:11.1875rem;width:36.5625rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b405zrF0Fb6Jk87xzJblQdPvHg8Hfys2 { top:2.1875rem;left:10.125rem;width:2.1875rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScWbP2P1hr2XWTmX7iKluFp8mlcDHfF0 { top:1.1875rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 { display:block; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPlI5IninIBsFqKyBua1mmqxrTrNmRU { width:14.25rem;height:2.8125rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiRaXgmVKoC8XHBu1dp7Tfn7y5Zxfdgq { display:block; }
 }@media only screen and (max-width: 763px) { #Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { width:8.1875rem;height:2.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block; }
 }@media only screen and (max-width: 763px) { #rk6JQZ5sxutUihoCXD34aTR40upsRlCm { width:7.9375rem;height:2.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block; }
 }@media only screen and (max-width: 763px) { #RT5ywGOWATyLMJtgCNZxsvbmhMQ3kku6 { width:47.75rem;height:3.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMU11uJTyN80AkpdnKcmcEbGdZvUBOP8 { width:43.125rem;height:1.625rem;top:7.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VklAZqADQZWfXQ35beme7TMLssFregPW { top:7.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNmPw6CPzPLMHlnvJdlAdADWLQvolV8a { top:1.0625rem;left:34.0625rem;width:13.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTHJEshZ1mdEosomeubrrcxdRd0xf5sa { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okXpJ51iPzxkllvvJh60C6p0tRVcTxFi { top:4.6875rem;left:40.123298645019rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izWiPlPCs6G1hfEzUHmC261bnaEEfmXy { top:2.3125rem;left:42.436882019043rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku78J6GUhOLqHaRF5e1vLrd2twxx3Xx6 { top:2.0625rem;left:0rem;width:2.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDSFAzPL1F0GE97bJslHWRTm3lZpdQIL { top:2.125rem;left:0rem;width:0.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCUz0lhmVeoNNc9ex19nKv2K84nGKL96 { width:16.625rem;height:5.125rem;top:0rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD { display:block; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyWzoe3m3xVeffQZESKtOqGVgPQAVE4o { width:14.25rem;height:4.5rem;top:2.1875rem;left:1.5648956298828rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLS8tHZ4iW2Mf7HFFa3I9aXCJGuTUa6 { width:20rem;height:3.25rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmQz6iI8UCNoUexaQG1MZgTLJbaymcNI { width:19.9375rem;height:3.1875rem;top:7.25rem;left:11.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXpp3VOO6hUsLJCUpy1FgyPMESRIfbOm { width:14.25rem;height:4.5rem;top:2.1875rem;left:17.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCcqSvJJ8ZD8Q5HITGKpefZ9BzHN9NAk { width:18.125rem;height:3.25rem;top:7.1875rem;left:29.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cU1GDIH1kIIMLa1tHKCN1Pekm3zWlM { width:10.375rem;height:4.5625rem;top:2.1875rem;left:37.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU9aAXwBHFn2HqQl7wIU9TEgcIEnaN9U { width:7.5rem;height:7.6875rem;top:0.1875rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTy95fLa9wTx3zWFdUO1ThJZ1SWipZU { width:7.5rem;height:7.6875rem;top:0.1875rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqe7FcTdAs5UWGeO4oCoaULXTzb5UT6L { width:7.5rem;height:7.6875rem;top:0.1875rem;left:33.624923706055rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMWasCRdh2uaU8TV1fhTTJ2y3NNwbzdL { width:2.4375rem;height:2.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBsGTg63VTPgvemNZybUkZ2uAJ3luKgT { width:2.8125rem;height:2.8125rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCAeKCBKAZCKxkP9cCFHLDlpy2qhqymJ { width:3.0625rem;height:3.0625rem;top:2.9375rem;left:34.90470123291rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa { display:block; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMwgOSrXHqII2K4HRe1Utrn1TouyOhCH { top:1.5rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeSAZTNyP5AQe8LTda2rNptfeUyJtvJp { top:2.4375rem;left:0rem;width:23.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrXyMvfAoyZxfixdQGx52TslC5cTI5dX { top:8.9375rem;left:0rem;width:21.25rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8UKzu5x6b77MUrkRrZnIEoTJTHuGTf { top:8.4375rem;left:0rem;width:26.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xDNTKHux7RMWcspla0CqbVL8n7liFv { width:2.4375rem;height:2.4375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HupRUzWpl12kb35DyVinXw4xFzhsHTDo { display:block; }#HupRUzWpl12kb35DyVinXw4xFzhsHTDo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1XJkVDHCqPkWMBHiUddq6NByOZAPkd9 { width:46.25rem;height:5.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqT5RcMI9kCDrIqMD324lRqL69OFqXta { display:block; }
 }@media only screen and (max-width: 763px) { #boZhTic6qEl1K4FsGwGdgQB03p3rZ89c { width:7rem;height:1.5rem;top:9.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyGla4zeD7FvI0GLsT0OHZ7H51gv2H47 { width:11.25rem;height:2.625rem;top:2.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ZOMTR4GQkPVWM2WO8sKCcmO3NTWKPX { display:block; }
 }@media only screen and (max-width: 763px) { #WQAeIZD5xW1tDPLi1SziC25O6MK3W8MU { top:2.9375rem;left:0rem;width:14.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm { display:block; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0fZnEADinH9yfeM78bRcbJ1JvE6pS96 { top:2.5rem;left:0rem;width:47.75rem;height:4.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJSuy7Obfvhi09qSKPGIvJJlowyELS0a { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { top:1.5rem;left:0rem;width:47.75rem;height:37.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD { display:block; }#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfdJKhiZWk22Gb5GtgfhQc6k3q5AeRhi { top:1.5rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVAGuxDCJCuRwWSVOREo2MqKaLtL6dv2 { top:2.4375rem;left:0rem;width:23.125rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNtLTHhN5N0licVMzwq6BngsaylGA6sW { top:14.0625rem;left:0rem;width:25.875rem;height:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP { top:8.375rem;left:15.875rem;width:31.875rem;height:7.875rem;font-size:1.25rem;display:block; }#GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #DGswNqK2LkvX575vuSgn5zlDquXhBvBp { top:8.9375rem;left:0rem;width:21.25rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyGA2AJdRCWKfQZ95bhdIdvEsVbHNLH5 { top:8.4375rem;left:0rem;width:26.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDCe4swwcPfzhmIf39zdRtTdBnZ6X6AN { width:2.4375rem;height:2.4375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bunuGDJ1CzadH57SEBsCTb19iiWkxxvi { top:2.4375rem;left:24rem;width:23.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJMDgb3sfTofCmu7m0ootU9zQIdOE9pg { top:1.5625rem;left:24.499923706055rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q { display:block; }#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzhGRFNFf1htbZWabM9v6waBdQuQNcOR { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1B1hviEIOrNx7l0MmgQCJTCh2pVaei { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa { display:block; }#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsMo6ycqeh3CM3AhFRBdeHplH4X5S6Er { width:13.75rem;height:7.6875rem;top:1.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPK29Qhcf1uTdTyx0IuGwBpQZqCSc27 { width:15.625rem;height:0.1875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfCGg2gIae18GLCkldel7p5hnrdcDkF { width:15.625rem;height:0.1875rem;top:15.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGb9wDkQDezrQsEpUNsk5plBp8cezGJs { width:13.75rem;height:7.6875rem;top:1.9375rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg0XLpoxU5dx8R7RxE3Dr54nhOQKJlN8 { width:15.625rem;height:0.1875rem;top:15.6875rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDb3LyEXby13Gc3gR3nLHNibaBbs3Z7R { width:13.75rem;height:4.625rem;top:1.9375rem;left:22.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkhyvtCmGCMUsKJEafE1INw51bwCBrg6 { width:15.625rem;height:0.1875rem;top:15.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0NdPzX7eTKZH2TalQNkpf42p2ZWZN5U { width:13.75rem;height:7.6875rem;top:1.9375rem;left:34rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQUirETcDhaEw2QvwH5zHGTLlEIRXmM4 { width:15.625rem;height:15.625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMwiLiq8BNPoDVeF6itD5JZ92EpcQaXO { width:15.625rem;height:15.625rem;top:0.0625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhqOpUAN10Op4KLpmPC0Eq944JRZoT3G { width:15.625rem;height:15.625rem;top:0.0625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRMd94eElaoNtsI9aA7KiKx4m13GRsHO { width:1.3125rem;height:1.3125rem;top:11.5rem;left:3.8435935974121rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCRJt42J2rTpCTe0ooO0PApAAIaiIlQq { width:1.125rem;height:1.125rem;top:12.1875rem;left:18.65531539917rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNB3KhLtTyhVxpap6EeL1bQEqWUrxKX { width:1.9375rem;height:1.9375rem;top:12.0625rem;left:29.656246185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptATdrDHeQ6UtZI0xZ371VEDJvbszO9 { width:1.4375rem;height:1.4375rem;top:11.5rem;left:39.468284606934rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8gvv2wHxMsMd0dp5H6c9vcRPWrrHVqW { width:1rem;height:0.5rem;top:11.8125rem;left:6.2161178588867rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9R0ewtddHzsldHJERBEuVHbo0r1qBOr { width:1.375rem;height:0.5rem;top:11.25rem;left:16.093441009521rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4B1pA2yw9TWcQzKmNul8xm4LzFXP12A { width:1.5625rem;height:1.5625rem;top:10.5rem;left:28.030010223389rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaZTQ5AGqD9rA8XEoTceTATtfOJTwvMh { width:0.75rem;height:0.75rem;top:10.6875rem;left:41.968055725097rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fnA32woaymcvvZ0TOIgJZiA3ASSaU9 { width:2.4375rem;height:2.4375rem;top:11.5rem;left:4.5926666259766rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKuc1Bov3IbSDhAxzf8Ali4c27DBoiZz { width:2.8125rem;height:2.8125rem;top:10.875rem;left:16.467975616455rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptCwGMCNmWq3VTC0WgVFaeQUygPpHz5 { width:2.4375rem;height:2.4375rem;top:10.9375rem;left:28.531246185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIGK4cAWwwA4U8ONoMg4WCtPn8dVX4G { width:2.4375rem;height:2.4375rem;top:10.9375rem;left:40.402378082276rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Of6I0wxKPlJI3cHDAATBu7oTD7dy6A { width:14.0625rem;height:14.0625rem;top:12.5rem;left:7.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhRAt9GzfHXq9Nv4U1eDdLmBy1Sw4ZmV { width:15.625rem;height:15.625rem;top:0.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd { display:block; }#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPT4ShoRA2UUKnTATTNpnTDSvagHdCt9 { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT89S7V1p64lN0ArnAdaGxK9LBy25wsf { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhUOTfXu1wi1ng25rARO71DRzWk0r4ad { display:block; }#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJvArOPos1eXs8IQyBoTWRE0Sn3miVBb { top:0rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ549xZXm9NJWnFk4ORX7q6cknrDzsTk { top:0.0625rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37WDluLX0JFpAagiTmf5y7Q3ynwbeIZ { top:0.625rem;left:0rem;width:4.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPByeiy463yEPrTPT5ioghc90teCZr24 { display:block; }#cPByeiy463yEPrTPT5ioghc90teCZr24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJDf9cG4gCPRdh4TU2vTXmJZuWU4Delm { top:0rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERCnCG6uENFCDhmZM9rSEHkiWZpBIP4t { top:0.0625rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2igFfMo7kifC2uXk0ddBXJ1yuHdukXO { top:0.625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 { display:block; }#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2Usa30rpJiEZuHLXOfmhrvSXZKeDQ59 { top:0rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTUB84ZmtmLgZ1WcsZXpXylOtppXxqlP { top:0.0625rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtW1Nwkqluo1f4BG1XkdO1GtyV3Tgy9G { top:0.625rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetKls2GIoyLPtkKDkNEurvNF8KKVqtm { display:block; }#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvKzQhvHJQn7swZM1QTBPkLTS9TdETry { top:0rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4frwLThZZ5xxETfwWJbids1igxtJWy { top:0.0625rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9DbOgOvw8SnXZBKMssE9CrkPgre2vtG { top:0.625rem;left:0rem;width:4.5rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm { display:block; }#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryiqkNCNzAVVFzu9XZSUTNpxNsk0mR9O { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8lwmQfKWS6hh5mMyrQTrOMCQcPtmf9D { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJfQTlJaBVAO1bx62KB63b7F92m4RmpO { display:block; }#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kqy96x1APDQWPs9G4MqNcOiOS67eTOQP { width:15.6875rem;height:10.1875rem;top:5.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ScTymmOndrMcpdFbgTt5zMSPOg0hFR { width:16.875rem;height:19rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhkNwwfJumrHZT0WPUglWcbTLMG9HJv { width:3.1875rem;height:0;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL8GRh1HRNZnbmTubThymWdGAeUIo0mi { width:16.875rem;height:1.4375rem;top:17.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDXlqMfdDRxRWtRf2Ey6LWhTVO7mBCfi { width:5.25rem;height:9.9375rem;top:0.3125rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4f0U3mWQpEAPU05G8oztPJyexhudp8c { width:16.875rem;height:19rem;top:1.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okguwNJAlbNxlRoeSV1zqSMDqIRtnfoX { width:15.6875rem;height:8.4375rem;top:6.5rem;left:6.6240692138675rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZXcg8uvCyss5wDcN0oRbeAoxeThch0 { width:16.875rem;height:1.4375rem;top:17.75rem;left:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfADamsGMeWAestEWD58EFZf3kn3lcZF { width:3.1875rem;height:0;top:17.0625rem;left:12.874687194824rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nT1npJsO8tRswW6s62mlpBzZDXoshM { width:5.1875rem;height:9.9375rem;top:0.3125rem;left:5.125rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzv9m64SDHVPS72Tdk81BotP6wdyiEM7 { width:16.875rem;height:19rem;top:1.0625rem;left:24.812496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWMLpLHErbxc8423newNMxxIvEdMDi5S { width:16.875rem;height:1.4375rem;top:17.75rem;left:24.812496185302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFP0J7C3ebDMSsSLhRTkXgf5L2oMdlF9 { width:15.6875rem;height:10.1875rem;top:5.5rem;left:25.374996185302rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4Tn17NqTgAlqT11l0Rmkh9MwlloKWn { width:3.1875rem;height:0;top:17.0625rem;left:31.624691009521rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qB13yEXWhKOyMgUU9ZTe258BkUU6Ix { width:5.25rem;height:9.9375rem;top:0.3125rem;left:23.874069213868rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4E7TSJrcmRFU338VOivVJKKAamaDfbX { width:16.875rem;height:19rem;top:1.25rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7m5I7UuQT6kQPCFUxNvBCSIHS2iKJ7X { width:15.6875rem;height:10.1875rem;top:5.5rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxoXwV88mc8orVCaRZASMzB2fXkvtkr { width:15.5625rem;height:1.4375rem;top:17.6875rem;left:32.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgWhT7Fl4uZl3qAOJhNZxw3xyrPJd2IO { width:3.1875rem;height:0;top:17.0625rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4kOfwyaZQMvPsTA7g42xd5zGsTR3F7b { width:5.1875rem;height:9.9375rem;top:0.375rem;left:42.5625rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0vcZDgq3LgeEX5lQFmKcIeJfGPaGyy { width:3.1875rem;height:0;top:23.375rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEoM0R43e1LZJ0yDCJHLvNpF2McdunvL { top:2.1875rem;left:0rem;width:4.125rem;height:2.1246875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRtuUpx0uDZ7M0MvrGTJyDbLaZN8SkQT { top:2.1875rem;left:43.6875rem;width:4.0625rem;height:2.0929677684811rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLD5f5RIgQm1kQJHOu2dH6yTffuyTTWo { top:2.3125rem;left:19.710083007812rem;width:2.125rem;height:2.0628033534343rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2vc1eyf5VERpmzcMNDMgC7OSwdQ7JO { top:2.6875rem;left:28.43440246582rem;width:3.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpuHVBlkAiMCaJIVpAF6mGWSNAZreJ { top:2.1875rem;left:32.204822540283rem;width:2.25rem;height:2.1246875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpnhpzaKmKCshqzZMqiXc9FXbzVc48BR { top:2.625rem;left:35.106433868408rem;width:2.375rem;height:1.1874968741856rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINzpCy2A2rwBSaGS5AIeGmVop3gk3UA { top:2.1875rem;left:37.971843719483rem;width:2.6875rem;height:1.9996137632283rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07o8pH2s4OGfPyLKkTUxacShfQIlCsk { display:block; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLrOk9qTaPmmDZQgFpDqqo0nDTdLf3aD { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFfqVDfKI2nWyBhIWPJc6zOoy5wOGZO { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:36.25rem;height:17.3125rem;top:4.3125rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6xpm8oOdh5fdcVovnResbhE2EvalNM { top:0.5625rem;left:18.0625rem;width:29.6875rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { top:22.625rem;left:19.810333251953rem;width:2.125rem;height:2.125rem;display:block; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { top:22.625rem;left:22.810798645019rem;width:2.125rem;height:2.125rem;display:block; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { display:none; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { top:0.5625rem;left:0rem;width:17.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRBLWT2BMnzZGNM4yaT4T3klryySu8RL { display:block; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqbaQnc6G61FEikR6pnW3SU2OkcVcfCz { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GylD5C3tSPATdrSIym5nBOJe4G0i8rEo { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83hRTbDnhqLpiykfci6SI0bekSlKBBB { display:block; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { top:13.5625rem;left:0rem;width:23.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:4.1868801116943rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { top:10.1875rem;left:0rem;width:16.875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { top:10.1875rem;left:7.375rem;width:24.375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { top:13.5625rem;left:11.6875rem;width:20.0625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { width:7.4375rem;height:7.4375rem;top:0.9375rem;left:35.937191009521rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { top:10.1875rem;left:29.8125rem;width:17.8125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { top:13.5625rem;left:25.125rem;width:22.5rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:2.875rem;height:2.875rem;top:3.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:2.8125rem;height:2.8125rem;top:3.25rem;left:22.405319213868rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:2.8125rem;height:2.8125rem;top:3.1875rem;left:38.312496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { width:11.25rem;height:2.625rem;top:19.3125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block; }
 }@media only screen and (max-width: 763px) { #Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 { display:block; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giOrw1MG3TEI1HRrcS1aruBaUf1rWc2x { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFq4G4Wo3CIGJGuImXJScTQnatyoxTgE { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { top:4.9375rem;left:0rem;width:11.875rem;height:2.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { top:5.4375rem;left:4rem;width:43.75rem;height:;font-size:1.3125rem;display:block; }#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { top:27.25rem;left:0rem;width:11.875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { top:27.75rem;left:4rem;width:43.75rem;height:;font-size:1.3125rem;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { top:0.75rem;left:0rem;width:27.4375rem;height:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { top:0.625rem;left:0rem;width:32.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { top:1.875rem;left:6.8735313415525rem;width:0.125rem;height:113.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { top:5.4375rem;left:5.9989929199219rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { top:4.8125rem;left:5.3746147155762rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { top:27.1875rem;left:5.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { top:27.8125rem;left:6rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d95m2a3XTrC4QPr0CThM3GUbQvsQG4Iz { top:51.4375rem;left:0rem;width:11.875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfxSITni2xgQxe89szUqTQaeCZVsyC1F { top:51.375rem;left:5.3746910095215rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwCfJvEt0RDBZrucmOATRgbIACAO2t77 { top:51.9375rem;left:5.9993782043457rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 { top:52rem;left:4rem;width:43.75rem;height:;font-size:1.3125rem;display:block; }#IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { top:69rem;left:5.3746910095215rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { top:69.5625rem;left:9.5618782043456rem;width:25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { top:73.3125rem;left:5.3746910095215rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { top:73.9375rem;left:5.9993782043457rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { top:73.375rem;left:0rem;width:11.875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { top:74.0625rem;left:4.0625rem;width:43.6875rem;height:;font-size:1.3125rem;display:block; }#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { top:114.625rem;left:6.1859512329101rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.5625rem;left:0rem;width:12.4375rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXshyNiKGA3ur274ofeHI3esPpyGvfCD { top:69.5625rem;left:0rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmybxsaFlBuVlPms25b1vlhRqh3R6FCJ { top:98.125rem;left:0rem;width:11.875rem;height:2.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf { top:98.6875rem;left:4rem;width:43.75rem;height:;font-size:1.3125rem;display:block; }#DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #KMBtulCCTymb4O3FmuEqVUA6VXyVWxZP { top:98.6875rem;left:5.9993782043457rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJCuIMX3bK97S3NQQxoQ3poLelriIlfq { top:98.0625rem;left:5.3746910095215rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { top:113.875rem;left:0rem;width:11.875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { top:114.5625rem;left:7.625rem;width:40.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { top:113.875rem;left:5.3746910095215rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { top:69.75rem;left:6.1868782043457rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { top:94.375rem;left:14.8125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { top:49.8125rem;left:14.81095123291rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { top:77.3125rem;left:5.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { top:0.8125rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o { display:block; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhqqruQcbbUaiC0XNxLZWZ1alCy97sxu { top:2.4375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXVA1Q1IwHqrrU4RtdTVkxOorSOZKrPq { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI { display:none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8zJGGHbaw57b4l6nB27LZp5whUCGBE1 { width:16.75rem;height:41.4375rem;top:1.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0CciiR6ReVvhXMpo5nKVnGCDTZcOShR { width:14.1875rem;height:2.25rem;top:2.75rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2rqdhGNaXsXOMDTbnHGRaXf6M9aMTUv { width:16.875rem;height:5.375rem;top:6.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXcuPnOccF3R0lsVcnEJkJ3u6ouuSL9 { width:9.375rem;height:2.8125rem;top:7.8125rem;left:17.436645507812rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdCEPxUDdcrdsIaAVqhRCNAT5TNtmGV { width:15.4375rem;height:2.9375rem;top:13.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDoWwfT3Lc9JXgGvFh54Ieu4NM7yLri { width:16.75rem;height:41.4375rem;top:1.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIazSboXX9tr8cFsxT05SCFfhb3uH6v5 { width:13.8125rem;height:2.25rem;top:2.8125rem;left:32.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WguPUiPHpSiV22JyJdOe7AZV2PTw32FG { width:16.75rem;height:5.4375rem;top:6.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ9Z87px7pERs0WEUizpslIlx8JPeE7d { width:10.875rem;height:2.8125rem;top:7.8125rem;left:34.062187194824rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGIlltqU7b3ctSwpAwulIrVLgnIlcK9 { width:10.6875rem;height:3.25rem;top:41.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr622SESArXf26IIbInDQQuTzdfsPkFi { display:block; }
 }@media only screen and (max-width: 763px) { #dTnRaqA41AOgZ8MOmCHxJXnpbbvTPaOe { width:10.6875rem;height:3.25rem;top:41.0625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UwUPUX0Al1oMOGfBoUWfbCkDfQTZhF { display:block; }
 }@media only screen and (max-width: 763px) { #MFx94hA2iwbo1zSNqm9LEXdV7zI1qmVa { top:23.625rem;left:20.5625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVQnLC8ebrO96Xi7c263297qSvXzeGtu { top:18.3125rem;left:20.5625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p08iWiMJmlVethmFvzaAai4XnpM88JTN { top:12.875rem;left:38.125rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT25ippHcfN4NG8bGfxLL0iHHPRnbBFZ { top:18.3125rem;left:37.9375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndn0J80JgrnFg8G1vEp0lOLZflmuyAkZ { top:23.625rem;left:37.9375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47aP9PfpOB2bxaUzMPkaskPMnkzDxg2 { top:29.25rem;left:38.125rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QypnyxExbllDH5ue7cBJsBrCTrVD8ugM { width:9.1875rem;height:1.375rem;top:15.0625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTTv7pzbzAnCHaqR2HK4QpiUI2atRIt { top:12.875rem;left:20.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OolEyMcB5JgbC60ep1QfVhOWw0ouKvNm { top:16.875rem;left:13.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfGmD1oD6bmqAPZMsJAx8EWImLGspdhf { width:14.375rem;height:1.3125rem;top:17.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UN2QGrMxTePpMT5uTC3wkzSw6gDygDci { width:16.125rem;height:1.3125rem;top:21.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1J5y8tzNxOlXXTLsioX9SBnuxqMP40l { width:16.6875rem;height:1.3125rem;top:25.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nic585iUv4NmwpxTzsJ00MhK7mrEG1fe { width:22.6875rem;height:1.3125rem;top:29.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZAlqA2lqabkOsAGccqcTd8gDa2nqmTB { width:19.5rem;height:1.3125rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1ponyogl9rFVCB6Uf5dmh8p3ZdHQGxE { width:19.5rem;height:1.3125rem;top:37rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXgoEgFLiOa3NGB23KQZzsB4eRcetvaT { width:22.125rem;height:2.6875rem;top:40.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzTWx760tekCC523kAtS3CeFHgwTxe3r { width:20.75rem;height:2.6875rem;top:44.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApIJWEA918mzgW7t8I5XiunegSfooEQu { top:52.75rem;left:0rem;width:23.1875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCO7WkaEuvLd6f44KDOHWkC6D4peGrfE { width:20.75rem;height:1.6875rem;top:54.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxTpcMzA98ko3KHN7h9KAbQqfyuTUJnT { width:14.375rem;height:1.3125rem;top:17.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnI7L1cUFudHElzKvs5A1f5EbuD8TPJF { width:16.125rem;height:1.3125rem;top:21.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3XoMTtpI6MT0CgrtXC1Pon45GAGT5IT { width:16.6875rem;height:1.3125rem;top:25.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoNXE7A7kBJLXVZSoZ5fTBFT70hizDil { width:22.6875rem;height:1.3125rem;top:29.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFEE3F5vQOVh09ttmTfgCGFMZ0gHRhs5 { width:19.5rem;height:1.3125rem;top:33.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ngmwl05eHt3aE9deC4RW7TORwIrUicEX { width:19.5rem;height:1.3125rem;top:37rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvpAlZXqyT3TuW5IN6sJVb5WdvgXDBhp { width:22.125rem;height:2.6875rem;top:40.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Io3VfGFPhOuw85Agv6NqJT76Eqrq9SPx { width:20.75rem;height:2.6875rem;top:44.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiNrpPs80woug6ka0lAkrESfZhNQcxkA { top:28.4375rem;left:43.6875rem;width:4.0625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L56kbelZO0AcLTXNWRWf2ENuNvp2G9np { top:52.75rem;left:0rem;width:23.1875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7MC3UHIc3oy6NEG9WqBClclfBC7shmp { width:20.75rem;height:1.6875rem;top:54.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xrhhw6T4TrJJT9Ss0rvR1hLpZQA1WFEO { width:9.1875rem;height:1.375rem;top:15.0625rem;left:34.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLWQoBVauRhc5aSrZNWxw9BKNwXIwemP { width:17.0625rem;height:2.9375rem;top:18.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreCDmr5iOhnxJ2hhc0wfUMD7wI8Ft06 { width:17.0625rem;height:2.9375rem;top:23.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8e9K2Th0fhz0KdZuQ5O2gvi2Jw0IQT { width:17.0625rem;height:2.9375rem;top:29.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9sTSZOwhFmiHalTT58rk5KR1K9ms84r { top:29.0625rem;left:20.5625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBa3vF8Lp09unXpVWxivKEQzml3Hgsd { width:10.3125rem;height:1.375rem;top:31.375rem;left:34.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7HOdB9Scy1ihawHhczFt4EvP2yD6DS0 { width:19.75rem;height:5.9375rem;top:34.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dcXewra5xCmpGfxqnAsVnnpww2HEHP { top:35.4375rem;left:20.625rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANUeTy9trEEzWN8nMAQXPFQCHISDOfT { top:35.4375rem;left:37.9375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx1ORMZJrNipcluX8T4Hovcc4hdkIBC7 { width:15.8125rem;height:1.375rem;top:37.8125rem;left:31.624458312988rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4CfLwwCEPlo1BianL7WdAZIazs7DI3 { width:22.8125rem;height:1.75rem;top:45.25rem;left:19.448638916016rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuIMfAGh9MoXdH9HypGcc4cdTPnH3Nv { top:38.125rem;left:20.8125rem;width:26.9375rem;height:8.0625rem;font-size:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJpeBHUXyfbgPAxNTwLa1sEPmA6gTs9v { top:48rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSI2krKDr5KlirG260eUichqD9SI1Bf { display:block; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { top:11.5rem;left:23.875rem;width:20.9375rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfcGM8bFA2V3PCnTds1LADOSB15l10x { width:12.5rem;height:3.75rem;top:36.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:17.3125rem;height:;top:28.4375rem;left:23.875rem;font-size:0.9375rem;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{  }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { top:13.5625rem;left:3.25rem;width:20.9375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { width:15.375rem;height:;top:19rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { top:27.125rem;left:8.25rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:17.3125rem;height:;top:28.4375rem;left:6.5625rem;font-size:0.9375rem;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{  }
 }@media only screen and (max-width: 763px) { #eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { width:17.3125rem;height:;top:19rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgRscgbArT3qfOsTVD4J1WevdEwOD56o { width:3.75rem;height:2.375rem;top:22.25rem;left:32.062503814698rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:9.6875rem;height:5.4375rem;top:21.5rem;left:23.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { top:27.125rem;left:23.875rem;width:15.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC9LHHBUevT7h1630CanoWUXcqHHVTUm { width:12.5rem;height:3.75rem;top:36.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:14.5625rem;height:3.0625rem;top:15.25rem;left:9.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { width:3.75rem;height:2.3125rem;top:22.25rem;left:17.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVLDJpvVk2XAo68ktu59NVydq575hJN5 { width:7.1875rem;height:5.4375rem;top:21.5rem;left:10.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV7aLcx6uwENZ4Aey5ye0eBZ5E04SvwT { width:21.125rem;height:2.3125rem;top:11.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgitO4sRc72D7uwf0T6cmTXkIVauiZvc { width:22.125rem;height:1.75rem;top:11.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:14.5625rem;height:;top:15.25rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:22.8125rem;height:1.75rem;top:46.5rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSflmoxHs65TFZVaAowevFr8k2i4TU1f { display:none; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DDn4Up3W5SnGPFEDWF8BNyFCw8XWA30a { top:10.125rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnbrluezRK194FOI2gtXq9akua857VyF { width:9.75rem;height:5.75rem;top:3.3125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3VSG6JcDETV8aqPzvWn4KAubeco4VSt { top:3.9375rem;left:25.8125rem;width:7.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XESpsTIXk9mqEyQJJRGrbpnTTGPyyPPB { top:3.875rem;left:0rem;width:4.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb6t58sXsc1iJkuHfUeppaTMTioNc8Kf { top:3.9375rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxiTzn9Wab9xR9ImODPganTQTTCaUrT4 { top:16.9375rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s10BUATgcdqlDu2wX3mlHTJWaK1Suiy5 { top:9.875rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0WSiLaabFHsQrIeBKHkucq0nezdBDA { top:9.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJV794pH2BHpF30hpmFFsdMICcRiJDgM { top:13rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCKp4DTGP3kn9IaCAt1aR57laMwPK13h { top:21.375rem;left:28.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCv8SXiFSe0ciQT0ZQl8hO8c5RBI09w { top:21.375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqwDlgWkzTfIy3621JF6EdAuypyVKnaV { top:21.75rem;left:0rem;width:32.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUxycfgV7o6i31hFZ4HpZRiru1myqnPN { top:31.5rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7VbLrN2tbuTNuQ9IArXBaxheOq1S4VT { top:27.625rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuTMBxBeHE6ruEdEheClmidMfrBT8CGx { top:33.5rem;left:0rem;width:39.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkvl2ZJMcre7qIe5A8U4GAX8M8nKhTF { width:9.75rem;height:5.75rem;top:3.3125rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieT36XrfWF8wNCrNEmhgQXiXFCSLFQFb { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA57NxSzyQw3W4PTaPA3MKzo8Dsg4IW8 { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZX2kwU303vcD0tvusu1mWTI4CmPVXVtk { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcJP2dRRSk2AvwfkhekCqkXgvlQe8gM7 { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ32nNzdpyWw27RgcvXprQf7QuNvAMo7 { top:3.875rem;left:0rem;width:4.875rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QqBztaCcEFFNB4qf2mSGwM7Ws8BfvaD9 { top:20.25rem;left:28.805860519409rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZizCStHU7Tf5ndfFxNuO7JFIX6VMXmO { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZkf4p32q8dEdzv5QNdZFlqspn2uQBm2 { top:20.25rem;left:28.805860519409rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZP8xyn0uQgsWcOxhSwGzdQSAQ52TKtzT { top:20.25rem;left:28.805860519409rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LEcLXLSfq9zSwphnkSbqIKrlTyeuoTBS { top:49.6875rem;left:0rem;width:8.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQUkP6F3TmZM32kOxf36ZCkTBu9eK3RV { width:47.75rem;height:0.125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8SHduOUSN7enDbJFpvow7kPoakNRX6Z { top:11.6875rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmdZokfiyS1nOqG4fArqTxs4NTtdP8r9 { top:11.6875rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXW6x413iEDuylqpRFUi44lB1CWfaLzV { display:block; }#DXW6x413iEDuylqpRFUi44lB1CWfaLzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s { display:block; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2dsZbKZ3QP5wm15h464SOz120aZprkS { display:block; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4U974bXvxGZWSAVKSTZLrLT2Tab02Zi { top:2.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBwFJ4vf9X04dUWHIVGqZ8coVDhg4IwX { top:1.5625rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:block; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:7rem;height:1.5rem;top:9.125rem;left:20.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { top:45.0625rem;left:0rem;width:43.3125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:36.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { display:flex;align-items:center;justify-content:flex-end; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:45.25rem;height:auto;top:0.5625rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:37.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:45.25rem;height:auto;top:0.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC { display:block; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:9.4375rem;height:2.8125rem;top:3rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvNJQEoz3va7t9yityrkiwsbWxVA9i9 { top:7.3125rem;left:0rem;width:20.3125rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { top:3.875rem;left:38.375rem;width:9.375rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { top:6rem;left:33.6875rem;width:14.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { top:6rem;left:18.935642242432rem;width:14.6875rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { top:3.875rem;left:18.936878204346rem;width:10.3125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { top:2.5rem;left:9.6237602233888rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { top:2.5rem;left:35.999378204346rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVf8DpyFuWG94GwFhqyT3tVozp1z4usN { display:block; }#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It2dgTvc7kzgdHbr11QiT099h3iHxGHp { width:9.4375rem;height:2.8125rem;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmc77pMcpTHeA1p7iTTDTiauSx2CAeDv { top:7.5625rem;left:0rem;width:20.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogNW5byvUvuCPKotvNvlbZ7lB0EUHKIi { top:3.8125rem;left:36.123992919922rem;width:10rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFfVBKd2w9hJ6CTHZzVIsc3Zn073ISXN { top:6.3125rem;left:33.375rem;width:14.375rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNAJ3717C0vyMI78ndgOpe8cab8Cz4J4 { top:2.8125rem;left:26.812034606934rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { display:block; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { top:2.875rem;left:40.062110900879rem;width:6.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EowCTE6rcsaMMuukbvhilAOFfFubOyFq { top:2.125rem;left:20.249229431153rem;width:13.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { top:0.875rem;left:3.9996147155762rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { top:2.75rem;left:4.1249237060547rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { top:4.9375rem;left:4.4358749389649rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { top:2.75rem;left:18.874305725097rem;width:0.625rem;height:1.6263947266716rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { width:6.8125rem;height:1.0625rem;top:1.1875rem;left:5.8119583129883rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block; }
 }@media only screen and (max-width: 763px) { #WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { width:11.6875rem;height:1.0625rem;top:3rem;left:5.8746147155762rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block; }
 }@media only screen and (max-width: 763px) { #VLWeJvfEQcA5J2mBidIgIwaWosHrkFeW { top:2.125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { top:2rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { top:2.5rem;left:0rem;width:7.25rem;height:2.8742415294422rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKGnXlM9B6LtpTEc51SqLJdqzdf035to { top:5rem;left:6.0614166259766rem;width:12.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { display:none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { display:none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { width:10.625rem;height:3.4375rem;top:0.3125rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { top:0.3125rem;left:19.03125rem;width:10.625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block; }
 }@media only screen and (max-width: 763px) { #paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { width:6.5625rem;height:2.4375rem;top:1.0625rem;left:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#18204a;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp { position:relative;z-index:auto;display:none; }#dgcSOkuHc8vWHw73zCCqEMZdrPTXy7Xp > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q8VqzIaVNddRqdocpz4gHeruHsDUqFga { width:5.625rem;height:auto;top:1.5625rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s0G7VcWzTdIm67TJV4t70EsOPlGg64K0 { width:4.75rem;height:0;top:0.75rem;left:2.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iStoHAp3ULTLm6wR0lGkAeedZILDaMfK { width:8.1875rem;height:1.5rem;top:1.3737622499466rem;left:5.3423148393631rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wait8rbHeQOeCryTC7ZIPK3N9vSuiO94 { width:6.45448925rem;height:2.328983rem;top:2.0488297939301rem;left:11.687104821205rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNGIyQynsnQ2yvZDLAn0DdPnp1WMxcQC { display:block; }
 }@media only screen and (max-width: 763px) { #d8O1q21rFU2L9igXtnpmfr9W2Zg6CxbK { width:19.9375rem;height:1.62438125rem;top:4.1237622499466rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO { background-color:#18204a;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { background-color: transparent; background-image: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { display: none; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .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); }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { border-width: 0; border-radius: 0; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekZkH2MdyzUKczxJNT64dU4z6QIPmvzO > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtAlaDrtDvZo0XxeDyPaxWVx0VvUD7CT { width:10.3125rem;height:1.875rem;top:0.93633985519406rem;left:0.81056618690494rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JlB479nQo8DEDOryxTcWVFTklXdJHbZe { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQRNwDVF8sR2rCAGZE2fd1L1LNHZDPhF { display:block; }
 }@media only screen and (max-width: 763px) { #M3VsOecy2gudMwbe4OVgR6pMnHe50ygp { width:8.0625rem;height:1.06311875rem;top:1.3111076354981rem;left:10.998220682144rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15000;color:#0832ff;display:block; }
 }@media only screen and (max-width: 763px) { #aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM { position:relative;z-index:auto;display:none; }#aUeS776rQFqEwKV6QTsXhxCHc1p0MEXM > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B { background-color:#26316a;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { background-color: transparent; background-image: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { display: none; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .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); }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { border-width: 0; border-radius: 0; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELwPa1GelvCXgR0sKfvC428L5Vb7Ht4B > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm { background-color:#26316a;background-image:none;display:block; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { background-color: transparent; background-image: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container > .video-iframe-container { display: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row > .video-iframe-container { display: none; }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .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); }#G0PzwLi8t4K2pHXxILm70Ts6b2tlaysm > .row .container { width:20rem;height:65.067688835144rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5fqmTIgx9SnD0QQPGxak14PXrA1UskC { width:19.999625rem;height:11.25rem;top:9.4367265701294rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VJIsTayRtGoK519QxEavMJvBsfyQh1C4 { width:14.3110625rem;height:2.8125rem;top:27.25rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdnvQ487RTXpi6LZNcAB7yKKX8kk4Xze { display:block; }
 }@media only screen and (max-width: 763px) { #Q7ORZdTyGDLtqnzLws4IeK6OmHEbAP9z { width:19.999625rem;height:0;top:1.2491493225098rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #XMbW4i7enbZREVQ9Sbwpqtckzw2qNZmq { width:19.999625rem;height:16.2rem;top:22.186260223389rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VODZvhnF3Kevo5vMTcFNU2xe89A6k0BU { width:12.5rem;height:1.65rem;top:6.0618286132812rem;left:4.4368813037873rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #i6awrs3mmUlJ9SVuMTlULUnQzTuCqB06 { width:13.81075rem;height:19.37425rem;top:45.693920135498rem;left:3.0932857990265rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrUlgnL7tTa5fAkJCEQBg33FCwqaXqTW { width:15.312125rem;height:2.5rem;top:5.6348266601562rem;left:2.34375rem;z-index:14996;background-color:#4759a2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kyC7JAUZkuDnoJ6R6fnIN34LyccGWzSr { display:flex;width:1.25rem;height:1.25rem;top:6.320556640625rem;left:3.1246132850647rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DN9N8RrW1Hpl13WqkOXXN9neUCOH61xc { display:flex;width:1.875rem;height:1.875rem;top:1.0883350372314rem;left:8.404316186905rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuZBWhDnBDVNWWbZ28ynOiglRrV2SGnr { width:19.999625rem;height:4.78125rem;top:39.565132141113rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15000;line-height:1.5;color:#3cccc2;display:block; }
 }@media only screen and (max-width: 763px) { #SQOWfrht5WOls1ZEHoCrTsr5XyRg3w0v { width:19.999625rem;height:0;top:69.066005387881rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #b405zrF0Fb6Jk87xzJblQdPvHg8Hfys2 { width:2.1871125rem;height:0;top:66.318092887881rem;left:8.875rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ScWbP2P1hr2XWTmX7iKluFp8mlcDHfF0 { width:19.999625rem;height:3rem;top:1.2462863922119rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 { background-color:#26316a;background-image:none;display:block; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { background-color: transparent; background-image: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container > .video-iframe-container { display: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row > .video-iframe-container { display: none; }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .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); }#TPf4c0tUClKLCmfAkdEnNzVzDn8oQSH4 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViPlI5IninIBsFqKyBua1mmqxrTrNmRU { width:14.3110625rem;height:2.8125rem;top:27.25rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiRaXgmVKoC8XHBu1dp7Tfn7y5Zxfdgq { display:block; }
 }@media only screen and (max-width: 763px) { #Akpf44Nbxp6WfvIheaMuBDncIlrVE4C4 { width:7.5rem;height:2.6245375rem;top:12.1875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxfTDCwMJuvTpsohGL1ZS8wSJRE103K { display:block; }
 }@media only screen and (max-width: 763px) { #rk6JQZ5sxutUihoCXD34aTR40upsRlCm { width:7.5rem;height:2.6010225rem;top:12.1875rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRiqBTKQF9R7WWDOxEsJr7Oiruhyqzx { display:block; }
 }@media only screen and (max-width: 763px) { #RT5ywGOWATyLMJtgCNZxsvbmhMQ3kku6 { width:20rem;height:4.6875rem;top:6.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #GMU11uJTyN80AkpdnKcmcEbGdZvUBOP8 { width:19.3115625rem;height:3.6rem;top:6.75rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VklAZqADQZWfXQ35beme7TMLssFregPW { display:flex;width:1.875rem;height:1.875rem;top:36.5625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNmPw6CPzPLMHlnvJdlAdADWLQvolV8a { width:11.25rem;height:2.75rem;top:0.9375rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iTHJEshZ1mdEosomeubrrcxdRd0xf5sa { width:19.999625rem;height:0;top:37.606281280517rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #okXpJ51iPzxkllvvJh60C6p0tRVcTxFi { width:2.5rem;height:0.0625rem;top:84.624226786806rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #izWiPlPCs6G1hfEzUHmC261bnaEEfmXy { width:0.0625rem;height:2.5rem;top:80.874226786806rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ku78J6GUhOLqHaRF5e1vLrd2twxx3Xx6 { width:2.4375rem;height:0;top:78.421177864075rem;left:8.7496130466462rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDSFAzPL1F0GE97bJslHWRTm3lZpdQIL { width:0;height:2.4375rem;top:78.48383283615rem;left:8.7496130466462rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCUz0lhmVeoNNc9ex19nKv2K84nGKL96 { width:13.75rem;height:4.6875rem;top:0rem;left:3.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD { display:block; }#dQHLTbvzwyJ0PCFsNwTaTklIpxIcBlSD > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyWzoe3m3xVeffQZESKtOqGVgPQAVE4o { width:12.43625rem;height:3.575rem;top:4.260498046875rem;left:3.7787743806839rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#1da59b;display:block; }
 }@media only screen and (max-width: 763px) { #MyLS8tHZ4iW2Mf7HFFa3I9aXCJGuTUa6 { width:19.9375rem;height:3.25061875rem;top:8.0606079101562rem;left:0.060334146022797rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vmQz6iI8UCNoUexaQG1MZgTLJbaymcNI { width:19.9375rem;height:3.25061875rem;top:20.624084472656rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXpp3VOO6hUsLJCUpy1FgyPMESRIfbOm { width:14.25rem;height:3.575rem;top:16.811889648438rem;left:2.8746904134751rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#1da59b;display:block; }
 }@media only screen and (max-width: 763px) { #SCcqSvJJ8ZD8Q5HITGKpefZ9BzHN9NAk { width:19.9375rem;height:3.25061875rem;top:31.248413085938rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7cU1GDIH1kIIMLa1tHKCN1Pekm3zWlM { width:14.25rem;height:1.7875rem;top:29.311218261719rem;left:2.8746904134751rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#1da59b;display:block; }
 }@media only screen and (max-width: 763px) { #aU9aAXwBHFn2HqQl7wIU9TEgcIEnaN9U { width:7.5625rem;height:0;top:26.5rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLTy95fLa9wTx3zWFdUO1ThJZ1SWipZU { width:7.5625rem;height:0;top:8.25rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqe7FcTdAs5UWGeO4oCoaULXTzb5UT6L { width:7.5625rem;height:0;top:44.8125rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMWasCRdh2uaU8TV1fhTTJ2y3NNwbzdL { width:2.43656875rem;height:2.43656875rem;top:1.2437744140625rem;left:8.7753707170487rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBsGTg63VTPgvemNZybUkZ2uAJ3luKgT { width:2.8125rem;height:2.8125rem;top:13.5rem;left:8.4996901750562rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCAeKCBKAZCKxkP9cCFHLDlpy2qhqymJ { width:3.061725rem;height:3.061725rem;top:25.999389648438rem;left:8.3743811845781rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa { display:block; }#BxqKxSQGugpaq80Gv6rbpA58yZa1iSNa > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMwgOSrXHqII2K4HRe1Utrn1TouyOhCH { width:6.2487625rem;height:0.31188125rem;top:3.8115730285644rem;left:6.8746130466462rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeSAZTNyP5AQe8LTda2rNptfeUyJtvJp { width:20rem;height:1.96875rem;top:1.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rrXyMvfAoyZxfixdQGx52TslC5cTI5dX { width:18.49825rem;height:2.475rem;top:5.8744583129883rem;left:0.74953591823575rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne8UKzu5x6b77MUrkRrZnIEoTJTHuGTf { width:20rem;height:3rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1xDNTKHux7RMWcspla0CqbVL8n7liFv { width:2.43656875rem;height:2.43656875rem;top:12.405631065369rem;left:8.0604116916656rem;display:none; }
 }@media only screen and (max-width: 763px) { #HupRUzWpl12kb35DyVinXw4xFzhsHTDo { display:none; }#HupRUzWpl12kb35DyVinXw4xFzhsHTDo > .row .container { width:20rem;height:12.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k1XJkVDHCqPkWMBHiUddq6NByOZAPkd9 { width:18.75rem;height:7rem;top:1.25rem;left:0.625rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #LqT5RcMI9kCDrIqMD324lRqL69OFqXta { display:block; }
 }@media only screen and (max-width: 763px) { #boZhTic6qEl1K4FsGwGdgQB03p3rZ89c { width:20rem;height:3.18843125rem;top:3.9984512329101rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyGla4zeD7FvI0GLsT0OHZ7H51gv2H47 { width:11.25rem;height:2.625rem;top:8.4375rem;left:4.3737622499466rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ZOMTR4GQkPVWM2WO8sKCcmO3NTWKPX { display:block; }
 }@media only screen and (max-width: 763px) { #WQAeIZD5xW1tDPLi1SziC25O6MK3W8MU { width:12.5rem;height:2rem;top:0.93471527099612rem;left:3.7481433153153rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm { display:block; }#b2xNAyX4O5UbqWkz9LLnFKwu31LJvWkm > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0fZnEADinH9yfeM78bRcbJ1JvE6pS96 { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJSuy7Obfvhi09qSKPGIvJJlowyELS0a { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq { display:block; }#KpL5z2eIW4MMRlz50zBTd0DvONvCn3Wq > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf4RXXfAlB9ScgNXThCrmyapvpRrd8Rx { width:19.9989375rem;height:74.8125rem;top:0.31188201904297rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD { display:none; }#tZy9uLON1cLXbQkmCEIx3r2RCa8KoWGD > .row .container { width:20rem;height:45.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gfdJKhiZWk22Gb5GtgfhQc6k3q5AeRhi { width:6.2487625rem;height:0.31188125rem;top:3.8115730285644rem;left:6.8746130466462rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVAGuxDCJCuRwWSVOREo2MqKaLtL6dv2 { width:20rem;height:1.96781875rem;top:1.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TNtLTHhN5N0licVMzwq6BngsaylGA6sW { width:19.999625rem;height:18.5701875rem;top:10.311340332031rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP { width:19.999625rem;height:10.39025rem;top:34.248687744141rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#GKmN6R89oS7Sr9RyNo3PAhryFCLbVByP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #DGswNqK2LkvX575vuSgn5zlDquXhBvBp { width:18.49825rem;height:2.47601875rem;top:5.8744583129883rem;left:0.74953591823575rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyGA2AJdRCWKfQZ95bhdIdvEsVbHNLH5 { width:20rem;height:3rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDCe4swwcPfzhmIf39zdRtTdBnZ6X6AN { width:2.43656875rem;height:2.43656875rem;top:12.405631065369rem;left:8.0604116916656rem;display:none; }
 }@media only screen and (max-width: 763px) { #bunuGDJ1CzadH57SEBsCTb19iiWkxxvi { width:19.999625rem;height:1.96781875rem;top:30.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uJMDgb3sfTofCmu7m0ootU9zQIdOE9pg { width:6.1875rem;height:0.25rem;top:32.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q { display:none; }#BsdyRPOLWPCz5pwHrJ0c8iuxkKhBdS9q > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dzhGRFNFf1htbZWabM9v6waBdQuQNcOR { width:20rem;height:1.96781875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT1B1hviEIOrNx7l0MmgQCJTCh2pVaei { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa { display:none; }#c1oFOLANAKnZ7CT7K45CeWlRkzwXmHsa > .row .container { width:20rem;height:61.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WsMo6ycqeh3CM3AhFRBdeHplH4X5S6Er { width:11rem;height:7.797rem;top:2.9368486404419rem;left:4.5616322159767rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvPK29Qhcf1uTdTyx0IuGwBpQZqCSc27 { width:14.0625rem;height:0.125rem;top:14.999566294253rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBfCGg2gIae18GLCkldel7p5hnrdcDkF { width:14.0625rem;height:0.125rem;top:30.436849594116rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGb9wDkQDezrQsEpUNsk5plBp8cezGJs { width:11rem;height:9.0965625rem;top:18.374132394791rem;left:4.5616322159767rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg0XLpoxU5dx8R7RxE3Dr54nhOQKJlN8 { width:14.0625rem;height:0.125rem;top:45.874133110046rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDb3LyEXby13Gc3gR3nLHNibaBbs3Z7R { width:11rem;height:3.89851875rem;top:34.624133110046rem;left:4.6245661377907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkhyvtCmGCMUsKJEafE1INw51bwCBrg6 { width:14.0625rem;height:0.125rem;top:60.999567985534rem;left:3.0305991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0NdPzX7eTKZH2TalQNkpf42p2ZWZN5U { width:11rem;height:6.4975rem;top:49.249785423279rem;left:4.6245661377907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQUirETcDhaEw2QvwH5zHGTLlEIRXmM4 { width:14.0625rem;height:14.0625rem;top:1rem;left:2.9991319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMwiLiq8BNPoDVeF6itD5JZ92EpcQaXO { width:14.0625rem;height:14.0625rem;top:31.811633110046rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhqOpUAN10Op4KLpmPC0Eq944JRZoT3G { width:14.0625rem;height:14.0625rem;top:47.249567985534rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRMd94eElaoNtsI9aA7KiKx4m13GRsHO { width:1.1875rem;height:1.1875rem;top:10.187283039093rem;left:8.3116322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCRJt42J2rTpCTe0ooO0PApAAIaiIlQq { width:0.9375rem;height:0.9375rem;top:24.811849594116rem;left:8.3745661377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNB3KhLtTyhVxpap6EeL1bQEqWUrxKX { width:1.25rem;height:1.25rem;top:40.062500953674rem;left:8.3745661377906rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptATdrDHeQ6UtZI0xZ371VEDJvbszO9 { width:1.3125rem;height:1.3125rem;top:55.499350547791rem;left:8.562283575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8gvv2wHxMsMd0dp5H6c9vcRPWrrHVqW { width:1.0625rem;height:0.5625rem;top:11.874566078186rem;left:10.686849653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9R0ewtddHzsldHJERBEuVHbo0r1qBOr { width:1.4375rem;height:0.5625rem;top:26.74978351593rem;left:10.249566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4B1pA2yw9TWcQzKmNul8xm4LzFXP12A { width:1.625rem;height:1.625rem;top:41.499133110046rem;left:10.061849653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaZTQ5AGqD9rA8XEoTceTATtfOJTwvMh { width:0.8125rem;height:0.8125rem;top:57.625002861023rem;left:10.686849653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fnA32woaymcvvZ0TOIgJZiA3ASSaU9 { width:2.5rem;height:2.5rem;top:10.187283039093rem;left:8.8118496537206rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKuc1Bov3IbSDhAxzf8Ali4c27DBoiZz { width:2.5rem;height:2.5rem;top:24.811849594116rem;left:8.9366322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #dptCwGMCNmWq3VTC0WgVFaeQUygPpHz5 { width:2.5rem;height:2.5rem;top:40.062500953674rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIGK4cAWwwA4U8ONoMg4WCtPn8dVX4G { width:2.5rem;height:2.5rem;top:55.499350547791rem;left:8.9366322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Of6I0wxKPlJI3cHDAATBu7oTD7dy6A { width:14.0625rem;height:14.0625rem;top:16.435024023056rem;left:2.9675122499466rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #hhRAt9GzfHXq9Nv4U1eDdLmBy1Sw4ZmV { width:15.625rem;height:15.625rem;top:62.561100363731rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd { display:none; }#GHRb7bFJ2s9Uex04rDJdQNCQAX9iEiBd > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pPT4ShoRA2UUKnTATTNpnTDSvagHdCt9 { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT89S7V1p64lN0ArnAdaGxK9LBy25wsf { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhUOTfXu1wi1ng25rARO71DRzWk0r4ad { display:none; }#GhUOTfXu1wi1ng25rARO71DRzWk0r4ad > .row .container { width:20rem;height:13.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CJvArOPos1eXs8IQyBoTWRE0Sn3miVBb { width:20rem;height:1.8738375rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ549xZXm9NJWnFk4ORX7q6cknrDzsTk { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37WDluLX0JFpAagiTmf5y7Q3ynwbeIZ { width:4.5rem;height:2.6245375rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPByeiy463yEPrTPT5ioghc90teCZr24 { display:none; }#cPByeiy463yEPrTPT5ioghc90teCZr24 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJDf9cG4gCPRdh4TU2vTXmJZuWU4Delm { width:20rem;height:1.8738375rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERCnCG6uENFCDhmZM9rSEHkiWZpBIP4t { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2igFfMo7kifC2uXk0ddBXJ1yuHdukXO { width:4.5rem;height:2.6245375rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 { display:none; }#aRBKbhu0czMlFhFnoLuPD7Qfdzsoeuw4 > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s2Usa30rpJiEZuHLXOfmhrvSXZKeDQ59 { width:20rem;height:1.8738375rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTUB84ZmtmLgZ1WcsZXpXylOtppXxqlP { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtW1Nwkqluo1f4BG1XkdO1GtyV3Tgy9G { width:4.5rem;height:2.6245375rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zetKls2GIoyLPtkKDkNEurvNF8KKVqtm { display:none; }#zetKls2GIoyLPtkKDkNEurvNF8KKVqtm > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fvKzQhvHJQn7swZM1QTBPkLTS9TdETry { width:20rem;height:1.8738375rem;top:6.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yL4frwLThZZ5xxETfwWJbids1igxtJWy { width:7.625rem;height:3.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9DbOgOvw8SnXZBKMssE9CrkPgre2vtG { width:4.5rem;height:2.6245375rem;top:1.8125rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm { display:none; }#DnXhpyTJmeIKqf31CoWtso8FC5MvLbzm > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ryiqkNCNzAVVFzu9XZSUTNpxNsk0mR9O { width:20rem;height:3.93564375rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8lwmQfKWS6hh5mMyrQTrOMCQcPtmf9D { width:6.1875rem;height:0.25rem;top:5.75rem;left:6.8743807077406rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJfQTlJaBVAO1bx62KB63b7F92m4RmpO { display:none; }#kJfQTlJaBVAO1bx62KB63b7F92m4RmpO > .row .container { width:20rem;height:72rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kqy96x1APDQWPs9G4MqNcOiOS67eTOQP { width:15.7485rem;height:10.1988125rem;top:1.8741760253906rem;left:2.1245874166489rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7ScTymmOndrMcpdFbgTt5zMSPOg0hFR { width:19rem;height:17rem;top:0.93667602539062rem;left:0.49814355373383rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLhkNwwfJumrHZT0WPUglWcbTLMG9HJv { width:3.25rem;height:0.0625rem;top:12.499176025391rem;left:8.3735562562944rem;display:block; }
 }@media only screen and (max-width: 763px) { #xL8GRh1HRNZnbmTubThymWdGAeUIo0mi { width:16.875rem;height:1.5rem;top:13.061264038086rem;left:1.5604373216629rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDXlqMfdDRxRWtRf2Ey6LWhTVO7mBCfi { width:5.25rem;height:0;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4f0U3mWQpEAPU05G8oztPJyexhudp8c { width:19rem;height:15.375rem;top:19.124588012695rem;left:0.49917483329773rem;display:block; }
 }@media only screen and (max-width: 763px) { #okguwNJAlbNxlRoeSV1zqSMDqIRtnfoX { width:15.7485rem;height:8.499rem;top:20.062088012695rem;left:2.1245874166489rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3ZXcg8uvCyss5wDcN0oRbeAoxeThch0 { width:16.875rem;height:1.5rem;top:29.686676025391rem;left:1.5614687204361rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfADamsGMeWAestEWD58EFZf3kn3lcZF { width:3.24960625rem;height:0.06244375rem;top:29.061676025391rem;left:8.3735562562944rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nT1npJsO8tRswW6s62mlpBzZDXoshM { width:5.25rem;height:0;top:39.9375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gzv9m64SDHVPS72Tdk81BotP6wdyiEM7 { width:19rem;height:16.875rem;top:35.624176025391rem;left:0.49917483329773rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWMLpLHErbxc8423newNMxxIvEdMDi5S { width:16.875rem;height:1.5rem;top:47.623977661132rem;left:1.436674952507rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFP0J7C3ebDMSsSLhRTkXgf5L2oMdlF9 { width:15.7485rem;height:10.1988125rem;top:36.561676025391rem;left:1.9368811845779rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJ4Tn17NqTgAlqT11l0Rmkh9MwlloKWn { width:3.25rem;height:0.0625rem;top:47.123771667481rem;left:8.2487622499469rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1qB13yEXWhKOyMgUU9ZTe258BkUU6Ix { width:5.25rem;height:0;top:70rem;left:0.375rem;text-align:center;text-align-last:center;font-size:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4E7TSJrcmRFU338VOivVJKKAamaDfbX { width:19rem;height:17.125rem;top:53.623359680176rem;left:0.49917483329773rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7m5I7UuQT6kQPCFUxNvBCSIHS2iKJ7X { width:15.6860625rem;height:9.6000625rem;top:54.560859680176rem;left:2.1864687204361rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDxoXwV88mc8orVCaRZASMzB2fXkvtkr { width:16.875rem;height:1.6000125rem;top:65.311683654788rem;left:1.6233497858048rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgWhT7Fl4uZl3qAOJhNZxw3xyrPJd2IO { width:3.1875rem;height:0;top:66.061981201175rem;left:8.3742119073869rem;display:none; }
 }@media only screen and (max-width: 763px) { #U4kOfwyaZQMvPsTA7g42xd5zGsTR3F7b { width:5.1875rem;height:0;top:48.312327384949rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aM0vcZDgq3LgeEX5lQFmKcIeJfGPaGyy { width:3.24960625rem;height:0.06244375rem;top:64.811477661131rem;left:8.3735562562944rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #bEoM0R43e1LZJ0yDCJHLvNpF2McdunvL { width:4.1246625rem;height:2.124775rem;top:67.621910095212rem;left:7.9362622499469rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRtuUpx0uDZ7M0MvrGTJyDbLaZN8SkQT { width:4.06221875rem;height:2.09270625rem;top:14.959991455078rem;left:7.9682341814044rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLD5f5RIgQm1kQJHOu2dH6yTffuyTTWo { width:2.124775rem;height:2.06233125rem;top:31.561676025391rem;left:8.9985562562944rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2vc1eyf5VERpmzcMNDMgC7OSwdQ7JO { width:3.1871625rem;height:1.12483125rem;top:49.936271667481rem;left:3.5612622499466rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrpuHVBlkAiMCaJIVpAF6mGWSNAZreJ { width:2.2496625rem;height:2.124775rem;top:49.436065673828rem;left:7.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpnhpzaKmKCshqzZMqiXc9FXbzVc48BR { width:2.37455rem;height:1.187275rem;top:49.873359680176rem;left:10.623968243599rem;display:block; }
 }@media only screen and (max-width: 763px) { #iINzpCy2A2rwBSaGS5AIeGmVop3gk3UA { width:2.68676875rem;height:1.9998875rem;top:49.43709564209rem;left:13.810850262642rem;display:block; }
 }@media only screen and (max-width: 763px) { #L07o8pH2s4OGfPyLKkTUxacShfQIlCsk { display:block; }#L07o8pH2s4OGfPyLKkTUxacShfQIlCsk > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLrOk9qTaPmmDZQgFpDqqo0nDTdLf3aD { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PHFfqVDfKI2nWyBhIWPJc6zOoy5wOGZO { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm { display:block; }#SIsbE86aBsuMA5v71arKfk9dQrfmK7Bm > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTDdbBp4ukCLSIdcg35w7K5spcbppPzp { width:20rem;height:20.475rem;top:18.229816436767rem;left:0rem;text-align:center;text-align-last:center;color:#002a84;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NT6xpm8oOdh5fdcVovnResbhE2EvalNM { width:10.375rem;height:1.62530625rem;top:15.999221801757rem;left:2.8124996423721rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMictXQ7pAe3plz4oh14t8vzKRU4vlsk { display:flex;width:1.5625rem;height:1.5625rem;top:15.999221801757rem;left:13.811879754066rem;font-size:1.0625rem; }
#GMictXQ7pAe3plz4oh14t8vzKRU4vlsk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw { display:flex;width:1.5625rem;height:1.5625rem;top:15.999221801757rem;left:15.686879754066rem;font-size:1.0625rem; }
#QDtxP8gKAtAyorkcKmLHzVK2J2VsGctw > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #w4uhieWetXdogb3owUVGtWz643TJmmeQ { top:15.115603446961rem;left:2.8420339822769rem;width:14.3125rem;height:0.125rem;z-index:15028;background-color:#f4fffc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SFsWFOP66tH9kAsGZbdziH8tsM8oPib2 { width:9.6875rem;height:14.6875rem;top:0.50123786926269rem;left:5.1562502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRBLWT2BMnzZGNM4yaT4T3klryySu8RL { display:block; }#iRBLWT2BMnzZGNM4yaT4T3klryySu8RL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqbaQnc6G61FEikR6pnW3SU2OkcVcfCz { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GylD5C3tSPATdrSIym5nBOJe4G0i8rEo { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83hRTbDnhqLpiykfci6SI0bekSlKBBB { display:block; }#c83hRTbDnhqLpiykfci6SI0bekSlKBBB > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyRcPiMUQ2FoWqFH5DeRm02LazCXHPVR { width:20rem;height:3rem;top:13.061889648438rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00ZLq91oGphEzNXkTO2HO2xJ7lwCyog { width:7.5rem;height:7.5rem;top:0.8743896484375rem;left:6.2478338479996rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1x6xLJ4rbo9v8D08iuk0i4FWA1oFcUt { width:18.75rem;height:1.875rem;top:10.248474121094rem;left:0.62376236915588rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFTMlmV9VLEIDCSayQaBbVoCr4zbuS65 { width:7.5rem;height:7.5rem;top:19.499084472656rem;left:6.2478338479996rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycXCv7En4kxoLDDr7zTZ5UV0gAsxO7mQ { width:16.875rem;height:1.875rem;top:28.873138427734rem;left:1.5621904134751rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbe9LBZxCDN8wqngPivPPTDLpKJtuQ3 { width:20rem;height:3rem;top:31.748779296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBF7f7UeqqLG4gu4yp3PTV5MCyfOnCv { width:7.5rem;height:7.5rem;top:38.435943603516rem;left:6.246906042099rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2uW9A5yadW1cdcdcNBgBNA9L47uakk7 { width:16.875rem;height:1.875rem;top:47.810943603516rem;left:1.5617265701294rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZyNDv35ZdkgdcSlw1uy57hSyKexvexD { width:20rem;height:3rem;top:50.684967041016rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObLtlrgI0EULP5kNNKR2aTqu4LIS0IT { width:2.9375rem;height:2.9375rem;top:3.155029296875rem;left:8.530321240425rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkizLb5AI0PH8QL09s4D5whrdzSr4Uv3 { width:3.12438125rem;height:3.12438125rem;top:21.684112548828rem;left:8.4328585863112rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlboWFITFvdfKUEHPoW9Bf32zGzWzGrn { width:2.8125rem;height:2.8125rem;top:40.748382568359rem;left:8.560488939285rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXqEK1tu0rC9LuJqHaRCH6tdiy6aMweO { width:12.81175rem;height:2.8125rem;top:54.74520111084rem;left:3.5933630466461rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxAyFQTnDEfW1ctBtKzbVO12FJBiBSC { display:block; }
 }@media only screen and (max-width: 763px) { #Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 { display:block; }#Ucsti3LZddGEx5Rxi8t6CcIa8yDkyFO5 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #giOrw1MG3TEI1HRrcS1aruBaUf1rWc2x { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFq4G4Wo3CIGJGuImXJScTQnatyoxTgE { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm { display:block; }#WWNEyrWpRhpx6sunNMl4gxXZemHWV4xm > .row .container { width:20rem;height:200.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhf5eIELIFmD1QznLNgu24ufbxLFlZVr { width:8.75rem;height:2.175rem;top:5.311882019043rem;left:6.6868810057637rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eQCWwqEEIpcRl3pixnvJK0P77azJgc5r { width:19.99875rem;height:32.125rem;top:9.0495071411131rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#eQCWwqEEIpcRl3pixnvJK0P77azJgc5r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #mxocW8kzZhW7cdXNkzVX3O5NbSqeN4c6 { width:8.75rem;height:2.175rem;top:44.125rem;left:6.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T { width:19.9975rem;height:40rem;top:47.75rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#nXv24eZQd0ELWvlZ5tSgdi759pQ6dM2T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #wxUlpnkz24licUryIOhDDC6C7CvJhwcm { width:20rem;height:0;top:0.811882019043rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15056;display:none; }
 }@media only screen and (max-width: 763px) { #ROUsGVr4tgrc5zdNINOeVZT4TQfNfzeZ { width:20rem;height:2.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzd2AFLkoOabmMEsRC4PMoUrRu9Vlc2r { width:0.1875rem;height:125rem;top:102.3737rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpntytbXwrtuzcsO4EFA83i2D8tawJ3r { width:1.8120875rem;height:1.8120875rem;top:14.175948619843rem;left:9.0934401750562rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s50NsUqoH5bJJ1lMD4v3X0xcpBtbMrPL { width:3.125rem;height:3.125rem;top:13.52083125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOmDgeROFowmrip9wvftCP1OS9cs6Is8 { width:3.12438125rem;height:3.12438125rem;top:35.894216537476rem;left:8.436571240425rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIcMS7UCre6ZzNTSsaVnEy0mVBZyqvps { width:1.8125rem;height:1.8125rem;top:45rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d95m2a3XTrC4QPr0CThM3GUbQvsQG4Iz { width:8.75rem;height:2.175rem;top:90.562179565431rem;left:6.6868807077406rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfxSITni2xgQxe89szUqTQaeCZVsyC1F { width:2.18688125rem;height:2.18688125rem;top:90.562179565431rem;left:4.5621901750564rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwCfJvEt0RDBZrucmOATRgbIACAO2t77 { width:1.8125rem;height:1.8125rem;top:332.87109375rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 { width:19.999375rem;height:20.3125rem;top:94.249984741213rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#IgMFdrZ5ctAAECezPEvMEVKZKTIhzDG1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #FfzqiFut5gm5EzEyWV36Q4VPihat4CXs { width:3.125rem;height:3.125rem;top:204.7500038147rem;left:2.2500000596046rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq1TEOfKKQpvHuog5oQyDpPslZIymGrZ { width:6.5625rem;height:1.5rem;top:117.31248474121rem;left:9.8121901750562rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pIyGA8uQ3WzwNNQqii4PGTPX8S4A7uoF { width:2.18688125rem;height:2.18688125rem;top:121.68717956543rem;left:4.1249996423721rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IES3csPRNlSbEv4T3mFOoCReZURIJy4v { width:1.8125rem;height:1.8125rem;top:210.125rem;left:8.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L078KWvddBMMw0aqoxtwOg9IBlNcPzuP { width:8.75rem;height:2.175rem;top:121.68717956543rem;left:6.1874996423721rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SU63pAwstxT82w8QaCmMNMv0DVG7HsDt { width:20rem;height:34.40625rem;top:125.37498474121rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#SU63pAwstxT82w8QaCmMNMv0DVG7HsDt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #Avd5BpK0ih7e62mcbJTKngoH9C0loIQn { width:1.5625rem;height:1.5625rem;top:314.875rem;left:8.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0BlBe0FZL3fgI5uo0bWCm5m33e75CHl { top:6.3125rem;left:4.3333333134651rem;width:12.5rem;height:0;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #FnhyTuHW6ULX58NEmp4xIN84MwMpxIGH { top:5.6167478561401rem;left:3.7500001192093rem;width:12.5rem;height:0;z-index:15055;color:#ffffff;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"source sans pro";font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yXshyNiKGA3ur274ofeHI3esPpyGvfCD { width:5.9375rem;height:1.5rem;top:117.31248474121rem;left:3.6868811845779rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wmybxsaFlBuVlPms25b1vlhRqh3R6FCJ { width:8.75rem;height:2.175rem;top:162.62437438965rem;left:6.6868807077406rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf { width:19.9984375rem;height:23.9375rem;top:166.31217956543rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:14999;display:block; }#DZtc0sh9ibTaRdmFSHhxgNsePXpn4Qaf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/245b87e9-38c0-4f5a-9c3e-11cc9ceb196e/Dikona.png); }
 }@media only screen and (max-width: 763px) { #KMBtulCCTymb4O3FmuEqVUA6VXyVWxZP { width:1.75rem;height:1.75rem;top:98.6875rem;left:9.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJCuIMX3bK97S3NQQxoQ3poLelriIlfq { width:3.0625rem;height:3.0625rem;top:98.0625rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFBVf4t29vbV51ht8LEtVIzFt42fkaA5 { width:8.75rem;height:2.175rem;top:193.18687438965rem;left:6.6868807077406rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VnWaPkXSHJTcV32TULTZAopvxvesiXmR { width:19.9984375rem;height:1.875rem;top:196.93687438965rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #o8TJ9e8eaxFsJIcNW6IiXrWQVHsv4OOF { width:2.18688125rem;height:2.18688125rem;top:193.18687438965rem;left:4.5621901750564rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9rOJBvffryDOymRvTTSz5Pdt5IMrAE { width:1.4375rem;height:1.4375rem;top:69.75rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSI0BskfzsCm2WK4gxHfkn1Q5bpmV7pC { width:3.0621875rem;height:3.0621875rem;top:153.84838867188rem;left:8.4672023057937rem;font-size:2.125rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #TLi6kgZrb9tifDUnJE4ttUTXxtBbHdgn { width:2.1875rem;height:2.1875rem;top:5.311882019043rem;left:4.561881005764rem;font-size:1.5rem;z-index:15040;color:#001680;display:block; }
 }@media only screen and (max-width: 763px) { #Lh2l6trReZyvIWg3cX2DegLqCFyef7kH { width:2.18688125rem;height:2.18688125rem;top:44.125rem;left:4.125rem;font-size:1.5rem;z-index:15041;color:#001680;display:block; }
 }@media only screen and (max-width: 763px) { #iDzTtMMdzxTLUU8GEFNSu6xFWUe3gU5F { width:2.18688125rem;height:2.18688125rem;top:162.62437438965rem;left:4.5621901750564rem;font-size:1.5rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #XAftRBqxuZFTUunZ4zGsDcvqDSkDqaz6 { width:20rem;height:2.1rem;top:0.84158515930175rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o { background-color:#f4f4f4;background-image:none;display:block; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { background-color: transparent; background-image: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container > .video-iframe-container { display: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row > .video-iframe-container { display: none; }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .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); }#KxyAKSaePwyNHk0Mw74mEBeWPJwTxn4o > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhqqruQcbbUaiC0XNxLZWZ1alCy97sxu { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BXVA1Q1IwHqrrU4RtdTVkxOorSOZKrPq { width:6.1875rem;height:0.25rem;top:3.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI { background-color:transparent;background-image:url("https://images.assets-landingi.com/g7r2Xubb/Pakiety_Szafarowska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI.adaptive-delivery-prevent-bg, #n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI.lazyload, #n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI.lazyloading { background-image: none; }#n2Tywwv4u3P6IEuBKFylXO4zhLWsXmgI > .row .container { width:20rem;height:262.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x8zJGGHbaw57b4l6nB27LZp5whUCGBE1 { width:19.75rem;height:65.4375rem;top:119.41276875rem;left:0.125rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #D0CciiR6ReVvhXMpo5nKVnGCDTZcOShR { width:17.5rem;height:1.78681875rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2rqdhGNaXsXOMDTbnHGRaXf6M9aMTUv { width:18.75rem;height:2.6875rem;top:7.09895625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMXcuPnOccF3R0lsVcnEJkJ3u6ouuSL9 { width:4.0625rem;height:1.29950625rem;top:8.3671752441406rem;left:3.6562538146973rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVdCEPxUDdcrdsIaAVqhRCNAT5TNtmGV { width:7.5625rem;height:5.9962875rem;top:20.13541875rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGDoWwfT3Lc9JXgGvFh54Ieu4NM7yLri { width:16.75rem;height:41.4375rem;top:1.125rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIazSboXX9tr8cFsxT05SCFfhb3uH6v5 { width:15.125rem;height:1.62530625rem;top:4.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WguPUiPHpSiV22JyJdOe7AZV2PTw32FG { width:18.75rem;height:2.6875rem;top:11.03645625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ9Z87px7pERs0WEUizpslIlx8JPeE7d { width:9.375rem;height:1.29950625rem;top:12.316424511719rem;left:0.84244537353513rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGIlltqU7b3ctSwpAwulIrVLgnIlcK9 { width:10.75rem;height:3.3125rem;top:181.0338625rem;left:2.2812538146973rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr622SESArXf26IIbInDQQuTzdfsPkFi { display:block; }
 }@media only screen and (max-width: 763px) { #dTnRaqA41AOgZ8MOmCHxJXnpbbvTPaOe { width:10.6875rem;height:3.25rem;top:41.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UwUPUX0Al1oMOGfBoUWfbCkDfQTZhF { display:block; }
 }@media only screen and (max-width: 763px) { #MFx94hA2iwbo1zSNqm9LEXdV7zI1qmVa { width:3.125rem;height:3.125rem;top:147.33855rem;left:6.0625038146972rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVQnLC8ebrO96Xi7c263297qSvXzeGtu { width:3.125rem;height:3.125rem;top:141.56901875rem;left:6.0625038146972rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p08iWiMJmlVethmFvzaAai4XnpM88JTN { width:2.8125rem;height:2.8125rem;top:12.875rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT25ippHcfN4NG8bGfxLL0iHHPRnbBFZ { width:3.0625rem;height:3.0625rem;top:18.3125rem;left:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ndn0J80JgrnFg8G1vEp0lOLZflmuyAkZ { width:3.0625rem;height:3.0625rem;top:23.625rem;left:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47aP9PfpOB2bxaUzMPkaskPMnkzDxg2 { width:2.8125rem;height:2.8125rem;top:29.25rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QypnyxExbllDH5ue7cBJsBrCTrVD8ugM { width:7.75rem;height:1.21875rem;top:131.791675rem;left:5.7500038146972rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTTv7pzbzAnCHaqR2HK4QpiUI2atRIt { width:2.8125rem;height:2.8125rem;top:130.85026875rem;left:3.0937538146973rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OolEyMcB5JgbC60ep1QfVhOWw0ouKvNm { width:2.8125rem;height:2.8125rem;top:131.60026875rem;left:6.0000019073488rem;font-size:1.9375rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #WfGmD1oD6bmqAPZMsJAx8EWImLGspdhf { width:7.5625rem;height:1.29950625rem;top:17.5859375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #UN2QGrMxTePpMT5uTC3wkzSw6gDygDci { width:13.5625rem;height:1.29950625rem;top:25.23438125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #m1J5y8tzNxOlXXTLsioX9SBnuxqMP40l { width:15.375rem;height:1.29950625rem;top:34.58334375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #nic585iUv4NmwpxTzsJ00MhK7mrEG1fe { width:20rem;height:2.5990125rem;top:45.23178125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #rZAlqA2lqabkOsAGccqcTd8gDa2nqmTB { width:16.0625rem;height:1.29950625rem;top:51.63021875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #I1ponyogl9rFVCB6Uf5dmh8p3ZdHQGxE { width:15.1875rem;height:1.29950625rem;top:60.97918125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FXgoEgFLiOa3NGB23KQZzsB4eRcetvaT { width:17.6875rem;height:3.8985125rem;top:68.7409rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #lzTWx760tekCC523kAtS3CeFHgwTxe3r { width:20rem;height:2.5990125rem;top:87.86459375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ApIJWEA918mzgW7t8I5XiunegSfooEQu { width:20rem;height:2.875rem;top:103.21355rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #bCO7WkaEuvLd6f44KDOHWkC6D4peGrfE { width:20rem;height:1.46245625rem;top:104.90105rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #GxTpcMzA98ko3KHN7h9KAbQqfyuTUJnT { width:7.5625rem;height:1.29950625rem;top:15.03645625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UnI7L1cUFudHElzKvs5A1f5EbuD8TPJF { width:13.5625rem;height:1.29950625rem;top:22.6849rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #I3XoMTtpI6MT0CgrtXC1Pon45GAGT5IT { width:15.375rem;height:1.29950625rem;top:32.0338625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #EoNXE7A7kBJLXVZSoZ5fTBFT70hizDil { width:20rem;height:2.5990125rem;top:41.382825rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #rFEE3F5vQOVh09ttmTfgCGFMZ0gHRhs5 { width:16.0625rem;height:1.29950625rem;top:49.0807375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #Ngmwl05eHt3aE9deC4RW7TORwIrUicEX { width:15.1875rem;height:1.29950625rem;top:58.4297rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #cvpAlZXqyT3TuW5IN6sJVb5WdvgXDBhp { width:17.6875rem;height:3.8985125rem;top:63.5286625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Io3VfGFPhOuw85Agv6NqJT76Eqrq9SPx { width:20rem;height:2.5990125rem;top:83.9531375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #MiNrpPs80woug6ka0lAkrESfZhNQcxkA { width:4.0625rem;height:0.0625rem;top:213.48750305176rem;left:7.9687503576281rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #L56kbelZO0AcLTXNWRWf2ENuNvp2G9np { width:20rem;height:2.875rem;top:99.02605rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #N7MC3UHIc3oy6NEG9WqBClclfBC7shmp { width:20rem;height:1.46245625rem;top:104.90105rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Xrhhw6T4TrJJT9Ss0rvR1hLpZQA1WFEO { width:9.1875rem;height:auto;top:15.0625rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLWQoBVauRhc5aSrZNWxw9BKNwXIwemP { width:17.125rem;height:3rem;top:37.132825rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BreCDmr5iOhnxJ2hhc0wfUMD7wI8Ft06 { width:17.125rem;height:3rem;top:54.1797rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8e9K2Th0fhz0KdZuQ5O2gvi2Jw0IQT { width:17.125rem;height:3rem;top:73.9531375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9sTSZOwhFmiHalTT58rk5KR1K9ms84r { width:3.125rem;height:3.125rem;top:152.63933125rem;left:6.0937538146972rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBa3vF8Lp09unXpVWxivKEQzml3Hgsd { width:10.3125rem;height:auto;top:31.375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7HOdB9Scy1ihawHhczFt4EvP2yD6DS0 { width:19.8125rem;height:6rem;top:91.77605rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5dcXewra5xCmpGfxqnAsVnnpww2HEHP { width:3.125rem;height:3.125rem;top:166.47526875rem;left:6.0937538146972rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANUeTy9trEEzWN8nMAQXPFQCHISDOfT { width:3.0625rem;height:3.0625rem;top:35.4375rem;left:8.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx1ORMZJrNipcluX8T4Hovcc4hdkIBC7 { width:15.8125rem;height:auto;top:37.8125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS4CfLwwCEPlo1BianL7WdAZIazs7DI3 { width:17.125rem;height:2.99814375rem;top:257.7526125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTuIMfAGh9MoXdH9HypGcc4cdTPnH3Nv { width:19.999375rem;height:4.349625rem;top:257.75217247009rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZJpeBHUXyfbgPAxNTwLa1sEPmA6gTs9v { width:12.4375rem;height:1.29950625rem;top:321.67322872314rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PxSI2krKDr5KlirG260eUichqD9SI1Bf { display:block; }#PxSI2krKDr5KlirG260eUichqD9SI1Bf > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItaTcGfwEEyH71SHKIUG28Doyr91otU4 { width:19.75rem;height:30.5625rem;top:36.6875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TJfcGM8bFA2V3PCnTds1LADOSB15l10x { width:15.625rem;height:4.0625rem;top:61.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlTFHIKhnNroB0U9GFBpTvUwx2eDqeCQ { display:block; }
 }@media only screen and (max-width: 763px) { #xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw { width:17.3125rem;height:21.5rem;top:53.875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#xGQ7N7Bftvmey0ittZZfymLT9DkgrsEw li:before{  }
 }@media only screen and (max-width: 763px) { #guEHpwQ5LxTQRdoPn3wDxwaWs7ooTB0g { width:20rem;height:26.8125rem;top:6.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #WAO6XSWDL0GzlrHvNufLBWZnWo5wn0FI { width:17.3125rem;height:1.575rem;top:11.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LBMVWE93ABhsNauep3dypbZTTuMFFRNU { width:15.625rem;height:0.125rem;top:20.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR { width:17.3125rem;height:14.4375rem;top:21.5rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }#uI8IDmdD5nCD8lGbT2WyTxhDe9HswNNR li:before{  }
 }@media only screen and (max-width: 763px) { #eUuuT5wiyqgHbgP1V8n1TQ1nQueEKGfS { width:17.3125rem;height:1.6875rem;top:42.5625rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kgRscgbArT3qfOsTVD4J1WevdEwOD56o { width:2.5625rem;height:2.35625rem;top:47.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Tvw1h32Inix0WXWZDXJVDJUmq5DB5Fx5 { width:7.875rem;height:4.46875rem;top:46.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ELHJ4QEaUeRc8dr2FaHmtOrSGl3VTqRJ { width:15.625rem;height:0.125rem;top:52.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC9LHHBUevT7h1630CanoWUXcqHHVTUm { width:15.625rem;height:3.875rem;top:27rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXb8VNUiwOJbI66fvxZwayXBgR7XtUg1 { display:block; }
 }@media only screen and (max-width: 763px) { #JakJQQ4Q6FcqyzIH3oSTNNxyGp4ebR83 { width:14.5625rem;height:2.51875rem;top:7.6875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #truG31ZmCVcb1wdy1zsZzaPXP6zaLTvC { width:2.5625rem;height:2.35625rem;top:15.5rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MVLDJpvVk2XAo68ktu59NVydq575hJN5 { width:5.625rem;height:4.46875rem;top:14.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SV7aLcx6uwENZ4Aey5ye0eBZ5E04SvwT { width:20rem;height:2.3125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgitO4sRc72D7uwf0T6cmTXkIVauiZvc { width:20rem;height:1.8rem;top:34.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #EKQGIdmdk2r00Z5iycZhmoIiOOqKrDkz { width:14.5625rem;height:2.6rem;top:38.6875rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ReElbTiahuXecCOkL9GdrnMMa6vcJBwR { width:20rem;height:1.5rem;top:76.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSflmoxHs65TFZVaAowevFr8k2i4TU1f { background-color:#f4f4f4;background-image:none;display:block; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container { background-color: transparent; background-image: none; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container > .video-iframe-container { display: none; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row > .video-iframe-container { display: none; }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .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); }#DSflmoxHs65TFZVaAowevFr8k2i4TU1f > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDn4Up3W5SnGPFEDWF8BNyFCw8XWA30a { width:20rem;height:2.925rem;top:8.1240844726562rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #LnbrluezRK194FOI2gtXq9akua857VyF { width:6.25rem;height:5.75rem;top:0.9368896484375rem;left:1.8118811845779rem;background-color:#26316a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x3VSG6JcDETV8aqPzvWn4KAubeco4VSt { width:5.06188125rem;height:1.21905625rem;top:1.9356079101562rem;left:2.3734527826309rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XESpsTIXk9mqEyQJJRGrbpnTTGPyyPPB { width:4.9375rem;height:1.7875rem;top:3.9368896484375rem;left:2.4356435537338rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Hb6t58sXsc1iJkuHfUeppaTMTioNc8Kf { width:5rem;height:1.21905625rem;top:1.9356079101562rem;left:12.436262249947rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GxiTzn9Wab9xR9ImODPganTQTTCaUrT4 { width:20rem;height:2.925rem;top:17.372987985611rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #s10BUATgcdqlDu2wX3mlHTJWaK1Suiy5 { width:2.18688125rem;height:2.18688125rem;top:12.686279296875rem;left:3.8112622499466rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Bc0WSiLaabFHsQrIeBKHkucq0nezdBDA { width:2.18688125rem;height:2.18688125rem;top:12.684387207031rem;left:13.873143315315rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LJV794pH2BHpF30hpmFFsdMICcRiJDgM { width:2.1875rem;height:2.1875rem;top:22.248453378677rem;left:3.8114945888519rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #gCKp4DTGP3kn9IaCAt1aR57laMwPK13h { width:2.1875rem;height:2.1875rem;top:37.747371912002rem;left:3.8114945888519rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wTCv8SXiFSe0ciQT0ZQl8hO8c5RBI09w { width:2.1875rem;height:2.1875rem;top:37.747371912002rem;left:13.872215509414rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MqwDlgWkzTfIy3621JF6EdAuypyVKnaV { width:20rem;height:2.925rem;top:25.561029672622rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #GUxycfgV7o6i31hFZ4HpZRiru1myqnPN { width:20rem;height:2.925rem;top:32.997215509414rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #P7VbLrN2tbuTNuQ9IArXBaxheOq1S4VT { width:2.1875rem;height:2.1875rem;top:49.872600793839rem;left:13.872215509414rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nuTMBxBeHE6ruEdEheClmidMfrBT8CGx { width:20rem;height:5.85rem;top:42.560566186905rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wWkvl2ZJMcre7qIe5A8U4GAX8M8nKhTF { width:6.25rem;height:5.75rem;top:0.9359130859375rem;left:11.748452305794rem;background-color:#1da59b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ieT36XrfWF8wNCrNEmhgQXiXFCSLFQFb { width:0.125rem;height:3.125rem;top:21.435102701187rem;left:9.9365713596344rem;z-index:14991;background-color:#26316a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hA57NxSzyQw3W4PTaPA3MKzo8Dsg4IW8 { width:0.125rem;height:3.125rem;top:29.247215509414rem;left:9.9365713596344rem;z-index:14992;background-color:#26316a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZX2kwU303vcD0tvusu1mWTI4CmPVXVtk { width:0.125rem;height:3.125rem;top:37.184639215469rem;left:9.9365713596344rem;z-index:14993;background-color:#26316a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vcJP2dRRSk2AvwfkhekCqkXgvlQe8gM7 { width:0.125rem;height:3.125rem;top:49.311031579971rem;left:9.4991495609281rem;z-index:14996;background-color:#26316a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KQ32nNzdpyWw27RgcvXprQf7QuNvAMo7 { width:4.9370875rem;height:1.7875rem;top:3.9359130859375rem;left:12.498452305794rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15004;font-weight:700;font-style:normal;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #QqBztaCcEFFNB4qf2mSGwM7Ws8BfvaD9 { width:2.1875rem;height:2.1875rem;top:22.24729180336rem;left:13.872215509414rem;font-size:1.5rem;z-index:15019;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NZizCStHU7Tf5ndfFxNuO7JFIX6VMXmO { width:0.125rem;height:3.125rem;top:37.8125rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #rZkf4p32q8dEdzv5QNdZFlqspn2uQBm2 { width:2.1875rem;height:2.1875rem;top:29.684637308121rem;left:13.872215509414rem;font-size:1.5rem;z-index:15022;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZP8xyn0uQgsWcOxhSwGzdQSAQ52TKtzT { width:2.1875rem;height:2.1875rem;top:29.685798883438rem;left:3.8114945888519rem;font-size:1.5rem;z-index:15020;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LEcLXLSfq9zSwphnkSbqIKrlTyeuoTBS { width:8.874625rem;height:2.6rem;top:52.434482812881rem;left:10.498143434524rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #SQUkP6F3TmZM32kOxf36ZCkTBu9eK3RV { width:0.125rem;height:3.125rem;top:11.936279296875rem;left:9.936571240425rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #m8SHduOUSN7enDbJFpvow7kPoakNRX6Z { width:8.87375rem;height:1.3rem;top:15.211092233658rem;left:10.496983766556rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #tmdZokfiyS1nOqG4fArqTxs4NTtdP8r9 { width:8.872625rem;height:1.3rem;top:40.309482812881rem;left:10.498143434524rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;font-weight:700;font-style:normal;color:#000000;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #DXW6x413iEDuylqpRFUi44lB1CWfaLzV { display:none; }#DXW6x413iEDuylqpRFUi44lB1CWfaLzV > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s { display:none; }#NpAV7EL6TGT22xlDlo5l0DxpSx6lH16s > .row .container { width:20rem;height:0.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2dsZbKZ3QP5wm15h464SOz120aZprkS { display:block; }#d2dsZbKZ3QP5wm15h464SOz120aZprkS > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4U974bXvxGZWSAVKSTZLrLT2Tab02Zi { width:20rem;height:1.96875rem;top:1.5rem;left:0rem;font-size:1.3125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBwFJ4vf9X04dUWHIVGqZ8coVDhg4IwX { width:6.1875rem;height:0.25rem;top:3.7499997615814rem;left:6.8743807077406rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 { display:none; }#KQgDvdggmsE8G1t5OrMFT0d9ZzazZUD0 > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fTiTQIAgHfvuS1esOOJ3XtRzxqEFBTfX { width:13.6875rem;height:1.125rem;top:46.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQsg8wIQSJyTmu8DLLmoBvBciT4kOTTw { width:20rem;height:3.65625rem;top:47.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-text {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-select {padding-top: 0; padding-bottom: 0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:peugeot;height:2.5625rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-radio-label { text-align:left;text-align-last:left;line-height:1.6;overflow:hidden;font-size:0.75rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:first-of-type{padding-top:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-container:last-of-type{padding-bottom:0;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp  { width:17.5rem;height:auto;top:0.6243896484375rem;left:0rem; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp .widget-info-text { font-size:1.0625rem;overflow:hidden;height:auto; }
#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp {display:block;}#G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp { width:17.5rem;height:auto;top:0.6243896484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #qoziPiETkhTvL2c0h7V0O7pDfTfTfoRg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tCKWRpheZyICJwo6BcrHiXqS7ZCABPbi { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #F7C13DVrxXDzUZgUzMnXmHx1JtAJcXNm {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #RUvD4y6phPhbVsvMZ9KHBv0FdlMbzhd9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XLld0e4h3CPbn97SICznlA6AHfcD1peo {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #yGPkdts3HTyhddKMSu0lZeTMUuTxGxTp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #uGV8B4B4FRiLsCAX0Mx7ubM8L0BUJ9w2 { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #QMJgaMf0P50TRM2GMwJWJ9s7THdOts75 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #L9pm0QpeOxdat4gZZf3mxDnMXx9dSwET {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #siBOuTwwTfhCccm20ftJk968tO2u8EEd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #aG1dN8fbbvTrHNMEO7VtEThAT8zIygC4 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #m1ZgyDqLwXkDKTACCgchSs0kWATog8Aa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #t1SUVxsRtwdrrHM8PMR0ODo7vETJIHbC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #tdkP7wULwuybBgnxIp56otwS4WeBr9zw {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #owXWdWMg1LoA7zewCHgqu61UHWFO75Qd { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #h7gsddESelQ30SZSgZVIf8us4mcWnTtT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Dl3hvgQ2ThNtPWGqph9zGqRtGzw8Jf2w {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JO2z04toS1o6k0zTst9CKE5t7tmb0XcB { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #XAckdr91aaaJRNSViplbrTNkZ7UNhNl6 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #eqhh037LtGFoCBcNb9D5pETomGqPfwfk {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #B3CdNPcApybM7iT61quDf7MTJkBDAtvo { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wcgf1dOZuf9tMADxcIyu4LKts23XMyP9 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #R4b5XyiGq32J60H23HrxHBoOGuOKyTVa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zQI5UesECXgKA8WHTOGTfybcJPCN2rgE { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #TZxZx92KIRCURuFT1WZL7s4L0wodRbCa {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #a427UiK3J6wV24tXyRD8CMrsL1ZlwI8K {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Qxu5c8hSrD5BGoucA7o1pyGJkp889FAr {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #gqrxSJ4uSMm4oiQ6mKfpTndUevv0uZwC {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VESM2zug9vR3daSmko3wgHMoZu5FTwZc {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #Z18t4lt5P68l4v4B4SxzUsw3g8q5MDJg {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #wE5tmDsqn68NfNQahlcfJ3Um7ezriwsh {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #q2mwJxVc4t6KizMFnp2QMSH0NK52wvfc { display:block; }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #VHcPtxz5n7ZvUzf4HL2GxenFPuVklEz7 {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #zMogCstcxC3yCFf8N2i6DQJziHSIlzTK {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #MywVPacDkHTsNr1R9pGi6Xz7EEVu5sId {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #CJmLD2y3TMzLGXATeSdbH5Sy25D7ZULH {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #U5p1QOKToDdANgQwi2VT37PXltMsrGTL {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #JPXa7QMQ80nyvLB7LF9eAc6a8PeFcXkT {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #AuGNxbMsRJePIX1d5ZnpaxNRPW5TtrKp {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #lsAXAT7CeE7xFVbLDIAdxHy7m0Vk6ANA {  }
 }@media only screen and (max-width: 763px) { #G8GyPxtVJOw08vVpIbvXa8McXBPSoeAp #elT70aT7NLnBB2XIzMPlkCoNHC5e2bUq {  }
 }@media only screen and (max-width: 763px) { #ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC { display:block; }#ixAr6G5pr0AxJlKEfWX9CwLE3fJUfGGC > .row .container { width:20rem;height:0.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG { display:block; }#Fb8TzcpW2ZMDde1ululIlCd6NCxrLsWG > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WW56JoHDh3f7TTp3u2xwPtJtnbHp4FPR { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVvNJQEoz3va7t9yityrkiwsbWxVA9i9 { width:20rem;height:1.5rem;top:3.4375rem;left:0rem;font-size:0.9375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhTtBFJSghkCkBnTACfo1qS2f3B5Eu37 { width:9.625rem;height:1.5rem;top:14.625rem;left:6.4374999403956rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlVByAxhsKeFl5SzIQSTtF2LZeSSTd1p { width:13.4375rem;height:3rem;top:16.436889648438rem;left:6.4374999403956rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7retR1wlHuiJqPm0lJAaCHVzHs82vIo { width:13.4375rem;height:3rem;top:8.9368896484375rem;left:6.4374999403956rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ntpq18BcWHOuRW7RBpZAxb39RLIHH4A0 { width:9.5618125rem;height:1.5rem;top:7.125rem;left:6.4374999403956rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTEo6fD0qX2kUT84uT53Vzz7fmke24PX { width:5.3125rem;height:5.25rem;top:6.5rem;left:0.0625rem;border-top:0.3125rem solid #1da59b;border-left:0.3125rem solid #1da59b;border-right:0.3125rem solid #1da59b;border-bottom:0.3125rem solid #1da59b;display:block; }
 }@media only screen and (max-width: 763px) { #esmEoNLHgtJNuZVFmlI6VtAt1N72hN8B { width:5.37438125rem;height:5.37438125rem;top:14.061889648438rem;left:0.0625rem;border-top:0.3125rem solid #1da59b;border-left:0.3125rem solid #1da59b;border-right:0.3125rem solid #1da59b;border-bottom:0.3125rem solid #1da59b;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IVf8DpyFuWG94GwFhqyT3tVozp1z4usN { display:none; }#IVf8DpyFuWG94GwFhqyT3tVozp1z4usN > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #It2dgTvc7kzgdHbr11QiT099h3iHxGHp { width:20rem;height:1.94925625rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmc77pMcpTHeA1p7iTTDTiauSx2CAeDv { width:20rem;height:1.5rem;top:3.4375rem;left:0rem;font-size:0.9375rem;font-family:roboto;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogNW5byvUvuCPKotvNvlbZ7lB0EUHKIi { width:9.6244375rem;height:1.5rem;top:6.5625rem;left:6.4375rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JFfVBKd2w9hJ6CTHZzVIsc3Zn073ISXN { width:13.4375rem;height:3rem;top:8.25rem;left:6.4375rem;font-size:0.9375rem;font-family:roboto;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PNAJ3717C0vyMI78ndgOpe8cab8Cz4J4 { width:5.3125rem;height:5.25rem;top:6.1239013671875rem;left:0.125rem;border-top:0.1875rem solid #1da59b;border-left:0.1875rem solid #1da59b;border-right:0.1875rem solid #1da59b;border-bottom:0.1875rem solid #1da59b;display:block; }
 }@media only screen and (max-width: 763px) { #HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve { display:block; }#HtkUMBtiBzZhT4yduN3pyvi5ssIAz2Ve > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guAa8S9mQdICMDcvGhHGJBWLDoLZMel6 { width:6.8125rem;height:auto;top:2.875rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EowCTE6rcsaMMuukbvhilAOFfFubOyFq { width:12.5rem;height:2.4505rem;top:11.0625rem;left:5.6865717172623rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tlWqv7XZwVtuHX0XnlCESMS4HKu16a9g { width:1.5625rem;height:1.5625rem;top:4.6875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FpDTtB1qsOqKdwOKC62ICzkv2bxV02 { width:1.5rem;height:1.5rem;top:6.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01OADZ9obMxuclKEia1i1n5uVNDnLH7 { width:1rem;height:1rem;top:9.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUDEPg46waPKAx4ZweTmfd5cTh45wv2G { width:0.625rem;height:1.1875rem;top:11.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vIfG5vcTxSVUCsFr2mQEzmDg7kWb4H { width:6.8125rem;height:1.0625rem;top:4.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzALAqU0KmdsBM6Na47MO2BdqXR93LtD { display:block; }
 }@media only screen and (max-width: 763px) { #WTn8VNcMyO10Er5Zrf3mVx3JDqQrsqO9 { width:11.6875rem;height:2.1875rem;top:6.4371337890625rem;left:5.1249996423721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHy5mEiJwwpbmK9XTkArIz5RsAeUedrZ { display:block; }
 }@media only screen and (max-width: 763px) { #VLWeJvfEQcA5J2mBidIgIwaWosHrkFeW { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:11.437499165535rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnEwsi5cicToZb87ZT46TzaQx0LdN0fg { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:8.437499165535rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCeexTEW0ZB0WeBts9iJSuZdCHLqZ9KL { width:3.125rem;height:3.125rem;top:13.999389648438rem;left:5.3743807077408rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIQOP3MT42nUaaN9aHTtve7UG6KKwUVI { width:7.25rem;height:2.875rem;top:1.1875rem;left:6.3749998211863rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KKGnXlM9B6LtpTEc51SqLJdqzdf035to { width:12.5rem;height:1.1375rem;top:9.0621337890625rem;left:5.6243807077408rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 { background-color:#26316a;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { background-color: transparent; background-image: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container > .video-iframe-container { display: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container { display: none; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .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); }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { border-width: 0; border-radius: 0; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3WyeiCSrS1onLnHQ8UUxqAhTN9eM4s7 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHgqdMFy7HSxr8aqwlS5TWoe2plLkLT1 { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8akGykA16svDpf6i9TbE1kVTO7vqiT3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu { background-color:#18204a;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { background-color: transparent; background-image: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container > .video-iframe-container { display: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container { display: none; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .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); }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { border-width: 0; border-radius: 0; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZkEdZHpcQIHQy6xscll3J5F3LTEKbKSu > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS4Nd7CatgsAN41ApWK8o19oFTCf46I3 { width:3.81149375rem;height:1.12430625rem;top:1.3125rem;left:3.6875rem;z-index:15001;font-size:0.875rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DXqTRe4RO7qWbir29X8yZZwE6ZH9eLQ4 { display:block; }
 }@media only screen and (max-width: 763px) { #Sh0Zx8tOAqzNHR9pnDbncPHmQuQVn5GS { top:3.2493813037873rem;left:5.9371130466461rem;z-index:15002;width:8.125rem;height:1.875rem;background-color:#13a59b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(19,165,155,0.6) ;font-size:0.875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gC18fpTLLSlrZnnWgfMziKQgNwB7CH1o { display:block; }
 }@media only screen and (max-width: 763px) { #paKv6rA28m5zNPuLZcc3ML4kiDvFi5Gv { width:5.829208rem;height:1.45392675rem;top:1.125rem;left:10.5rem;z-index:15020;font-family:"open sans";font-size:0.875rem;background-color:#1da59b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#26316a;display:block; }
 }@media only screen and (max-width: 763px) { #pTfKwyscMBRFH1tT8X2nPqS94MMT5WDJ { display:block; }
 }