.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:224,245,243;--color-primary-1:153,221,214;--color-primary-2:50,187,173;--color-primary-3:25,94,87;--color-primary-4:8,28,26;--color-secondary-0:253,219,243;--color-secondary-1:250,134,215;--color-secondary-2:244,12,174;--color-secondary-3:122,6,87;--color-secondary-4:37,2,26;--color-tertiary-0:255,255,255;--color-tertiary-1:244,240,237;--color-tertiary-2:88,88,88;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:Avenir;--paragraphs-font-family:Avenir; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { background-color: transparent; background-image: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container > .video-iframe-container { display: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container { display: none; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .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); }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { border-width: 0; border-radius: 0; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#XJvQvI7mBEM9SHO608QFJa096yB76vKS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.75rem;top:1.8125rem;left:2.9375rem;overflow:hidden;display:block; }
#MgvP8FpHVy3NgvHfT5oZXqSL3p3Gqq4J { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:42.8125rem;display:block; }
#B6haPEdNa9WwSdo2On9RLH0eOLfWKFQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i44u3O5SvZDu4smvt3ibBXdivliJPgOo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:2.4375rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.8125rem;left:3.5625rem;height:6rem;font-style:italic;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.5625rem;height:3.25rem;font-style:normal;display:block; }
#mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;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:14.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22rem;left:3.5625rem;display:block; }
#wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:30.9375rem;top:4.78125rem;left:34.375rem;overflow:hidden;display:block; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.6875rem;left:2.5rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BFziCHibD4GRpBEH1qolMTaWtbTPURFp { position:absolute;display:block;z-index:15012;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:17.5rem;width:17.5625rem;top:10.8125rem;left:6.21875rem;overflow:hidden;display:block; }
#uLqDPCVN3pSfTFO9d1F0T4gap2hDKIpV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#gnPvMbllXPFKVTMa9lTDThV5XTeaeM5E { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:29.875rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mub1ByJThM5uZcKrEnm4g0kRzLKDf6ES { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAxhpI0KTPgpz7uESlr2CVImON9gJAGD { position:absolute;display:block;z-index:15004;height:16.625rem;width:27.8125rem;top:9.3623046875rem;left:31.71875rem;display:block; }
#qpNRDRGwQ7PHQXCv9U0ZIsnhHzkyFiM8 { box-sizing:content-box;height:26.6875rem;width:26.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:1.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sk8dDuOBs224y6PRnRHskZATUiN3zq5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#sk8dDuOBs224y6PRnRHskZATUiN3zq5o > .row .container { border-width: 0; border-radius: 0; }#sk8dDuOBs224y6PRnRHskZATUiN3zq5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sk8dDuOBs224y6PRnRHskZATUiN3zq5o > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:60rem;position:relative;display:none; }#civsJzSXZ8hTcnG5HaJPq5B6yRwtbVNk { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.75rem;left:0.75rem;height:2.54980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ril5w1CHx1NhWgOVgbnx86QSU2SaLqCA { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.3505859375rem;left:8.09375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#afoRl9drxaQbgMohk8whmc95zQtIUeQr { 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; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container { background-color: transparent; background-image: none; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container > .video-iframe-container { display: none; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row > .video-iframe-container { display: none; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .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); }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container { border-width: 0; border-radius: 0; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:60rem;position:relative;display:block; }#hciOdGbnxfTRAmctKvMraAa5X8WtGETa { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQSDARVUJ0nLQNaPqyzfpXrfkHSz98GT { position:absolute;display:block;z-index:15005;height:8.8125rem;width:59.9375rem;top:4.5rem;left:0rem;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0);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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:rgba(var(--color-tertiary-1),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:14.96875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:rgba(var(--color-tertiary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.75rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNVas6rGxgBKipCHiARAScue5VqsNZfx { z-index:15003;top:22.375rem;left:19.40625rem;background-color:transparent;background-image:none;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UouxEigekK4CHlbVlu8IEV9ObXKTU1Xq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { 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; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { border-width: 0; border-radius: 0; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { color:rgba(var(--color-tertiary-4),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.875rem;height:1.86865rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.3125rem;top:6.125rem;left:1.25rem;overflow:hidden;display:block; }
#poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:5.0625rem;top:6.125rem;left:13.75rem;overflow:hidden;display:block; }
#svqE1SAUaClNzzn2awss40ZNw9g0ViLW { position:absolute;display:block;z-index:15007;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.6875rem;width:8.75rem;top:6.125rem;left:20rem;overflow:hidden;display:block; }
#TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { 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:3.5rem;width:3.3125rem;top:6.125rem;left:30rem;overflow:hidden;display:block; }
#UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.25rem;top:6.125rem;left:35rem;overflow:hidden;display:block; }
#cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { 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:3.8125rem;width:3.9375rem;top:6.125rem;left:43.75rem;overflow:hidden;display:block; }
#LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { position:absolute;display:block;z-index:15011;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:9.4375rem;top:6.6875rem;left:49.375rem;overflow:hidden;display:block; }
#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { background-color: transparent; background-image: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container > .video-iframe-container { display: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container { display: none; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .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); }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { border-width: 0; border-radius: 0; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { position:absolute;display:block;z-index:15000;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:8.4375rem;left:0.625rem;display:block; }
#ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.75rem;left:1.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:8.3125rem;left:20.625rem;display:block; }
#ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:16.9375rem;left:21.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:8.25rem;left:40.625rem;display:block; }
#PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.9375rem;left:41.875rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { position:absolute;display:block;z-index:15020;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:25.625rem;left:40.625rem;display:block; }
#iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:34.5rem;left:41.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { 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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:25.625rem;left:20.625rem;display:block; }
#tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:34.5rem;left:21.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.9375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:31.9375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PipevJyvucvwxUNEzdmXC2ropnsbguH2 { position:absolute;display:block;z-index:15012;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:14.3125rem;width:18.75rem;top:25.625rem;left:0.625rem;display:block; }
#PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.75rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:34.3125rem;left:1.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { 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:15015;top:10rem;left:8.625rem; }
#sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { 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:15016;top:10rem;left:28.625rem; }
#nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { 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:15017;top:10.1875rem;left:48.625rem; }
#sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { 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:15018;top:27.5625rem;left:8.625rem; }
#GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { 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:15019;top:27.75rem;left:48.625rem; }
#cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { 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:15020;top:27.75rem;left:28.625rem; }
#KorLqutoH4KiJkqSFMfQOau5aDuVm41m { 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:15021;top:27.75rem;left:48.625rem; }
#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { position:absolute;display:block;z-index:15005;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:29.0625rem;top:11rem;left:30.5625rem;display:block; }
#Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:20.25rem;left:35.3125rem;height:1.83105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:29.0625rem;top:11.0625rem;left:0rem;display:block; }
#WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:14.875rem;left:35.3125rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:14.875rem;left:4.75rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.25rem;left:4.75rem;height:1.83105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { position:absolute;display:block;z-index:15012;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:7.1875rem;left:41.375rem;display:block; }
#FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:4.8125rem;top:7.1875rem;left:42.6875rem;overflow:hidden;display:block; }
#NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { position:absolute;display:block;z-index:15013;background-color:#f2f2f2;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:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:6.662109375rem;left:11.3125rem;display:block; }
#Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { 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:4.875rem;width:4.625rem;top:7.1875rem;left:12.71875rem;overflow:hidden;display:block; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { position:relative;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:none; }#TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { color:rgba(var(--color-tertiary-1),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:13.5rem;height:;text-align:center;text-align-last:center;font-style:italic;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; }
#lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:18.8125rem;top:17rem;left:35.4375rem;overflow:hidden;display:block; }
#mZrfuCGValvdcLmgkLws6890I8M4eyWk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.75rem;top:18.09375rem;left:20.6875rem;overflow:hidden;display:block; }
#Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { color:rgba(var(--color-tertiary-1),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6875rem;left:21.6875rem;height:3.25rem;display:block; }
#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container { background-color: transparent; background-image: none; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container > .video-iframe-container { display: none; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row > .video-iframe-container { display: none; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .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); }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container { border-width: 0; border-radius: 0; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#g3zXkdHJod0b1aSWUZPxHAW4ihr61bEc { position:absolute;display:block;z-index:15000;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.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:9.4375rem;left:0rem;display:block; }
#TGWNbJg8TbVvIUDR9AClUDT9GRPatRve { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:11.25rem;left:1.5625rem;overflow:hidden;display:block; }
#uU0LwRW97uHdE917vdHacWL95TenZyf2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.5rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WXoKxNBdZxgVe8KclV0yqV0VkO2WDIk7 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:27.887500762939rem;left:1.25rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvmrvFOOEBkHrnUtFI8T2oUEWzE4yNqt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:11.25rem;left:22.1875rem;overflow:hidden;display:block; }
#vJ4phJf9rbJ1fIhA2OTQO0yU5kI0iCHW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xImFfDI50JbacRddmiFEsUAbD8h1qt3b { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:27.887500762939rem;left:21.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CuZyzFFKebdNJCBMNiEdhXUEVzFqeezx { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:9.4375rem;left:20.625rem;display:block; }
#Achs2FguIWUEVM0BUVR4MVFSyDHWCFo9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:11.25rem;left:42.1875rem;overflow:hidden;display:block; }
#wyxDG3qNU3JurlSzBSAhxNAoqxU0xRDz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.5rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oScyUhvApQDOKBgEWieeivSpM3uCTJ0B { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:28.075000762939rem;left:41.875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Prbt0aWXlT2qOnVLmkAutATdIb3a8gPq { position:absolute;display:block;z-index:15002;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:9.5rem;left:41.25rem;display:block; }
#L0OiADLI792XGXa7JLvMOUMyMpW5WkII { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container { background-color: transparent; background-image: none; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container > .video-iframe-container { display: none; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row > .video-iframe-container { display: none; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .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); }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container { border-width: 0; border-radius: 0; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#pIUHeUNcK3GTL7bIf0mas6Le5ndkb8tl { position:absolute;display:block;z-index:15000;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.125rem;left:0rem;display:block; }
#dgupdSAZFzx3DJFw0grZQeI57uo5WLDt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#EL4SAPshPN9ANWO6UixHN4qvyC3daau3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tDmxJeK539hggg9ziz7OCmwTCnpVhNp9 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:18.200000762939rem;left:1.25rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crMvddZ8dyOMigdeUzGc5BfRQMNpTeL3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.875rem;left:22.1875rem;overflow:hidden;display:block; }
#OV3uUIessLErVotzWgyrEgiNb0WUM0ef { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vy9f5cipGouuH07WHzb187zwutGweunv { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:18.512500762939rem;left:21.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7rxnhOZTrR3hMEs5roiwDOb3OqP28yh { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.0625rem;left:20.625rem;display:block; }
#MamLhsaCsWHmPP3Iocu66IBhhfmflqPT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.875rem;left:42.1875rem;overflow:hidden;display:block; }
#IeE10cmHCPKSnbIoJHLIQBGct4MLf2bM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRoM8G1eP4cHre0pKqER9497BXP4ZDuN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.700000762939rem;left:41.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQdVvONfNNnHoLuJCrXdXGfOasbaDLhD { position:absolute;display:block;z-index:15002;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.125rem;left:41.25rem;display:block; }
#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container { background-color: transparent; background-image: none; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container > .video-iframe-container { display: none; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row > .video-iframe-container { display: none; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .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); }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container { border-width: 0; border-radius: 0; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#ekU53I5JaS5fv4CnHaFdaPqqt0kzie8P { position:absolute;display:block;z-index:15000;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.125rem;left:0rem;display:block; }
#ns763bW1cTnS6nDVAK9LluxUd1tuhqqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#VilGBaqd6PvoJgucTJczvOFBXklgTVLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zt3ivLXmLa21xvyxHg99rUc2SENIRP6k { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:18.200000762939rem;left:1.25rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#awDZIKk0kTkuzUFTkp1gPkfdJgssRQHd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.875rem;left:22.1875rem;overflow:hidden;display:block; }
#iJokaDRr2qvPUWQZZcHxl3kRakIOlK5d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwZkOhpnU2f8LC02XH32AUdWO1gCA6Fp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:18.512500762939rem;left:21.875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfxTh300bE8Z7TfyvaJwCJHDuOp2hd3N { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.0625rem;left:20.625rem;display:block; }
#Ulrxi2WaThHqixN93XvJZK63nhTWZB6R { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.75rem;width:15.625rem;top:1.875rem;left:42.5625rem;overflow:hidden;display:block; }
#d6BaUEq8i4BhXDsBxZ3TP066le2imXmi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16.125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sBCzL8TmAh9U7fb7eyTazbk8u1qAvTUU { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.700000762939rem;left:41.875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOIRAA3asXIsPDBUEadbh5ALEtAF7Gnt { position:absolute;display:block;z-index:15002;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.25rem;width:18.75rem;top:0.125rem;left:41.25rem;display:block; }
#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container { background-color: transparent; background-image: none; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container > .video-iframe-container { display: none; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row > .video-iframe-container { display: none; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .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); }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container { border-width: 0; border-radius: 0; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:block; }#xaLFz6s6dTKOLmU4sxhJpHUvFQ4p354a { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#xuxD9LwVqbMfSqoTnF8LLOU2ZPo0uISF { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WeedAuPETFFvBH1IntmDPfcsWg7OKRCM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.5rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATJTrgFWPkEBeTT3WQmmckkNeIeoXBqz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:31.25rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pI2J84IowrO62zy0Rv61lL1AysuKiq35 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:31.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMnm1cUNwXXXLJp0JJ7rkMwzorQNp2h5 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:2.5rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNwUbnWNUT3nQGavJ9doUAXGFaQMwFSE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:2.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsydTPvNI6VIJHPRob3nQ0mmVgygc45p { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.50048828125rem;left:31.25rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBSmmz3TtATCL7qT7Q1krC5uffeFe8pB { color:#fafafa;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.125rem;left:31.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETKFPvAmFTcx0UF9elnH2mwe0fZvOwUQ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:30.875rem;left:2.5rem;height:5.6860375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSHLcw0dz2n8HFPfmabsUSNcLLd2FQla { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.25rem;left:2.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:43.9375rem;height:1.13720625rem;display:block; }
#tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:25.125rem;height:1.13720625rem;display:block; }
#igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.521484375rem;left:1.25rem;height:1.13720625rem;display:block; }
#pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:8.75rem;top:1.5rem;left:25.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJvQvI7mBEM9SHO608QFJa096yB76vKS { top:1.8125rem;left:0rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvP8FpHVy3NgvHfT5oZXqSL3p3Gqq4J { width:16.0625rem;height:3.125rem;top:0.625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6haPEdNa9WwSdo2On9RLH0eOLfWKFQN { display:block; }
 }@media only screen and (max-width: 763px) { #i44u3O5SvZDu4smvt3ibBXdivliJPgOo { top:0.0625rem;left:0rem;width:2.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:8.8125rem;left:0rem;width:29.375rem;height:6rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:16.3125rem;left:0rem;width:35.9375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { width:14.25rem;height:3.125rem;top:22rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block; }
 }@media only screen and (max-width: 763px) { #CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { top:4.75rem;left:16.8125rem;width:30.9375rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { top:3.6875rem;left:0rem;width:25rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFziCHibD4GRpBEH1qolMTaWtbTPURFp { top:10.8125rem;left:3.15625rem;width:17.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqDPCVN3pSfTFO9d1F0T4gap2hDKIpV { top:7.25rem;left:0rem;width:24.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnPvMbllXPFKVTMa9lTDThV5XTeaeM5E { top:3.6875rem;left:0rem;width:30.125rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mub1ByJThM5uZcKrEnm4g0kRzLKDf6ES { top:7.25rem;left:20.8125rem;width:26.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAxhpI0KTPgpz7uESlr2CVImON9gJAGD { top:9.3125rem;left:18.6875rem;width:27.8125rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNRDRGwQ7PHQXCv9U0ZIsnhHzkyFiM8 { top:2.8125rem;left:0rem;width:26.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8dDuOBs224y6PRnRHskZATUiN3zq5o { display:block; }#sk8dDuOBs224y6PRnRHskZATUiN3zq5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #civsJzSXZ8hTcnG5HaJPq5B6yRwtbVNk { top:4.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ril5w1CHx1NhWgOVgbnx86QSU2SaLqCA { top:8.3125rem;left:0rem;width:43.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afoRl9drxaQbgMohk8whmc95zQtIUeQr { display:block; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hciOdGbnxfTRAmctKvMraAa5X8WtGETa { top:2.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQSDARVUJ0nLQNaPqyzfpXrfkHSz98GT { top:4.5rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:3.375rem;left:0rem;width:30.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:8.4375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVas6rGxgBKipCHiARAScue5VqsNZfx { top:22.375rem;left:2.6875rem;width:20rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UouxEigekK4CHlbVlu8IEV9ObXKTU1Xq { display:block; }
 }@media only screen and (max-width: 763px) { #GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { display:block; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { top:2.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { top:6.125rem;left:0rem;width:11.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { top:6.125rem;left:6.875rem;width:5.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqE1SAUaClNzzn2awss40ZNw9g0ViLW { top:6.125rem;left:14.1875rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { top:6.125rem;left:23.875rem;width:3.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { top:6.125rem;left:27.34375rem;width:7.25rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { top:6.125rem;left:31.875rem;width:3.9375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { top:6.6875rem;left:38.3125rem;width:9.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { display:block; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { width:18.75rem;height:14.3125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { width:18.75rem;height:1.625rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { width:16.25rem;height:4.1875rem;top:16.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { width:18.75rem;height:14.3125rem;top:8.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { width:16.25rem;height:4.1875rem;top:16.9375rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { width:18.75rem;height:1.625rem;top:14.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { width:18.75rem;height:14.3125rem;top:8.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { width:16.25rem;height:2.75rem;top:16.9375rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { width:18.75rem;height:1.625rem;top:14.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { width:47.75rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { width:18.75rem;height:14.3125rem;top:25.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { width:16.25rem;height:4.1875rem;top:34.5rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { width:18.75rem;height:14.3125rem;top:25.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { width:16.25rem;height:4.1875rem;top:34.5rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { width:18.75rem;height:1.625rem;top:31.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { width:18.75rem;height:1.625rem;top:31.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PipevJyvucvwxUNEzdmXC2ropnsbguH2 { width:18.75rem;height:14.3125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { width:18.75rem;height:1.625rem;top:31.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { width:16.25rem;height:4.1875rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { top:10rem;left:6.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { top:10rem;left:22.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { top:10.1875rem;left:38.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { top:27.5625rem;left:6.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { top:27.75rem;left:38.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { top:27.75rem;left:22.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KorLqutoH4KiJkqSFMfQOau5aDuVm41m { top:27.75rem;left:38.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:3.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { width:29.0625rem;height:12.5625rem;top:11rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { width:20.5625rem;height:1.8125rem;top:20.25rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { width:29.0625rem;height:12.5625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { width:20.5625rem;height:4.1875rem;top:14.875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { width:20.5625rem;height:4.1875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { width:20.5625rem;height:1.8125rem;top:20.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { top:7.1875rem;left:35.25rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { width:4.8125rem;height:5.5rem;top:7.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { top:6.625rem;left:5.1875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { width:4.625rem;height:4.875rem;top:7.1875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { width:46.5rem;height:;top:4.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { top:17rem;left:28.9375rem;width:18.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrfuCGValvdcLmgkLws6890I8M4eyWk { top:18.0625rem;left:14.5625rem;width:14.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { top:10.6875rem;left:15.5625rem;width:30.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF { display:block; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3zXkdHJod0b1aSWUZPxHAW4ihr61bEc { width:18.75rem;height:25.25rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWNbJg8TbVvIUDR9AClUDT9GRPatRve { width:15.625rem;height:12.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU0LwRW97uHdE917vdHacWL95TenZyf2 { width:18.75rem;height:1.625rem;top:25.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXoKxNBdZxgVe8KclV0yqV0VkO2WDIk7 { width:16.25rem;height:5.5625rem;top:27.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvmrvFOOEBkHrnUtFI8T2oUEWzE4yNqt { width:15.625rem;height:12.75rem;top:11.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4phJf9rbJ1fIhA2OTQO0yU5kI0iCHW { width:18.75rem;height:1.625rem;top:25.5rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xImFfDI50JbacRddmiFEsUAbD8h1qt3b { width:16.25rem;height:4.1875rem;top:27.875rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuZyzFFKebdNJCBMNiEdhXUEVzFqeezx { width:18.75rem;height:25.25rem;top:9.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Achs2FguIWUEVM0BUVR4MVFSyDHWCFo9 { width:15.625rem;height:12.75rem;top:11.25rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxDG3qNU3JurlSzBSAhxNAoqxU0xRDz { width:18.75rem;height:1.625rem;top:25.5rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScyUhvApQDOKBgEWieeivSpM3uCTJ0B { width:16.25rem;height:5.5625rem;top:28.0625rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prbt0aWXlT2qOnVLmkAutATdIb3a8gPq { width:18.75rem;height:25.25rem;top:9.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0OiADLI792XGXa7JLvMOUMyMpW5WkII { width:47.75rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL { display:block; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIUHeUNcK3GTL7bIf0mas6Le5ndkb8tl { width:18.75rem;height:25.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgupdSAZFzx3DJFw0grZQeI57uo5WLDt { width:15.625rem;height:12.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4SAPshPN9ANWO6UixHN4qvyC3daau3 { width:18.75rem;height:1.625rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDmxJeK539hggg9ziz7OCmwTCnpVhNp9 { width:16.25rem;height:5.5625rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMvddZ8dyOMigdeUzGc5BfRQMNpTeL3 { width:15.625rem;height:12.75rem;top:1.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV3uUIessLErVotzWgyrEgiNb0WUM0ef { width:18.75rem;height:1.625rem;top:16.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9f5cipGouuH07WHzb187zwutGweunv { width:16.25rem;height:4.1875rem;top:18.5rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rxnhOZTrR3hMEs5roiwDOb3OqP28yh { width:18.75rem;height:25.25rem;top:0.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MamLhsaCsWHmPP3Iocu66IBhhfmflqPT { width:15.625rem;height:12.75rem;top:1.875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeE10cmHCPKSnbIoJHLIQBGct4MLf2bM { width:18.75rem;height:1.625rem;top:16.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRoM8G1eP4cHre0pKqER9497BXP4ZDuN { width:16.25rem;height:4.1875rem;top:18.6875rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdVvONfNNnHoLuJCrXdXGfOasbaDLhD { width:18.75rem;height:25.25rem;top:0.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BI1oVEKQWCkMvvLerhVGPANstHHqkT { display:block; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekU53I5JaS5fv4CnHaFdaPqqt0kzie8P { width:18.75rem;height:25.25rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns763bW1cTnS6nDVAK9LluxUd1tuhqqt { width:15.625rem;height:12.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilGBaqd6PvoJgucTJczvOFBXklgTVLJ { width:18.75rem;height:1.625rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3ivLXmLa21xvyxHg99rUc2SENIRP6k { width:16.25rem;height:4.1875rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDZIKk0kTkuzUFTkp1gPkfdJgssRQHd { width:15.625rem;height:12.75rem;top:1.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJokaDRr2qvPUWQZZcHxl3kRakIOlK5d { width:18.75rem;height:1.625rem;top:16.125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZkOhpnU2f8LC02XH32AUdWO1gCA6Fp { width:16.25rem;height:5.5625rem;top:18.5rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxTh300bE8Z7TfyvaJwCJHDuOp2hd3N { width:18.75rem;height:25.25rem;top:0.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulrxi2WaThHqixN93XvJZK63nhTWZB6R { width:15.625rem;height:12.75rem;top:1.875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6BaUEq8i4BhXDsBxZ3TP066le2imXmi { width:18.75rem;height:1.625rem;top:16.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBCzL8TmAh9U7fb7eyTazbk8u1qAvTUU { width:16.25rem;height:4.1875rem;top:18.6875rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOIRAA3asXIsPDBUEadbh5ALEtAF7Gnt { width:18.75rem;height:25.25rem;top:0.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR { display:block; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLFz6s6dTKOLmU4sxhJpHUvFQ4p354a { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxD9LwVqbMfSqoTnF8LLOU2ZPo0uISF { top:7.8125rem;left:0rem;width:27.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeedAuPETFFvBH1IntmDPfcsWg7OKRCM { top:9.75rem;left:0rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJTrgFWPkEBeTT3WQmmckkNeIeoXBqz { top:9.625rem;left:21.5rem;width:26.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI2J84IowrO62zy0Rv61lL1AysuKiq35 { top:7.25rem;left:21.4375rem;width:26.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMnm1cUNwXXXLJp0JJ7rkMwzorQNp2h5 { top:19.75rem;left:0rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNwUbnWNUT3nQGavJ9doUAXGFaQMwFSE { top:17.25rem;left:0rem;width:26.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsydTPvNI6VIJHPRob3nQ0mmVgygc45p { top:19.5rem;left:21.5rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBSmmz3TtATCL7qT7Q1krC5uffeFe8pB { top:17.125rem;left:19.8125rem;width:27.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKFPvAmFTcx0UF9elnH2mwe0fZvOwUQ { top:30.875rem;left:0rem;width:26.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSHLcw0dz2n8HFPfmabsUSNcLLd2FQla { top:27.25rem;left:0rem;width:23.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { top:5.5625rem;left:32.8125rem;width:14.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { top:5.5625rem;left:18.9375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { top:5.5rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { top:1.5rem;left:18.9375rem;width:8.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB { position:relative;z-index:auto;display:block; }#wINvQCmRQkeDuQGzzNc0Un6aV0ddK2tB > .row .container { width:20rem;height:10.34375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJvQvI7mBEM9SHO608QFJa096yB76vKS { width:6.9375rem;height:2.0625rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgvP8FpHVy3NgvHfT5oZXqSL3p3Gqq4J { width:9.6875rem;height:3.125rem;top:0.59375rem;left:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6haPEdNa9WwSdo2On9RLH0eOLfWKFQN { display:block; }
 }@media only screen and (max-width: 763px) { #i44u3O5SvZDu4smvt3ibBXdivliJPgOo { width:2.4375rem;height:4.125rem;top:4.96875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:20rem;height:4.6494125rem;top:8.5rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:20rem;height:4.142575rem;top:13.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKwmxPeEeZMBDQnPP2OipXDITOw6ncPI { width:12.25rem;height:2.9375rem;top:19.5625rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSUUNH86NJkAhazT9lDhAOcKpFf2DHN { display:block; }
 }@media only screen and (max-width: 763px) { #CtKC0CD2DvfnxSCDxA4V1JvxfFwQM5fZ { width:16.125rem;height:16.125rem;top:25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGXXNJochkgxbG2eap11ipcWME4Gy2Uq { width:20rem;height:2.0249rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFziCHibD4GRpBEH1qolMTaWtbTPURFp { width:16.5625rem;height:16.5rem;top:7.9375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqDPCVN3pSfTFO9d1F0T4gap2hDKIpV { width:20rem;height:2.92480625rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnPvMbllXPFKVTMa9lTDThV5XTeaeM5E { width:20rem;height:2.17480625rem;top:28.91796875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mub1ByJThM5uZcKrEnm4g0kRzLKDf6ES { width:20rem;height:4.38720625rem;top:31.9052734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAxhpI0KTPgpz7uESlr2CVImON9gJAGD { width:20rem;height:24.25rem;top:37.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpNRDRGwQ7PHQXCv9U0ZIsnhHzkyFiM8 { width:20rem;height:25.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8dDuOBs224y6PRnRHskZATUiN3zq5o { display:none; }#sk8dDuOBs224y6PRnRHskZATUiN3zq5o > .row .container { width:20rem;height:39.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #civsJzSXZ8hTcnG5HaJPq5B6yRwtbVNk { width:20rem;height:4.04980625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ril5w1CHx1NhWgOVgbnx86QSU2SaLqCA { width:20rem;height:2.92480625rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afoRl9drxaQbgMohk8whmc95zQtIUeQr { display:block; }#afoRl9drxaQbgMohk8whmc95zQtIUeQr > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hciOdGbnxfTRAmctKvMraAa5X8WtGETa { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQSDARVUJ0nLQNaPqyzfpXrfkHSz98GT { width:20rem;height:14.8125rem;top:7.273925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:2.4375rem;top:1.25rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.375rem;height:19.01121875rem;top:4.9375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNVas6rGxgBKipCHiARAScue5VqsNZfx { top:27.07373046875rem;left:0.71875rem;width:18.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UouxEigekK4CHlbVlu8IEV9ObXKTU1Xq { display:block; }
 }@media only screen and (max-width: 763px) { #GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX { display:none; }#GpEL7ESGdUQZlnsXfUU1nAMRNvt5g8HX > .row .container { width:20rem;height:44.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzMm0cdPnVcOmXBlIv7lrChXJXeuXKJC { width:20rem;height:3.8994125rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkWNOJsrIuBzBWQ69soNu7nPiG7zCCPs { width:11.3125rem;height:3.375rem;top:39.0625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaUxLQ6CQ8nJTBqkkOFwy1wpHH1KNrR { width:5.0625rem;height:3.4375rem;top:33.125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqE1SAUaClNzzn2awss40ZNw9g0ViLW { width:8.75rem;height:2.6875rem;top:7.7734375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZ4a8xHSV7cWESbilhFavRxRTnMUdl9 { width:3.3125rem;height:3.5rem;top:11.83642578125rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBNpVU2aRTyEbg9B6XNEEoJe0sTZH7A { width:7.25rem;height:3.8125rem;top:17.21142578125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc3TrnL3i6TyIr8NKVT9ygwgiCWbE63 { width:3.9375rem;height:3.8125rem;top:22.77392578125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeCUrP2m1P9GgTDnr7xQ0zJkFZRcEcDF { width:9.4375rem;height:2.3125rem;top:29.02392578125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w { display:block; }#Ug5A6o8Eyv31vbGHIHtgtUUVs6Lb0f6w > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlTrQWVJ1xuoAbypxyJFdTJl46lx1db { width:18.75rem;height:16.8125rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROAuXO22lLHUTAWZBqXspObG5c0ayUrH { width:18.75rem;height:1.29980625rem;top:12rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrm8Mwea4WTwMJGl05WAimQKTZrPQS8 { width:16.25rem;height:4.798825rem;top:14.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6XfKymnCI1QTa1S7TN2CZKXpaOiNBVk { width:18.75rem;height:17rem;top:41.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAlE74GEgeQgCDVK5CMGnCXMy9BhVFq { width:16.25rem;height:4.798825rem;top:51.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITxm7CEItJpyC5sXd6ks6Eg134HkfaRq { width:18.75rem;height:1.29980625rem;top:48.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcccNF3ZG6rUER5aCkGtzyG3qDAxh6lT { width:18.75rem;height:17rem;top:77.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAnTHp4vVlQllLlmrKE3qoFtnAaKSGSw { width:16.25rem;height:0;top:87.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsUJ04uxOhHtyn6018lKaT2TndHVz4Vo { width:18.75rem;height:0;top:85.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOnHOe2thtfmMHoCoSghoOVU2LZcEK1v { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FynrDxaL06zwxsXDy3xLLMOi0fbeM5WL { width:18.75rem;height:17rem;top:96.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXN28XOqFPuVEAu3PeeI9pBVOO0wspDc { width:16.25rem;height:0;top:106rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLlviLzgdmSokrABVAsqhAJUZKE7Wkdh { width:18.75rem;height:17rem;top:59.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBePTN0udwhGmN0A3CPwTukLJ5lNtfvL { width:16.25rem;height:0;top:69.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6Tc3RRa0vfQSzwUFhG07g3x3v0Bps5V { width:18.75rem;height:0;top:66.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6dZx3OLWpsQgsQ7CE4Q5L4D3xBckUqA { width:18.75rem;height:0;top:103.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PipevJyvucvwxUNEzdmXC2ropnsbguH2 { width:18.75rem;height:17rem;top:23.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLSn2hSKfsWnPy7bZuAb2J9KPkhON2wn { width:18.75rem;height:1.29980625rem;top:30.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sowp7ufLgUuUK9OsOPzN6M75tSKGHxnC { width:16.25rem;height:4.798825rem;top:32.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCc0COJQKTQHZmLLEfKpFQfeJhABm82H { width:2.8125rem;height:2.8125rem;top:7.75rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sST8tvEON0tTlyA9lNk0U52fhvpvwUV3 { width:2.8125rem;height:2.8125rem;top:122.5625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxBQSwUhs8Dtni6KFdbCghoKL7In69uE { width:2.8125rem;height:2.8125rem;top:44.125rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9JkowkoUvBKSNdIX47mCz6yy8L12wo { width:2.8125rem;height:2.8125rem;top:25.75rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJIP3MKb8TC0qJxIBKakvHGTCuvcyxT { width:2.8125rem;height:2.8125rem;top:134.75rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQ1w7TSQyClVrZGnQ1LfobuxoLfNUN5q { width:2.8125rem;height:2.8125rem;top:126.625rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KorLqutoH4KiJkqSFMfQOau5aDuVm41m { width:2.8125rem;height:2.8125rem;top:138.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:2.4375rem;top:0.88916015625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fIIu6T71TSFsRtIdkfVblt3g6gJT9fWV { width:20rem;height:14.375rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9S24e2J0uKfDFXtQSCvMV9WUWLPQV0T { width:20rem;height:1.5996125rem;top:37.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOXxUHMPe6wBKCBeHNzeVVFzBCBSEBiS { width:20rem;height:14.375rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFEb2HTUiTE3Nt25IeTaXDWxwWuqnaS7 { width:17.5625rem;height:6.3984375rem;top:29.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmReWnsWOgHHwKx5EKGCmWvw7HmovMnz { width:17.5rem;height:6.3984375rem;top:10.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWTpsLxeOEHNxOb7ASbMkVnTJfOGJM5H { width:20rem;height:1.5996125rem;top:18.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1Wwuv59Z5CJLiQcWiCynTCKxnk8Dbe { width:6.375rem;height:6.375rem;top:23.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsTq5BR7mOOqayufi01nxbHi1lBqOVOv { width:4.0625rem;height:4.625rem;top:24.25rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB2r8fw5xT7bThg4T8PmkkWZLEnNzMtG { width:7.4375rem;height:7.4375rem;top:3.32666015625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsfr84dr1mmK40wi5B1DMHnrmwegTHw7 { width:4.625rem;height:4.875rem;top:4.60791015625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:50.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TMg1L0lck5Ss50u35hCmyCtS8UHOq6yP { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCpatfETGSnLc9EQzrDpT1s1gCSM9N1v { width:17.8125rem;height:6.5rem;top:37.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZrfuCGValvdcLmgkLws6890I8M4eyWk { width:14.75rem;height:4.75rem;top:31.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqaco5swdDrBwhWqwuIduQBfTC1IuBaR { width:20rem;height:6.5rem;top:22.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF { display:block; }#UaqqpUtVJya2chCeR3Fs6gP6gQNz45SF > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3zXkdHJod0b1aSWUZPxHAW4ihr61bEc { width:18.75rem;height:26.875rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGWNbJg8TbVvIUDR9AClUDT9GRPatRve { width:15.625rem;height:12.75rem;top:9.03125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU0LwRW97uHdE917vdHacWL95TenZyf2 { width:18.75rem;height:1.3rem;top:23.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXoKxNBdZxgVe8KclV0yqV0VkO2WDIk7 { width:16.25rem;height:6.3984375rem;top:25.737499237061rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvmrvFOOEBkHrnUtFI8T2oUEWzE4yNqt { width:15.625rem;height:12.75rem;top:36.912498474121rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ4phJf9rbJ1fIhA2OTQO0yU5kI0iCHW { width:18.75rem;height:1.3rem;top:51.16250038147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xImFfDI50JbacRddmiFEsUAbD8h1qt3b { width:16.25rem;height:6.3984375rem;top:53.549999237061rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuZyzFFKebdNJCBMNiEdhXUEVzFqeezx { width:18.75rem;height:26.875rem;top:35.099998474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Achs2FguIWUEVM0BUVR4MVFSyDHWCFo9 { width:15.625rem;height:12.75rem;top:64.975000381469rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyxDG3qNU3JurlSzBSAhxNAoqxU0xRDz { width:18.75rem;height:1.3rem;top:79.225000381469rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oScyUhvApQDOKBgEWieeivSpM3uCTJ0B { width:16.25rem;height:6.3984375rem;top:81.800000190738rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prbt0aWXlT2qOnVLmkAutATdIb3a8gPq { width:18.75rem;height:26.875rem;top:63.225000381469rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0OiADLI792XGXa7JLvMOUMyMpW5WkII { width:20rem;height:4.875rem;top:0.78750038146975rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL { display:block; }#zLHMq9x1sUUwDDs6CCi7yZ0lneh1vDoL > .row .container { width:20rem;height:84.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIUHeUNcK3GTL7bIf0mas6Le5ndkb8tl { width:18.75rem;height:26.875rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgupdSAZFzx3DJFw0grZQeI57uo5WLDt { width:15.625rem;height:12.75rem;top:2.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL4SAPshPN9ANWO6UixHN4qvyC3daau3 { width:18.75rem;height:1.3rem;top:16.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDmxJeK539hggg9ziz7OCmwTCnpVhNp9 { width:16.25rem;height:6.3984375rem;top:18.862503051757rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #crMvddZ8dyOMigdeUzGc5BfRQMNpTeL3 { width:15.625rem;height:12.75rem;top:29.849998474121rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV3uUIessLErVotzWgyrEgiNb0WUM0ef { width:18.75rem;height:1.3rem;top:44.10000038147rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9f5cipGouuH07WHzb187zwutGweunv { width:16.25rem;height:6.3984375rem;top:46.487499237061rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7rxnhOZTrR3hMEs5roiwDOb3OqP28yh { width:18.75rem;height:26.875rem;top:28.037498474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MamLhsaCsWHmPP3Iocu66IBhhfmflqPT { width:15.625rem;height:12.75rem;top:58.10000038147rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeE10cmHCPKSnbIoJHLIQBGct4MLf2bM { width:18.75rem;height:1.3rem;top:72.350000381469rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRoM8G1eP4cHre0pKqER9497BXP4ZDuN { width:16.25rem;height:6.3984375rem;top:74.925000190738rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQdVvONfNNnHoLuJCrXdXGfOasbaDLhD { width:18.75rem;height:26.875rem;top:56.35000038147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0BI1oVEKQWCkMvvLerhVGPANstHHqkT { display:block; }#d0BI1oVEKQWCkMvvLerhVGPANstHHqkT > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekU53I5JaS5fv4CnHaFdaPqqt0kzie8P { width:18.75rem;height:26.875rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns763bW1cTnS6nDVAK9LluxUd1tuhqqt { width:15.625rem;height:12.8125rem;top:2.15625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VilGBaqd6PvoJgucTJczvOFBXklgTVLJ { width:18.75rem;height:1.3rem;top:16.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt3ivLXmLa21xvyxHg99rUc2SENIRP6k { width:16.25rem;height:6.3984375rem;top:18.862503051757rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awDZIKk0kTkuzUFTkp1gPkfdJgssRQHd { width:15.625rem;height:12.75rem;top:30.287498474121rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJokaDRr2qvPUWQZZcHxl3kRakIOlK5d { width:18.75rem;height:1.3rem;top:44.537498474121rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwZkOhpnU2f8LC02XH32AUdWO1gCA6Fp { width:16.25rem;height:7.9980625rem;top:46.924999237061rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfxTh300bE8Z7TfyvaJwCJHDuOp2hd3N { width:18.75rem;height:26.875rem;top:28.474998474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulrxi2WaThHqixN93XvJZK63nhTWZB6R { width:15.625rem;height:12.75rem;top:58.474998474121rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6BaUEq8i4BhXDsBxZ3TP066le2imXmi { width:18.75rem;height:1.3rem;top:72.724998474119rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBCzL8TmAh9U7fb7eyTazbk8u1qAvTUU { width:16.25rem;height:6.3984375rem;top:75.300003051756rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOIRAA3asXIsPDBUEadbh5ALEtAF7Gnt { width:18.75rem;height:26.875rem;top:56.724998474121rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR { display:block; }#M8HNRUFFWbtwPqMtEZ4dTsIlPEc5HxbR > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaLFz6s6dTKOLmU4sxhJpHUvFQ4p354a { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuxD9LwVqbMfSqoTnF8LLOU2ZPo0uISF { width:20rem;height:2.2744125rem;top:4.51416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeedAuPETFFvBH1IntmDPfcsWg7OKRCM { width:20rem;height:7.9604375rem;top:8.26416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATJTrgFWPkEBeTT3WQmmckkNeIeoXBqz { width:20rem;height:5.6860375rem;top:22.01416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pI2J84IowrO62zy0Rv61lL1AysuKiq35 { width:20rem;height:2.2744125rem;top:18.26416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMnm1cUNwXXXLJp0JJ7rkMwzorQNp2h5 { width:20rem;height:6.82325rem;top:34.51416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNwUbnWNUT3nQGavJ9doUAXGFaQMwFSE { width:20rem;height:2.2744125rem;top:30.76416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsydTPvNI6VIJHPRob3nQ0mmVgygc45p { width:20rem;height:7.9604375rem;top:47.01416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBSmmz3TtATCL7qT7Q1krC5uffeFe8pB { width:20rem;height:2.2744125rem;top:43.26416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETKFPvAmFTcx0UF9elnH2mwe0fZvOwUQ { width:20rem;height:6.82325rem;top:60.76416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSHLcw0dz2n8HFPfmabsUSNcLLd2FQla { width:20rem;height:2.2744125rem;top:57.01416015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEdLHvPsKpRfmLkCpFpCGVhMxIIoyWav { width:14.9375rem;height:1.13720625rem;top:9.9609375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDdxqPAdKP3eRsIouFTJzsGnC4ugFhW7 { width:12.5rem;height:1.13720625rem;top:7.57421875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igMb4Xwh7RQgW6hc4iw83hM3Cx1QDRgQ { width:12.5rem;height:1.13720625rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnKdTBxhtbmeNXJvifuw7SCveVSFdLDU { width:8.75rem;height:2.6875rem;top:3.63671875rem;left:5.625rem;display:block; }
 }