.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:253,253,253;--color-secondary-2:250,250,250;--color-secondary-3:227,227,227;--color-secondary-4:50,50,50;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"toyotatype";--paragraphs-font-family:"toyotatype"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { background-color: transparent; background-image: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .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); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { border-width: 0; border-radius: 0; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.0625rem;top:0rem;left:1.880859375rem;overflow:hidden;display:block; }
#wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),6.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.4375rem;width:23.4375rem;top:5.75rem;left:0.9111328125rem;display:block; }
#qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1.880859375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:56.25rem;top:17.5625rem;left:0rem;overflow:hidden;display:none; }
#N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { position:absolute;display:block;z-index:14998;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:25.6875rem;width:47.5rem;top:8.947265625rem;left:27.5rem;overflow:hidden;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-form-header { font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:19.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:19.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:0;text-align:center;text-align-last:center; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;float:none; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container:first-of-type{padding-top:0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container:last-of-type{padding-bottom:0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.873046875rem;left:1.5048828125rem;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.873046875rem;left:1.5048828125rem;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW { position:relative;z-index:2; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu { position:relative; }
#R3Mf8XZbdnOSztB0oX0hPRITEsuuM0Ni { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.947265625rem;left:39rem;height:3.16796875rem;text-align:center;text-align-last:center;display:block; }
#a0l00y4TcwDnPxOnyWnhRVbmsTq4P8tl { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:6.916015625rem;left:39.0615234375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wgDIC10dizEXCVmfMDRD75slKpSFRHTr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8.947265625rem;left:1.880859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { background-color: transparent; background-image: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .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); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { border-width: 0; border-radius: 0; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#LTRw5xZl7XtLt0V691033HrOkRiO7U1R { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aih8NA6SNMws06Blu8hp0QZlXITX3IJn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:13.5rem;height:1.8681625rem;display:block; }
#xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:9.5625rem;height:3.736325rem;display:block; }
#at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:14.6875rem;overflow:hidden;display:block; }
#XKN25yBwDWIV8lvAEOZW4gskz7oUoMDp { 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:21rem;width:36.625rem;top:8.3125rem;left:35.41796875rem;overflow:hidden;display:block; }
#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { background-color: transparent; background-image: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container > .video-iframe-container { display: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row > .video-iframe-container { display: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .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); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { border-width: 0; border-radius: 0; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#B10qU5IpdH9oXWwOidLmnFIEVH8611Zo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#VwIdQIQEgVOrPGFgatTu9B7b1FIluQi3 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#exBT01zPcdtzZiSJFmSJ66Gd5fdPHlKc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#WmkxNxRwFwAMbkslcnV3R6xSWBJiKqNc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#mvzUIINNudUKFdI8mTAsRBpLw8mwbe8g { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#X1rOHOWUVkSkHzqlhPlGsCSfNVviWGPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zbG5sGGdTnSEGkJ7SmJ4xKtBQfpLvfEa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:13.5rem;height:1.8681625rem;display:block; }
#N7559FzhUsX3p2mpN0z1KkEMo3phDcmk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#sKRKFTS1soqhKQu4wdB5I3BC6wiO9gB5 { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#RhzeHfMbtdwfA1UyIRKkGdt5pykzdnBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:9.5625rem;height:3.736325rem;display:block; }
#H6W4ocZ0uMA3TwFqOxOndI8g15qDP6tN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:14.6875rem;overflow:hidden;display:block; }
#ongATCLyspSeHPsrnSdTU2gXLnJZX7dA { 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:19.25rem;width:36.625rem;top:7.9375rem;left:38.375rem;overflow:hidden;display:block; }
#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { background-color: transparent; background-image: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container > .video-iframe-container { display: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row > .video-iframe-container { display: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .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); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { border-width: 0; border-radius: 0; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#SB0gbVHNEpzdLy1tBaTkxdpblyZ1ukwG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#ND0DGG10o2gTibPDzMAFbMHbk0IukErE { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MXnwmUABEGzL053IBl0TBufiFAuAUSO3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#eNK4vARzh6NOHADwfh4UCdalCBFhlKkT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#UD5OTN2nb4GoN2RlILW9FVyHNHh5Qqfn { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#N3dQpEGw9axopuAJ9qk0TaTdm1aGMXEQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9Qa7QKTqMZBXLhDaoEbPVQzgtlzTltT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#uqmPQnF1arQ1G76rhFAdzQak8bKBSkPU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#aL3u3vsSg7Zwu7qDi6lFJ39RSuxOkox3 { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#BNrA5ygmyQE4y8gOemUhTrFdtAHLM60z { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:9.5625rem;height:3.736325rem;display:block; }
#uu2RVIyihZ482ACs4V8KRmiK1HPrwAhH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:14.6875rem;overflow:hidden;display:block; }
#ZeZAHP39w3cFxw8DbK1QeHPAJqBHN65Z { 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:22.4375rem;width:33.75rem;top:8.5625rem;left:34.8125rem;overflow:hidden;display:block; }
#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { background-color: transparent; background-image: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container > .video-iframe-container { display: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row > .video-iframe-container { display: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .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); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { border-width: 0; border-radius: 0; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#v1srtQTATXqTx3ts2OnUvnLFe131zarL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#ySf6OrAp1r1lXcNFnvXHCClanC3h8Eps { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aGtTp9eCTXmFRevhFL9JPQVbBl0d2PeO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#Wog6WWULnnATwegVFi9ZkpEiesRZPVdF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#BVtdrXuc5AbxeQEb9osn9gh11aor9cBv { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#Abt0AMa9QsaW0lfIKqPeJ5qb6uWLAFks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPsBwLATUWmTWiICn4uMuX91NXdhbF1v { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#g886iAmGsHbtyVOHts0oehTs6RcVkd3m { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#SsLbNu9JT8UO11cIlANJ2cXX9vDbBC2r { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#qQQLDLgwp31HSNDikLyn34XLS5FL7r4U { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.943359375rem;left:11.3125rem;height:3.736325rem;display:block; }
#sEgwL4cUEOVNhoLBubJ03S447mRbzrTZ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:16.71875rem;overflow:hidden;display:block; }
#Lf9WF9GzPIte2WJM19xnFaDluM6PnCHV { 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:16.625rem;width:33.75rem;top:8.5625rem;left:34.8125rem;overflow:hidden;display:block; }
#cW774mUJB1miZd3xuf359rFgexA5rlKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { background-color: transparent; background-image: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container > .video-iframe-container { display: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row > .video-iframe-container { display: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .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); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { border-width: 0; border-radius: 0; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#aVvEEk9U9z4uggb4y3RneL9W1MsOcLNc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#FCBJwIIpVZxVkhGbBV4k7WyhJTKrXqWF { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zlff3SpkEJ1pnOxI8vS4hT7kADiAFW7s { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#EO0wqk6wB2HytUzuB5GAqUTOAZPuXdpR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#cEeQnFDzZaxHv9LnsyZ3gV6w6H2vXVP9 { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#fmGpdtTeWhnN0lJwHWnXH0L0epsd2WGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTP9QwkiJeUrAO4C2KQgSXgEiKZXrfU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#txcTVrusGGkQ0kmulIUDXzWozCBwSXbA { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#fAWisyXDGhi1d5TLHsuaESica2kkO4Cz { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#WbHlimNCuMZNdrO0hPPXPixec8mUF8Vn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.943359375rem;left:11.3125rem;height:3.736325rem;display:block; }
#mkUOf6aAhhBfk8Ibo9U0dURGUF6VNE8X { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:16.71875rem;overflow:hidden;display:block; }
#sRTPxkIvRtFlnpKrpnBsLQ0TrTWqRMnt { 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:18.375rem;width:26.875rem;top:9.25rem;left:40.3125rem;overflow:hidden;display:block; }
#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { background-color: transparent; background-image: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container > .video-iframe-container { display: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row > .video-iframe-container { display: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .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); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { border-width: 0; border-radius: 0; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#GsMtLvbNsdtsExSGIl74WDshGkKORlR5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#fy49Ue19DHqFzfCaxBzQ7N5dv1LmISDV { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xdd9BSnnkKFPcBkQsTaG4NN5yXrKa4RU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#fu3824FvoVK5NRXX40lbNEAbRcrWvd1y { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#XsqB6KgJWvccB5stNnhLgLvEkmt96Nhz { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#TeD89kdLmOThmtPgdHzOADS6WJH7DXpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utNvQWQdCFSXGuf6ynSkdXEMWIwZvd7H { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#z61gilazXMoAh4J6my7UOvSQfVfugxzS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#F1f4d9LggCmsnpg7nptkMA20i2E9V0Ma { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#xxQxV5kUe9mgCDSyiW3TICJHOGPfxnWu { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.943359375rem;left:11.3125rem;height:3.736325rem;display:block; }
#tUfemDJM7uFbA6r8FZMi673xf4hRSAMI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:16.71875rem;overflow:hidden;display:block; }
#D5BTt3gpADOfpds3yAquloTfUMEvxrph { 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:21.875rem;width:41.25rem;top:8rem;left:33.75rem;overflow:hidden;display:block; }
#K10Agni46ZQ0DuOFuOQFpfthv784gWOi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { background-color: transparent; background-image: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container > .video-iframe-container { display: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row > .video-iframe-container { display: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .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); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { border-width: 0; border-radius: 0; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#l6qLkqtPkDbqilKkfZHLtTO5i8a6nUiH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#hG7Le5QRJ0CEu57eUAzkfKmZfZxXV88V { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kbPeLznsZyX27aybi0gfcMA7xtFCVdkf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#RH7EaTiNNklfwJILtwfclx10urxQ761k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#QGAClTO96DoZ4vlgyPh0JmS3WBEHx3aS { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#OssQmHM1Txh2nu1PwvOlecTTKCA9ETX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhTueruIDS4BAzq51UZTUI8GMeMzGBlF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#IFNnXCQXUFKaniDrVaPW7HiKx1wQqRDG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#k0Ic20Pgw0enon1rueFiGC6xD8LF57vI { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#pbcaQ0H0L7LKpWDflIvuCeF1vWrG9koa { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.943359375rem;left:11.3125rem;height:3.736325rem;display:block; }
#zz58LbGTrPgTRA87ZAZU7bSQNl9OBZdv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:16.71875rem;overflow:hidden;display:block; }
#Sb1U5947TkQ44Kke6s1k8nNTmlig0ab3 { 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:25.75rem;width:40.8125rem;top:8.5625rem;left:30.6875rem;overflow:hidden;display:block; }
#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfcfe;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; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { background-color: transparent; background-image: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container > .video-iframe-container { display: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row > .video-iframe-container { display: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .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); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { border-width: 0; border-radius: 0; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#cLkmPrvPFX09iTmBhXQMhQsQ51KqMcWN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#FH5Te12Dg3WwKF0ArReZlh4eT5N01lEv { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0068359375rem;left:22.9375rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wpz47InKwhSEOG1O7PTTrWp7kMamJi0S { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.375rem;height:1.8681625rem;display:block; }
#SG0patsU4c3uqZG1XPARhoQWAokKZO2a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:6rem;left:3.375rem;height:4.375rem;display:block; }
#PTglZg4lUn3KVKsiEKWsPOBMM1yOy2BQ { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.0625rem;left:3.375rem;display:block; }
#lRTBmuiNlK9shCFnTcJ3VXHneUnc3qnl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTTaxidJ92rOyJrp50sxZJXBb2W4TJIU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8rem;left:15rem;height:1.8681625rem;display:block; }
#Lx7LCf0SltF7BNDqw1nCH08N3HTttq1d { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.375rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#bXF0rkLRvHkItQZtTpQNP9CIN3TXWplN { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.625rem;left:3.375rem;height:4.375rem;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; }
#r7JoC39atB5eG7ueXBGAAMIxEsy1EvhT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.943359375rem;left:11.3125rem;height:3.736325rem;display:block; }
#btlB4ylLxOd2nc13qwLWMhQpecHTv29W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:12.625rem;left:16.71875rem;overflow:hidden;display:block; }
#fNzUgRxExifwGHGQhTkyoKklwyTIUxXk { 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:17.9375rem;width:35.75rem;top:8.875rem;left:34.1875rem;overflow:hidden;display:block; }
#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { 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; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { border-width: 0; border-radius: 0; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { color:rgba(var(--color-tertiary-4),1);display:block;width:37.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1271696090698rem;left:5rem;height:3.24978125rem;font-style:normal;display:block; }
#pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { 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:26.4995625rem;width:37.686625rem;top:5.2517366409302rem;left:3.9930572509766rem;overflow:hidden;display:block; }
#ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.8684875rem;display:block; }
#XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.8684875rem;display:block; }
#NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.8684875rem;text-align:left;text-align-last:left;display:block; }
#oEC5GdEX3u31E63315FbV52iobbRL5rM { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#cwdbWNUmms7HFgASTnODsQwoCHH0N00t { 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; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { border-width: 0; border-radius: 0; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0696620941162rem;left:3.7565116882324rem;height:3.25rem;font-style:normal;display:block; }
#psJltRICrr9BuIBIddbzRyx8UmC5oZTb { 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:25.3125rem;width:35.75rem;top:5.3743486404419rem;left:5rem;overflow:hidden;display:block; }
#c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:59.999998092651rem;height:1.86875rem;display:block; }
#dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14rem;left:56.0625rem;height:3.7375rem;display:block; }
#PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.681249856949rem;left:60.499998092651rem;overflow:hidden;display:block; }
#PxXNUhDNhTwApB1xgX189exIzNxcfcNV { 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; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { border-width: 0; border-radius: 0; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#sgfv30eszy58mfRnHlRmpHSzraqOuZFT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0695343017578rem;left:3.7562494277954rem;height:3.25rem;font-style:normal;display:block; }
#pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { 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:24.75rem;width:34.1875rem;top:6.0000019073486rem;left:4.75rem;overflow:hidden;display:block; }
#APpLurP1UQu90AoQxAuhWQnnEghknInI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.86875rem;display:block; }
#f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#BnPo9WyfQR9V8intKifHR18VWNTiZq2g { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.7373rem;display:block; }
#X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { 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; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { border-width: 0; border-radius: 0; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#SAimKcT85fteGchXrfi8gIo5Gb9Elyed { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1943359375rem;left:3.4052734375rem;height:3.25rem;font-style:normal;display:block; }
#aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { 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:15.625rem;width:44.5625rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:60.249998092651rem;height:1.86865rem;display:block; }
#FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.7373rem;display:block; }
#FrDT9XRp13BApKFycc349bnF4fLIOa6t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy { 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; }#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy > .row .container { border-width: 0; border-radius: 0; }#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#AkgTn8dqH2fA1UHfcBv7S0EprShQZvoE { position:absolute;display:block;z-index:15004;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:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#OMwtuXRc9lWTMkpZPogNTR3S6NZl06L6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.75rem;height:1.86875rem;display:block; }
#KnghcSDLaZtUwpWMnRS2AJuyunUh0eFH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.375rem;left:48.75rem;height:5rem;display:block; }
#gy7i3JPGQJdtEmnmdVVPcMDAa2winwBC { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.9375rem;left:48.75rem;display:block; }
#Bt1wEeD9SkDPTVIoTifg3DtfTxnZp5fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNmUUCdXRyGtNzRpMWxQFvuUuJTQ6MXx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:60.0625rem;height:1.86865rem;display:block; }
#E033E72W1y9hsnUuFHiFZkw3O47TmDsL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.4423828125rem;left:54.3740234375rem;height:3.7373rem;display:block; }
#Clw8A1lCzNXBVn0FJlEZB06oLekRQFkL { position:absolute;display:block;z-index:15030;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.375rem;width:7.3125rem;top:14.1220703125rem;left:59.5rem;overflow:hidden;display:block; }
#TEqGI52PPR7gqHbNTrIqBJKNom0Cm3OP { color:#02708c;display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:14.1220703125rem;left:47.0615234375rem;height:4.375rem;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; }
#n2fTALJTqhvZtnG8xgiOAXfNukn9txwI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#BhbcsWXFsqDoALavBbz6Gd5IQbVypJDC { color:rgba(var(--color-tertiary-4),1);display:block;width:60.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.78125rem;left:3.1240234375rem;height:3.25rem;font-style:normal;display:block; }
#kKQFampEZ0auCsKrq4eihULHsn5EiD3C { 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:16.8125rem;width:29.25rem;top:7.84375rem;left:4.3984375rem;overflow:hidden;display:block; }
#JHggdLeeSWLc0MCmtyVm3zkNHoa9rl8l { color:rgba(var(--color-primary-2),1);display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.80078125rem;left:3.1240234375rem;height:1.94970625rem;font-style:normal;display:block; }
#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl { 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; }#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl > .row .container { border-width: 0; border-radius: 0; }#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#FHhPiaWQn3D9ixJ26BWUGSa8TmE8HdlW { 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:22.3125rem;width:38.25rem;top:5.9619140625rem;left:1.4921875rem;overflow:hidden;display:block; }
#LWqXCh3lFll2TZhJMWra6kD47VyMrDc3 { position:absolute;display:block;z-index:15004;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:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#Pl8Lg4SoQC853bg7OmB1ww3kLsHuKG5f { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.75rem;height:1.86875rem;display:block; }
#NP0WwZXa1kFRuI4ZPPN4srlz6PggcNKW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.375rem;left:48.75rem;height:5rem;display:block; }
#SOtoCLywf6Fb2dAZ5PFF4tWr4nmQfv1x { background-color:rgba(var(--color-primary-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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.9375rem;left:48.75rem;display:block; }
#ZC9S9bfmrqukoTLuh1hITANIJQ8GELsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHxqz3CNsqgbVpkIuLQtLksPChCi7WT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:60.0625rem;height:1.86875rem;display:block; }
#gxhSRJE3OsI716fce9U4ASfTZUPZ3fg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.437500476837rem;left:56.312498092651rem;height:3.7373rem;display:block; }
#RqIAxtN5p5H9vxUJzlpmmBQVDXtSNZb7 { position:absolute;display:block;z-index:15030;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.375rem;width:7.3125rem;top:14.125rem;left:61.125rem;overflow:hidden;display:block; }
#JEPDyTo5nU9fQARyxMK0ZwIkRFIdlfZJ { color:#02708c;display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:14.11874961853rem;left:48.75rem;height:4.375rem;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; }
#WrtUgN95VfvloapEh6FxFXSLD1QJ71Gh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#aMAHuovTiLVi2IopZN2PU48sDrpJWa9U { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.89990234375rem;left:4.39892578125rem;height:3.25rem;font-style:normal;display:block; }
#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52078987-ee70-4e71-a3f0-201c9c1ee07e/HQ652.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu.adaptive-delivery-prevent-bg, #MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu.lazyload, #MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu.lazyloading { background-image: none; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container { background-color: transparent; background-image: none; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,48,0.9); }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container > .video-iframe-container { display: none; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,48,0.9); }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row > .video-iframe-container { display: none; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .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); }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container { border-width: 0; border-radius: 0; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:75rem;position:relative;display:block; }#TG3V5bM7mepU00TNXGgQD6eNkHFd5MVW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.8748111724854rem;left:7.5rem;height:2.37521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2H6fX4x1TAOubrLOmEKQwRNLBC8dhTW { box-sizing:content-box;height:0.6875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:15rem;display:block; }
#J0afqkCTpCrbGv0zSIf1Nr3dowf75nLm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:9.3125rem;left:49.0625rem;height:0.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eurOAQChePsodEKqikUos2n6pzwR0HU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:10.4375rem;left:39.6875rem;height:1.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DCx51khNSTmuZA8BWBRPVJo58Hp1RDFK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.5625rem;left:9.5rem;height:1.1254875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AhoTqx1Z5W2e4AJddMTTHublWERO1nIp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:13.9375rem;left:9.5rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g7l7PtOOrReWCHroFdnFDsKdUaIz1Vu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:19.75rem;left:9.5625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dEEa220Rg2PZkCvEyxCxAXyf14ZBbz2S { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:21.8125rem;left:9.5rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TcDtNg7TsXpwqX2r762XrAVs4XMwvm8T { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:26.5rem;left:9.5rem;height:1.1254875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTPvZfGsWHy24rvdt2nUWtoZxG9azR5e { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:29rem;left:9.5rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PuAZZG67Be2I6ULNaU0h0u5fSwc1NfEK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:30.75rem;left:9.5rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcQrcsZForqtV5xWur3g3Q3ZpsMpzhmy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:33.625rem;left:9.5625rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uLAEl6qd3LRpB9yGIozppquvQFn603ac { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:35.375rem;left:9.5625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eh1oUq5THG1HM1lKF9pwRBDod2oq593I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:38.5rem;left:9.5rem;height:1.18774375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L5QcSkrsuLoW6ef1Fez4gFdIivo4ARzD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:40.3125rem;left:9.5rem;height:0.87524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BquuPRdW616i6HDD7gfWTUaouezyd6n8 { position:absolute;display:block;z-index:15025;height:29.5625rem;width:29.3125rem;top:12.5625rem;left:36.5rem;display:block; }
#TQqx2ClGTCwsavSytDEmF7BALb9n99UG { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { border-width: 0; border-radius: 0; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { color:rgba(var(--color-tertiary-0),1);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.34375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { display:block; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { width:2.375rem;height:1.25rem;top:1.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { width:23.4375rem;height:28.4375rem;top:5.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { width:21.4375rem;height:2.4375rem;top:6.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { width:37.5rem;height:9.4375rem;top:16.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { width:47.5rem;height:25.6875rem;top:8.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { width:19.75rem;height:auto;top:9.8125rem;left:0rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { width:19.75rem;height:auto;top:9.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu {  }
 }@media only screen and (max-width: 763px) { #R3Mf8XZbdnOSztB0oX0hPRITEsuuM0Ni { width:21.4375rem;height:3.5rem;top:8.9375rem;left:25.375rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0l00y4TcwDnPxOnyWnhRVbmsTq4P8tl { width:21.375rem;height:2.5625rem;top:6.875rem;left:25.4365234375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgDIC10dizEXCVmfMDRD75slKpSFRHTr { width:21.4375rem;height:1.625rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { display:block; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTRw5xZl7XtLt0V691033HrOkRiO7U1R { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block; }
 }@media only screen and (max-width: 763px) { #aih8NA6SNMws06Blu8hp0QZlXITX3IJn { width:10.75rem;height:1.8125rem;top:7.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { width:7.3125rem;height:4.375rem;top:12.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKN25yBwDWIV8lvAEOZW4gskz7oUoMDp { width:36.625rem;height:21rem;top:8.3125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL { display:block; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B10qU5IpdH9oXWwOidLmnFIEVH8611Zo { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwIdQIQEgVOrPGFgatTu9B7b1FIluQi3 { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBT01zPcdtzZiSJFmSJ66Gd5fdPHlKc { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkxNxRwFwAMbkslcnV3R6xSWBJiKqNc { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvzUIINNudUKFdI8mTAsRBpLw8mwbe8g { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rOHOWUVkSkHzqlhPlGsCSfNVviWGPf { display:block; }
 }@media only screen and (max-width: 763px) { #zbG5sGGdTnSEGkJ7SmJ4xKtBQfpLvfEa { width:10.75rem;height:1.8125rem;top:7.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7559FzhUsX3p2mpN0z1KkEMo3phDcmk { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKRKFTS1soqhKQu4wdB5I3BC6wiO9gB5 { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhzeHfMbtdwfA1UyIRKkGdt5pykzdnBZ { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6W4ocZ0uMA3TwFqOxOndI8g15qDP6tN { width:7.3125rem;height:4.375rem;top:12.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongATCLyspSeHPsrnSdTU2gXLnJZX7dA { width:36.625rem;height:19.25rem;top:7.9375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STArWmzUJSdKlIoy2Shi2SGXBQurK5FA { display:block; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB0gbVHNEpzdLy1tBaTkxdpblyZ1ukwG { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND0DGG10o2gTibPDzMAFbMHbk0IukErE { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXnwmUABEGzL053IBl0TBufiFAuAUSO3 { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNK4vARzh6NOHADwfh4UCdalCBFhlKkT { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5OTN2nb4GoN2RlILW9FVyHNHh5Qqfn { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3dQpEGw9axopuAJ9qk0TaTdm1aGMXEQ { display:block; }
 }@media only screen and (max-width: 763px) { #B9Qa7QKTqMZBXLhDaoEbPVQzgtlzTltT { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqmPQnF1arQ1G76rhFAdzQak8bKBSkPU { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3u3vsSg7Zwu7qDi6lFJ39RSuxOkox3 { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNrA5ygmyQE4y8gOemUhTrFdtAHLM60z { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu2RVIyihZ482ACs4V8KRmiK1HPrwAhH { width:7.3125rem;height:4.375rem;top:12.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZAHP39w3cFxw8DbK1QeHPAJqBHN65Z { width:33.75rem;height:22.4375rem;top:8.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8pHHPBW27ZnaLwflNLQ1rope63D6LP { display:block; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1srtQTATXqTx3ts2OnUvnLFe131zarL { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySf6OrAp1r1lXcNFnvXHCClanC3h8Eps { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGtTp9eCTXmFRevhFL9JPQVbBl0d2PeO { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wog6WWULnnATwegVFi9ZkpEiesRZPVdF { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVtdrXuc5AbxeQEb9osn9gh11aor9cBv { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abt0AMa9QsaW0lfIKqPeJ5qb6uWLAFks { display:block; }
 }@media only screen and (max-width: 763px) { #LPsBwLATUWmTWiICn4uMuX91NXdhbF1v { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g886iAmGsHbtyVOHts0oehTs6RcVkd3m { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLbNu9JT8UO11cIlANJ2cXX9vDbBC2r { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQLDLgwp31HSNDikLyn34XLS5FL7r4U { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEgwL4cUEOVNhoLBubJ03S447mRbzrTZ { width:7.3125rem;height:4.375rem;top:12.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9WF9GzPIte2WJM19xnFaDluM6PnCHV { width:33.75rem;height:16.625rem;top:8.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW774mUJB1miZd3xuf359rFgexA5rlKi { display:block; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVvEEk9U9z4uggb4y3RneL9W1MsOcLNc { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCBJwIIpVZxVkhGbBV4k7WyhJTKrXqWF { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlff3SpkEJ1pnOxI8vS4hT7kADiAFW7s { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0wqk6wB2HytUzuB5GAqUTOAZPuXdpR { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEeQnFDzZaxHv9LnsyZ3gV6w6H2vXVP9 { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGpdtTeWhnN0lJwHWnXH0L0epsd2WGL { display:block; }
 }@media only screen and (max-width: 763px) { #kTP9QwkiJeUrAO4C2KQgSXgEiKZXrfU2 { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcTVrusGGkQ0kmulIUDXzWozCBwSXbA { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAWisyXDGhi1d5TLHsuaESica2kkO4Cz { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbHlimNCuMZNdrO0hPPXPixec8mUF8Vn { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkUOf6aAhhBfk8Ibo9U0dURGUF6VNE8X { width:7.3125rem;height:4.375rem;top:12.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTPxkIvRtFlnpKrpnBsLQ0TrTWqRMnt { width:26.875rem;height:18.375rem;top:9.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K { display:block; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsMtLvbNsdtsExSGIl74WDshGkKORlR5 { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fy49Ue19DHqFzfCaxBzQ7N5dv1LmISDV { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdd9BSnnkKFPcBkQsTaG4NN5yXrKa4RU { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu3824FvoVK5NRXX40lbNEAbRcrWvd1y { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqB6KgJWvccB5stNnhLgLvEkmt96Nhz { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeD89kdLmOThmtPgdHzOADS6WJH7DXpt { display:block; }
 }@media only screen and (max-width: 763px) { #utNvQWQdCFSXGuf6ynSkdXEMWIwZvd7H { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z61gilazXMoAh4J6my7UOvSQfVfugxzS { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1f4d9LggCmsnpg7nptkMA20i2E9V0Ma { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxQxV5kUe9mgCDSyiW3TICJHOGPfxnWu { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUfemDJM7uFbA6r8FZMi673xf4hRSAMI { width:7.3125rem;height:4.375rem;top:12.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5BTt3gpADOfpds3yAquloTfUMEvxrph { width:41.25rem;height:21.875rem;top:8rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10Agni46ZQ0DuOFuOQFpfthv784gWOi { display:block; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6qLkqtPkDbqilKkfZHLtTO5i8a6nUiH { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hG7Le5QRJ0CEu57eUAzkfKmZfZxXV88V { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPeLznsZyX27aybi0gfcMA7xtFCVdkf { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7EaTiNNklfwJILtwfclx10urxQ761k { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAClTO96DoZ4vlgyPh0JmS3WBEHx3aS { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssQmHM1Txh2nu1PwvOlecTTKCA9ETX2 { display:block; }
 }@media only screen and (max-width: 763px) { #yhTueruIDS4BAzq51UZTUI8GMeMzGBlF { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNnXCQXUFKaniDrVaPW7HiKx1wQqRDG { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Ic20Pgw0enon1rueFiGC6xD8LF57vI { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcaQ0H0L7LKpWDflIvuCeF1vWrG9koa { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz58LbGTrPgTRA87ZAZU7bSQNl9OBZdv { width:7.3125rem;height:4.375rem;top:12.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1U5947TkQ44Kke6s1k8nNTmlig0ab3 { width:40.8125rem;height:25.75rem;top:8.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEp3qDAPtQr1AELKToT7aNsEOAEphkn { display:block; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLkmPrvPFX09iTmBhXQMhQsQ51KqMcWN { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH5Te12Dg3WwKF0ArReZlh4eT5N01lEv { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpz47InKwhSEOG1O7PTTrWp7kMamJi0S { width:10.75rem;height:1.8125rem;top:5.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG0patsU4c3uqZG1XPARhoQWAokKZO2a { width:12.5rem;height:4.375rem;top:6rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTglZg4lUn3KVKsiEKWsPOBMM1yOy2BQ { width:17.5rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTBmuiNlK9shCFnTcJ3VXHneUnc3qnl { display:block; }
 }@media only screen and (max-width: 763px) { #oTTaxidJ92rOyJrp50sxZJXBb2W4TJIU { width:10.75rem;height:1.8125rem;top:8rem;left:1.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx7LCf0SltF7BNDqw1nCH08N3HTttq1d { width:10.75rem;height:1.8125rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXF0rkLRvHkItQZtTpQNP9CIN3TXWplN { width:12.5rem;height:4.375rem;top:12.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7JoC39atB5eG7ueXBGAAMIxEsy1EvhT { width:10.75rem;height:3.6875rem;top:12.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btlB4ylLxOd2nc13qwLWMhQpecHTv29W { width:7.3125rem;height:4.375rem;top:12.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNzUgRxExifwGHGQhTkyoKklwyTIUxXk { width:35.75rem;height:17.9375rem;top:8.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { display:block; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:13rem;height:9.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:4.375rem;top:6.9375rem;left:35.125003814698rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.0244125rem;top:13.5625rem;left:35.125003814698rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdbWNUmms7HFgASTnODsQwoCHH0N00t { display:block; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJltRICrr9BuIBIddbzRyx8UmC5oZTb { width:13rem;height:9.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { width:12.5rem;height:4.375rem;top:7rem;left:35.125001907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block; }
 }@media only screen and (max-width: 763px) { #tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { width:10.5625rem;height:1.8681625rem;top:8.9375rem;left:37.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { width:12.5rem;height:4.0244125rem;top:13.625rem;left:35.125001907349rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { width:10.75rem;height:3.736325rem;top:14rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { width:7.3125rem;height:4.375rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXNUhDNhTwApB1xgX189exIzNxcfcNV { display:none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgfv30eszy58mfRnHlRmpHSzraqOuZFT { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { width:12.375rem;height:8.9375rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpLurP1UQu90AoQxAuhWQnnEghknInI { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { width:12.5rem;height:4.375rem;top:7rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block; }
 }@media only screen and (max-width: 763px) { #JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnPo9WyfQR9V8intKifHR18VWNTiZq2g { width:12.5rem;height:4.375rem;top:13.625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { display:none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SAimKcT85fteGchXrfi8gIo5Gb9Elyed { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { width:13.1875rem;height:4.625rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { width:12.5rem;height:4.375rem;top:7rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block; }
 }@media only screen and (max-width: 763px) { #T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { width:12.5rem;height:4.375rem;top:13.625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrDT9XRp13BApKFycc349bnF4fLIOa6t { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Npol9vxX0bDh42WZTdttgyQRNG3Twy { display:none; }#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkgTn8dqH2fA1UHfcBv7S0EprShQZvoE { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMwtuXRc9lWTMkpZPogNTR3S6NZl06L6 { width:10.6875rem;height:1.8681625rem;top:6.625rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnghcSDLaZtUwpWMnRS2AJuyunUh0eFH { width:12.5rem;height:5rem;top:7.375rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7i3JPGQJdtEmnmdVVPcMDAa2winwBC { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1wEeD9SkDPTVIoTifg3DtfTxnZp5fZ { display:block; }
 }@media only screen and (max-width: 763px) { #lNmUUCdXRyGtNzRpMWxQFvuUuJTQ6MXx { width:10.6875rem;height:1.8681625rem;top:9.6875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E033E72W1y9hsnUuFHiFZkw3O47TmDsL { width:9.625rem;height:3.6875rem;top:14.4375rem;left:38.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clw8A1lCzNXBVn0FJlEZB06oLekRQFkL { width:7.3125rem;height:4.375rem;top:14.0625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqGI52PPR7gqHbNTrIqBJKNom0Cm3OP { width:9rem;height:4.375rem;top:14.0625rem;left:33.4365234375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fTALJTqhvZtnG8xgiOAXfNukn9txwI { width:10.6875rem;height:1.8681625rem;top:12.3125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbcsWXFsqDoALavBbz6Gd5IQbVypJDC { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKQFampEZ0auCsKrq4eihULHsn5EiD3C { width:8.0625rem;height:4.625rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHggdLeeSWLc0MCmtyVm3zkNHoa9rl8l { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl { display:none; }#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FHhPiaWQn3D9ixJ26BWUGSa8TmE8HdlW { width:10.25rem;height:6rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWqXCh3lFll2TZhJMWra6kD47VyMrDc3 { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl8Lg4SoQC853bg7OmB1ww3kLsHuKG5f { width:10.6875rem;height:1.8681625rem;top:6.625rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0WwZXa1kFRuI4ZPPN4srlz6PggcNKW { width:12.5rem;height:5rem;top:7.375rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtoCLywf6Fb2dAZ5PFF4tWr4nmQfv1x { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC9S9bfmrqukoTLuh1hITANIJQ8GELsD { display:block; }
 }@media only screen and (max-width: 763px) { #DHxqz3CNsqgbVpkIuLQtLksPChCi7WT6 { width:10.6875rem;height:1.8681625rem;top:9.6875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxhSRJE3OsI716fce9U4ASfTZUPZ3fg7 { width:9.625rem;height:3.736325rem;top:14.4375rem;left:37.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqIAxtN5p5H9vxUJzlpmmBQVDXtSNZb7 { width:7.3125rem;height:4.375rem;top:14.125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPDyTo5nU9fQARyxMK0ZwIkRFIdlfZJ { width:9rem;height:4.375rem;top:14.0625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrtUgN95VfvloapEh6FxFXSLD1QJ71Gh { width:10.6875rem;height:1.8681625rem;top:12.3125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMAHuovTiLVi2IopZN2PU48sDrpJWa9U { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu { display:block; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG3V5bM7mepU00TNXGgQD6eNkHFd5MVW { width:47.75rem;height:2.375rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2H6fX4x1TAOubrLOmEKQwRNLBC8dhTW { width:47.75rem;height:0.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0afqkCTpCrbGv0zSIf1Nr3dowf75nLm { width:16.6875rem;height:0.9375rem;top:9.3125rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eurOAQChePsodEKqikUos2n6pzwR0HU7 { width:26rem;height:1.5625rem;top:10.4375rem;left:21.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCx51khNSTmuZA8BWBRPVJo58Hp1RDFK { width:22.9375rem;height:1.125rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhoTqx1Z5W2e4AJddMTTHublWERO1nIp { width:16.6875rem;height:0;top:13.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7l7PtOOrReWCHroFdnFDsKdUaIz1Vu1 { width:22.9375rem;height:1.125rem;top:19.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEEa220Rg2PZkCvEyxCxAXyf14ZBbz2S { width:16.6875rem;height:1.1875rem;top:21.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcDtNg7TsXpwqX2r762XrAVs4XMwvm8T { width:22.9375rem;height:1.125rem;top:26.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPvZfGsWHy24rvdt2nUWtoZxG9azR5e { width:16.6875rem;height:3.5625rem;top:29rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAZZG67Be2I6ULNaU0h0u5fSwc1NfEK { width:16.6875rem;height:1.75rem;top:30.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQrcsZForqtV5xWur3g3Q3ZpsMpzhmy { width:16.6875rem;height:3.5625rem;top:33.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLAEl6qd3LRpB9yGIozppquvQFn603ac { width:16.6875rem;height:1.75rem;top:35.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh1oUq5THG1HM1lKF9pwRBDod2oq593I { width:16.6875rem;height:1.1875rem;top:38.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5QcSkrsuLoW6ef1Fez4gFdIivo4ARzD { width:16.6875rem;height:0.875rem;top:40.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BquuPRdW616i6HDD7gfWTUaouezyd6n8 { width:29.3125rem;height:29.5625rem;top:12.5625rem;left:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQqx2ClGTCwsavSytDEmF7BALb9n99UG { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { width:20.4365234375rem;height:26.8125rem;top:1.232421875rem;left:24.0908203125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { background-color:#fcfcfe;background-image:none;display:block; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { background-color: transparent; background-image: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .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); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { top:0.9375rem;left:0rem;width:20rem;height:22.875rem;z-index:14998;background-color:#e91918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { width:5.6875rem;height:3rem;top:0.808376789093rem;left:5.7812500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { width:20rem;height:18.4375rem;top:42.7275390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { width:16.375rem;height:0;top:8.43359375rem;left:1.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { width:20rem;height:5.0439453125rem;top:18.93359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { width:20rem;height:10.5625rem;top:8.6376953125rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { width:17.5rem;height:auto;top:18.450521469116rem;left:0rem;z-index:14997; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { width:17.5rem;height:auto;top:18.450521469116rem;left:0rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu {  }
 }@media only screen and (max-width: 763px) { #R3Mf8XZbdnOSztB0oX0hPRITEsuuM0Ni { width:20rem;height:2.5996125rem;top:5.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0l00y4TcwDnPxOnyWnhRVbmsTq4P8tl { width:20rem;height:2.5996125rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgDIC10dizEXCVmfMDRD75slKpSFRHTr { width:20rem;height:auto;top:8.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { background-color:#ffffff;background-image:none;display:block; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { background-color: transparent; background-image: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .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); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTRw5xZl7XtLt0V691033HrOkRiO7U1R { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { width:10.7480625rem;height:1.8681625rem;top:16.154296875rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { width:12.5rem;height:2.79980625rem;top:18.021484375rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { width:17.5rem;height:3.4375rem;top:28rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block; }
 }@media only screen and (max-width: 763px) { #aih8NA6SNMws06Blu8hp0QZlXITX3IJn { width:6.8125rem;height:1.7246125rem;top:18.93359375rem;left:7.875rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { width:10.7480625rem;height:1.8681625rem;top:20.8212890625rem;left:1.25rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { width:12.5rem;height:4.88671875rem;top:22.0625rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { width:10.7480625rem;height:2.875rem;top:23.375rem;left:6.375rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { width:7.3115rem;height:4.375rem;top:22.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKN25yBwDWIV8lvAEOZW4gskz7oUoMDp { width:20rem;height:11.467576791809rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL { background-color:#ffffff;background-image:none;display:block; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { background-color: transparent; background-image: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container > .video-iframe-container { display: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row > .video-iframe-container { display: none; }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .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); }#wvtkmx1nKT4ICXA01XqkaQFyxmxbo7aL > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B10qU5IpdH9oXWwOidLmnFIEVH8611Zo { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwIdQIQEgVOrPGFgatTu9B7b1FIluQi3 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exBT01zPcdtzZiSJFmSJ66Gd5fdPHlKc { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkxNxRwFwAMbkslcnV3R6xSWBJiKqNc { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvzUIINNudUKFdI8mTAsRBpLw8mwbe8g { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rOHOWUVkSkHzqlhPlGsCSfNVviWGPf { display:block; }
 }@media only screen and (max-width: 763px) { #zbG5sGGdTnSEGkJ7SmJ4xKtBQfpLvfEa { width:10.7483125rem;height:1.725rem;top:16.3125rem;left:7.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N7559FzhUsX3p2mpN0z1KkEMo3phDcmk { width:10.7483125rem;height:1.86875rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKRKFTS1soqhKQu4wdB5I3BC6wiO9gB5 { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RhzeHfMbtdwfA1UyIRKkGdt5pykzdnBZ { width:10.7483125rem;height:2.875rem;top:21.1875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H6W4ocZ0uMA3TwFqOxOndI8g15qDP6tN { width:7.312rem;height:4.375rem;top:20.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongATCLyspSeHPsrnSdTU2gXLnJZX7dA { width:20rem;height:10.511945392491rem;top:4.8544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STArWmzUJSdKlIoy2Shi2SGXBQurK5FA { background-color:#ffffff;background-image:none;display:block; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { background-color: transparent; background-image: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container > .video-iframe-container { display: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row > .video-iframe-container { display: none; }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .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); }#STArWmzUJSdKlIoy2Shi2SGXBQurK5FA > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SB0gbVHNEpzdLy1tBaTkxdpblyZ1ukwG { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ND0DGG10o2gTibPDzMAFbMHbk0IukErE { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXnwmUABEGzL053IBl0TBufiFAuAUSO3 { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNK4vARzh6NOHADwfh4UCdalCBFhlKkT { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD5OTN2nb4GoN2RlILW9FVyHNHh5Qqfn { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3dQpEGw9axopuAJ9qk0TaTdm1aGMXEQ { display:block; }
 }@media only screen and (max-width: 763px) { #B9Qa7QKTqMZBXLhDaoEbPVQzgtlzTltT { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uqmPQnF1arQ1G76rhFAdzQak8bKBSkPU { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3u3vsSg7Zwu7qDi6lFJ39RSuxOkox3 { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BNrA5ygmyQE4y8gOemUhTrFdtAHLM60z { width:10.7483125rem;height:2.875rem;top:21.1875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uu2RVIyihZ482ACs4V8KRmiK1HPrwAhH { width:7.312rem;height:4.375rem;top:20.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeZAHP39w3cFxw8DbK1QeHPAJqBHN65Z { width:16.625rem;height:11rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8pHHPBW27ZnaLwflNLQ1rope63D6LP { background-color:#ffffff;background-image:none;display:block; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { background-color: transparent; background-image: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container > .video-iframe-container { display: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row > .video-iframe-container { display: none; }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .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); }#gd8pHHPBW27ZnaLwflNLQ1rope63D6LP > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1srtQTATXqTx3ts2OnUvnLFe131zarL { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySf6OrAp1r1lXcNFnvXHCClanC3h8Eps { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGtTp9eCTXmFRevhFL9JPQVbBl0d2PeO { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wog6WWULnnATwegVFi9ZkpEiesRZPVdF { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVtdrXuc5AbxeQEb9osn9gh11aor9cBv { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abt0AMa9QsaW0lfIKqPeJ5qb6uWLAFks { display:block; }
 }@media only screen and (max-width: 763px) { #LPsBwLATUWmTWiICn4uMuX91NXdhbF1v { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g886iAmGsHbtyVOHts0oehTs6RcVkd3m { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLbNu9JT8UO11cIlANJ2cXX9vDbBC2r { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qQQLDLgwp31HSNDikLyn34XLS5FL7r4U { width:10.7483125rem;height:2.875rem;top:21.1875rem;left:7.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sEgwL4cUEOVNhoLBubJ03S447mRbzrTZ { width:7.312rem;height:4.375rem;top:20.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9WF9GzPIte2WJM19xnFaDluM6PnCHV { width:16.625rem;height:8.1875rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW774mUJB1miZd3xuf359rFgexA5rlKi { background-color:#ffffff;background-image:none;display:block; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { background-color: transparent; background-image: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container > .video-iframe-container { display: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row > .video-iframe-container { display: none; }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .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); }#cW774mUJB1miZd3xuf359rFgexA5rlKi > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVvEEk9U9z4uggb4y3RneL9W1MsOcLNc { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCBJwIIpVZxVkhGbBV4k7WyhJTKrXqWF { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zlff3SpkEJ1pnOxI8vS4hT7kADiAFW7s { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0wqk6wB2HytUzuB5GAqUTOAZPuXdpR { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEeQnFDzZaxHv9LnsyZ3gV6w6H2vXVP9 { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGpdtTeWhnN0lJwHWnXH0L0epsd2WGL { display:block; }
 }@media only screen and (max-width: 763px) { #kTP9QwkiJeUrAO4C2KQgSXgEiKZXrfU2 { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txcTVrusGGkQ0kmulIUDXzWozCBwSXbA { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAWisyXDGhi1d5TLHsuaESica2kkO4Cz { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WbHlimNCuMZNdrO0hPPXPixec8mUF8Vn { width:10.7480625rem;height:2.875rem;top:21.193359375rem;left:7.8134765625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mkUOf6aAhhBfk8Ibo9U0dURGUF6VNE8X { width:7.3115rem;height:4.375rem;top:20.5546875rem;left:12.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRTPxkIvRtFlnpKrpnBsLQ0TrTWqRMnt { width:16.875rem;height:11.4375rem;top:4.4296875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K { background-color:#ffffff;background-image:none;display:block; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { background-color: transparent; background-image: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container > .video-iframe-container { display: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row > .video-iframe-container { display: none; }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .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); }#TIB2k3d7v5Bzd7hfx6UJxkFpREzOc86K > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GsMtLvbNsdtsExSGIl74WDshGkKORlR5 { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fy49Ue19DHqFzfCaxBzQ7N5dv1LmISDV { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xdd9BSnnkKFPcBkQsTaG4NN5yXrKa4RU { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu3824FvoVK5NRXX40lbNEAbRcrWvd1y { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsqB6KgJWvccB5stNnhLgLvEkmt96Nhz { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeD89kdLmOThmtPgdHzOADS6WJH7DXpt { display:block; }
 }@media only screen and (max-width: 763px) { #utNvQWQdCFSXGuf6ynSkdXEMWIwZvd7H { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z61gilazXMoAh4J6my7UOvSQfVfugxzS { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1f4d9LggCmsnpg7nptkMA20i2E9V0Ma { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xxQxV5kUe9mgCDSyiW3TICJHOGPfxnWu { width:10.7480625rem;height:2.875rem;top:21.193359375rem;left:7.8134765625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tUfemDJM7uFbA6r8FZMi673xf4hRSAMI { width:7.3115rem;height:4.375rem;top:20.5546875rem;left:12.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5BTt3gpADOfpds3yAquloTfUMEvxrph { width:20rem;height:10.5rem;top:4.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10Agni46ZQ0DuOFuOQFpfthv784gWOi { background-color:#ffffff;background-image:none;display:block; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { background-color: transparent; background-image: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container > .video-iframe-container { display: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row > .video-iframe-container { display: none; }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .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); }#K10Agni46ZQ0DuOFuOQFpfthv784gWOi > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6qLkqtPkDbqilKkfZHLtTO5i8a6nUiH { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hG7Le5QRJ0CEu57eUAzkfKmZfZxXV88V { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbPeLznsZyX27aybi0gfcMA7xtFCVdkf { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7EaTiNNklfwJILtwfclx10urxQ761k { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGAClTO96DoZ4vlgyPh0JmS3WBEHx3aS { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssQmHM1Txh2nu1PwvOlecTTKCA9ETX2 { display:block; }
 }@media only screen and (max-width: 763px) { #yhTueruIDS4BAzq51UZTUI8GMeMzGBlF { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IFNnXCQXUFKaniDrVaPW7HiKx1wQqRDG { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0Ic20Pgw0enon1rueFiGC6xD8LF57vI { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pbcaQ0H0L7LKpWDflIvuCeF1vWrG9koa { width:10.7480625rem;height:2.875rem;top:21.193359375rem;left:7.8134765625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zz58LbGTrPgTRA87ZAZU7bSQNl9OBZdv { width:7.3115rem;height:4.375rem;top:20.5546875rem;left:12.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb1U5947TkQ44Kke6s1k8nNTmlig0ab3 { width:20rem;height:12.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGEp3qDAPtQr1AELKToT7aNsEOAEphkn { background-color:#ffffff;background-image:none;display:block; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { background-color: transparent; background-image: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container > .video-iframe-container { display: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row > .video-iframe-container { display: none; }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .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); }#TGEp3qDAPtQr1AELKToT7aNsEOAEphkn > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLkmPrvPFX09iTmBhXQMhQsQ51KqMcWN { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FH5Te12Dg3WwKF0ArReZlh4eT5N01lEv { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpz47InKwhSEOG1O7PTTrWp7kMamJi0S { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG0patsU4c3uqZG1XPARhoQWAokKZO2a { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTglZg4lUn3KVKsiEKWsPOBMM1yOy2BQ { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRTBmuiNlK9shCFnTcJ3VXHneUnc3qnl { display:block; }
 }@media only screen and (max-width: 763px) { #oTTaxidJ92rOyJrp50sxZJXBb2W4TJIU { width:10.7480625rem;height:1.7246125rem;top:16.01171875rem;left:9.2509765625rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lx7LCf0SltF7BNDqw1nCH08N3HTttq1d { width:10.7483125rem;height:1.8681625rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXF0rkLRvHkItQZtTpQNP9CIN3TXWplN { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r7JoC39atB5eG7ueXBGAAMIxEsy1EvhT { width:10.7480625rem;height:2.875rem;top:21.193359375rem;left:7.8134765625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #btlB4ylLxOd2nc13qwLWMhQpecHTv29W { width:7.3115rem;height:4.375rem;top:20.5546875rem;left:12.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNzUgRxExifwGHGQhTkyoKklwyTIUxXk { width:17.75rem;height:8.8125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { background-color:#ffffff;background-image:none;display:none; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:20rem;height:1.62435rem;top:0.81163215637206rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:20rem;height:14.0625rem;top:0.99934959411619rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.7483125rem;height:1.8684875rem;top:13.125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:2.79948125rem;top:15rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.7483125rem;height:1.7252625rem;top:16rem;left:7.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.7483125rem;height:1.8684875rem;top:18.375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.8882375rem;top:19.875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.7483125rem;height:2.8754375rem;top:20.875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.312rem;height:4.375rem;top:20.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdbWNUmms7HFgASTnODsQwoCHH0N00t { background-color:#ffffff;background-image:none;display:none; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psJltRICrr9BuIBIddbzRyx8UmC5oZTb { width:20rem;height:14.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { width:10.7483125rem;height:1.86875rem;top:17.084419250488rem;left:1.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { width:12.5rem;height:2.8rem;top:18.951824188233rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { width:17.5rem;height:3.4375rem;top:29.459630012512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block; }
 }@media only screen and (max-width: 763px) { #tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { width:10.747625rem;height:2.15625rem;top:19.489285469055rem;left:8.9348210692406rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { width:10.7483125rem;height:1.86875rem;top:22.305774688721rem;left:1.2478298544884rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { width:12.5rem;height:4.8875rem;top:23.814018249512rem;left:1.2500000596046rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { width:10.747625rem;height:2.875rem;top:24.82008934021rem;left:8.0589284300806rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { width:7.312rem;height:4.375rem;top:24.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXNUhDNhTwApB1xgX189exIzNxcfcNV { background-color:#ffffff;background-image:none;display:none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgfv30eszy58mfRnHlRmpHSzraqOuZFT { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { width:18.75rem;height:13.5625rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APpLurP1UQu90AoQxAuhWQnnEghknInI { width:10.7483125rem;height:1.86875rem;top:17.084419250488rem;left:1.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { width:12.5rem;height:2.79980625rem;top:18.951824188233rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { width:17.5rem;height:3.4375rem;top:29.459630012512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block; }
 }@media only screen and (max-width: 763px) { #JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { width:10.7483125rem;height:1.7246125rem;top:19.953342437744rem;left:8.0707464814187rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { width:10.7483125rem;height:1.86875rem;top:22.305774688721rem;left:1.2478298544884rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnPo9WyfQR9V8intKifHR18VWNTiZq2g { width:12.5rem;height:4.8875rem;top:23.814018249512rem;left:1.2500000596046rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { width:10.7483125rem;height:2.8754375rem;top:24.817710876465rem;left:6.8728299736975rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { width:7.312rem;height:4.375rem;top:24.066842079163rem;left:11.997613012791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { background-color:#ffffff;background-image:none;display:none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SAimKcT85fteGchXrfi8gIo5Gb9Elyed { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { width:20rem;height:7rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { width:10.7483125rem;height:1.86875rem;top:13.3125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { width:12.5rem;height:2.8rem;top:15.1875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { width:17.5rem;height:3.4375rem;top:25.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block; }
 }@media only screen and (max-width: 763px) { #T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { width:10.747625rem;height:1.725rem;top:15.974994659424rem;left:8.3640626668931rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { width:10.7483125rem;height:1.86875rem;top:18.5625rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { width:12.5rem;height:4.8875rem;top:20.0625rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { width:10.7483125rem;height:2.8754375rem;top:21.0625rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FrDT9XRp13BApKFycc349bnF4fLIOa6t { width:7.312rem;height:4.375rem;top:20.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Npol9vxX0bDh42WZTdttgyQRNG3Twy { background-color:#ffffff;background-image:none;display:none; }#E6Npol9vxX0bDh42WZTdttgyQRNG3Twy > .row .container { width:20rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkgTn8dqH2fA1UHfcBv7S0EprShQZvoE { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMwtuXRc9lWTMkpZPogNTR3S6NZl06L6 { width:10.7498125rem;height:1.86875rem;top:14.875rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnghcSDLaZtUwpWMnRS2AJuyunUh0eFH { width:12.5rem;height:3.2rem;top:16.75rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7i3JPGQJdtEmnmdVVPcMDAa2winwBC { width:17.5rem;height:3.4375rem;top:28rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt1wEeD9SkDPTVIoTifg3DtfTxnZp5fZ { display:block; }
 }@media only screen and (max-width: 763px) { #lNmUUCdXRyGtNzRpMWxQFvuUuJTQ6MXx { width:10.7486875rem;height:2.3rem;top:17.375rem;left:8.8125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #E033E72W1y9hsnUuFHiFZkw3O47TmDsL { width:9.5625rem;height:2.875rem;top:23.375rem;left:8.0625003576281rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Clw8A1lCzNXBVn0FJlEZB06oLekRQFkL { width:7.3123125rem;height:4.375rem;top:22.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqGI52PPR7gqHbNTrIqBJKNom0Cm3OP { width:8.9985rem;height:4.0249rem;top:22.8125rem;left:1.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fTALJTqhvZtnG8xgiOAXfNukn9txwI { width:10.7486875rem;height:1.86875rem;top:20.8125rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhbcsWXFsqDoALavBbz6Gd5IQbVypJDC { width:20rem;height:1.29980625rem;top:0.9384765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKQFampEZ0auCsKrq4eihULHsn5EiD3C { width:17rem;height:9.8125rem;top:5.125rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JHggdLeeSWLc0MCmtyVm3zkNHoa9rl8l { width:20rem;height:1.94970625rem;top:2.30078125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl { background-color:#ffffff;background-image:none;display:none; }#qxzoQAsBbwWsG1Th7sTiRgpGFh0eXKbl > .row .container { width:20rem;height:35.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FHhPiaWQn3D9ixJ26BWUGSa8TmE8HdlW { width:20rem;height:11.5625rem;top:4.6884765625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LWqXCh3lFll2TZhJMWra6kD47VyMrDc3 { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl8Lg4SoQC853bg7OmB1ww3kLsHuKG5f { width:10.7498125rem;height:1.86875rem;top:14.875rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0WwZXa1kFRuI4ZPPN4srlz6PggcNKW { width:12.5rem;height:3.2rem;top:16.75rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtoCLywf6Fb2dAZ5PFF4tWr4nmQfv1x { width:17.5rem;height:3.4375rem;top:28rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC9S9bfmrqukoTLuh1hITANIJQ8GELsD { display:block; }
 }@media only screen and (max-width: 763px) { #DHxqz3CNsqgbVpkIuLQtLksPChCi7WT6 { width:10.7486875rem;height:2.3rem;top:17.375rem;left:8.8125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gxhSRJE3OsI716fce9U4ASfTZUPZ3fg7 { width:9.5625rem;height:2.875rem;top:23.375rem;left:8.0625003576281rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RqIAxtN5p5H9vxUJzlpmmBQVDXtSNZb7 { width:7.3123125rem;height:4.375rem;top:22.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPDyTo5nU9fQARyxMK0ZwIkRFIdlfZJ { width:8.9985rem;height:4.025rem;top:22.8125rem;left:1.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrtUgN95VfvloapEh6FxFXSLD1QJ71Gh { width:10.7486875rem;height:1.86875rem;top:20.8125rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMAHuovTiLVi2IopZN2PU48sDrpJWa9U { width:20rem;height:1.625rem;top:1.3134765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu { display:block; }#MsckCqnVRqcMvyxnXIqeGOVE6lh0QHJu > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TG3V5bM7mepU00TNXGgQD6eNkHFd5MVW { width:20rem;height:1.5rem;top:1.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2H6fX4x1TAOubrLOmEKQwRNLBC8dhTW { width:20rem;height:0.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0afqkCTpCrbGv0zSIf1Nr3dowf75nLm { width:16.6875rem;height:0;top:7.0625rem;left:1.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eurOAQChePsodEKqikUos2n6pzwR0HU7 { width:20rem;height:3.125rem;top:8.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCx51khNSTmuZA8BWBRPVJo58Hp1RDFK { width:20rem;height:1.12521875rem;top:13.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhoTqx1Z5W2e4AJddMTTHublWERO1nIp { width:16.6875rem;height:2.375rem;top:14.875rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7l7PtOOrReWCHroFdnFDsKdUaIz1Vu1 { width:20rem;height:1.12521875rem;top:19.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEEa220Rg2PZkCvEyxCxAXyf14ZBbz2S { width:16.6875rem;height:1.1875rem;top:21.375rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcDtNg7TsXpwqX2r762XrAVs4XMwvm8T { width:20rem;height:1.12521875rem;top:26rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTPvZfGsWHy24rvdt2nUWtoZxG9azR5e { width:16.6875rem;height:3.5625rem;top:28.5rem;left:1.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuAZZG67Be2I6ULNaU0h0u5fSwc1NfEK { width:16.6875rem;height:1.75rem;top:30.1875rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcQrcsZForqtV5xWur3g3Q3ZpsMpzhmy { width:16.6875rem;height:3.5625rem;top:33.5625rem;left:1.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLAEl6qd3LRpB9yGIozppquvQFn603ac { width:16.6875rem;height:1.75rem;top:35.0625rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eh1oUq5THG1HM1lKF9pwRBDod2oq593I { width:16.6875rem;height:1.1875rem;top:38.3125rem;left:1.65625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5QcSkrsuLoW6ef1Fez4gFdIivo4ARzD { width:16.6875rem;height:0.875rem;top:39.75rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BquuPRdW616i6HDD7gfWTUaouezyd6n8 { width:20rem;height:29.5625rem;top:51.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQqx2ClGTCwsavSytDEmF7BALb9n99UG { top:53.375rem;left:0rem;width:20rem;height:27.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { background-color:#ffffff;background-image:none;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { width:20rem;height:3.8984375rem;top:9.7282981872556rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }