.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:222,229,242;--color-primary-1:146,168,213;--color-primary-2:37,80,170;--color-primary-3:19,40,85;--color-primary-4:6,12,26;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:31,31,31;--color-tertiary-3:16,16,16;--color-tertiary-4:3,3,3;--headlines-font-family:"Inter Light";--paragraphs-font-family:"Inter Light"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6fd8e2be-210a-4b29-8c59-ba33103048d7/bgbody.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/c12b7d4f-ffb2-4b7a-a7e8-9a0df92de2a9/bghero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#B4P2J3JF0Cp4mzQi48zFvcsCiIWmqkm4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:9.8125rem;left:33.5625rem;overflow:hidden;display:block; }
#cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { color:rgba(var(--color-tertiary-2),1);display:block;width:48.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:12.6875rem;left:13.25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:22.69921875rem;left:15.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpZ7p9BJXgfhfDd9GWccOBJ2rG1RkV6u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.75rem;left:30.3125rem;display:block; }
#hyuPCgzuhUy6hLC1mrnAJLyIWTQl2L3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q5LeCqvgEh597bKZNt0TAob9WsyhxlTI { color:rgba(var(--color-tertiary-2),0.6);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:33.375rem;left:25.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyJxxTFsdT7eUV21dtUKNzW8a7xx4h8O { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:50.4375rem;display:none; }
#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm { position:relative;display:block; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm { background-color: transparent; background-image: none; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container > .video-iframe-container { display: none; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row > .video-iframe-container { display: none; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .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); }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm { border-width: 0; border-radius: 0; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#bS3WcwFvBa4eE214dMClh26HKHHwQL5m { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;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.375rem;left:4.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tIRdGmzAVQNua3Tv0O79cz17VLuO1KTa { color:rgba(var(--color-tertiary-2),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9248046875rem;left:4.375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVGB62v20K7anTWKCINRrI2ZkJI2nRbC { box-sizing:content-box;height:10.5625rem;width:15.8125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:12.625rem;left:4.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#knBqdimREfqp1aKfnT8II4FEufRvnfg5 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.875rem;left:10.1875rem;display:block; }
#lNQsnglTb1aqeQGsCdcW7K23qvXIuNFl { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSx9idA5a95FE1EE8fk6yiirhNPzxF7U { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.875rem;left:11.1875rem;overflow:hidden;display:block; }
#fy7ElACo0uxZNCvsBoh3MD2wyTDB4qc9 { box-sizing:content-box;height:10.5625rem;width:15.8125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:12.5625rem;left:21.125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ANH1h5vHaHXOkSKGiWuvlDW5IFbGaXH8 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:27.0625rem;display:block; }
#i6u0IZtOfXyxW05R7cCPTa4GTDOe7zRC { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:22.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvxalcWEIiX8Tq6pVbESS9aZozvz1zSM { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.8125rem;left:28.0625rem;overflow:hidden;display:block; }
#DJ4s8aJOCmosBPzbkHLDucSTs60zutRl { box-sizing:content-box;height:10.5625rem;width:15.8125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:12.5625rem;left:38rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KBvBss5hgBr1pVuWTWEpfHXLp9bXTOk1 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:39rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdm3Ic1UB7IDvA1HwPLlHzQxxFkUEhkP { box-sizing:content-box;height:10.5625rem;width:15.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:12.5rem;left:54.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#LMLtOCGGeIvRTZeBrwRcX8wSlIXobioc { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:60.8125rem;display:block; }
#QDC74MoECg3MtN0lbS7hSLlnaOJxHcsT { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.0625rem;left:55.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBdb6k1VnITOnlEGyTopX87ZBDLA2Wpr { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.75rem;left:61.8125rem;overflow:hidden;display:block; }
#L43l9oq5locK9XmqCbanhf0mPnz6V7cE { box-sizing:content-box;height:4rem;width:4rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:43.9375rem;display:block; }
#yxDTDdfNvcp8oKuwcKvm79PUBFRDTiIW { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:14.8125rem;left:44.9375rem;overflow:hidden;display:block; }
#U6RcNEKAM9MS8hQ8O1uSo4MJBhyhNARd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.8125rem;left:30.3125rem;display:block; }
#Zc1mkRNLLeoDTI1RpVATS4bgh4kQrnhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymFrsgh0Z3RmaGUwSvmGmN24vvGqGUSX { color:rgba(var(--color-tertiary-2),0.6);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.4375rem;left:25.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9ttU5u7Xyv045ptOhDouE8LNAO2r32Z { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:32.5625rem;left:64.8125rem;overflow:hidden;display:block; }
#rmE6oHQIpEc2qEuTndWy2PCTsTTJWTM4 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:15.8125rem;left:-1.875rem;overflow:hidden;display:block; }
#yUTcw7pwcp3CNNTsBsy5W1QQJSecfr8i { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:15.75rem;left:74.1875rem;overflow:hidden;display:block; }
#pXOFBeNdoiPV1X5WJ0pv5CaQ20Q9zes3 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:30.412109375rem;left:8.5625rem;overflow:hidden;display:block; }
#pwJme4vmTxCMgI9kWIthZsuDJE5QOdyp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:-1.25rem;left:68.5625rem;overflow:hidden;display:block; }
#ZydhgOCqhfsuuyUcfw4hIu5ypPfuhaus { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:-0.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 { position:relative;display:block; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 { background-color: transparent; background-image: none; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row .container > .video-iframe-container { display: none; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row > .video-iframe-container { display: none; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .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); }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 { border-width: 0; border-radius: 0; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .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; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .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:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { position:relative;display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { background-color: transparent; background-image: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container > .video-iframe-container { display: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row > .video-iframe-container { display: none; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .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); }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { border-width: 0; border-radius: 0; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .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; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTTF0OPpU8hE76XefEToCaNkQ2I235EH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg { position:relative;display:block; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg { background-color: transparent; background-image: none; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row .container > .video-iframe-container { display: none; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row > .video-iframe-container { display: none; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .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); }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg { border-width: 0; border-radius: 0; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .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; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .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:52.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OP3O1VuOI5abZypKiD7hpGLeWUfbyClK { box-sizing:content-box;height:48.3125rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:5.625rem;top:1.5625rem;left:1.625rem;overflow:hidden;display:block; }
#XdfziyKnileaPouMnaRSz5F7lRdyiFTx { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:5.3125rem;top:1.5rem;left:29.5rem;overflow:hidden;display:block; }
#JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:1.625rem;height:3.57421875rem;font-style:normal;display:block; }
#Q1pnFryooyfMpf8XySz5fyk78tlLDclr { color:rgba(var(--color-tertiary-4),0.8);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.07421875rem;left:1.625rem;height:3.9375rem;font-style:normal;display:block; }
#zpUQhKhRa9XnM8ITK4B3XniePRtHPngF { box-sizing:content-box;height:48.3125rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.1);top:0rem;left:38.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.25rem;top:1.5rem;left:40.25rem;overflow:hidden;display:block; }
#TzBaDgpg1ynoNUPPrtPmzZbfMlIPpd5E { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:40.25rem;height:1.7871125rem;font-style:normal;display:block; }
#zW3kJhxJcvNeWUU8AOhT17tac0Knaq2E { color:rgba(var(--color-tertiary-4),0.8);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.287109375rem;left:40.25rem;height:2.625rem;font-style:normal;display:block; }
#bTVHUHOgZtJ3ldb9f9M5IQHGxFqr6wUe { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:27.9375rem;width:33.125rem;top:18.32421875rem;left:40.25rem;overflow:hidden;display:block; }
#ixrJOJxdDcDnVX8M67C9c6DovWapTvNk { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.10546875rem;left:40.25rem;display:block; }
#hu2PAZcDEPbAk6E3GO8RmkcaMKWhElJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l9ed53PW1zUAW9BoI01tBZ3qZ3tTHurD { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.26171875rem;left:1.625rem;display:block; }
#fi00h1J9Is433mRy9dXeMB60ndVxVg3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcOJdeC5hVtnL6tLDgpNyFrc8kxoge02 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:28.6875rem;width:33.125rem;top:17.94921875rem;left:1.625rem;overflow:hidden;display:block; }
#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC { position:relative;display:block; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC { background-color: transparent; background-image: none; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row .container > .video-iframe-container { display: none; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row > .video-iframe-container { display: none; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .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); }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC { border-width: 0; border-radius: 0; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .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; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .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:45.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCHRULFqndZXA4VQ6Hipainy0Zp52mNW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:41.875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LSJCvgsQ5QK1NhsKMhpzpQ9OL0ULq5kJ { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.1875rem;left:41.875rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z17uDPripOHQOtz7c1hJUEWTQ96mmJSh { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:14.5625rem;left:41.875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqvuGB0AnSyCL6JvKBf59LGduLKBm7sA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.3125rem;left:41.875rem;display:block; }
#gfsWz8LwTlU6x7vFtirDsrwX3VZxBaEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AHVMJyDt8ogbz3fBWfZSh8AbvQwEqRaI { color:rgba(var(--color-tertiary-2),0.6);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.1875rem;left:41.875rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xg5TV5kpXGMhF7FTKsMOUNMBCBIiazlJ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa { position:relative;display:block; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa { background-color: transparent; background-image: none; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row .container > .video-iframe-container { display: none; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row > .video-iframe-container { display: none; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .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); }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa { border-width: 0; border-radius: 0; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .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; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .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:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PTpyXaMCgn8V0RwcbqFZ8ztEOdnaIvD8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cRX74XLHeRRW9i4ItoIeOC9nftv6THPl { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.6875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PNFLJ6GBqAqnbqTBg1LN6odbQhrLpNzm { color:rgba(var(--color-tertiary-2),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:18.0625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JKd6wZJGBOxIlPEALXUdTh2gF3V5SW5t { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.625rem;left:0rem;display:block; }
#PtVqFK6PD2Rit9WrxekqwAczHgD0vMe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaXWqzy4Gyo1zgy63w7tk52zWkcz6LBf { color:rgba(var(--color-tertiary-2),0.6);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5rem;left:0rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Do3TNFOEetT2MsnFSPaiF44nzS2aO02S { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:37.5rem;width:37.5rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { position:relative;display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { background-color: transparent; background-image: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container > .video-iframe-container { display: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row > .video-iframe-container { display: none; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .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); }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { border-width: 0; border-radius: 0; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .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; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .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:5.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa { position:relative;display:block; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa { background-color: transparent; background-image: none; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container > .video-iframe-container { display: none; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row > .video-iframe-container { display: none; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .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); }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa { border-width: 0; border-radius: 0; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#UwQxxZKd7yAFeUTxN7xgp03uXUWhmHyX { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;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:5.375rem;left:4.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMDw5aCBArkHLxTlTAZRAMIHn6Htl5Gk { color:rgba(var(--color-tertiary-2),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:4.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eq7V6KfCsmpook3oLQTJskyR2SO41WIk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.4375rem;left:30.3125rem;display:block; }
#x20D3z4nhApqAtkGsoG3CrGkIAGdme0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUdXKbSlflAzblQw5EHKJekZwiTapPEQ { color:rgba(var(--color-tertiary-2),0.6);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuM3ARMh8qTgWIo5rv40PNqtfv1HAb6B { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.6875rem;left:-1.875rem;overflow:hidden;display:block; }
#b2bcZxR4tZPmvSMcChJpQAIE3HHIzQdZ { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.6875rem;left:71.25rem;overflow:hidden;display:block; }
#rI3cdgTRtrE1Dc9XRoN1w8eU9rLFxA9p { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:20.6875rem;left:13.625rem;overflow:hidden;display:block; }
#qKnSVHqHJLiXHGIdTZQdCenEVB1gZpMP { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.5625rem;left:66.9375rem;overflow:hidden;display:block; }
#HocBZF2JBth9XFT2KLz3UWLHWtG9LupV { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:-1.25rem;left:66.6875rem;overflow:hidden;display:block; }
#gNkUk0dq40HVCh0bti2HNrm22yRHtggA { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:-2.5rem;left:7.125rem;overflow:hidden;display:block; }
#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { position:relative;display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { background-color: transparent; background-image: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container > .video-iframe-container { display: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row > .video-iframe-container { display: none; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .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); }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { border-width: 0; border-radius: 0; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .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; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .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:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4P2J3JF0Cp4mzQi48zFvcsCiIWmqkm4 { width:7.875rem;height:1.25rem;top:9.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { width:47.75rem;height:;top:12.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { width:43.9375rem;height:;top:22.6875rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZ7p9BJXgfhfDd9GWccOBJ2rG1RkV6u { width:14.375rem;height:3rem;top:29.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyuPCgzuhUy6hLC1mrnAJLyIWTQl2L3Z { display:block; }
 }@media only screen and (max-width: 763px) { #q5LeCqvgEh597bKZNt0TAob9WsyhxlTI { width:24.4375rem;height:;top:33.375rem;left:11.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJxxTFsdT7eUV21dtUKNzW8a7xx4h8O { width:47.75rem;height:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm { display:block; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS3WcwFvBa4eE214dMClh26HKHHwQL5m { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIRdGmzAVQNua3Tv0O79cz17VLuO1KTa { width:47.75rem;height:1.4375rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVGB62v20K7anTWKCINRrI2ZkJI2nRbC { width:15.8125rem;height:10.5625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knBqdimREfqp1aKfnT8II4FEufRvnfg5 { width:4rem;height:4rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQsnglTb1aqeQGsCdcW7K23qvXIuNFl { width:13.9375rem;height:2.875rem;top:19.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9idA5a95FE1EE8fk6yiirhNPzxF7U { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7ElACo0uxZNCvsBoh3MD2wyTDB4qc9 { width:15.8125rem;height:10.5625rem;top:12.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANH1h5vHaHXOkSKGiWuvlDW5IFbGaXH8 { width:4rem;height:4rem;top:13.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6u0IZtOfXyxW05R7cCPTa4GTDOe7zRC { width:13.9375rem;height:;top:19.125rem;left:8.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvxalcWEIiX8Tq6pVbESS9aZozvz1zSM { width:2rem;height:2rem;top:14.8125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4s8aJOCmosBPzbkHLDucSTs60zutRl { width:15.8125rem;height:10.5625rem;top:12.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBvBss5hgBr1pVuWTWEpfHXLp9bXTOk1 { width:13.9375rem;height:;top:19.125rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdm3Ic1UB7IDvA1HwPLlHzQxxFkUEhkP { width:15.8125rem;height:10.5625rem;top:12.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMLtOCGGeIvRTZeBrwRcX8wSlIXobioc { width:4rem;height:4rem;top:13.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDC74MoECg3MtN0lbS7hSLlnaOJxHcsT { width:13.9375rem;height:;top:19.0625rem;left:33.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBdb6k1VnITOnlEGyTopX87ZBDLA2Wpr { width:2rem;height:2rem;top:14.75rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43l9oq5locK9XmqCbanhf0mPnz6V7cE { width:4rem;height:4rem;top:13.8125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDTDdfNvcp8oKuwcKvm79PUBFRDTiIW { width:2rem;height:2rem;top:14.8125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RcNEKAM9MS8hQ8O1uSo4MJBhyhNARd { width:14.375rem;height:3rem;top:25.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1mkRNLLeoDTI1RpVATS4bgh4kQrnhb { display:block; }
 }@media only screen and (max-width: 763px) { #ymFrsgh0Z3RmaGUwSvmGmN24vvGqGUSX { width:24.4375rem;height:;top:29.4375rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ttU5u7Xyv045ptOhDouE8LNAO2r32Z { width:3.75rem;height:3.75rem;top:32.5625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmE6oHQIpEc2qEuTndWy2PCTsTTJWTM4 { width:3.75rem;height:3.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTcw7pwcp3CNNTsBsy5W1QQJSecfr8i { width:4rem;height:4rem;top:15.75rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXOFBeNdoiPV1X5WJ0pv5CaQ20Q9zes3 { width:3.75rem;height:3.75rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJme4vmTxCMgI9kWIthZsuDJE5QOdyp { width:3.75rem;height:3.75rem;top:-1.25rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydhgOCqhfsuuyUcfw4hIu5ypPfuhaus { width:3.75rem;height:3.75rem;top:-0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 { display:block; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { width:47.75rem;height:;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF0OPpU8hE76XefEToCaNkQ2I235EH { width:47.75rem;height:1.4375rem;top:3.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me4DP7wA1tIB9sPXU7218tBCINGnUHSg { display:block; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP3O1VuOI5abZypKiD7hpGLeWUfbyClK { width:36.25rem;height:48.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { width:5.625rem;height:0.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfziyKnileaPouMnaRSz5F7lRdyiFTx { width:5.3125rem;height:1rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { width:33.125rem;height:3.5625rem;top:4.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pnFryooyfMpf8XySz5fyk78tlLDclr { width:33.125rem;height:5.25rem;top:9.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpUQhKhRa9XnM8ITK4B3XniePRtHPngF { width:36.25rem;height:48.3125rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { width:6.25rem;height:1rem;top:1.5rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBaDgpg1ynoNUPPrtPmzZbfMlIPpd5E { width:33.125rem;height:1.75rem;top:4.25rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3kJhxJcvNeWUU8AOhT17tac0Knaq2E { width:33.125rem;height:2.625rem;top:7.25rem;left:14.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVHUHOgZtJ3ldb9f9M5IQHGxFqr6wUe { width:33.125rem;height:27.9375rem;top:18.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixrJOJxdDcDnVX8M67C9c6DovWapTvNk { width:12.8125rem;height:2.375rem;top:11.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu2PAZcDEPbAk6E3GO8RmkcaMKWhElJU { display:block; }
 }@media only screen and (max-width: 763px) { #l9ed53PW1zUAW9BoI01tBZ3qZ3tTHurD { width:12.8125rem;height:2.375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi00h1J9Is433mRy9dXeMB60ndVxVg3f { display:block; }
 }@media only screen and (max-width: 763px) { #TcOJdeC5hVtnL6tLDgpNyFrc8kxoge02 { width:33.125rem;height:28.6875rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC { display:block; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCHRULFqndZXA4VQ6Hipainy0Zp52mNW { width:33.125rem;height:2.875rem;top:5.375rem;left:14.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSJCvgsQ5QK1NhsKMhpzpQ9OL0ULq5kJ { width:33.125rem;height:2.0625rem;top:9.1875rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17uDPripOHQOtz7c1hJUEWTQ96mmJSh { width:33.125rem;height:9rem;top:14.5625rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvuGB0AnSyCL6JvKBf59LGduLKBm7sA { width:14.375rem;height:3rem;top:26.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsWz8LwTlU6x7vFtirDsrwX3VZxBaEU { display:block; }
 }@media only screen and (max-width: 763px) { #AHVMJyDt8ogbz3fBWfZSh8AbvQwEqRaI { width:24.4375rem;height:1.9375rem;top:30.1875rem;left:23.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5TV5kpXGMhF7FTKsMOUNMBCBIiazlJ { width:37.5rem;height:37.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa { display:block; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTpyXaMCgn8V0RwcbqFZ8ztEOdnaIvD8 { width:33.125rem;height:;top:5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRX74XLHeRRW9i4ItoIeOC9nftv6THPl { width:33.125rem;height:;top:12.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNFLJ6GBqAqnbqTBg1LN6odbQhrLpNzm { width:33.125rem;height:;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKd6wZJGBOxIlPEALXUdTh2gF3V5SW5t { width:14.375rem;height:3rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVqFK6PD2Rit9WrxekqwAczHgD0vMe1 { display:block; }
 }@media only screen and (max-width: 763px) { #zaXWqzy4Gyo1zgy63w7tk52zWkcz6LBf { width:24.4375rem;height:1.9375rem;top:28.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3TNFOEetT2MsnFSPaiF44nzS2aO02S { width:37.5rem;height:37.5rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa { display:block; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwQxxZKd7yAFeUTxN7xgp03uXUWhmHyX { width:47.75rem;height:;top:5.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMDw5aCBArkHLxTlTAZRAMIHn6Htl5Gk { width:47.75rem;height:;top:9.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7V6KfCsmpook3oLQTJskyR2SO41WIk { width:14.375rem;height:3rem;top:13.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x20D3z4nhApqAtkGsoG3CrGkIAGdme0l { display:block; }
 }@media only screen and (max-width: 763px) { #CUdXKbSlflAzblQw5EHKJekZwiTapPEQ { width:24.4375rem;height:1.9375rem;top:17.3125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuM3ARMh8qTgWIo5rv40PNqtfv1HAb6B { width:3.75rem;height:3.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2bcZxR4tZPmvSMcChJpQAIE3HHIzQdZ { width:3.75rem;height:3.75rem;top:9.6875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3cdgTRtrE1Dc9XRoN1w8eU9rLFxA9p { width:3.75rem;height:3.75rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKnSVHqHJLiXHGIdTZQdCenEVB1gZpMP { width:3.75rem;height:3.75rem;top:21.5625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #HocBZF2JBth9XFT2KLz3UWLHWtG9LupV { width:4rem;height:4rem;top:-1.25rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNkUk0dq40HVCh0bti2HNrm22yRHtggA { width:3.75rem;height:3.75rem;top:-2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4P2J3JF0Cp4mzQi48zFvcsCiIWmqkm4 { width:7.875rem;height:1.25rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb4TCsKZ9TxglebewadZVbNxgwtHB1bM { width:20rem;height:5.19921875rem;top:12.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKXfIs9vhxq1GIIc6Wr39kF63SJuEX61 { width:20rem;height:10.125rem;top:19.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpZ7p9BJXgfhfDd9GWccOBJ2rG1RkV6u { width:13.375rem;height:3rem;top:30.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyuPCgzuhUy6hLC1mrnAJLyIWTQl2L3Z { display:block; }
 }@media only screen and (max-width: 763px) { #q5LeCqvgEh597bKZNt0TAob9WsyhxlTI { width:20rem;height:1.94921875rem;top:34.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyJxxTFsdT7eUV21dtUKNzW8a7xx4h8O { top:3.125rem;left:0rem;width:20rem;height:9.8125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm { display:block; }#ITZ8uKnsLMQ80xliK1TfhP6toxAJQPsm > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bS3WcwFvBa4eE214dMClh26HKHHwQL5m { width:20rem;height:5.19921875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIRdGmzAVQNua3Tv0O79cz17VLuO1KTa { width:20rem;height:2.923825rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVGB62v20K7anTWKCINRrI2ZkJI2nRbC { width:15.8125rem;height:10.5625rem;top:13.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #knBqdimREfqp1aKfnT8II4FEufRvnfg5 { width:4rem;height:4rem;top:14.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQsnglTb1aqeQGsCdcW7K23qvXIuNFl { width:13.9375rem;height:2.923825rem;top:19.875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSx9idA5a95FE1EE8fk6yiirhNPzxF7U { width:2rem;height:2rem;top:15.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy7ElACo0uxZNCvsBoh3MD2wyTDB4qc9 { width:15.8125rem;height:10.5625rem;top:25.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANH1h5vHaHXOkSKGiWuvlDW5IFbGaXH8 { width:4rem;height:4rem;top:26.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6u0IZtOfXyxW05R7cCPTa4GTDOe7zRC { width:13.9375rem;height:2.923825rem;top:31.8125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvxalcWEIiX8Tq6pVbESS9aZozvz1zSM { width:2rem;height:2rem;top:27.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ4s8aJOCmosBPzbkHLDucSTs60zutRl { width:15.8125rem;height:10.5625rem;top:37.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBvBss5hgBr1pVuWTWEpfHXLp9bXTOk1 { width:13.9375rem;height:2.923825rem;top:43.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdm3Ic1UB7IDvA1HwPLlHzQxxFkUEhkP { width:15.8125rem;height:10.5625rem;top:49.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMLtOCGGeIvRTZeBrwRcX8wSlIXobioc { width:4rem;height:4rem;top:50.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDC74MoECg3MtN0lbS7hSLlnaOJxHcsT { width:13.9375rem;height:2.923825rem;top:55.6875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBdb6k1VnITOnlEGyTopX87ZBDLA2Wpr { width:2rem;height:2rem;top:51.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L43l9oq5locK9XmqCbanhf0mPnz6V7cE { width:4rem;height:4rem;top:38.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDTDdfNvcp8oKuwcKvm79PUBFRDTiIW { width:2rem;height:2rem;top:39.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RcNEKAM9MS8hQ8O1uSo4MJBhyhNARd { width:13.375rem;height:3rem;top:61.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1mkRNLLeoDTI1RpVATS4bgh4kQrnhb { display:block; }
 }@media only screen and (max-width: 763px) { #ymFrsgh0Z3RmaGUwSvmGmN24vvGqGUSX { width:20rem;height:1.94921875rem;top:65.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ttU5u7Xyv045ptOhDouE8LNAO2r32Z { width:2.0625rem;height:2.0625rem;top:59.8125rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmE6oHQIpEc2qEuTndWy2PCTsTTJWTM4 { width:2.625rem;height:2.625rem;top:2.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTcw7pwcp3CNNTsBsy5W1QQJSecfr8i { width:2.5625rem;height:2.5625rem;top:37.1875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXOFBeNdoiPV1X5WJ0pv5CaQ20Q9zes3 { width:2.3125rem;height:2.3125rem;top:57.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJme4vmTxCMgI9kWIthZsuDJE5QOdyp { width:2.1875rem;height:2.1875rem;top:12.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydhgOCqhfsuuyUcfw4hIu5ypPfuhaus { width:2.1875rem;height:2.1875rem;top:25.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 { display:block; }#NVXpi3xJlAzxuUzeZuWkEEucDhposcg6 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok { display:block; }#NOON7ACG7DxnfH1AFZ4k2AIaHJXuk0ok > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxUhPwmkV0fF9gUaDc89Mrvfkbxztuqv { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTF0OPpU8hE76XefEToCaNkQ2I235EH { width:20rem;height:5.84765625rem;top:7.69921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me4DP7wA1tIB9sPXU7218tBCINGnUHSg { display:block; }#Me4DP7wA1tIB9sPXU7218tBCINGnUHSg > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP3O1VuOI5abZypKiD7hpGLeWUfbyClK { width:19.875rem;height:35rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTCd4rtnepJ3mx2bHCJ4xwNNzX3Ti1Zi { width:5.625rem;height:0.875rem;top:2.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfziyKnileaPouMnaRSz5F7lRdyiFTx { width:5.3125rem;height:1rem;top:2.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDTftwOpFxXQZJJgXheWeZQFDUaQLsAX { width:17.5rem;height:3.57421875rem;top:4.5625rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1pnFryooyfMpf8XySz5fyk78tlLDclr { width:17.5rem;height:6.5625rem;top:8.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpUQhKhRa9XnM8ITK4B3XniePRtHPngF { width:19.875rem;height:34.1875rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVWcKQTGQ2bDmC1ZztZZfS8Sw4IKfSos { width:6.25rem;height:1rem;top:40.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBaDgpg1ynoNUPPrtPmzZbfMlIPpd5E { width:17.5rem;height:3.57421875rem;top:41.875rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW3kJhxJcvNeWUU8AOhT17tac0Knaq2E { width:17.5rem;height:5.25rem;top:46.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVHUHOgZtJ3ldb9f9M5IQHGxFqr6wUe { width:17.5rem;height:14.75rem;top:55.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixrJOJxdDcDnVX8M67C9c6DovWapTvNk { width:9.625rem;height:2.375rem;top:52.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu2PAZcDEPbAk6E3GO8RmkcaMKWhElJU { display:block; }
 }@media only screen and (max-width: 763px) { #l9ed53PW1zUAW9BoI01tBZ3qZ3tTHurD { width:9.625rem;height:2.375rem;top:16.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi00h1J9Is433mRy9dXeMB60ndVxVg3f { display:block; }
 }@media only screen and (max-width: 763px) { #TcOJdeC5hVtnL6tLDgpNyFrc8kxoge02 { width:17.5rem;height:15.125rem;top:19.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC { display:block; }#Ju1Tf0rBP2xN0eO7LoeI8GxyvwIm7qRC > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCHRULFqndZXA4VQ6Hipainy0Zp52mNW { width:20rem;height:2.5996125rem;top:22.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSJCvgsQ5QK1NhsKMhpzpQ9OL0ULq5kJ { width:20rem;height:6.1875rem;top:26.3496125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17uDPripOHQOtz7c1hJUEWTQ96mmJSh { width:20rem;height:15rem;top:33.7871125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqvuGB0AnSyCL6JvKBf59LGduLKBm7sA { width:13.375rem;height:3rem;top:49.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsWz8LwTlU6x7vFtirDsrwX3VZxBaEU { display:block; }
 }@media only screen and (max-width: 763px) { #AHVMJyDt8ogbz3fBWfZSh8AbvQwEqRaI { width:20rem;height:1.94921875rem;top:54.2871125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg5TV5kpXGMhF7FTKsMOUNMBCBIiazlJ { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa { display:block; }#sRT1kH5n4o4pfTVCDfTZSJkT5Xz42wPa > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTpyXaMCgn8V0RwcbqFZ8ztEOdnaIvD8 { width:20rem;height:5.19921875rem;top:21.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRX74XLHeRRW9i4ItoIeOC9nftv6THPl { width:20rem;height:6.1875rem;top:28.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNFLJ6GBqAqnbqTBg1LN6odbQhrLpNzm { width:20rem;height:7.5rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKd6wZJGBOxIlPEALXUdTh2gF3V5SW5t { width:13.375rem;height:3rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVqFK6PD2Rit9WrxekqwAczHgD0vMe1 { display:block; }
 }@media only screen and (max-width: 763px) { #zaXWqzy4Gyo1zgy63w7tk52zWkcz6LBf { width:20rem;height:1.94921875rem;top:48.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3TNFOEetT2MsnFSPaiF44nzS2aO02S { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP { display:block; }#mT7fDT6MbAhnZGXZgoPLOBJDSsNvPtQP > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa { display:block; }#r2OezR4fRQ3XIaFFbU9fqbT5rkTW9Efa > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwQxxZKd7yAFeUTxN7xgp03uXUWhmHyX { width:16.25rem;height:5.19921875rem;top:2.4375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMDw5aCBArkHLxTlTAZRAMIHn6Htl5Gk { width:16.25rem;height:8.9355625rem;top:9.57421875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7V6KfCsmpook3oLQTJskyR2SO41WIk { width:13.375rem;height:3rem;top:20.6220703125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x20D3z4nhApqAtkGsoG3CrGkIAGdme0l { display:block; }
 }@media only screen and (max-width: 763px) { #CUdXKbSlflAzblQw5EHKJekZwiTapPEQ { width:20rem;height:1.94921875rem;top:23.6220703125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuM3ARMh8qTgWIo5rv40PNqtfv1HAb6B { width:2.25rem;height:2.25rem;top:-1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2bcZxR4tZPmvSMcChJpQAIE3HHIzQdZ { width:2.6875rem;height:2.6875rem;top:19.3095703125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI3cdgTRtrE1Dc9XRoN1w8eU9rLFxA9p { width:2.3125rem;height:2.3125rem;top:25.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKnSVHqHJLiXHGIdTZQdCenEVB1gZpMP { width:2.5rem;height:2.5rem;top:25.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HocBZF2JBth9XFT2KLz3UWLHWtG9LupV { width:2.4375rem;height:2.4375rem;top:18.509765625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNkUk0dq40HVCh0bti2HNrm22yRHtggA { width:3rem;height:3rem;top:-1.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWzLJPsE000MUWDMq4WaF6uAZ7agMxa { display:block; }#smWzLJPsE000MUWDMq4WaF6uAZ7agMxa > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }