.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:192,206,211;--color-primary-1:129,157,167;--color-primary-2:65,107,123;--color-primary-3:2,58,79;--color-primary-4:2,44,59;--color-secondary-0:231,227,223;--color-secondary-1:206,199,191;--color-secondary-2:182,171,158;--color-secondary-3:157,143,126;--color-secondary-4:118,107,95;--color-tertiary-0:246,246,246;--color-tertiary-1:242,242,242;--color-tertiary-2:237,237,237;--color-tertiary-3:178,178,178;--color-tertiary-4:119,119,119;--headlines-font-family:"Georgia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0HcabQNERBzMWP01IslZynHlNwbA1uU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { border-width: 0; border-radius: 0; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4rem;width:75rem;position:relative;display:none; }#lR97a63u9GplgBQ6qIgCl7TTeIeTfiXm { 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:1.25rem;width:2.9375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#Qh6wqmsNLBofbxKaZSQh0sKyBZXQ2py6 { box-sizing:content-box;height:0.0625rem;width:34.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:1.96875rem;left:37.5rem;display:block; }
#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7ef0c;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; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { background-color: transparent; background-image: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container > .video-iframe-container { display: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container { display: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .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); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { border-width: 0; border-radius: 0; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:2.25rem;width:75rem;position:relative;display:block; }#hPsNIf1TqT8SU6qUl7cFvrBlcJ72oVtG { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),0.6);background-image:none;top:2rem;left:0rem;display:block; }
#FBCxcyxIksc4z1B8RA4ie48CCXxZkI1L { color:#04005e;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0rem;left:20.780468940735rem;height:1.95rem;display:block; }
#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container { background-color: transparent; background-image: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container > .video-iframe-container { display: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row > .video-iframe-container { display: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .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); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container { border-width: 0; border-radius: 0; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.125rem;width:75rem;position:relative;display:block; }#FMAfghvRKSUQWkiv3AztbFggDvKPpXT6 { box-sizing:content-box;height:0.0625rem;width:33.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:1.96875rem;left:41.312500953674rem;display:block; }
#qkJT7JGRVzdbRyKO4JoSNDSs6ymGOdHx { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:2.96875rem;left:0rem;display:block; }
#IXuevfWAWXOBOdpQRs3OeJuETJGhUTkt { box-sizing:content-box;height:0.0625rem;width:33.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:2.0625rem;left:0rem;display:block; }
#eTnAPy91JcbvCzmu01ADMbbDu0kVHQLr { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.8125rem;top:0.15625rem;left:34.593750953674rem;overflow:hidden;display:block; }
#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9AxFJaNySB8/unsplash/t-k-9AxFJaNySB8-photo-1543674892-7d64d45df18b.jpg");background-position: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; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7.adaptive-delivery-prevent-bg, #BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7.lazyload, #BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7.lazyloading { background-image: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { background-color: transparent; background-image: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container > .video-iframe-container { display: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container { display: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .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); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { border-width: 0; border-radius: 0; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:56.125rem;width:75rem;position:relative;display:block; }#gs8L0s7m55SNByyNreaiu6VThgqRckT4 { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:37.4375rem;left:23rem;height:1.70625rem;display:block; }
#C1OVQT5OkZQgQZzKC2xEX7GGoay7pIOs { box-sizing:content-box;height:1.875rem;width:29.6875rem;position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;top:37.4375rem;left:23rem;display:block; }
#Vgo2QxRtcBTwOaOWXuIVE9NPpr1rTrbb { box-sizing:content-box;height:4.5rem;width:30.75rem;position:absolute;display:block;z-index:15030;background-color:#fdfeff;background-image:none;top:39.125rem;left:22.125rem;display:block; }
#O1410lgpwsnOzTObW7E4fHvRzHWWL9fW { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:anybody;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:39.9375rem;left:22.5rem;height:2.925rem;display:block; }
#LTUuFgJAIitC88awK2w7VcgEkP0zzyzW { box-sizing:content-box;height:4.5rem;width:22.75rem;position:absolute;display:block;z-index:15031;background-color:#fdfeff;background-image:none;top:43.625rem;left:26.4375rem;display:block; }
#C0Tr3Crt9rkmpXUAE0i2lOcK4d8G0DhN { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:anybody;font-size:2.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:42.875rem;left:26.9375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#GAxx2sQ8NUFPQ3i9mnvglQPXKcgS5gtg { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.8125rem;left:23.1875rem;height:1.70625rem;display:block; }
#o08pTxEuz3rV8WFbu9AfAr8XDUeheXCP { box-sizing:content-box;height:1.875rem;width:29.375rem;position:absolute;display:block;z-index:15027;background-color:#000000;background-image:none;top:35.5625rem;left:23rem;display:block; }
#liuBlwtlSgmne1dHaLs9DTmGNQrDrVoT { z-index:15003;top:49.687499880791rem;left:29.562500953674rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#04005e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IQXaFRGymphGSfyykcKcdeIgIWVvEIlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JxQxf5ywnRuQmJhy0alclB8cZPJbL9fb { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:35.5625rem;width:75rem;top:1.1920928955078E-7rem;left:0rem;overflow:hidden;display:block; }
#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container { background-color: transparent; background-image: none; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container > .video-iframe-container { display: none; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row > .video-iframe-container { display: none; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .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); }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container { border-width: 0; border-radius: 0; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:40.625rem;width:75rem;position:relative;display:block; }#Ch34TSQVVql9PMfC9BSZkukUDOmsbsGu { box-sizing:content-box;height:35rem;width:37.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.625rem;left:0rem;display:block; }
#hz25Hro2MkdJETpRATaRtJn7E0WTWw7o { color:#404040;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.525000572204rem;left:37.687500953674rem;height:8.1375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G5Sz9tAZsNQrpcnfcFKgGDnGQdUzeFw3 { box-sizing:content-box;height:0.125rem;width:35.5625rem;position:absolute;display:block;z-index:15005;background-color:#808080;background-image:none;top:4.612500667572rem;left:38.562500953674rem;display:block; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-form-header {  }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;color:#000000;width:26.625rem;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;overflow:hidden;line-height:1.5;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text { 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-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:26.625rem;box-sizing:border-box;height:3rem;color:#404040;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-textarea { 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-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:26.625rem;box-sizing:border-box;height:4.375rem;color:#404040;font-size:1rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select { 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-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);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:26.625rem;box-sizing:border-box;height:3rem;color:#000000;font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .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; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .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-secondary-3),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.125rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:26.625rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW [class*="-text"]:-moz-placeholder { color:#404040;font-family:var(--headlines-font-family);font-size:1rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW [class*="-text"]::-moz-placeholder { color:#404040;font-family:var(--headlines-font-family);font-size:1rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW [class*="-text"]:-ms-input-placeholder { color:#404040;font-family:var(--headlines-font-family);font-size:1rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW [class*="-text"]::-webkit-input-placeholder { color:#404040;font-family:var(--headlines-font-family);font-size:1rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .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(--headlines-font-family);line-height:1.1;font-size:0.8125rem;font-weight:300;color:#000000;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .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; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-container:first-of-type{padding-top:0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-container:last-of-type{padding-bottom:0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.6875rem;left:1.5rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW {display:block;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.6875rem;left:1.5rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #PdDCCSxoltlKWnFccIPkg1aStJDJ5MKw { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #J5Ar82n5WXpvDunSabrS5r4GE6qbUpnA { position:relative;display:block; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #dD1HBUvWy4xPSFUPzwaomPBQDbcaUaxD { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #E31aQ1k0KoqJlD48i1xteclryz3JSxhE { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #TQAs5wlfvVdWCbSbS35ytpG6l4dtbCr6 { position:relative;display:block; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #Ag79Frb6d1bR3beR8LdcuS2gAm1PCUtn { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #uyzvHzruO4PANl5MUawURRK9lWK1vnk3 { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #eePxWLz8y9WqoZMK27zTRORqxTbFfq5W { position:relative;display:block; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #gZFHwnTTgsToMWULLsmXLSz56o5QLgDT { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #LwcKuv8fi8kUuVTUpIFd14Rn7nUXLC59 { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #muSWXOg9DI5ykf7ZhRAVSnXZ2PMT9eBF { position:relative;display:block; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #aOV9aVbfc6qG0iQaLulm3Ps09MiEWFk6 { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #vZ61nIMXm8cmfQTmBExABnKdTOIMS66K { position:relative; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #pTmDk5W8PCJHyLwoV7LgPFbhtkuNqLK7 { position:relative; }
#HH7GlwTfm32S874JlquysOLDfZ0t5ihA { color:#404040;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.7375001907349rem;left:42.031250953674rem;height:2.925rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { background-color: transparent; background-image: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container > .video-iframe-container { display: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container { display: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .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); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { border-width: 0; border-radius: 0; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.75rem;width:75rem;position:relative;display:block; }#f4y38iXaXC90A4EmPJSxKZkM058M6OnC { box-sizing:content-box;height:24.3125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.6875rem;left:37.5rem;display:block; }
#Bp1ufoD0wDs5p2ReNiGyyQ75kBhdPfud { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:18.625rem;width:28rem;top:12.362500548362rem;left:46.875000953674rem;overflow:hidden;display:none; }
#U3kXWyKDL4zlRshRTWlunTvx7e3hCLV8 { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.0625rem;left:6.8125rem;display:block; }
#DUFqVB3zELcIKdyxDcWfOTbnkTXxBkKT { color:rgba(var(--color-primary-3),1);display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.3681640625rem;left:27.25rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#UQKrZXmTyvlP8kT7XnkA7Kp4JkHGxcQg { color:rgba(var(--color-primary-3),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.080469608307rem;left:0rem;height:14.9625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NVrFovQlB3Avha7C4Q1lq2wEzo2T7lMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.5625rem;width:15.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.5625rem;left:43.0625rem; }
#KWD5D5IQprGAcRnE1SpUJMnPJgyRXPAR { color:#404040;display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:6.6875rem;left:7.75rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cvibz6QmwGZaRLVkNQq5ab3p8FnuLh9c { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.75rem;left:15.125rem;height:1.3rem;display:block; }
#W7kGNC9wzicVISyiDGq2kP3lqezcZL9O { box-sizing:content-box;height:13.8125rem;width:25.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:18.305469512939rem;left:47.993748664856rem;border-top-right-radius:12.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:12.5rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);display:block; }
#DXJXfnKpodUZrF0sek1Qc5CxyTDwgypN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.6875rem 0.625rem rgba(0,0,0,0.5) ;height:19rem;width:28.5625rem;top:12.050000190735rem;left:46.437500953674rem;overflow:hidden;display:block; }
#B9KtDvcn40TRuxeG76o1Z16rEACTMOin { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container { background-color: transparent; background-image: none; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container > .video-iframe-container { display: none; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row > .video-iframe-container { display: none; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .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); }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container { border-width: 0; border-radius: 0; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:38.8125rem;width:75rem;position:relative;display:block; }#rMNJGkUSuUreqcFsQqwLVLTPU76vqlJU { box-sizing:content-box;height:2.1875rem;width:40.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:2.5rem;left:17.4375rem;display:block; }
#iOyZ3mMv27xTmQCKhSPMSLHiE45gyDXO { box-sizing:content-box;height:19.375rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.4992184638975rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);display:block; }
#nBiEQkG1kf5HM1nl7pFCb7zuFRDR7h4r { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0625rem;left:1rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uSBzEnlHQesGDnViIF8TedVyXBcZ3ebQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1rem;height:10.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vvuZPiF5UzFgXJJCfLfPoeDw6bqXQXbN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.6875rem;left:7.5625rem; }
#J9QZchp7HZDsFGtxp1vC7hcvKlFFDlEe { box-sizing:content-box;height:19.375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.5rem;left:38.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);display:block; }
#AtGTuqdxvi3sUDc1mIDUGsR6NDtekE1Z { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.0625rem;left:39.1875rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jb4CiwHnVW4uNL4rWU78npkTf749rgfg { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.062500357628rem;left:39.162499427796rem;height:10.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AD50sRXDtGmuF6kLnExfvJJ3bSAfM2er { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.6875rem;left:45.75rem; }
#EJiWuKkzkoZAik3N3pdUag4NkBETDP5R { box-sizing:content-box;height:19.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.5rem;left:19.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);display:block; }
#C3BsnQC2JBEOEOOB7R8Wy025RW7wP2hI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:25.300000190735rem;left:25.881249427796rem;overflow:hidden;display:block; }
#h7TJZAVqrPAoidpT6rDThVq1rcAcM0XQ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.0625rem;left:20.125rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MqnUKn1bdyydeWuq7kyCE5ZNM1H2PwTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:7.6875rem;left:26.625rem; }
#mPPPlfEAR6Izpu5T82LHK8uZyrWXJeU1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:25.300000190735rem;left:45.006249427796rem;overflow:hidden;display:block; }
#FKaGAdiTfuNIuBkZuQicRQAI8wzXTqyc { box-sizing:content-box;height:19.375rem;width:17.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:8.5rem;left:57.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);display:block; }
#CIRtgVQP66Mq1PIhQQ8F0na8P7P5qsO7 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.0625rem;left:58.25rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QpwsTcnCS3BTOFtXkMOw4dOHBHLWSTMt { color:rgba(var(--color-tertiary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.062500476837rem;left:58.224999427796rem;height:10.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fdB3HS035k4HBSOqFvrChSwXOO0DqTUz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.6875rem;left:64.8125rem; }
#Q9ozaSwZ58QAMzO5T4LdwesCzcWDIpet { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:25.300000190735rem;left:64.006249427794rem;overflow:hidden;display:block; }
#PSk1izOVDI0WEyAhyGyx7dFBk9XbrqKM { position:absolute;display:block;z-index:15021;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:25.300000190735rem;left:6.405468940735rem;overflow:hidden;display:block; }
#ZoPK12g3wtC1fHs4MuxOQo2yBqOc5Tvp { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.125rem;left:16.875rem;height:2.925rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CcoDSW8g5r8hpdrgB7v7DPOOVAuyFwl1 { color:#000000;display:block;width:2.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:5.0000009536743rem;left:32.625000953674rem;height:2.68125rem;display:block; }
#yFMg13CS7T6A6RlyHln8EUOv1Ulh3fQl { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:5rem;left:36.1875rem;height:1.4625rem;display:block; }
#IBQrIylVxMSmDb9uRyroduKzTFPsHZUG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.0000009536743rem;left:28.550000190735rem; }
#IBQrIylVxMSmDb9uRyroduKzTFPsHZUG > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#pZXerq6k8Q4IxM3AtRSJSWR9LmSqZyOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:5.9375rem;left:36.125rem; }
#caXsvrG7dov1OxEnX9TE8w14RmtPbvlm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.9375rem;left:37.875rem; }
#gvnKJsq1eJbgrZlUAuRVlTRPX6zMnp8J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:5.9375rem;left:39.625rem; }
#oW74lkUK4F285bJXWA7wnr6W5FibZ13I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:5.9375rem;left:41.4375rem; }
#y3ngmGGWpUbllqnIJZiMlVQCGy5bJbH6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:5.9375rem;left:43.25rem; }
#s4uBS28MgIwPtcK3qOZ6iuobXWcurTvD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.3125rem;left:11.5rem; }
#Txng4aqQupb92h4U01URcwWuBor4k6Ng { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.3125rem;left:9.6875rem; }
#rDqbFZ1T0X7Ov19DJkNxEdFDGOO0H9Li { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.3125rem;left:7.875rem; }
#IikkoTHWZ8l4Hcq9CHa7PGU3wOSbsvnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.3125rem;left:6.125rem; }
#tnS4C6uNqilRtWUfJyaodNEKctmQrgRm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.3125rem;left:4.375rem; }
#fkELTGMmP9CybFX0I4O1gt7TNaxgD5AK { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:15.062501192093rem;left:19.849219322204rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#WeVVRbh5pE9NVAz0XRTBuiRqIQ4cLynV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.3125rem;left:30.8125rem; }
#sPKzXqiAfT4pDLTI5eafhFtaPctxqTsa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.3125rem;left:29rem; }
#ds6ggfoBQ1uhbVhZW87JluWTlgvN1y6U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.3125rem;left:27.1875rem; }
#rI0MOa8hhy8USVeCLIOrUKJtepubIJmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.3125rem;left:25.4375rem; }
#uDruBZobneIQFaaHOt6GvQ6e4XNZUMp0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.3125rem;left:23.6875rem; }
#NKp1sTouhETbaApegAo5vbRDS71Cbca8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.300000548362rem;left:49.937500953674rem; }
#AtUilOh7Ko42WE6QoD8WrOdD6gWUJQr8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.300000548362rem;left:48.175000190735rem; }
#xKnfvuGB8TV7oT1T6JZo6ySvWM70EUiq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.300000548362rem;left:46.381249427796rem; }
#B8bTqIKHIM4MvmhPu1AvCROZTJeFNlP4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.300000548362rem;left:44.487500190735rem; }
#kK3HpT6EaNeV9DiCIioZ9tRkR3gmrcrc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.300000548362rem;left:42.587498664856rem; }
#frfK1BvXfAXFuH5RX8oMl1GfmNnXTUdb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:13.3125rem;left:69rem; }
#rpofpxbyn4NQTlcPTi9guxn8QFpphDZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:13.3125rem;left:67.1875rem; }
#d9MFoU5mb1B9QChybTDWQGvJVKL026eA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:13.3125rem;left:65.375rem; }
#dm49b9a6N51V3kXZtTdsT8SiaSzVRhkP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:13.3125rem;left:63.625rem; }
#AoJe5bguH5rbvUX2uk9uoSGTDQsX9sw4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:13.3125rem;left:61.875rem; }
#OgrNQArWtpaO2iEaTrRLsmpo5lpKEnGl { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:#808080;background-image:none;top:37.0625rem;left:0rem;display:block; }
#Ucp6dsuB1Tg5bTVNmfI6OyBQOUGeoxQE { color:#404040;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:35.0625rem;left:26.9375rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CsyXmRwqNPtbiEVC8WJRS5vpe276bE1D { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:36.125rem;left:26.5625rem;display:block; }
#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container { background-color: transparent; background-image: none; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container > .video-iframe-container { display: none; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row > .video-iframe-container { display: none; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .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); }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container { border-width: 0; border-radius: 0; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#Wyok6a8x0oVDwsKPcGCpFiVh0ztM0BWq { color:#050b26;display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9632873535156rem;left:2.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCGaF9v3r69FHVEBEZRZFQmRTvQbntWX { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#m7RfJLBvHRF3ShQlZF9qANd2wG0gUEPT { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#pPV5Mk9L4E3NRnGxz3rZLnRKnJypzxuM { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9632873535156rem;left:21.125000953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUIZZFbniH4V1ubgLPLFsWBGwC4TMWAr { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:block; }
#bBldNEXueX3mbK8NbtgMSfJBLOZnuMiE { color:#050b26;display:block;width:13.9375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9624996185302rem;left:39.906250953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGuHa9gG9JKLefovQ0zZQPKuROEAoqy4 { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#sgbm328qnfN04dVNKVxuKhMRRD12HcIK { color:#050b26;display:block;width:10.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9625000953674rem;left:60.437500953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTpl36ICweuG6bGRNslT0LnwN2i1hx57 { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:21.0625rem;display:block; }
#XfFgiMo3I9mVGqVkIsOd5lVmf2hTZoc7 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:1.875rem;display:block; }
#AXv2WfoBeNULQSMgkwBxKLT0bcWQCQyG { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:block; }
#GcysRs7rAqJXP4JuUpIh6hMb8wsMMhfC { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:block; }
#qRzVFPZPoATRpCQE6STSwKQh542QTwlP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.0625rem;width:8.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:4.8882813453674rem;left:5.34375rem; }
#b5tZFQrvsHQAi3w5kb2DOl87Tezysym0 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:5.4710936546326rem;left:24.593750953674rem; }
#kn0EXOSf1kz1SCfr4zWZ6QnHAhvNxnd7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:5.2007813453674rem;left:43.156250953674rem; }
#nrqxWoTtCd8Tcq8ZeDcTX3ofWAiphTlI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:4.9507813453674rem;left:61.656250953674rem; }
#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container { background-color: transparent; background-image: none; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container > .video-iframe-container { display: none; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row > .video-iframe-container { display: none; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .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); }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container { border-width: 0; border-radius: 0; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#pXWzgzRQkM243J66z2CLsuMTlTcey9KC { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9625000953674rem;left:1.96875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQXEJ4rnWnTkAzuy24ofOuO3lJfskWZq { position:absolute;display:block;z-index:15003;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#NbtcWlyvghTMLF3Dv3lrnxGVb2fiU4PM { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#s1qTO3c1wDowceicfIGgVHz1SPFmCtH1 { color:#050b26;display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:21.280468940735rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccysbhuPFwsLWoquelMKTIpeJZATPGuL { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.112496167421rem;left:21.280468940735rem;display:block; }
#Auyzi2FHJuQQ4UiToG4LCVhk4lRmbc7S { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:39.937500953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVJ0GgseD2puDg70rwQhGLCOFla1SKIZ { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#xKZNUW97T9IgmibLWvTeyExu5aXWfAPH { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:58.750000953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LLDJkpADBzP4wGbJNJgAFR9RvmUqlssQ { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:21.0625rem;display:block; }
#ewtKRTNixF7sN1TFrhGpQ360UBIs5EWt { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:1.875rem;display:block; }
#Tp0AQzlG2xQtWEClRahuZtTS3AL1ClFA { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.5625rem;display:block; }
#BOTERBXrtutFIEWnWx7kdLte1kd3gBSa { position:absolute;display:block;z-index:14988;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:block; }
#Wp6PG3TVC9o9M09EUaMbOVMroAPCvvH7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.875rem;width:7.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:5.1875rem;left:4.96875rem; }
#cBNrdn0tUZ2AzlLFytgN45XzH1oZ7irA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:4.875rem;left:42.8125rem; }
#q8CRJtotquDN40vSfxVdkPrHBXK5AVvH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:5.59375rem;left:62.093750953674rem; }
#Q620HrGyup8OPDPvmwGobDbMWTnUQ4JI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.375rem;width:8.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:4.9375rem;left:23.937500953674rem; }
#w0cXgzr8IITrX8lm9EmL8HpissU1yNxR { z-index:15005;top:32.81093788147rem;left:22.186718940735rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.6875rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#btP517CgCimoWP0UTTvxlswXkrW6ZfKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0fNTLIi85lHbWF6mB41u4akKCrdTe3l { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:none; }
#Z4W0KXTW9wmZlC3DpSiT1kP0BGEp52MC { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:39.937500953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oryfrZVtMbcKo9tCIeL2IQXQMPsSAFAT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:4.8874988555908rem;left:43.062500953674rem;display:none; }
#r9TxHUwX87msQtl1kAElbgBDrFJIOEON { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:none; }
#N6t2pZJnnn3LJVeWP9qxFlJXTqVaix8E { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:16.125rem;left:21.25rem;display:block; }
#VvxEWA8kw2oH0l50ZlNkQ91VlcJXpIaB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:20.625rem;left:24.1875rem; }
#A61INsTbN15FUWbk8TPtiJK2wIVZGnJg { position:absolute;display:block;z-index:15016;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.562500953674rem;display:block; }
#bsZPudEZxhm4CkbDnkpUTDsbT6HgRKXp { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1QBTUc8V844n1umDwm8klhet133bkmF { position:absolute;display:block;z-index:15025;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:30.111721038818rem;left:39.562500953674rem;display:block; }
#Xk7pUom0D7cIlwcHJ0buPCpmUIZPTp07 { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:16.125rem;left:39.5625rem;display:block; }
#qtQVGyATwT5uwtxzW2NkpTiamUbOLRFi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:20.625rem;left:42.718750953674rem; }
#tbzL5Cay1nLk5vuEZdgVLfVTtzDv6Kk1 { color:#050b26;display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18rem;left:39.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbpytD3T0cMSJLvprR4nedqhKOECz0Ic { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:none; }
#KpOfPm2cZq8CSWUaeRwmOsIvoTuSSDRg { color:#050b26;display:block;width:13.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9632816314698rem;left:39.937500953674rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GpFwKOArDHiLTxe4oGvWMTl40kQEs5SS { position:absolute;display:block;z-index:15015;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:none; }
#WqWRcGwfGTHDginlQQHQsF77FWM23L0t { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:20.625rem;left:42.718750953674rem;display:none; }
#NtRabizf81xuDnbWNrvURtOUtvgqizEB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container { background-color: transparent; background-image: none; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container > .video-iframe-container { display: none; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row > .video-iframe-container { display: none; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .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); }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container { border-width: 0; border-radius: 0; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.25rem;width:75rem;position:relative;display:block; }#deT8pNlbfR7NlpOMkFmAtdTsZloNPXg6 { color:#404040;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3rem;left:26.90625rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dqI0BbncFzIiZUzdFMx1fTgK0IxQ009h { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#808080;background-image:none;top:5rem;left:0rem;display:block; }
#T9N8Fn9r4MwTwkzhZcaanZMDysCSNi7x { box-sizing:content-box;height:28.0625rem;width:23.375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.6875002384187rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
#MOXB9E9UVzalTR27mT798aGTmFV1lVBz { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#mJxlfmME5NyIuQpICCeaQyTPhqQVKubM { color:#404040;display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.906250476837rem;left:0.25546836853027rem;height:9.2625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vWCfquSnxODMqTsFbBhypgwXlTUWLpsw { box-sizing:content-box;height:28.0625rem;width:23.375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:9.6875rem;left:25.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
#kAnU4Cgo0GDhWTvJmLwoicleb6IN4dob { color:#404040;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.906250476837rem;left:25.937500953674rem;height:6.175rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PRWIEauWZ6ECWDlWvk6Wi1ndk4cREfXP { box-sizing:content-box;height:28.0625rem;width:23.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:9.6875014305113rem;left:51.425000190735rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
#KFHDKPv0KB5yAXVOWlErkFSlErpbhzO1 { color:#404040;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.90625rem;left:51.556248664856rem;height:6.175rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RXAXVEdhIHS5Wtc11u2RGa9HluEHBeGz { color:#404040;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.361718773842rem;left:2.5367183685302rem;height:1.70625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rIK59TTtp52QvtCGQ0lzO2PpnNRJUsDh { color:#404040;display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.361718773842rem;left:26.687500953674rem;height:1.70625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FhsCtRCagfiFzT3WskdMQVXkk6GB80Fy { color:#404040;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.361718773842rem;left:55.556252479553rem;height:1.70625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AORkifIRnvOJ8IoqKkgsKs7Rm99un1El { box-sizing:content-box;height:0.125rem;width:23.5625rem;position:absolute;display:block;z-index:15007;background-color:#808080;background-image:none;top:13.23671913147rem;left:0rem;display:block; }
#R5ctvqW4edAvTDTCCHe8SGNuuCtcfwtA { box-sizing:content-box;height:0.125rem;width:23.5625rem;position:absolute;display:block;z-index:15008;background-color:#808080;background-image:none;top:13.23671913147rem;left:25.718750953674rem;display:block; }
#qs7e3zoShgZRSeeVdxLqIeOeRWtqfqiC { box-sizing:content-box;height:0.125rem;width:23.5625rem;position:absolute;display:block;z-index:15009;background-color:#808080;background-image:none;top:13.236718654633rem;left:51.437500953674rem;display:block; }
#lBymbv2U4ZeirN4lJ7kN4Nl57l884qW3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.6875rem;width:10.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.168749809265rem;left:6.4429693222044rem; }
#L4qV6kCLbitKrFaEZwZn8I0UZQrBq2wZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.0625rem;left:15.055468559265rem; }
#lovBV2TU5lVu5vEqNQqMFOeCxeQonrDs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.5625rem;width:8.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.168749809265rem;left:33.218750953674rem; }
#JH8vJTE42Cttu4ToNAVmS2o4eXKN8aVt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.625rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:22.15625rem;left:58.400002479553rem; }
#oTUvR465ACmlO3d0qBh3l1mU4yetng1L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container { background-color: transparent; background-image: none; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container > .video-iframe-container { display: none; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row > .video-iframe-container { display: none; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .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); }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container { border-width: 0; border-radius: 0; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:31.625rem;width:75rem;position:relative;display:block; }#ZShmBqXsKTZTpAB5Zb0lvFMiwiFrno7f { box-sizing:content-box;height:29.375rem;width:40.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#MbBsGfu3EDzxkGp7Q1OD96HKCHtdKKBr { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5000028610231rem;left:4.8125rem;display:block; }
#Kf1oka3aaxaM2LQug2ZLLnmPgRRhufLc { color:rgba(var(--color-primary-3),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.5000023841858rem;left:3rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#DT7D1iVcDeNe7KL8IgKeUc7dxkMd254n { color:rgba(var(--color-primary-3),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.531252861023rem;left:4.3125rem;height:10.5rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kSifuyH1ThFDrifflIQEexr6L229q57P { z-index:15003;top:22.175003051757rem;left:13.842968940735rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#04005e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KumgEg0VT1eKbVaN8QhVxkOyEv4v3igW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6cJRnAUSbzPhZscnFcHs9pIXFSO6GS7 { position:absolute;display:block;z-index:15008;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: 0.0625rem 0.3125rem 0.4375rem rgba(0,0,0,0.5) ;height:23.625rem;width:35.6875rem;top:2.875rem;left:38.047657966614rem;overflow:hidden;display:block; }
#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container { background-color: transparent; background-image: none; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container > .video-iframe-container { display: none; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row > .video-iframe-container { display: none; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .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); }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container { border-width: 0; border-radius: 0; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:40.5625rem;width:75rem;position:relative;display:block; }#TVqyCAdZThkHdZrKXo2yRthFLS6neWRJ { box-sizing:content-box;height:24.3125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.8125rem;left:0rem;display:block; }
#LpS6LXQDB5dAe2Rg99A7A0vXt8wFNnQM { box-sizing:content-box;height:0.125rem;width:15.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.093750953674rem;left:46.906250953674rem;display:block; }
#cX4fKLTNSsRIUwob1FTSXWIPkez4zt7I { color:rgba(var(--color-primary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:11.61874961853rem;left:28.093750953674rem;height:3.075rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OrwITzextIryr6MWdJs7Qz16SaSk224z { color:rgba(var(--color-primary-3),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:15.731250584126rem;left:43.993748664856rem;height:9.1rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SWttJ2lv7HFr5By098Vpnv825GQ5DE9Z { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.3125rem;width:26.5rem;top:20.525000095367rem;left:11.987500190735rem;overflow:hidden;display:block; }
#vQcc6vxlHSG1FzTUr5zyZ51CBoiiT7Lt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.1875rem;width:25.5rem;top:2.5742192268372rem;left:1.5796871185302rem;overflow:hidden;display:block; }
#EcTXGephTM8IGz2nVzrAldF9wnZ7L6FW { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:26.684374630451rem;left:48.993748664856rem;height:2.03125rem;font-style:italic;display:block; }
#KmPHoRtDdxCpaVkUSIuDblu7KkpN3hB5 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:31.6875rem;left:49rem;height:2.03125rem;font-style:italic;display:block; }
#ZCC0G2ERkf34yU6uqPgMvEipHGhB9dyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:26.137499630451rem;left:45.474999427796rem; }
#CUSHgB4czTMVMrETCoSDc0CRxVSV0y1q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.125rem;left:45.5rem; }
#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { background-color: transparent; background-image: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container > .video-iframe-container { display: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row > .video-iframe-container { display: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .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); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { border-width: 0; border-radius: 0; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:32.5rem;width:75rem;position:relative;display:block; }#OSdFxFagE6vohyraDTLLhRegWCwfnrff { 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:29.125rem;width:43.9375rem;top:3.3750001434237rem;left:0rem;overflow:hidden;display:block; }
#COgz9VUHZGZEP0i4iEzxL1lXHiiLEtr7 { box-sizing:content-box;height:32.5rem;width:37.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#Fgmk5DLbvurnwghaClpbSLIJJKueLM35 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.750000476837rem;left:36.812500953674rem;height:9rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L35rcUlO1f7EMUBhvRAcX8Xle4SyzXIl { box-sizing:content-box;height:0.0625rem;width:34.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:22.4375rem;left:36.875rem;display:block; }
#JqdIWGc8qsPWMpDnHyIAMEvTmxRO4MU8 { box-sizing:content-box;height:25.9375rem;width:45rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-primary-2),1));background-size:auto !important;top:3.28125rem;left:1.3125rem;display:block; }
#W37xsJSy9dewwFhR1grxKJPnIlmTc3D9 { z-index:15003;top:20.8125rem;left:55.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -moz-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -ms-linear-gradient(225deg, #2645f7, #2a2d3d);background-image: -o-linear-gradient(225deg, #2645f7, #2a2d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='#2a2d3d' );";background-image: linear-gradient(225deg, #2645f7, #2a2d3d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ARKgbJzbe8yTouk2am4kCA0mCvoHD31c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKTmoJfAShk8MWepbDd0reauaQr8frAW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.90625rem;left:69.4375rem; }
#HAXcMrCOS24D4QrdmvSUPpkfVWxVvvx4 { box-sizing:content-box;height:0.0625rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-3),1);background-image:none;top:10.04296875rem;left:34.375rem;display:block; }
#KU7v4kLrUsKl3mcfHnI1BI1zR89qtXnp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.0625rem;width:10.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:0rem;left:40.375rem; }
#OwX41XrE81hlaaNgK2hP6en44E79JVCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container { background-color: transparent; background-image: none; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container > .video-iframe-container { display: none; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row > .video-iframe-container { display: none; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .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); }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container { border-width: 0; border-radius: 0; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.5rem;width:75rem;position:relative;display:block; }#POvBhT8naqwgH8bOv0KTnXPXsdQWmW5w { color:#404040;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3rem;left:26.90625rem;height:6.15rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kaz0ktSTmxb7okX7f9aGPWEBiFnInzZf { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#808080;background-image:none;top:5rem;left:0rem;display:block; }
#L6uvqxz0fXB0vwaVdQpLZOqA57Ars5wf { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#sazWbNeX067iX2siL5lihTiA2INUwIxy { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#hcrV347TM7tQM7KHeNKTAHGG2ZfIHFqK { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.481250286103rem;left:0.97421836853025rem;height:10.51875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Onuz2MWPdhG1LFUy3inStUTdmH66mWZu { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:9.6875rem;left:19.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#QwsuFllIkCk85fGvoJ9L9SppTGKG39s3 { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.481250286103rem;left:20.030468940735rem;height:10.51875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AEeJ7DU7hhWoXamV1oBubzqxa6H0GUFV { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:9.6875014305113rem;left:57.300004005432rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#iZ5vktfTgTJK0AnOJ7fTJPtvfhxCNsqS { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:22.481250762939rem;left:58.275002479553rem;height:8.5rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fTZG9k8vqUNnaA8yiSrSG84P8qf6SDaI { color:#404040;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.968749627471rem;left:0.63046836853025rem;height:1.7875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T3yomGF6NTRcOMMERuFDcaGTc5y0tpaI { color:#404040;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.968749627471rem;left:22.348439216614rem;height:1.7875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e9AqVx8ZL7aFbB55r6DNbhzMk3crwFBE { color:#404040;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.887500390411rem;left:57.650002479553rem;height:1.95rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hVn6PaeP3IXTEaWQlTMLLaN1A21dIsyT { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.6875rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#qlh38qBWdHZ1eyZBR0rOCTs1XDHtntZl { color:#404040;display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.968749627471rem;left:38.099999427796rem;height:1.7875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KCvzEdBDGxHVmZNCTbhwwWuHpKPuyP2w { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.374999523163rem;left:39.099999427796rem;height:10.625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aFW8PoTJXBG80wkw1NizsPbsLTCXOi8R { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:17.5rem;top:9.78125rem;left:0.125rem;overflow:hidden;display:block; }
#EhFvQuLKlN8hfVFlcrKDwdRkQTUldOc2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:17.625rem;top:9.6867370605469rem;left:19.130469322204rem;overflow:hidden;display:block; }
#JVEouQQgx67IaCahn8XRfEVdi3Mg9bi9 { 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:8.75rem;width:17.6875rem;top:9.6875rem;left:38.193749427796rem;overflow:hidden;display:block; }
#ZHNE6od8QDqVdCx99elvMJokIeTOoRtH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:17.625rem;top:9.6875rem;left:57.375000953674rem;overflow:hidden;display:block; }
#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container { background-color: transparent; background-image: none; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container > .video-iframe-container { display: none; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row > .video-iframe-container { display: none; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .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); }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container { border-width: 0; border-radius: 0; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:36.125rem;width:75rem;position:relative;display:block; }#bcSz1vmoA3pxRECNiHWJUR36zAJfoKO2 { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:9.6875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#QzyD18nEJlsSscMm8FmpkyAiXrCyJv1E { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#HszGfIkpU5Px5tgZilndDyQp3PB4r4EA { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.481250286103rem;left:0.97421836853025rem;height:10.51875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cDIMmNQayP3Z173ApFJCZ0Nvedx6hyr0 { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:9.6875rem;left:19.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#VlkkZv4Uv5T3ObzlokilqykA6F2uJKRt { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.481249630451rem;left:20.030468940735rem;height:9.35rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Kp0TKEvUPKgiyAXAoRkcCgCQMNJnt1qz { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:9.6875rem;left:57.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#h13TP1yBoLF2RKcxG7n3uf2NS3uebScw { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:22.481250286103rem;left:58.224999427796rem;height:7.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DSbLfH7u8J2TPNq5vN0eUXqKV90B5bKX { color:#404040;display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.112500667572rem;left:1.5679683685302rem;height:1.7875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ks0p8yAF4VWgf5RBMfpIXKkGdeBf4iAE { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.768750667572rem;left:20.036719322204rem;height:2.475rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GCophNbAvhoqaEJRFgel72sqkNtD06pt { color:#404040;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.112500667572rem;left:59.256249427796rem;height:1.7875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HImlaDCzcTI203dqhy9tOeINnSkXOlAG { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.6875rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:block; }
#X4tIDCLBaFGThXfcmeMaCV6EVytMOq4L { color:#404040;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:.8;letter-spacing:0;top:19.112499713897rem;left:38.037499427796rem;height:2.2rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C4Aistnuex9ruxZ4kL73q7bQF3M8rSaK { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.374999523163rem;left:39.099999427796rem;height:9.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nLLgghSILDiTT1CXtTkJP2XDUUiZw0TN { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:17.5625rem;top:9.78125rem;left:0.125rem;overflow:hidden;display:block; }
#P411XM9NGXcusXGzifD1gxlDI9vTo2UT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:17.5rem;top:9.8125rem;left:19.156249046326rem;overflow:hidden;display:block; }
#zJArCy2xkudN0X93lER9CaDrTv08DXdm { 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:8.75rem;width:17.5rem;top:9.8125rem;left:38.25rem;overflow:hidden;display:block; }
#fvAsuQhTTm3cTAbb7mBTZPiO5UwgR3CD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:17.5625rem;top:9.6875rem;left:57.250000953674rem;overflow:hidden;display:block; }
#TWnauCu1amIrD2B3lKgHfm58PobQH6Vc { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#808080;background-image:none;top:4.0500068664551rem;left:0rem;display:block; }
#lAdtaxUVKXE27TIT5W5SqF7gwxZL6Hs6 { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.6875rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:none; }
#yxkGZcxp8cm63wdguTrkvCSFm4V4cLz9 { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.374999523163rem;left:39.099999427796rem;height:9.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#O7BwwuscNdDD7TyFKriTQzonLvJe2dEd { color:#404040;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:.8;letter-spacing:0;top:19.112499713897rem;left:38.037499427796rem;height:2.2rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#TyrsFS30DwUy1pm3AnCA3u6DDpPHOD9X { 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:3.0625rem;width:6.5625rem;top:9.8125rem;left:38.25rem;overflow:hidden;display:none; }
#uB5Zbkio54Wb5e5Auny92rTIPbNVaSOy { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.6875rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:none; }
#Z0CDfJS2kPoQxtfoQl1O8PupnTbfJ4EQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:13.125rem;top:9.8125rem;left:38.25rem;overflow:hidden;display:none; }
#RTm7rvMIIwimL8PLycTMLU020kr58Dp0 { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.374999523163rem;left:39.099999427796rem;height:9.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#mfCqaPhbFnWyX2VLQPHGZ8mKOaF75SeC { color:#404040;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:.8;letter-spacing:0;top:19.112499713897rem;left:38.037499427796rem;height:2.2rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#BlvJmGAxCnvzFiHH7J5gL2mUxJcJAXFi { box-sizing:content-box;height:23.0625rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:9.6875rem;left:38.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);box-shadow: 0.0625rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;display:none; }
#E7oEM2mTNZIOJMHX27covzO9CVpBhZqd { 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:4.0625rem;width:8.75rem;top:9.8125rem;left:38.25rem;overflow:hidden;display:none; }
#cWKWE3kK8BopTNGNnkRF2R8aR7LeWNp7 { color:#404040;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15028;line-height:.8;letter-spacing:0;top:19.112499713897rem;left:38.037499427796rem;height:2.2rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#CTZ6OmgIs5HPCN761q1m9Lkz6q3aF5r2 { color:#404040;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:22.374999523163rem;left:39.099999427796rem;height:9.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { background-color: transparent; background-image: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container > .video-iframe-container { display: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row > .video-iframe-container { display: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .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); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { border-width: 0; border-radius: 0; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.5625rem;width:75rem;position:relative;display:block; }#TO0A2BPRm84iNA6XweckZXeiuI0N5KPd { box-sizing:content-box;height:24.3125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.6875001788137rem;left:0rem;display:block; }
#vftsCAidK9ewzrk6xwZHRsSMIeF48nsa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;height:12.9375rem;width:24.5625rem;top:18.250001132488rem;left:17.449999809265rem;overflow:hidden;display:block; }
#QoaNxXzKg4QgFov6FQ0Zf6zUUnu9pBcF { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.75rem;left:49.0625rem;display:block; }
#R6dw2ExSHQzFGpxRKfAyaNH6fQuwd5l7 { color:rgba(var(--color-primary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:10.58749961853rem;left:25.050000190735rem;height:6.15rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oZx6QPlxTvW5IZudp5RwAgkJSD2mcBRT { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3.4375rem;left:54.25rem;height:2.3625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#whUiA5TGJVCx9a7PrykTm6dgTilzXS7X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:15.1875rem;width:15.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.5rem;left:14rem; }
#spW1w7fH3hD0DAV07ZoCkrqpUh6oDfZH { position:absolute;display:block;z-index:15007;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: 0.0625rem 0.5rem 0.75rem rgba(0,0,0,0.5) ;height:16.125rem;width:24.4375rem;top:7.2374998927119rem;left:0rem;overflow:hidden;display:block; }
#aq7vUofQ0G8VLxDTC34sardmlkiBAAXg { box-sizing:content-box;height:24.125rem;width:24.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:3.41796875rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);display:block; }
#HzCGPxL3UTm1iGgMMqIT0eydo6GWWFuC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.75rem;left:43.875rem; }
#rsNSyZFkUhK4axyqq75eznTiC0QiQwDp { color:rgba(var(--color-primary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:47.875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#A1g6gl13LliZJmC4L1ABgvve4F7IvaZB { color:rgba(var(--color-primary-3),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.625rem;left:47.875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hSAtzXfJ120Vqdb9VcGQzLg6ag2UDngr { color:rgba(var(--color-primary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:47.375rem;height:4.3875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qHw8bFEB0RockJEKoAM91HtutCOfTZRE { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.28750038147rem;left:43.362500190735rem; }
#ZtXrKN8XAOmRwifuCf8uxTqSxsG6kTTX { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.5rem;left:43.875rem; }
#UANyOTghca3FMbC1y2RTelzqQsu34ISt { color:rgba(var(--color-primary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q2iCTGX6LGFR2ZyOEP73QqPs8PcxigBP { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.6875rem;left:43.625rem; }
#v5bUfL2SnB1lOW8XGdQDtVwhUFsQsOcT { color:rgba(var(--color-primary-3),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.875rem;left:56.6875rem;height:2.1875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NMTEktmqlVSmOPyonKiO6X7uE1zqr140 { color:rgba(var(--color-primary-3),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:19.6875rem;left:56rem;height:2.1875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q22lQZmlX4G7UzTOV774tPcET2s9STvr { color:rgba(var(--color-primary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:25.4375rem;left:54.25rem;height:2.1875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pSLoJA0fRbT5rfQ5GeBUdH3haM9xmmuD { color:rgba(var(--color-primary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:32.487500190735rem;left:55.468750953674rem;height:2.1875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tu04H9ta4BnXZWKqiPk4iTTmzMrFRAgT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.950002670288rem;left:27.062500953674rem;display:block; }
#C2qk2mNEGJyPmrTOdr2q7BrdFvNoMKIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wq2ZT0fHLggsbLBSdVLIeO9M377dcyAb { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.125rem;left:46.5rem;display:none; }
#cWEpZ1dpe6lRHHoDtyhBsCafmXGL7vMf { color:rgba(var(--color-primary-3),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:47.875rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c2moGizMND10arfynzREs8d0xsii1dHI { color:rgba(var(--color-primary-3),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.6875rem;left:56rem;height:2.1875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qh21XpK6xaTCsDQT2t0oOA7fTU2b5SMH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.3375005722044rem;left:43.925000190735rem; }
#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container { background-color: transparent; background-image: none; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container > .video-iframe-container { display: none; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row > .video-iframe-container { display: none; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .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); }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container { border-width: 0; border-radius: 0; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:39rem;width:75rem;position:relative;display:block; }#Oe8Dh79yB7i5JQUGgsqxBpO0vwIWAMcp { color:#404040;display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:1.9562564846128rem;left:22.656250953674rem;height:6.15rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lMdkg86LFHywlFBEaW2rXyS7QFZzS6H6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#808080;background-image:none;top:5rem;left:0rem;display:block; }
#ToTwMvZeBDCXnd1IWwXZopzLUJ1o7Lyt { box-sizing:content-box;height:1.8125rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#ZZwzd37ATlykskOxQ5WZqp5spcuEowIr { color:#404040;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:15.000000193715rem;left:45.250000953674rem;height:2.55rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UuiiQO7M8IJekF7NadlyGiTQnTH7z8I2 { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:#808080;background-image:none;top:18.1875rem;left:43.25rem;display:block; }
#KrBQZMM1kxTD6AmbJPkEpd9M3PNOk4DZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:29.875rem;top:11.625018596649rem;left:9.487500190735rem;overflow:hidden;display:block; }
#BT4zy5Qs2TOqlTUqDi7TwhnwB9vf7Wn8 { box-sizing:content-box;height:24.3125rem;width:30.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.4375rem;left:4.0625rem;display:block; }
#FFVkcEJwBMXOzoWzJleogDN0e18KOEzB { z-index:15003;top:19.718750476837rem;left:46.312500953674rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:#04005e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ghh919FwtCvMGfgA9ZT7V6Jp2miWudG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3OqSw3n1EXVvOUOp5GzaeOATmxHh0iR { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.937500476837rem;left:50.218750953674rem;height:1.3rem;display:block; }
#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container { background-color: transparent; background-image: none; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container > .video-iframe-container { display: none; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row > .video-iframe-container { display: none; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .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); }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container { border-width: 0; border-radius: 0; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4.0625rem;width:75rem;position:relative;display:block; }#WoNF9hEzbxMSMtbOsQAhCJL3XdvSM8it { color:rgba(var(--color-tertiary-2),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.1435546875rem;left:0rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HdgXu9GKrTRLEZqWrMFCyoPsxMuWGWpE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.875rem;left:34.737500190735rem;display:block; }
#RK7pUT2EyiUactmLk23F8TmyfPTf7yZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hLnbp29pc8E8pVOzFAnISmJdcow2BzBi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.875rem;left:42.375000953674rem;display:block; }
#WP9vMb90FvsUS9t3AwtXrsVMsedUxv2o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uhdZMJTTHSWU2E4sKAxHBtkhn6nVHUzM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.59375rem;left:66.562500953675rem; }
#qPIz0KTmyWzqWysTJZG1M8g0TlhKXrVH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.59375rem;left:71.462502479556rem; }
#LxrD9S8D1KmT90F0GB6H5w1TnmT728Uf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.21875rem;left:61.987504005432rem; }
#OHVSV7aCErGee37S4MLbiW3CuFgWcS66 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:0rem;left:57.724999427796rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J0HcabQNERBzMWP01IslZynHlNwbA1uU { display:none; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lR97a63u9GplgBQ6qIgCl7TTeIeTfiXm { width:2.9375rem;height:1.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wqmsNLBofbxKaZSQh0sKyBZXQ2py6 { width:34.625rem;height:0.0625rem;top:1.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ { display:block; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPsNIf1TqT8SU6qUl7cFvrBlcJ72oVtG { width:47.75rem;height:0.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCxcyxIksc4z1B8RA4ie48CCXxZkI1L { top:0rem;left:7.155468940735rem;width:33.4375rem;height:1.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC { display:block; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMAfghvRKSUQWkiv3AztbFggDvKPpXT6 { width:33.6875rem;height:0.0625rem;top:1.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkJT7JGRVzdbRyKO4JoSNDSs6ymGOdHx { width:0.125rem;height:0.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXuevfWAWXOBOdpQRs3OeJuETJGhUTkt { width:33.4375rem;height:0.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTnAPy91JcbvCzmu01ADMbbDu0kVHQLr { top:0.125rem;left:20.968750953674rem;width:5.8125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 { display:block; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs8L0s7m55SNByyNreaiu6VThgqRckT4 { top:37.4375rem;left:9.375rem;width:29.6875rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OVQT5OkZQgQZzKC2xEX7GGoay7pIOs { top:37.4375rem;left:9.375rem;width:29.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgo2QxRtcBTwOaOWXuIVE9NPpr1rTrbb { top:39.125rem;left:8.5rem;width:30.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1410lgpwsnOzTObW7E4fHvRzHWWL9fW { top:39.9375rem;left:8.875rem;width:30.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTUuFgJAIitC88awK2w7VcgEkP0zzyzW { top:43.625rem;left:12.8125rem;width:22.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Tr3Crt9rkmpXUAE0i2lOcK4d8G0DhN { top:42.875rem;left:13.3125rem;width:21.8125rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAxx2sQ8NUFPQ3i9mnvglQPXKcgS5gtg { top:35.8125rem;left:9.5625rem;width:29.375rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o08pTxEuz3rV8WFbu9AfAr8XDUeheXCP { top:35.5625rem;left:9.375rem;width:29.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liuBlwtlSgmne1dHaLs9DTmGNQrDrVoT { top:49.625rem;left:15.937500953674rem;width:15.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQXaFRGymphGSfyykcKcdeIgIWVvEIlR { display:block; }
 }@media only screen and (max-width: 763px) { #JxQxf5ywnRuQmJhy0alclB8cZPJbL9fb { top:0rem;left:0rem;width:47.75rem;height:22.641458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXmqzGTf3WlzRketgnPs1WTTaonuhlrM { display:block; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch34TSQVVql9PMfC9BSZkukUDOmsbsGu { width:37.125rem;height:35rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz25Hro2MkdJETpRATaRtJn7E0WTWw7o { width:37.3125rem;height:8.125rem;top:16.5rem;left:10.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Sz9tAZsNQrpcnfcFKgGDnGQdUzeFw3 { width:35.5625rem;height:0.125rem;top:4.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW  { width:26.625rem;height:29.3125rem;top:4.6875rem;left:0rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW {display:block;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW { width:26.625rem;height:29.3125rem;top:4.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #PdDCCSxoltlKWnFccIPkg1aStJDJ5MKw {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #J5Ar82n5WXpvDunSabrS5r4GE6qbUpnA {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #dD1HBUvWy4xPSFUPzwaomPBQDbcaUaxD {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #E31aQ1k0KoqJlD48i1xteclryz3JSxhE {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #TQAs5wlfvVdWCbSbS35ytpG6l4dtbCr6 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #Ag79Frb6d1bR3beR8LdcuS2gAm1PCUtn {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #uyzvHzruO4PANl5MUawURRK9lWK1vnk3 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #eePxWLz8y9WqoZMK27zTRORqxTbFfq5W {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #gZFHwnTTgsToMWULLsmXLSz56o5QLgDT {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #LwcKuv8fi8kUuVTUpIFd14Rn7nUXLC59 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #muSWXOg9DI5ykf7ZhRAVSnXZ2PMT9eBF {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #aOV9aVbfc6qG0iQaLulm3Ps09MiEWFk6 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #vZ61nIMXm8cmfQTmBExABnKdTOIMS66K {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #pTmDk5W8PCJHyLwoV7LgPFbhtkuNqLK7 {  }
 }@media only screen and (max-width: 763px) { #HH7GlwTfm32S874JlquysOLDfZ0t5ihA { width:28.625rem;height:2.875rem;top:1.6875rem;left:19.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz { display:block; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4y38iXaXC90A4EmPJSxKZkM058M6OnC { width:37.5rem;height:24.3125rem;top:6.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp1ufoD0wDs5p2ReNiGyyQ75kBhdPfud { top:12.3125rem;left:19.625rem;width:28rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3kXWyKDL4zlRshRTWlunTvx7e3hCLV8 { width:21.875rem;height:0.0625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFqVB3zELcIKdyxDcWfOTbnkTXxBkKT { width:24.3125rem;height:3.0625rem;top:11.3125rem;left:13.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKrZXmTyvlP8kT7XnkA7Kp4JkHGxcQg { width:37.3125rem;height:;top:12.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVrFovQlB3Avha7C4Q1lq2wEzo2T7lMr { width:15.5625rem;height:15.5625rem;top:1.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWD5D5IQprGAcRnE1SpUJMnPJgyRXPAR { width:22.6875rem;height:3.0625rem;top:6.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvibz6QmwGZaRLVkNQq5ab3p8FnuLh9c { top:9.75rem;left:1.5rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7kGNC9wzicVISyiDGq2kP3lqezcZL9O { width:25.25rem;height:13.8125rem;top:18.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJXfnKpodUZrF0sek1Qc5CxyTDwgypN { top:12rem;left:19.1875rem;width:28.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9KtDvcn40TRuxeG76o1Z16rEACTMOin { display:block; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMNJGkUSuUreqcFsQqwLVLTPU76vqlJU { width:40.25rem;height:2.1875rem;top:2.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOyZ3mMv27xTmQCKhSPMSLHiE45gyDXO { width:17.5rem;height:19.375rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiEQkG1kf5HM1nl7pFCb7zuFRDR7h4r { width:16.25rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSBzEnlHQesGDnViIF8TedVyXBcZ3ebQ { width:16.25rem;height:10.1875rem;top:15.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvuZPiF5UzFgXJJCfLfPoeDw6bqXQXbN { width:3.125rem;height:3.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9QZchp7HZDsFGtxp1vC7hcvKlFFDlEe { width:17.5rem;height:19.375rem;top:8.5rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtGTuqdxvi3sUDc1mIDUGsR6NDtekE1Z { width:16.25rem;height:1.75rem;top:12.0625rem;left:25.562500953674rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4CiwHnVW4uNL4rWU78npkTf749rgfg { width:16.25rem;height:10.1875rem;top:15.0625rem;left:25.537499427796rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD50sRXDtGmuF6kLnExfvJJ3bSAfM2er { width:3.125rem;height:3.125rem;top:7.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiWuKkzkoZAik3N3pdUag4NkBETDP5R { width:17.5rem;height:19.375rem;top:8.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BsnQC2JBEOEOOB7R8Wy025RW7wP2hI { top:25.25rem;left:12.256249427796rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TJZAVqrPAoidpT6rDThVq1rcAcM0XQ { width:16.25rem;height:1.75rem;top:12.0625rem;left:6.4999990463256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqnUKn1bdyydeWuq7kyCE5ZNM1H2PwTd { width:3.125rem;height:3.125rem;top:7.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPPPlfEAR6Izpu5T82LHK8uZyrWXJeU1 { top:25.25rem;left:31.381249427796rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKaGAdiTfuNIuBkZuQicRQAI8wzXTqyc { width:17.5rem;height:19.375rem;top:8.5rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRtgVQP66Mq1PIhQQ8F0na8P7P5qsO7 { width:16.25rem;height:1.75rem;top:12.0625rem;left:31.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwsTcnCS3BTOFtXkMOw4dOHBHLWSTMt { width:16.25rem;height:10.1875rem;top:15.0625rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdB3HS035k4HBSOqFvrChSwXOO0DqTUz { width:3.125rem;height:3.125rem;top:7.6875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ozaSwZ58QAMzO5T4LdwesCzcWDIpet { top:25.25rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSk1izOVDI0WEyAhyGyx7dFBk9XbrqKM { width:4.6875rem;height:4.6875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPK12g3wtC1fHs4MuxOQo2yBqOc5Tvp { width:41.1875rem;height:2.875rem;top:2.125rem;left:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcoDSW8g5r8hpdrgB7v7DPOOVAuyFwl1 { top:5rem;left:19.000000953674rem;width:2.8125rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFMg13CS7T6A6RlyHln8EUOv1Ulh3fQl { top:5rem;left:22.5625rem;width:10.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBQrIylVxMSmDb9uRyroduKzTFPsHZUG { top:5rem;left:14.925000190735rem;width:2.6875rem;height:2.6875rem;display:block; }
#IBQrIylVxMSmDb9uRyroduKzTFPsHZUG > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #pZXerq6k8Q4IxM3AtRSJSWR9LmSqZyOg { top:5.9375rem;left:22.5rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caXsvrG7dov1OxEnX9TE8w14RmtPbvlm { top:5.9375rem;left:24.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnKJsq1eJbgrZlUAuRVlTRPX6zMnp8J { top:5.9375rem;left:26rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW74lkUK4F285bJXWA7wnr6W5FibZ13I { top:5.9375rem;left:27.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ngmGGWpUbllqnIJZiMlVQCGy5bJbH6 { top:5.9375rem;left:29.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4uBS28MgIwPtcK3qOZ6iuobXWcurTvD { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txng4aqQupb92h4U01URcwWuBor4k6Ng { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDqbFZ1T0X7Ov19DJkNxEdFDGOO0H9Li { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IikkoTHWZ8l4Hcq9CHa7PGU3wOSbsvnB { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnS4C6uNqilRtWUfJyaodNEKctmQrgRm { top:13.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkELTGMmP9CybFX0I4O1gt7TNaxgD5AK { top:15.0625rem;left:6.2242193222046rem;width:16.75rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVVRbh5pE9NVAz0XRTBuiRqIQ4cLynV { top:13.3125rem;left:17.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPKzXqiAfT4pDLTI5eafhFtaPctxqTsa { top:13.3125rem;left:15.375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds6ggfoBQ1uhbVhZW87JluWTlgvN1y6U { top:13.3125rem;left:13.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI0MOa8hhy8USVeCLIOrUKJtepubIJmN { top:13.3125rem;left:11.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDruBZobneIQFaaHOt6GvQ6e4XNZUMp0 { top:13.3125rem;left:10.0625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKp1sTouhETbaApegAo5vbRDS71Cbca8 { top:13.25rem;left:36.312500953674rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtUilOh7Ko42WE6QoD8WrOdD6gWUJQr8 { top:13.25rem;left:34.550000190735rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKnfvuGB8TV7oT1T6JZo6ySvWM70EUiq { top:13.25rem;left:32.756249427796rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8bTqIKHIM4MvmhPu1AvCROZTJeFNlP4 { top:13.25rem;left:30.862500190735rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK3HpT6EaNeV9DiCIioZ9tRkR3gmrcrc { top:13.25rem;left:28.962498664856rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frfK1BvXfAXFuH5RX8oMl1GfmNnXTUdb { top:13.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpofpxbyn4NQTlcPTi9guxn8QFpphDZV { top:13.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9MFoU5mb1B9QChybTDWQGvJVKL026eA { top:13.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm49b9a6N51V3kXZtTdsT8SiaSzVRhkP { top:13.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoJe5bguH5rbvUX2uk9uoSGTDQsX9sw4 { top:13.3125rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgrNQArWtpaO2iEaTrRLsmpo5lpKEnGl { width:47.75rem;height:0.0625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucp6dsuB1Tg5bTVNmfI6OyBQOUGeoxQE { width:21.1875rem;height:3.0625rem;top:35.0625rem;left:13.312500953674rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsyXmRwqNPtbiEVC8WJRS5vpe276bE1D { width:21.875rem;height:1.8125rem;top:36.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV { display:block; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyok6a8x0oVDwsKPcGCpFiVh0ztM0BWq { width:13.6875rem;height:1.4375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCGaF9v3r69FHVEBEZRZFQmRTvQbntWX { width:14.0625rem;height:0.125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RfJLBvHRF3ShQlZF9qANd2wG0gUEPT { width:14.0625rem;height:0.125rem;top:13.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV5Mk9L4E3NRnGxz3rZLnRKnJypzxuM { width:13.875rem;height:2.875rem;top:1.9375rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUIZZFbniH4V1ubgLPLFsWBGwC4TMWAr { width:14.0625rem;height:0.125rem;top:13.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBldNEXueX3mbK8NbtgMSfJBLOZnuMiE { width:13.9375rem;height:2.875rem;top:1.9375rem;left:21.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGuHa9gG9JKLefovQ0zZQPKuROEAoqy4 { width:14.0625rem;height:0.125rem;top:13.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbm328qnfN04dVNKVxuKhMRRD12HcIK { width:10.375rem;height:1.4375rem;top:1.9375rem;left:36.593750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTpl36ICweuG6bGRNslT0LnwN2i1hx57 { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFgiMo3I9mVGqVkIsOd5lVmf2hTZoc7 { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXv2WfoBeNULQSMgkwBxKLT0bcWQCQyG { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcysRs7rAqJXP4JuUpIh6hMb8wsMMhfC { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRzVFPZPoATRpCQE6STSwKQh542QTwlP { width:8.0625rem;height:8.0625rem;top:4.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5tZFQrvsHQAi3w5kb2DOl87Tezysym0 { width:7.0625rem;height:7.0625rem;top:5.4375rem;left:14.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0EXOSf1kz1SCfr4zWZ6QnHAhvNxnd7 { width:7.4375rem;height:7.4375rem;top:5.1875rem;left:26.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrqxWoTtCd8Tcq8ZeDcTX3ofWAiphTlI { width:7.9375rem;height:7.9375rem;top:4.9375rem;left:37.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX { display:block; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXWzgzRQkM243J66z2CLsuMTlTcey9KC { width:13.875rem;height:1.4375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQXEJ4rnWnTkAzuy24ofOuO3lJfskWZq { width:14.0625rem;height:0.125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtcWlyvghTMLF3Dv3lrnxGVb2fiU4PM { width:14.0625rem;height:0.125rem;top:13.875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1qTO3c1wDowceicfIGgVHz1SPFmCtH1 { width:13.6875rem;height:1.4375rem;top:1.9375rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccysbhuPFwsLWoquelMKTIpeJZATPGuL { width:14.0625rem;height:0.125rem;top:30.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auyzi2FHJuQQ4UiToG4LCVhk4lRmbc7S { width:13.875rem;height:1.4375rem;top:1.9375rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVJ0GgseD2puDg70rwQhGLCOFla1SKIZ { width:14.0625rem;height:0.125rem;top:13.875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZNUW97T9IgmibLWvTeyExu5aXWfAPH { width:13.75rem;height:2.875rem;top:1.9375rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLDJkpADBzP4wGbJNJgAFR9RvmUqlssQ { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewtKRTNixF7sN1TFrhGpQ360UBIs5EWt { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp0AQzlG2xQtWEClRahuZtTS3AL1ClFA { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTERBXrtutFIEWnWx7kdLte1kd3gBSa { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6PG3TVC9o9M09EUaMbOVMroAPCvvH7 { width:7.875rem;height:7.875rem;top:5.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBNrdn0tUZ2AzlLFytgN45XzH1oZ7irA { width:7.625rem;height:7.625rem;top:4.875rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8CRJtotquDN40vSfxVdkPrHBXK5AVvH { width:7.0625rem;height:7.0625rem;top:5.5625rem;left:38.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q620HrGyup8OPDPvmwGobDbMWTnUQ4JI { width:8.375rem;height:8.375rem;top:4.9375rem;left:13.718750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0cXgzr8IITrX8lm9EmL8HpissU1yNxR { top:32.75rem;left:0rem;width:30.6875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btP517CgCimoWP0UTTvxlswXkrW6ZfKP { display:block; }
 }@media only screen and (max-width: 763px) { #K0fNTLIi85lHbWF6mB41u4akKCrdTe3l { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4W0KXTW9wmZlC3DpSiT1kP0BGEp52MC { width:13.5625rem;height:2.5625rem;top:61.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oryfrZVtMbcKo9tCIeL2IQXQMPsSAFAT { width:7.625rem;height:7.625rem;top:4.875rem;left:26.031250953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9TxHUwX87msQtl1kAElbgBDrFJIOEON { width:14.0625rem;height:0.125rem;top:13.875rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6t2pZJnnn3LJVeWP9qxFlJXTqVaix8E { width:14.0625rem;height:14.0625rem;top:16.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvxEWA8kw2oH0l50ZlNkQ91VlcJXpIaB { width:8.3125rem;height:8.3125rem;top:20.625rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A61INsTbN15FUWbk8TPtiJK2wIVZGnJg { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZPudEZxhm4CkbDnkpUTDsbT6HgRKXp { width:13.875rem;height:2.875rem;top:17.75rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1QBTUc8V844n1umDwm8klhet133bkmF { width:14.0625rem;height:0.125rem;top:30.0625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk7pUom0D7cIlwcHJ0buPCpmUIZPTp07 { width:14.0625rem;height:14.0625rem;top:16.125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQVGyATwT5uwtxzW2NkpTiamUbOLRFi { width:8.3125rem;height:8.3125rem;top:20.625rem;left:25.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzL5Cay1nLk5vuEZdgVLfVTtzDv6Kk1 { width:13.75rem;height:2.875rem;top:18rem;left:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbpytD3T0cMSJLvprR4nedqhKOECz0Ic { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpOfPm2cZq8CSWUaeRwmOsIvoTuSSDRg { width:13.5625rem;height:2.5625rem;top:90.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpFwKOArDHiLTxe4oGvWMTl40kQEs5SS { width:14.0625rem;height:0.125rem;top:13.875rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqWRcGwfGTHDginlQQHQsF77FWM23L0t { width:8.3125rem;height:8.3125rem;top:20.625rem;left:25.687500953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtRabizf81xuDnbWNrvURtOUtvgqizEB { display:block; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deT8pNlbfR7NlpOMkFmAtdTsZloNPXg6 { width:21.1875rem;height:3.0625rem;top:3rem;left:13.281250953674rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqI0BbncFzIiZUzdFMx1fTgK0IxQ009h { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9N8Fn9r4MwTwkzhZcaanZMDysCSNi7x { width:23.375rem;height:28.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXB9E9UVzalTR27mT798aGTmFV1lVBz { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJxlfmME5NyIuQpICCeaQyTPhqQVKubM { width:23.0625rem;height:9.25rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWCfquSnxODMqTsFbBhypgwXlTUWLpsw { width:23.375rem;height:28.0625rem;top:9.6875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAnU4Cgo0GDhWTvJmLwoicleb6IN4dob { width:23.125rem;height:6.125rem;top:13.875rem;left:12.312500953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRWIEauWZ6ECWDlWvk6Wi1ndk4cREfXP { width:23.375rem;height:28.0625rem;top:9.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFHDKPv0KB5yAXVOWlErkFSlErpbhzO1 { width:23.3125rem;height:4.625rem;top:13.875rem;left:24.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXAXVEdhIHS5Wtc11u2RGa9HluEHBeGz { width:18.5rem;height:1.6875rem;top:11.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIK59TTtp52QvtCGQ0lzO2PpnNRJUsDh { width:21.625rem;height:1.6875rem;top:11.3125rem;left:13.062500953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhsCtRCagfiFzT3WskdMQVXkk6GB80Fy { width:15.3125rem;height:1.6875rem;top:11.3125rem;left:32.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AORkifIRnvOJ8IoqKkgsKs7Rm99un1El { width:23.5625rem;height:0.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ctvqW4edAvTDTCCHe8SGNuuCtcfwtA { width:23.5625rem;height:0.125rem;top:13.1875rem;left:12.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7e3zoShgZRSeeVdxLqIeOeRWtqfqiC { width:23.5625rem;height:0.125rem;top:13.1875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBymbv2U4ZeirN4lJ7kN4Nl57l884qW3 { top:23.125rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4qV6kCLbitKrFaEZwZn8I0UZQrBq2wZ { top:35.0625rem;left:1.4304685592651rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovBV2TU5lVu5vEqNQqMFOeCxeQonrDs { top:23.125rem;left:19.593750953674rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8vJTE42Cttu4ToNAVmS2o4eXKN8aVt { top:22.125rem;left:38.125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTUvR465ACmlO3d0qBh3l1mU4yetng1L { display:block; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZShmBqXsKTZTpAB5Zb0lvFMiwiFrno7f { width:40.1875rem;height:29.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBsGfu3EDzxkGp7Q1OD96HKCHtdKKBr { width:30.5625rem;height:0.125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf1oka3aaxaM2LQug2ZLLnmPgRRhufLc { width:34.1875rem;height:3.0625rem;top:3.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT7D1iVcDeNe7KL8IgKeUc7dxkMd254n { width:31.5625rem;height:10.5rem;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSifuyH1ThFDrifflIQEexr6L229q57P { top:22.125rem;left:0.21796894073486rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KumgEg0VT1eKbVaN8QhVxkOyEv4v3igW { display:block; }
 }@media only screen and (max-width: 763px) { #E6cJRnAUSbzPhZscnFcHs9pIXFSO6GS7 { top:2.875rem;left:12.0625rem;width:35.6875rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG { display:block; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVqyCAdZThkHdZrKXo2yRthFLS6neWRJ { width:37.5rem;height:24.3125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpS6LXQDB5dAe2Rg99A7A0vXt8wFNnQM { width:15.375rem;height:0.125rem;top:13.0625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX4fKLTNSsRIUwob1FTSXWIPkez4zt7I { width:18.8125rem;height:3.0625rem;top:11.5625rem;left:14.468750953674rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrwITzextIryr6MWdJs7Qz16SaSk224z { width:29.9375rem;height:9.0625rem;top:15.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWttJ2lv7HFr5By098Vpnv825GQ5DE9Z { width:26.5rem;height:17.3125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQcc6vxlHSG1FzTUr5zyZ51CBoiiT7Lt { width:25.5rem;height:16.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTXGephTM8IGz2nVzrAldF9wnZ7L6FW { top:26.625rem;left:26.4375rem;width:21.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmPHoRtDdxCpaVkUSIuDblu7KkpN3hB5 { top:31.6875rem;left:32.0625rem;width:15.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCC0G2ERkf34yU6uqPgMvEipHGhB9dyz { top:26.125rem;left:31.849999427796rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUSHgB4czTMVMrETCoSDc0CRxVSV0y1q { top:31.125rem;left:31.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 { display:block; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSdFxFagE6vohyraDTLLhRegWCwfnrff { top:3.375rem;left:0rem;width:43.9375rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgz9VUHZGZEP0i4iEzxL1lXHiiLEtr7 { width:37.5rem;height:32.5rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgmk5DLbvurnwghaClpbSLIJJKueLM35 { width:38.1875rem;height:9rem;top:11.75rem;left:9.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L35rcUlO1f7EMUBhvRAcX8Xle4SyzXIl { width:34.625rem;height:0.0625rem;top:22.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdIWGc8qsPWMpDnHyIAMEvTmxRO4MU8 { width:45rem;height:25.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37xsJSy9dewwFhR1grxKJPnIlmTc3D9 { top:20.8125rem;left:33.5625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARKgbJzbe8yTouk2am4kCA0mCvoHD31c { display:block; }
 }@media only screen and (max-width: 763px) { #kKTmoJfAShk8MWepbDd0reauaQr8frAW { width:3.125rem;height:3.125rem;top:20.875rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXcMrCOS24D4QrdmvSUPpkfVWxVvvx4 { width:16.875rem;height:0.0625rem;top:10rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU7v4kLrUsKl3mcfHnI1BI1zR89qtXnp { width:10.0625rem;height:10.0625rem;top:0rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwX41XrE81hlaaNgK2hP6en44E79JVCU { display:block; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POvBhT8naqwgH8bOv0KTnXPXsdQWmW5w { width:21.1875rem;height:6.125rem;top:3rem;left:13.281250953674rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kaz0ktSTmxb7okX7f9aGPWEBiFnInzZf { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6uvqxz0fXB0vwaVdQpLZOqA57Ars5wf { width:17.5rem;height:23.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sazWbNeX067iX2siL5lihTiA2INUwIxy { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcrV347TM7tQM7KHeNKTAHGG2ZfIHFqK { width:15.75rem;height:10.5rem;top:22.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onuz2MWPdhG1LFUy3inStUTdmH66mWZu { width:17.5rem;height:23.0625rem;top:9.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwsuFllIkCk85fGvoJ9L9SppTGKG39s3 { width:15.75rem;height:10.5rem;top:22.4375rem;left:6.405468940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEeJ7DU7hhWoXamV1oBubzqxa6H0GUFV { width:17.5rem;height:23.0625rem;top:9.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5vktfTgTJK0AnOJ7fTJPtvfhxCNsqS { width:15.75rem;height:8.5rem;top:22.4375rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTZG9k8vqUNnaA8yiSrSG84P8qf6SDaI { width:16.4375rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yomGF6NTRcOMMERuFDcaGTc5y0tpaI { width:11.125rem;height:1.75rem;top:18.9375rem;left:8.7234392166137rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9AqVx8ZL7aFbB55r6DNbhzMk3crwFBE { width:17rem;height:1.9375rem;top:18.875rem;left:30.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVn6PaeP3IXTEaWQlTMLLaN1A21dIsyT { width:17.5rem;height:23.0625rem;top:9.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlh38qBWdHZ1eyZBR0rOCTs1XDHtntZl { width:17.75rem;height:1.75rem;top:18.9375rem;left:24.474999427796rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvzEdBDGxHVmZNCTbhwwWuHpKPuyP2w { width:15.75rem;height:10.625rem;top:22.375rem;left:25.474999427796rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFW8PoTJXBG80wkw1NizsPbsLTCXOi8R { top:9.75rem;left:0rem;width:17.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhFvQuLKlN8hfVFlcrKDwdRkQTUldOc2 { top:9.625rem;left:5.5054693222046rem;width:17.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVEouQQgx67IaCahn8XRfEVdi3Mg9bi9 { top:9.6875rem;left:24.568749427796rem;width:17.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNE6od8QDqVdCx99elvMJokIeTOoRtH { top:9.6875rem;left:30.125rem;width:17.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF { display:block; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcSz1vmoA3pxRECNiHWJUR36zAJfoKO2 { width:17.5rem;height:23.0625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzyD18nEJlsSscMm8FmpkyAiXrCyJv1E { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HszGfIkpU5Px5tgZilndDyQp3PB4r4EA { width:15.75rem;height:9.3125rem;top:22.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIMmNQayP3Z173ApFJCZ0Nvedx6hyr0 { width:17.5rem;height:23.0625rem;top:9.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlkkZv4Uv5T3ObzlokilqykA6F2uJKRt { width:15.75rem;height:8.125rem;top:22.4375rem;left:6.405468940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp0TKEvUPKgiyAXAoRkcCgCQMNJnt1qz { width:17.5rem;height:23.0625rem;top:9.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #h13TP1yBoLF2RKcxG7n3uf2NS3uebScw { width:15.75rem;height:7.4375rem;top:22.4375rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSbLfH7u8J2TPNq5vN0eUXqKV90B5bKX { width:14.5625rem;height:1.75rem;top:19.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks0p8yAF4VWgf5RBMfpIXKkGdeBf4iAE { width:15.75rem;height:2.4375rem;top:18.75rem;left:6.4117193222044rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCophNbAvhoqaEJRFgel72sqkNtD06pt { width:13.6875rem;height:1.75rem;top:19.0625rem;left:34.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImlaDCzcTI203dqhy9tOeINnSkXOlAG { width:17.5rem;height:23.0625rem;top:9.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4tIDCLBaFGThXfcmeMaCV6EVytMOq4L { width:17.875rem;height:2.1875rem;top:19.0625rem;left:24.412499427796rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Aistnuex9ruxZ4kL73q7bQF3M8rSaK { width:15.75rem;height:9.5625rem;top:22.375rem;left:25.474999427796rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLLgghSILDiTT1CXtTkJP2XDUUiZw0TN { top:9.75rem;left:0rem;width:17.5625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P411XM9NGXcusXGzifD1gxlDI9vTo2UT { top:9.8125rem;left:5.5312490463257rem;width:17.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJArCy2xkudN0X93lER9CaDrTv08DXdm { top:9.8125rem;left:24.625rem;width:17.5rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvAsuQhTTm3cTAbb7mBTZPiO5UwgR3CD { top:9.6875rem;left:30.1875rem;width:17.5625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWnauCu1amIrD2B3lKgHfm58PobQH6Vc { width:47.75rem;height:0.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAdtaxUVKXE27TIT5W5SqF7gwxZL6Hs6 { width:17.5rem;height:23.0625rem;top:9.6875rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxkGZcxp8cm63wdguTrkvCSFm4V4cLz9 { width:18rem;height:9rem;top:113.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7BwwuscNdDD7TyFKriTQzonLvJe2dEd { width:17rem;height:1.1875rem;top:112.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyrsFS30DwUy1pm3AnCA3u6DDpPHOD9X { top:9.8125rem;left:24.625rem;width:6.5625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uB5Zbkio54Wb5e5Auny92rTIPbNVaSOy { width:17.5rem;height:23.0625rem;top:9.6875rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0CDfJS2kPoQxtfoQl1O8PupnTbfJ4EQ { top:9.8125rem;left:24.625rem;width:13.125rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTm7rvMIIwimL8PLycTMLU020kr58Dp0 { width:18rem;height:6.75rem;top:139.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfCqaPhbFnWyX2VLQPHGZ8mKOaF75SeC { width:17rem;height:1.1875rem;top:138.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlvJmGAxCnvzFiHH7J5gL2mUxJcJAXFi { width:17.5rem;height:23.0625rem;top:9.6875rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7oEM2mTNZIOJMHX27covzO9CVpBhZqd { top:9.8125rem;left:24.625rem;width:8.75rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWKWE3kK8BopTNGNnkRF2R8aR7LeWNp7 { width:17rem;height:1.1875rem;top:112.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTZ6OmgIs5HPCN761q1m9Lkz6q3aF5r2 { width:18rem;height:7.875rem;top:114.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a68TPceWqUvVMQaauZ6qlPV3bmhxI39W { display:block; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO0A2BPRm84iNA6XweckZXeiuI0N5KPd { width:37.5rem;height:24.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftsCAidK9ewzrk6xwZHRsSMIeF48nsa { top:18.25rem;left:3.8249998092651rem;width:24.5625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoaNxXzKg4QgFov6FQ0Zf6zUUnu9pBcF { width:21.875rem;height:0.0625rem;top:5.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6dw2ExSHQzFGpxRKfAyaNH6fQuwd5l7 { width:18.875rem;height:6.125rem;top:10.5625rem;left:11.425000190735rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZx6QPlxTvW5IZudp5RwAgkJSD2mcBRT { width:11.5rem;height:2.3125rem;top:3.4375rem;left:36.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whUiA5TGJVCx9a7PrykTm6dgTilzXS7X { width:15.1875rem;height:15.1875rem;top:1.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spW1w7fH3hD0DAV07ZoCkrqpUh6oDfZH { top:7.1875rem;left:0rem;width:24.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq7vUofQ0G8VLxDTC34sardmlkiBAAXg { width:24.125rem;height:24.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzCGPxL3UTm1iGgMMqIT0eydo6GWWFuC { width:3.1875rem;height:3.1875rem;top:15.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsNSyZFkUhK4axyqq75eznTiC0QiQwDp { width:24.25rem;height:2.875rem;top:15.875rem;left:23.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1g6gl13LliZJmC4L1ABgvve4F7IvaZB { width:27.125rem;height:2.875rem;top:27.625rem;left:20.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSAtzXfJ120Vqdb9VcGQzLg6ag2UDngr { width:26.5625rem;height:4.375rem;top:34.6875rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHw8bFEB0RockJEKoAM91HtutCOfTZRE { width:3.1875rem;height:3.1875rem;top:35.25rem;left:29.737500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtXrKN8XAOmRwifuCf8uxTqSxsG6kTTX { top:27.5rem;left:30.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UANyOTghca3FMbC1y2RTelzqQsu34ISt { width:26.5625rem;height:2.875rem;top:21.9375rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2iCTGX6LGFR2ZyOEP73QqPs8PcxigBP { width:3.4375rem;height:3.4375rem;top:21.6875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5bUfL2SnB1lOW8XGdQDtVwhUFsQsOcT { width:6.625rem;height:2.1875rem;top:13.875rem;left:41.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTEktmqlVSmOPyonKiO6X7uE1zqr140 { width:8rem;height:2.1875rem;top:19.6875rem;left:39.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22lQZmlX4G7UzTOV774tPcET2s9STvr { width:11.5rem;height:2.1875rem;top:25.4375rem;left:36.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSLoJA0fRbT5rfQ5GeBUdH3haM9xmmuD { width:8.0625rem;height:2.1875rem;top:32.4375rem;left:39.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu04H9ta4BnXZWKqiPk4iTTmzMrFRAgT { width:20.875rem;height:3.4375rem;top:41.9375rem;left:13.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qk2mNEGJyPmrTOdr2q7BrdFvNoMKIp { display:block; }
 }@media only screen and (max-width: 763px) { #wq2ZT0fHLggsbLBSdVLIeO9M377dcyAb { width:21.875rem;height:0.0625rem;top:13.125rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWEpZ1dpe6lRHHoDtyhBsCafmXGL7vMf { width:24.25rem;height:2.875rem;top:9.5625rem;left:23.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2moGizMND10arfynzREs8d0xsii1dHI { width:8.0625rem;height:2.1875rem;top:7.6875rem;left:39.6875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qh21XpK6xaTCsDQT2t0oOA7fTU2b5SMH { width:3.375rem;height:3.375rem;top:9.3125rem;left:30.300000190735rem;display:none; }
 }@media only screen and (max-width: 763px) { #de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi { display:block; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe8Dh79yB7i5JQUGgsqxBpO0vwIWAMcp { width:29.6875rem;height:6.125rem;top:1.9375rem;left:9.0312509536744rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMdkg86LFHywlFBEaW2rXyS7QFZzS6H6 { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwMvZeBDCXnd1IWwXZopzLUJ1o7Lyt { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZwzd37ATlykskOxQ5WZqp5spcuEowIr { width:17.875rem;height:2.5rem;top:15rem;left:29.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuiiQO7M8IJekF7NadlyGiTQnTH7z8I2 { width:21.875rem;height:0.0625rem;top:18.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrBQZMM1kxTD6AmbJPkEpd9M3PNOk4DZ { top:11.625rem;left:0rem;width:29.875rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4zy5Qs2TOqlTUqDi7TwhnwB9vf7Wn8 { width:30.125rem;height:24.3125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFVkcEJwBMXOzoWzJleogDN0e18KOEzB { top:19.6875rem;left:32rem;width:15.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghh919FwtCvMGfgA9ZT7V6Jp2miWudG1 { display:block; }
 }@media only screen and (max-width: 763px) { #F3OqSw3n1EXVvOUOp5GzaeOATmxHh0iR { top:16.9375rem;left:36.593750953674rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI { display:block; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoNF9hEzbxMSMtbOsQAhCJL3XdvSM8it { width:42.375rem;height:1.375rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdgXu9GKrTRLEZqWrMFCyoPsxMuWGWpE { width:7.6875rem;height:2.3125rem;top:0.875rem;left:21.112500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7pUT2EyiUactmLk23F8TmyfPTf7yZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #hLnbp29pc8E8pVOzFAnISmJdcow2BzBi { width:8.6875rem;height:2.3125rem;top:0.875rem;left:28.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9vMb90FvsUS9t3AwtXrsVMsedUxv2o { display:block; }
 }@media only screen and (max-width: 763px) { #uhdZMJTTHSWU2E4sKAxHBtkhn6nVHUzM { top:0.5625rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPIz0KTmyWzqWysTJZG1M8g0TlhKXrVH { width:2.875rem;height:2.875rem;top:0.5625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrD9S8D1KmT90F0GB6H5w1TnmT728Uf { top:0.1875rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHVSV7aCErGee37S4MLbiW3CuFgWcS66 { top:0rem;left:43.4375rem;width:4.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J0HcabQNERBzMWP01IslZynHlNwbA1uU { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { background-color: transparent; background-image: none; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container > .video-iframe-container { display: none; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row > .video-iframe-container { display: none; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .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); }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { border-width: 0; border-radius: 0; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0HcabQNERBzMWP01IslZynHlNwbA1uU > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR97a63u9GplgBQ6qIgCl7TTeIeTfiXm { width:5.9375rem;height:2.5625rem;top:0rem;left:7.0312500596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wqmsNLBofbxKaZSQh0sKyBZXQ2py6 { width:20rem;height:0.0625rem;top:6.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ { background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { background-color: transparent; background-image: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container > .video-iframe-container { display: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container { display: none; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .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); }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { border-width: 0; border-radius: 0; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wx88Eh2OmvZWrGlQKueriUxp1veIBRkQ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPsNIf1TqT8SU6qUl7cFvrBlcJ72oVtG { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FBCxcyxIksc4z1B8RA4ie48CCXxZkI1L { width:19.25rem;height:3.0375rem;top:0rem;left:0.37421876192093rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:.9;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC { display:block; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC { background-color: transparent; background-image: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container > .video-iframe-container { display: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row > .video-iframe-container { display: none; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .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); }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC { border-width: 0; border-radius: 0; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container { width:20rem;height:13.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a6db6b81-05a5-4d64-8790-6376f78f6a47/tankless.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;position:relative;display:block; }#V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container.adaptive-delivery-prevent-bg, #V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container.lazyload, #V6mQ1pnUTlcn9hnTPoSlw2p4Tqc4OKoC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #FMAfghvRKSUQWkiv3AztbFggDvKPpXT6 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkJT7JGRVzdbRyKO4JoSNDSs6ymGOdHx { width:0.125rem;height:0.125rem;top:2.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXuevfWAWXOBOdpQRs3OeJuETJGhUTkt { width:20rem;height:0.0625rem;top:1.28125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTnAPy91JcbvCzmu01ADMbbDu0kVHQLr { width:5.8125rem;height:3.6875rem;top:0.125rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 { background-color:transparent;background-image: -webkit-linear-gradient(169deg, #ffffff, #d7d7d7);background-image: -moz-linear-gradient(169deg, #ffffff, #d7d7d7);background-image: -ms-linear-gradient(169deg, #ffffff, #d7d7d7);background-image: -o-linear-gradient(169deg, #ffffff, #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7' );";background-image: linear-gradient(169deg, #ffffff, #d7d7d7);background-size:contain !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;display:block; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { background-color: transparent; background-image: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container > .video-iframe-container { display: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container { display: none; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .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); }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { border-width: 0; border-radius: 0; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQqTIK08I5W8RvbM7XQcJ2KIfdnLKOm7 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs8L0s7m55SNByyNreaiu6VThgqRckT4 { width:19.8125rem;height:3.1625rem;top:3.7492198944092rem;left:0.09375rem;font-size:1.4375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C1OVQT5OkZQgQZzKC2xEX7GGoay7pIOs { width:20rem;height:0.1875rem;top:0rem;left:0rem;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Vgo2QxRtcBTwOaOWXuIVE9NPpr1rTrbb { width:20rem;height:0.125rem;top:7.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1410lgpwsnOzTObW7E4fHvRzHWWL9fW { width:16.125rem;height:4.4rem;top:7.48671913147rem;left:1.9375000596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LTUuFgJAIitC88awK2w7VcgEkP0zzyzW { width:5.375rem;height:4.5rem;top:11.6875rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C0Tr3Crt9rkmpXUAE0i2lOcK4d8G0DhN { width:19.3125rem;height:4.4rem;top:11.88671875rem;left:0.34296876192093rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GAxx2sQ8NUFPQ3i9mnvglQPXKcgS5gtg { width:19.3125rem;height:3.3rem;top:0.49921894073486rem;left:0.34296876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #o08pTxEuz3rV8WFbu9AfAr8XDUeheXCP { width:20rem;height:3.1875rem;top:0.5625rem;left:0rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #liuBlwtlSgmne1dHaLs9DTmGNQrDrVoT { top:17.437499523163rem;left:3.7500000596046rem;width:12.5rem;height:3.75rem;color:#0f098e;display:block; }
 }@media only screen and (max-width: 763px) { #IQXaFRGymphGSfyykcKcdeIgIWVvEIlR { display:block; }
 }@media only screen and (max-width: 763px) { #JxQxf5ywnRuQmJhy0alclB8cZPJbL9fb { width:2.75rem;height:1.25rem;top:22.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXmqzGTf3WlzRketgnPs1WTTaonuhlrM { display:block; }#GXmqzGTf3WlzRketgnPs1WTTaonuhlrM > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ch34TSQVVql9PMfC9BSZkukUDOmsbsGu { width:20rem;height:13.9375rem;top:2.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hz25Hro2MkdJETpRATaRtJn7E0WTWw7o { width:19.5625rem;height:7.7rem;top:8.53750038147rem;left:0.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5Sz9tAZsNQrpcnfcFKgGDnGQdUzeFw3 { width:10rem;height:0.0625rem;top:7.9742202758787rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-text {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-select {padding-top: 0; padding-bottom: 0;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW  { width:17.5rem;height:auto;top:16.187500476837rem;left:0rem; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW {display:block;}#sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW { width:17.5rem;height:auto;top:16.187500476837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #PdDCCSxoltlKWnFccIPkg1aStJDJ5MKw {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #J5Ar82n5WXpvDunSabrS5r4GE6qbUpnA {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #dD1HBUvWy4xPSFUPzwaomPBQDbcaUaxD {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #E31aQ1k0KoqJlD48i1xteclryz3JSxhE {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #TQAs5wlfvVdWCbSbS35ytpG6l4dtbCr6 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #Ag79Frb6d1bR3beR8LdcuS2gAm1PCUtn {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #uyzvHzruO4PANl5MUawURRK9lWK1vnk3 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #eePxWLz8y9WqoZMK27zTRORqxTbFfq5W {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #gZFHwnTTgsToMWULLsmXLSz56o5QLgDT {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #LwcKuv8fi8kUuVTUpIFd14Rn7nUXLC59 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #muSWXOg9DI5ykf7ZhRAVSnXZ2PMT9eBF {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #aOV9aVbfc6qG0iQaLulm3Ps09MiEWFk6 {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #vZ61nIMXm8cmfQTmBExABnKdTOIMS66K {  }
 }@media only screen and (max-width: 763px) { #sAhxU4xnnQuDKdgOTK7KAUL4azLfplGW #pTmDk5W8PCJHyLwoV7LgPFbhtkuNqLK7 {  }
 }@media only screen and (max-width: 763px) { #HH7GlwTfm32S874JlquysOLDfZ0t5ihA { width:19.4375rem;height:4.8rem;top:2.2499990463257rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;color:#404040;display:block; }
 }@media only screen and (max-width: 763px) { #V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { background-color: transparent; background-image: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container > .video-iframe-container { display: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container { display: none; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .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); }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { border-width: 0; border-radius: 0; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8lCGKf0dtkl53VzbJ34FIN7Cy2T5Tvz > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4y38iXaXC90A4EmPJSxKZkM058M6OnC { width:10.1875rem;height:12.75rem;top:27.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp1ufoD0wDs5p2ReNiGyyQ75kBhdPfud { width:20rem;height:13.25rem;top:37.100002288818rem;left:0rem;overflow:hidden;box-shadow: 0.0625rem 0.875rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #U3kXWyKDL4zlRshRTWlunTvx7e3hCLV8 { width:10rem;height:0.0625rem;top:5.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFqVB3zELcIKdyxDcWfOTbnkTXxBkKT { width:20rem;height:2.4rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UQKrZXmTyvlP8kT7XnkA7Kp4JkHGxcQg { width:20rem;height:25.2rem;top:7.2367095947262rem;left:-0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#023a4f;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #NVrFovQlB3Avha7C4Q1lq2wEzo2T7lMr { display:flex;width:9.875rem;height:9.875rem;top:29.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KWD5D5IQprGAcRnE1SpUJMnPJgyRXPAR { width:20rem;height:0;top:52.48671836853rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Cvibz6QmwGZaRLVkNQq5ab3p8FnuLh9c { width:7.9375rem;height:0;top:56.13671836853rem;left:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7kGNC9wzicVISyiDGq2kP3lqezcZL9O { width:19.0625rem;height:15.125rem;top:37.100001335144rem;left:0.36875003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXJXfnKpodUZrF0sek1Qc5CxyTDwgypN { width:19.875rem;height:13.25rem;top:54.361720275879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9KtDvcn40TRuxeG76o1Z16rEACTMOin { display:block; }#B9KtDvcn40TRuxeG76o1Z16rEACTMOin > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMNJGkUSuUreqcFsQqwLVLTPU76vqlJU { width:13.75rem;height:1.8125rem;top:-1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOyZ3mMv27xTmQCKhSPMSLHiE45gyDXO { width:19.75rem;height:15.625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiEQkG1kf5HM1nl7pFCb7zuFRDR7h4r { width:5.1875rem;height:1.7875rem;top:11.3125rem;left:7.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSBzEnlHQesGDnViIF8TedVyXBcZ3ebQ { width:19.3125rem;height:8.775rem;top:14.4375rem;left:0.34296876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvuZPiF5UzFgXJJCfLfPoeDw6bqXQXbN { display:flex;width:3.125rem;height:3.125rem;top:7.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #J9QZchp7HZDsFGtxp1vC7hcvKlFFDlEe { width:19.75rem;height:15.625rem;top:53.649221420288rem;left:0.049218714237213rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtGTuqdxvi3sUDc1mIDUGsR6NDtekE1Z { width:4.9375rem;height:1.7875rem;top:56.39999961853rem;left:7.5312505364419rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4CiwHnVW4uNL4rWU78npkTf749rgfg { width:19.5rem;height:7.3125rem;top:60rem;left:0.24921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD50sRXDtGmuF6kLnExfvJJ3bSAfM2er { display:flex;width:3.125rem;height:3.125rem;top:52.462502479553rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #EJiWuKkzkoZAik3N3pdUag4NkBETDP5R { width:19.75rem;height:15.625rem;top:31.2625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3BsnQC2JBEOEOOB7R8Wy025RW7wP2hI { width:3.75rem;height:3.75rem;top:45.19921875rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7TJZAVqrPAoidpT6rDThVq1rcAcM0XQ { width:6.5625rem;height:1.7875rem;top:34.337500572204rem;left:6.7187500596044rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqnUKn1bdyydeWuq7kyCE5ZNM1H2PwTd { display:flex;width:3.125rem;height:3.125rem;top:30.199998855591rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #mPPPlfEAR6Izpu5T82LHK8uZyrWXJeU1 { width:3.75rem;height:3.75rem;top:67.968750953675rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKaGAdiTfuNIuBkZuQicRQAI8wzXTqyc { width:19.75rem;height:15.625rem;top:76.225002288819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIRtgVQP66Mq1PIhQQ8F0na8P7P5qsO7 { width:11.3125rem;height:1.7875rem;top:78.25000190735rem;left:4.3437500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwsTcnCS3BTOFtXkMOw4dOHBHLWSTMt { width:19.375rem;height:8.775rem;top:81.850003242494rem;left:0.31171876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdB3HS035k4HBSOqFvrChSwXOO0DqTUz { display:flex;width:3.125rem;height:3.125rem;top:74.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Q9ozaSwZ58QAMzO5T4LdwesCzcWDIpet { width:3.6875rem;height:3.6875rem;top:90.987501144406rem;left:8.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSk1izOVDI0WEyAhyGyx7dFBk9XbrqKM { width:3.4375rem;height:3.4375rem;top:23.162501335144rem;left:8.1812501549719rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZoPK12g3wtC1fHs4MuxOQo2yBqOc5Tvp { width:20rem;height:3.9875rem;top:0rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15001;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CcoDSW8g5r8hpdrgB7v7DPOOVAuyFwl1 { width:2.8125rem;height:1.625rem;top:4.3500003814697rem;left:6.4250002503394rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFMg13CS7T6A6RlyHln8EUOv1Ulh3fQl { width:10.0625rem;height:1.4625rem;top:4.25rem;left:9.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBQrIylVxMSmDb9uRyroduKzTFPsHZUG { display:flex;width:1.75rem;height:1.75rem;top:4.3500003814697rem;left:4.7249999642372rem;opacity:.95;font-size:1.4375rem; }
#IBQrIylVxMSmDb9uRyroduKzTFPsHZUG > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #pZXerq6k8Q4IxM3AtRSJSWR9LmSqZyOg { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:16.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #caXsvrG7dov1OxEnX9TE8w14RmtPbvlm { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:14.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gvnKJsq1eJbgrZlUAuRVlTRPX6zMnp8J { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:13.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oW74lkUK4F285bJXWA7wnr6W5FibZ13I { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:11.0625rem; }
 }@media only screen and (max-width: 763px) { #y3ngmGGWpUbllqnIJZiMlVQCGy5bJbH6 { display:flex;width:1.8125rem;height:1.8125rem;top:13.0625rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #s4uBS28MgIwPtcK3qOZ6iuobXWcurTvD { display:flex;width:1.8125rem;height:1.8125rem;top:13.0625rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #Txng4aqQupb92h4U01URcwWuBor4k6Ng { display:flex;width:1.8125rem;height:1.8125rem;top:13.0625rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #rDqbFZ1T0X7Ov19DJkNxEdFDGOO0H9Li { display:flex;width:1.8125rem;height:1.8125rem;top:13.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #IikkoTHWZ8l4Hcq9CHa7PGU3wOSbsvnB { display:flex;width:1.8125rem;height:1.8125rem;top:13.0625rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #tnS4C6uNqilRtWUfJyaodNEKctmQrgRm { display:flex;width:1.3125rem;height:1.3125rem;top:5.25rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #fkELTGMmP9CybFX0I4O1gt7TNaxgD5AK { width:19.5rem;height:5.85rem;top:37.936718940735rem;left:0.24921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVVRbh5pE9NVAz0XRTBuiRqIQ4cLynV { display:flex;width:1.8125rem;height:1.8125rem;top:36.124997138977rem;left:12.593750536442rem; }
 }@media only screen and (max-width: 763px) { #sPKzXqiAfT4pDLTI5eafhFtaPctxqTsa { display:flex;width:1.8125rem;height:1.8125rem;top:36.125000953674rem;left:10.831249773503rem; }
 }@media only screen and (max-width: 763px) { #ds6ggfoBQ1uhbVhZW87JluWTlgvN1y6U { display:flex;width:1.8125rem;height:1.8125rem;top:36.125000953674rem;left:9.0937505364419rem; }
 }@media only screen and (max-width: 763px) { #rI0MOa8hhy8USVeCLIOrUKJtepubIJmN { display:flex;width:1.8125rem;height:1.8125rem;top:36.125000953674rem;left:7.4062505364419rem; }
 }@media only screen and (max-width: 763px) { #uDruBZobneIQFaaHOt6GvQ6e4XNZUMp0 { display:flex;width:1.8125rem;height:1.8125rem;top:36.125000953674rem;left:5.6437502503395rem; }
 }@media only screen and (max-width: 763px) { #NKp1sTouhETbaApegAo5vbRDS71Cbca8 { display:flex;width:1.8125rem;height:1.8125rem;top:58.187502145768rem;left:12.593750536442rem; }
 }@media only screen and (max-width: 763px) { #AtUilOh7Ko42WE6QoD8WrOdD6gWUJQr8 { display:flex;width:1.8125rem;height:1.8125rem;top:58.187499046326rem;left:10.831249773503rem; }
 }@media only screen and (max-width: 763px) { #xKnfvuGB8TV7oT1T6JZo6ySvWM70EUiq { display:flex;width:1.8125rem;height:1.8125rem;top:58.187499046326rem;left:9.0937505364419rem; }
 }@media only screen and (max-width: 763px) { #B8bTqIKHIM4MvmhPu1AvCROZTJeFNlP4 { display:flex;width:1.8125rem;height:1.8125rem;top:58.187499046326rem;left:7.4062505364419rem; }
 }@media only screen and (max-width: 763px) { #kK3HpT6EaNeV9DiCIioZ9tRkR3gmrcrc { display:flex;width:1.8125rem;height:1.8125rem;top:58.187499046326rem;left:5.6437502503395rem; }
 }@media only screen and (max-width: 763px) { #frfK1BvXfAXFuH5RX8oMl1GfmNnXTUdb { display:flex;width:1.8125rem;height:1.8125rem;top:80.037500381469rem;left:12.250000536442rem; }
 }@media only screen and (max-width: 763px) { #rpofpxbyn4NQTlcPTi9guxn8QFpphDZV { display:flex;width:1.8125rem;height:1.8125rem;top:80.037500381469rem;left:9.0937505364419rem; }
 }@media only screen and (max-width: 763px) { #d9MFoU5mb1B9QChybTDWQGvJVKL026eA { display:flex;width:1.8125rem;height:1.8125rem;top:80.037500381469rem;left:7.4062505364419rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dm49b9a6N51V3kXZtTdsT8SiaSzVRhkP { display:flex;width:1.8125rem;height:1.8125rem;top:80.037500381469rem;left:10.831249773503rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AoJe5bguH5rbvUX2uk9uoSGTDQsX9sw4 { display:flex;width:1.8125rem;height:1.8125rem;top:80.037500381469rem;left:5.6437502503395rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OgrNQArWtpaO2iEaTrRLsmpo5lpKEnGl { width:20rem;height:0.0625rem;top:96.362499237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucp6dsuB1Tg5bTVNmfI6OyBQOUGeoxQE { width:20rem;height:2.4rem;top:97.674999237062rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CsyXmRwqNPtbiEVC8WJRS5vpe276bE1D { width:20rem;height:1.8125rem;top:36.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV { display:block; }#yJvB2J9Gfhp7Dx2Crn0S1s833D3DtGmV > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyok6a8x0oVDwsKPcGCpFiVh0ztM0BWq { width:11rem;height:2.6rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCGaF9v3r69FHVEBEZRZFQmRTvQbntWX { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RfJLBvHRF3ShQlZF9qANd2wG0gUEPT { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPV5Mk9L4E3NRnGxz3rZLnRKnJypzxuM { width:11rem;height:2.6rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUIZZFbniH4V1ubgLPLFsWBGwC4TMWAr { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBldNEXueX3mbK8NbtgMSfJBLOZnuMiE { width:14rem;height:2.6rem;top:32.124992370606rem;left:2.8750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGuHa9gG9JKLefovQ0zZQPKuROEAoqy4 { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgbm328qnfN04dVNKVxuKhMRRD12HcIK { width:9.4375rem;height:1.3rem;top:46.686721324921rem;left:5.2812500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTpl36ICweuG6bGRNslT0LnwN2i1hx57 { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFgiMo3I9mVGqVkIsOd5lVmf2hTZoc7 { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXv2WfoBeNULQSMgkwBxKLT0bcWQCQyG { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcysRs7rAqJXP4JuUpIh6hMb8wsMMhfC { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRzVFPZPoATRpCQE6STSwKQh542QTwlP { width:7.6875rem;height:7.6875rem;top:4.5367183685303rem;left:6.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5tZFQrvsHQAi3w5kb2DOl87Tezysym0 { width:7.375rem;height:7.375rem;top:19.86171913147rem;left:6.3125000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn0EXOSf1kz1SCfr4zWZ6QnHAhvNxnd7 { width:7.3125rem;height:7.3125rem;top:34.724220275879rem;left:6.3437500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrqxWoTtCd8Tcq8ZeDcTX3ofWAiphTlI { width:7.8125rem;height:7.8125rem;top:48.724220275879rem;left:6.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX { display:block; }#vObwCQcNamHlJXX5G0ghFWtW5ts0MQRX > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXWzgzRQkM243J66z2CLsuMTlTcey9KC { width:11rem;height:2.6rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQXEJ4rnWnTkAzuy24ofOuO3lJfskWZq { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbtcWlyvghTMLF3Dv3lrnxGVb2fiU4PM { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1qTO3c1wDowceicfIGgVHz1SPFmCtH1 { width:11rem;height:1.3rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccysbhuPFwsLWoquelMKTIpeJZATPGuL { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auyzi2FHJuQQ4UiToG4LCVhk4lRmbc7S { width:13.5625rem;height:1.3rem;top:32.125rem;left:3.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVJ0GgseD2puDg70rwQhGLCOFla1SKIZ { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKZNUW97T9IgmibLWvTeyExu5aXWfAPH { width:13.8125rem;height:2.6rem;top:46.173439025879rem;left:3.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLDJkpADBzP4wGbJNJgAFR9RvmUqlssQ { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewtKRTNixF7sN1TFrhGpQ360UBIs5EWt { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp0AQzlG2xQtWEClRahuZtTS3AL1ClFA { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOTERBXrtutFIEWnWx7kdLte1kd3gBSa { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp6PG3TVC9o9M09EUaMbOVMroAPCvvH7 { width:8.1875rem;height:8.1875rem;top:4.5367183685303rem;left:5.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBNrdn0tUZ2AzlLFytgN45XzH1oZ7irA { width:8.6875rem;height:8.6875rem;top:33.425002098084rem;left:5.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8CRJtotquDN40vSfxVdkPrHBXK5AVvH { width:7.625rem;height:7.625rem;top:48.724220275879rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q620HrGyup8OPDPvmwGobDbMWTnUQ4JI { width:8rem;height:8rem;top:18.549235343933rem;left:6.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0cXgzr8IITrX8lm9EmL8HpissU1yNxR { top:105.22500038147rem;left:0.56171876192093rem;width:18.875rem;height:3.75rem;font-size:1rem;color:#04005e;display:block; }
 }@media only screen and (max-width: 763px) { #btP517CgCimoWP0UTTvxlswXkrW6ZfKP { display:block; }
 }@media only screen and (max-width: 763px) { #K0fNTLIi85lHbWF6mB41u4akKCrdTe3l { width:14.0625rem;height:14.0625rem;top:58.9375rem;left:3.125rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Z4W0KXTW9wmZlC3DpSiT1kP0BGEp52MC { width:13.5625rem;height:2.6rem;top:61.250001907349rem;left:3.2187500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oryfrZVtMbcKo9tCIeL2IQXQMPsSAFAT { width:8.0625rem;height:8.0625rem;top:63.850002288819rem;left:5.9687500596046rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #r9TxHUwX87msQtl1kAElbgBDrFJIOEON { width:14.0625rem;height:0.125rem;top:73rem;left:3.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #N6t2pZJnnn3LJVeWP9qxFlJXTqVaix8E { width:14.0625rem;height:14.0625rem;top:80.060943603512rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvxEWA8kw2oH0l50ZlNkQ91VlcJXpIaB { width:7.625rem;height:7.625rem;top:83.279693603512rem;left:6.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A61INsTbN15FUWbk8TPtiJK2wIVZGnJg { width:14.0625rem;height:0.125rem;top:95.373443603512rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsZPudEZxhm4CkbDnkpUTDsbT6HgRKXp { width:13.875rem;height:0;top:80.060943603512rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P1QBTUc8V844n1umDwm8klhet133bkmF { width:14.0625rem;height:0.125rem;top:87.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xk7pUom0D7cIlwcHJ0buPCpmUIZPTp07 { width:14.0625rem;height:14.0625rem;top:73.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtQVGyATwT5uwtxzW2NkpTiamUbOLRFi { width:8.5rem;height:8.5rem;top:78.287500381469rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbzL5Cay1nLk5vuEZdgVLfVTtzDv6Kk1 { width:13.75rem;height:2.6rem;top:75.6875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbpytD3T0cMSJLvprR4nedqhKOECz0Ic { width:14.0625rem;height:14.0625rem;top:88.6875rem;left:3rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KpOfPm2cZq8CSWUaeRwmOsIvoTuSSDRg { width:13.5625rem;height:2.6rem;top:90.487501144406rem;left:3.2187500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #GpFwKOArDHiLTxe4oGvWMTl40kQEs5SS { width:14.0625rem;height:0.125rem;top:102.6875rem;left:3.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WqWRcGwfGTHDginlQQHQsF77FWM23L0t { width:8.5rem;height:8.5rem;top:93.725001335144rem;left:6.1875000596046rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #NtRabizf81xuDnbWNrvURtOUtvgqizEB { display:block; }#NtRabizf81xuDnbWNrvURtOUtvgqizEB > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deT8pNlbfR7NlpOMkFmAtdTsZloNPXg6 { width:20rem;height:2.4rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dqI0BbncFzIiZUzdFMx1fTgK0IxQ009h { width:10rem;height:0.0625rem;top:3.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9N8Fn9r4MwTwkzhZcaanZMDysCSNi7x { width:19.75rem;height:23.125rem;top:6rem;left:0rem;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
 }@media only screen and (max-width: 763px) { #MOXB9E9UVzalTR27mT798aGTmFV1lVBz { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJxlfmME5NyIuQpICCeaQyTPhqQVKubM { width:19.5625rem;height:9.45rem;top:9.6617188453675rem;left:0.43671876192093rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #vWCfquSnxODMqTsFbBhypgwXlTUWLpsw { width:19.75rem;height:23.625rem;top:31.375rem;left:0rem;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
 }@media only screen and (max-width: 763px) { #kAnU4Cgo0GDhWTvJmLwoicleb6IN4dob { width:19.5625rem;height:7.125rem;top:36.000001907349rem;left:0.21875rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #PRWIEauWZ6ECWDlWvk6Wi1ndk4cREfXP { width:19.75rem;height:22.75rem;top:57.1875rem;left:0rem;z-index:14999;border-top:0.125rem dashed #000000;border-left:0.125rem dashed #000000;border-right:0.125rem dashed #000000;border-bottom:0.125rem dashed #000000;display:block; }
 }@media only screen and (max-width: 763px) { #KFHDKPv0KB5yAXVOWlErkFSlErpbhzO1 { width:19.4375rem;height:6.175rem;top:60.787502288818rem;left:0.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #RXAXVEdhIHS5Wtc11u2RGa9HluEHBeGz { width:18.5rem;height:1.70625rem;top:6.78125rem;left:0.74921876192094rem;font-size:1.3125rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #rIK59TTtp52QvtCGQ0lzO2PpnNRJUsDh { width:15.875rem;height:2.3625rem;top:32.174221038818rem;left:2.0625000596046rem;font-size:1.3125rem;line-height:.9;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #FhsCtRCagfiFzT3WskdMQVXkk6GB80Fy { width:15.3125rem;height:1.70625rem;top:58.09375rem;left:2.5617187619209rem;font-size:1.3125rem;font-weight:700;font-style:italic;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AORkifIRnvOJ8IoqKkgsKs7Rm99un1El { width:18.875rem;height:0.125rem;top:8.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5ctvqW4edAvTDTCCHe8SGNuuCtcfwtA { width:18.875rem;height:0.125rem;top:59.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7e3zoShgZRSeeVdxLqIeOeRWtqfqiC { width:18.875rem;height:0.125rem;top:35.098437309265rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBymbv2U4ZeirN4lJ7kN4Nl57l884qW3 { display:flex;width:8.5625rem;height:8.5625rem;top:19.11171913147rem;left:5.7187500596046rem; }
 }@media only screen and (max-width: 763px) { #L4qV6kCLbitKrFaEZwZn8I0UZQrBq2wZ { display:flex;width:1.1875rem;height:1.1875rem;top:27.674220085144rem;left:12.487499773503rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #lovBV2TU5lVu5vEqNQqMFOeCxeQonrDs { display:flex;width:7.1875rem;height:7.1875rem;top:45.1875rem;left:6.4062500596044rem; }
 }@media only screen and (max-width: 763px) { #JH8vJTE42Cttu4ToNAVmS2o4eXKN8aVt { display:flex;width:8.125rem;height:8.125rem;top:68.949998855594rem;left:5.9375000596046rem; }
 }@media only screen and (max-width: 763px) { #oTUvR465ACmlO3d0qBh3l1mU4yetng1L { display:block; }#oTUvR465ACmlO3d0qBh3l1mU4yetng1L > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZShmBqXsKTZTpAB5Zb0lvFMiwiFrno7f { width:20rem;height:12.75rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbBsGfu3EDzxkGp7Q1OD96HKCHtdKKBr { width:10rem;height:0.0625rem;top:4.7874994277954rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf1oka3aaxaM2LQug2ZLLnmPgRRhufLc { width:20rem;height:4.8rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DT7D1iVcDeNe7KL8IgKeUc7dxkMd254n { width:20rem;height:12.6rem;top:19.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #kSifuyH1ThFDrifflIQEexr6L229q57P { top:33.625rem;left:3.75rem;width:12.5rem;height:3.75rem;color:#04005e;display:block; }
 }@media only screen and (max-width: 763px) { #KumgEg0VT1eKbVaN8QhVxkOyEv4v3igW { display:block; }
 }@media only screen and (max-width: 763px) { #E6cJRnAUSbzPhZscnFcHs9pIXFSO6GS7 { width:20rem;height:13.125rem;top:5.5625rem;left:0rem;z-index:15000;overflow:hidden;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.3125rem 1rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG { display:block; }#ebGlQS4duwQ1rHWewzxSAs4FTLD2rgTG > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVqyCAdZThkHdZrKXo2yRthFLS6neWRJ { width:20rem;height:7.8125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpS6LXQDB5dAe2Rg99A7A0vXt8wFNnQM { width:14.5625rem;height:0.125rem;top:3.9499998092651rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX4fKLTNSsRIUwob1FTSXWIPkez4zt7I { width:14.625rem;height:2.4rem;top:1.5976560115814rem;left:2.6875000596046rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OrwITzextIryr6MWdJs7Qz16SaSk224z { width:20rem;height:6.3rem;top:15.375000715256rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #SWttJ2lv7HFr5By098Vpnv825GQ5DE9Z { width:10.0625rem;height:6.6875rem;top:50.312500953674rem;left:7.1250000596044rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQcc6vxlHSG1FzTUr5zyZ51CBoiiT7Lt { width:20rem;height:10.25rem;top:4.6750001907349rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTXGephTM8IGz2nVzrAldF9wnZ7L6FW { width:16.8125rem;height:1.625rem;top:26.25rem;left:3.125rem;font-size:1.25rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #KmPHoRtDdxCpaVkUSIuDblu7KkpN3hB5 { width:14.375rem;height:1.625rem;top:32.9375rem;left:3.125rem;font-size:1.25rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ZCC0G2ERkf34yU6uqPgMvEipHGhB9dyz { display:flex;width:2.875rem;height:2.875rem;top:25.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CUSHgB4czTMVMrETCoSDc0CRxVSV0y1q { display:flex;width:2.875rem;height:2.875rem;top:32.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 { background-color:#ededed;background-image:none;display:block; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { background-color: transparent; background-image: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container > .video-iframe-container { display: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row > .video-iframe-container { display: none; }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .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); }#PWTVyHFm7raFyIyWEq2vqaIwaLTpx3h5 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSdFxFagE6vohyraDTLLhRegWCwfnrff { width:20rem;height:13.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgz9VUHZGZEP0i4iEzxL1lXHiiLEtr7 { width:20rem;height:33.25rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(1deg, rgba(237,237,237,0.8), #023a4f);background-image: -moz-linear-gradient(1deg, rgba(237,237,237,0.8), #023a4f);background-image: -ms-linear-gradient(1deg, rgba(237,237,237,0.8), #023a4f);background-image: -o-linear-gradient(1deg, rgba(237,237,237,0.8), #023a4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edededcc', endColorstr='#023a4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edededcc', endColorstr='#023a4f' );";background-image: linear-gradient(1deg, rgba(237,237,237,0.8), #023a4f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Fgmk5DLbvurnwghaClpbSLIJJKueLM35 { width:18.75rem;height:8.4rem;top:0.1875rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L35rcUlO1f7EMUBhvRAcX8Xle4SyzXIl { width:10rem;height:0.0625rem;top:20.3125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqdIWGc8qsPWMpDnHyIAMEvTmxRO4MU8 { width:8.875rem;height:20.875rem;top:12.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37xsJSy9dewwFhR1grxKJPnIlmTc3D9 { top:27.875rem;left:3.7500000596046rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARKgbJzbe8yTouk2am4kCA0mCvoHD31c { display:block; }
 }@media only screen and (max-width: 763px) { #kKTmoJfAShk8MWepbDd0reauaQr8frAW { display:flex;width:1.9375rem;height:1.9375rem;top:19.34375rem;left:15.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAXcMrCOS24D4QrdmvSUPpkfVWxVvvx4 { width:16.875rem;height:0.0625rem;top:38.481250762939rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KU7v4kLrUsKl3mcfHnI1BI1zR89qtXnp { display:flex;width:10.0625rem;height:10.0625rem;top:6.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OwX41XrE81hlaaNgK2hP6en44E79JVCU { display:block; }#OwX41XrE81hlaaNgK2hP6en44E79JVCU > .row .container { width:20rem;height:108.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POvBhT8naqwgH8bOv0KTnXPXsdQWmW5w { width:20rem;height:4.8rem;top:4.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Kaz0ktSTmxb7okX7f9aGPWEBiFnInzZf { width:10rem;height:0.0625rem;top:7.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6uvqxz0fXB0vwaVdQpLZOqA57Ars5wf { width:19.75rem;height:22.375rem;top:10.9375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #sazWbNeX067iX2siL5lihTiA2INUwIxy { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcrV347TM7tQM7KHeNKTAHGG2ZfIHFqK { width:19.6875rem;height:11.1375rem;top:22.425001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Onuz2MWPdhG1LFUy3inStUTdmH66mWZu { width:19.75rem;height:22.375rem;top:36rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #QwsuFllIkCk85fGvoJ9L9SppTGKG39s3 { width:20rem;height:9rem;top:47.862501144409rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AEeJ7DU7hhWoXamV1oBubzqxa6H0GUFV { width:19.75rem;height:22.5625rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5vktfTgTJK0AnOJ7fTJPtvfhxCNsqS { width:20rem;height:7.875rem;top:72.850000381469rem;left:0rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fTZG9k8vqUNnaA8yiSrSG84P8qf6SDaI { width:17.125rem;height:1.7875rem;top:20.875rem;left:1.4375000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3yomGF6NTRcOMMERuFDcaGTc5y0tpaI { width:11.5625rem;height:1.7875rem;top:46.075000762939rem;left:4.2187500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9AqVx8ZL7aFbB55r6DNbhzMk3crwFBE { width:16.125rem;height:1.7875rem;top:71.062500476837rem;left:1.9375000596046rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hVn6PaeP3IXTEaWQlTMLLaN1A21dIsyT { width:19.75rem;height:22.375rem;top:86.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlh38qBWdHZ1eyZBR0rOCTs1XDHtntZl { width:18.0625rem;height:1.7875rem;top:96.175004959106rem;left:0.96796876192094rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvzEdBDGxHVmZNCTbhwwWuHpKPuyP2w { width:20rem;height:10.125rem;top:97.912502288819rem;left:-0.12578123807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFW8PoTJXBG80wkw1NizsPbsLTCXOi8R { width:19.9375rem;height:9.9375rem;top:10.9375rem;left:0rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EhFvQuLKlN8hfVFlcrKDwdRkQTUldOc2 { width:19.9375rem;height:10.1875rem;top:36rem;left:0rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JVEouQQgx67IaCahn8XRfEVdi3Mg9bi9 { width:20rem;height:9.875rem;top:86.250015258787rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZHNE6od8QDqVdCx99elvMJokIeTOoRtH { width:19.8125rem;height:10rem;top:61.0625rem;left:0rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF { display:block; }#TC2FtrHDQlTu9pbtChso1hN6c2IZS2wF > .row .container { width:20rem;height:179.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcSz1vmoA3pxRECNiHWJUR36zAJfoKO2 { width:19.75rem;height:22.375rem;top:2.5rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QzyD18nEJlsSscMm8FmpkyAiXrCyJv1E { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HszGfIkpU5Px5tgZilndDyQp3PB4r4EA { width:19rem;height:9.9rem;top:14.16171836853rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIMmNQayP3Z173ApFJCZ0Nvedx6hyr0 { width:19.75rem;height:22.375rem;top:27.3125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #VlkkZv4Uv5T3ObzlokilqykA6F2uJKRt { width:19.6875rem;height:7.425rem;top:40.887498855591rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp0TKEvUPKgiyAXAoRkcCgCQMNJnt1qz { width:19.75rem;height:22.375rem;top:52.437512397766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h13TP1yBoLF2RKcxG7n3uf2NS3uebScw { width:19rem;height:7.875rem;top:64.225004196169rem;left:0.49921876192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSbLfH7u8J2TPNq5vN0eUXqKV90B5bKX { width:14.25rem;height:1.7875rem;top:12.42343711853rem;left:2.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks0p8yAF4VWgf5RBMfpIXKkGdeBf4iAE { width:20rem;height:3.575rem;top:37.362500190735rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GCophNbAvhoqaEJRFgel72sqkNtD06pt { width:13.4375rem;height:1.7875rem;top:62.487501144409rem;left:3.2812500596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImlaDCzcTI203dqhy9tOeINnSkXOlAG { width:19.75rem;height:22.375rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4tIDCLBaFGThXfcmeMaCV6EVytMOq4L { width:17rem;height:2.475rem;top:87.737501144406rem;left:1.5000000596046rem;font-size:1.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #C4Aistnuex9ruxZ4kL73q7bQF3M8rSaK { width:18rem;height:10.125rem;top:90.212501525881rem;left:0.99921876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLLgghSILDiTT1CXtTkJP2XDUUiZw0TN { width:19.8125rem;height:10.125rem;top:2.5rem;left:0.125rem;z-index:14992;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P411XM9NGXcusXGzifD1gxlDI9vTo2UT { width:19.875rem;height:9.8125rem;top:27.312500953674rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zJArCy2xkudN0X93lER9CaDrTv08DXdm { width:19.75rem;height:9.875rem;top:77.687500953675rem;left:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fvAsuQhTTm3cTAbb7mBTZPiO5UwgR3CD { width:20rem;height:9.9375rem;top:52.500000953674rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TWnauCu1amIrD2B3lKgHfm58PobQH6Vc { width:20rem;height:0.0625rem;top:102.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAdtaxUVKXE27TIT5W5SqF7gwxZL6Hs6 { width:19.75rem;height:22.375rem;top:102.8125rem;left:0.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yxkGZcxp8cm63wdguTrkvCSFm4V4cLz9 { width:18rem;height:9rem;top:113.30000114441rem;left:0.99921876192094rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #O7BwwuscNdDD7TyFKriTQzonLvJe2dEd { width:17rem;height:1.2375rem;top:112.0625rem;left:1.5000000596046rem;font-size:1.375rem;line-height:.9;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #TyrsFS30DwUy1pm3AnCA3u6DDpPHOD9X { width:19.9375rem;height:9.25rem;top:102.81249904633rem;left:0rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uB5Zbkio54Wb5e5Auny92rTIPbNVaSOy { width:19.75rem;height:22.375rem;top:128.1875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Z0CDfJS2kPoQxtfoQl1O8PupnTbfJ4EQ { width:19.8125rem;height:9.8125rem;top:128.18750476837rem;left:0.09375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTm7rvMIIwimL8PLycTMLU020kr58Dp0 { width:18rem;height:6.75rem;top:139.5rem;left:0.9375rem;font-size:1.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mfCqaPhbFnWyX2VLQPHGZ8mKOaF75SeC { width:17rem;height:1.2375rem;top:138.0625rem;left:1.4375rem;font-size:1.375rem;line-height:.9;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #BlvJmGAxCnvzFiHH7J5gL2mUxJcJAXFi { width:19.75rem;height:22.375rem;top:153.6875rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #E7oEM2mTNZIOJMHX27covzO9CVpBhZqd { width:20rem;height:9.3125rem;top:153.6875rem;left:-0.00078123807907106rem;z-index:15020;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cWKWE3kK8BopTNGNnkRF2R8aR7LeWNp7 { width:17rem;height:1.2375rem;top:163rem;left:1.5000000596046rem;font-size:1.375rem;line-height:.9;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #CTZ6OmgIs5HPCN761q1m9Lkz6q3aF5r2 { width:18rem;height:7.875rem;top:164.23750114441rem;left:0.99921876192094rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #a68TPceWqUvVMQaauZ6qlPV3bmhxI39W { background-color:#ffffff;background-image:none;display:block; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { background-color: transparent; background-image: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container > .video-iframe-container { display: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row > .video-iframe-container { display: none; }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .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); }#a68TPceWqUvVMQaauZ6qlPV3bmhxI39W > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO0A2BPRm84iNA6XweckZXeiuI0N5KPd { width:17.125rem;height:15.5625rem;top:71.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vftsCAidK9ewzrk6xwZHRsSMIeF48nsa { width:14.375rem;height:7.5625rem;top:80.8125rem;left:5.625rem;z-index:15008;box-shadow: 0rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QoaNxXzKg4QgFov6FQ0Zf6zUUnu9pBcF { width:10rem;height:0.0625rem;top:10.159375190735rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6dw2ExSHQzFGpxRKfAyaNH6fQuwd5l7 { width:20rem;height:4.5rem;top:2.2843742370606rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #oZx6QPlxTvW5IZudp5RwAgkJSD2mcBRT { width:13.8125rem;height:2.45rem;top:7.7218747138975rem;left:3.6875000596046rem;font-size:1.75rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #whUiA5TGJVCx9a7PrykTm6dgTilzXS7X { display:flex;width:9.875rem;height:9.875rem;top:63.75rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #spW1w7fH3hD0DAV07ZoCkrqpUh6oDfZH { width:14.875rem;height:9.875rem;top:70.0625rem;left:0rem;box-shadow: 0.25rem 0.5rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #aq7vUofQ0G8VLxDTC34sardmlkiBAAXg { width:12.375rem;height:12.375rem;top:68.6875rem;left:1.4375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HzCGPxL3UTm1iGgMMqIT0eydo6GWWFuC { display:flex;width:3.0625rem;height:3.0625rem;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rsNSyZFkUhK4axyqq75eznTiC0QiQwDp { width:17.25rem;height:4.14375rem;top:26.6875rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #A1g6gl13LliZJmC4L1ABgvve4F7IvaZB { width:16.625rem;height:5.525rem;top:47.4375rem;left:3.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #hSAtzXfJ120Vqdb9VcGQzLg6ag2UDngr { width:16.5rem;height:6.90625rem;top:58.5625rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #qHw8bFEB0RockJEKoAM91HtutCOfTZRE { display:flex;width:3.5rem;height:3.5rem;top:60.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZtXrKN8XAOmRwifuCf8uxTqSxsG6kTTX { display:flex;width:2.875rem;height:2.875rem;top:48.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UANyOTghca3FMbC1y2RTelzqQsu34ISt { width:16.6875rem;height:4.14375rem;top:37.0625rem;left:3.1875rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #q2iCTGX6LGFR2ZyOEP73QqPs8PcxigBP { display:flex;width:3.125rem;height:3.125rem;top:37.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v5bUfL2SnB1lOW8XGdQDtVwhUFsQsOcT { width:6.9375rem;height:2.3625rem;top:24.375rem;left:6.5625rem;font-size:1.6875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #NMTEktmqlVSmOPyonKiO6X7uE1zqr140 { width:8.25rem;height:2.3625rem;top:34.75rem;left:5.875rem;font-size:1.6875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #q22lQZmlX4G7UzTOV774tPcET2s9STvr { width:12.25rem;height:2.3625rem;top:45.125rem;left:3.875rem;font-size:1.6875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #pSLoJA0fRbT5rfQ5GeBUdH3haM9xmmuD { width:8.9375rem;height:2.3625rem;top:56.25rem;left:5.5625rem;font-size:1.6875rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #tu04H9ta4BnXZWKqiPk4iTTmzMrFRAgT { width:18.8125rem;height:3.4375rem;top:93.875rem;left:0.5625rem;font-size:1.125rem;line-height:1.3;box-shadow: 0.0625rem 0.5rem 0.8125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #C2qk2mNEGJyPmrTOdr2q7BrdFvNoMKIp { display:block; }
 }@media only screen and (max-width: 763px) { #wq2ZT0fHLggsbLBSdVLIeO9M377dcyAb { width:18.6875rem;height:0.125rem;top:6.734375rem;left:0.65546876192094rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cWEpZ1dpe6lRHHoDtyhBsCafmXGL7vMf { width:16.75rem;height:4.14375rem;top:16.3125rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:400;font-style:italic;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #c2moGizMND10arfynzREs8d0xsii1dHI { width:8.625rem;height:2.3625rem;top:14.000000476837rem;left:5.6875000596046rem;font-size:1.6875rem;font-weight:400;font-style:italic;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qh21XpK6xaTCsDQT2t0oOA7fTU2b5SMH { display:flex;width:3.0625rem;height:3.0625rem;top:16.853125095367rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi { display:block; }#de1v5IUHLXbDcyMrGOpqh7DPVhLcy4Vi > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe8Dh79yB7i5JQUGgsqxBpO0vwIWAMcp { width:20rem;height:4.8rem;top:0.83747482299806rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lMdkg86LFHywlFBEaW2rXyS7QFZzS6H6 { width:10rem;height:0.0625rem;top:5.5875015258789rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTwMvZeBDCXnd1IWwXZopzLUJ1o7Lyt { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZwzd37ATlykskOxQ5WZqp5spcuEowIr { width:20rem;height:1.95rem;top:6.2742190361025rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UuiiQO7M8IJekF7NadlyGiTQnTH7z8I2 { width:20rem;height:0.0625rem;top:10.09999961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrBQZMM1kxTD6AmbJPkEpd9M3PNOk4DZ { width:19.1875rem;height:12.75rem;top:10.75rem;left:0.40546876192093rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BT4zy5Qs2TOqlTUqDi7TwhnwB9vf7Wn8 { width:13.25rem;height:16.125rem;top:9.0625rem;left:6.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FFVkcEJwBMXOzoWzJleogDN0e18KOEzB { top:27.81015586853rem;left:2.4375000596046rem;width:15.125rem;height:3.75rem;color:#04005e;display:block; }
 }@media only screen and (max-width: 763px) { #Ghh919FwtCvMGfgA9ZT7V6Jp2miWudG1 { display:block; }
 }@media only screen and (max-width: 763px) { #F3OqSw3n1EXVvOUOp5GzaeOATmxHh0iR { width:7.9375rem;height:1.3rem;top:7.8124876022337rem;left:6.0312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI { display:block; }#bAc5SOKVyNTd1GgI2PchVl8AwL8dphkI > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoNF9hEzbxMSMtbOsQAhCJL3XdvSM8it { width:12.5625rem;height:2.8rem;top:0rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdgXu9GKrTRLEZqWrMFCyoPsxMuWGWpE { width:5.875rem;height:1.6875rem;top:2.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7pUT2EyiUactmLk23F8TmyfPTf7yZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #hLnbp29pc8E8pVOzFAnISmJdcow2BzBi { width:6.625rem;height:1.6875rem;top:2.4375rem;left:9.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP9vMb90FvsUS9t3AwtXrsVMsedUxv2o { display:block; }
 }@media only screen and (max-width: 763px) { #uhdZMJTTHSWU2E4sKAxHBtkhn6nVHUzM { display:flex;width:2.6875rem;height:2.6875rem;top:4.3125rem;left:17.312499582768rem; }
 }@media only screen and (max-width: 763px) { #qPIz0KTmyWzqWysTJZG1M8g0TlhKXrVH { display:flex;width:3.0625rem;height:3.0625rem;top:4.125rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #LxrD9S8D1KmT90F0GB6H5w1TnmT728Uf { display:flex;width:4.0625rem;height:4.0625rem;top:3.8125rem;left:4.6562500596046rem; }
 }@media only screen and (max-width: 763px) { #OHVSV7aCErGee37S4MLbiW3CuFgWcS66 { width:4.75rem;height:4.125rem;top:3.59375rem;left:10.562500536442rem;display:block; }
 }