.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:221,221,226;--color-primary-1:140,142,157;--color-primary-2:25,29,59;--color-primary-3:13,15,30;--color-primary-4:4,4,9;--color-secondary-0:223,225,241;--color-secondary-1:147,154,207;--color-secondary-2:39,52,159;--color-secondary-3:20,26,80;--color-secondary-4:6,8,24;--color-tertiary-0:255,255,255;--color-tertiary-1:192,194,209;--color-tertiary-2:44,51,103;--color-tertiary-3:22,26,52;--color-tertiary-4:4,5,10;--headlines-font-family:"Inter";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#2c3265;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH { border-bottom:0;border-left:0;border-right:0;border-top: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; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container { background-color: transparent; background-image: none; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container > .video-iframe-container { display: none; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row > .video-iframe-container { display: none; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .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); }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container { border-width: 0; border-radius: 0; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container { font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;position:relative;display:block; }#T0PutBNK8qvmk8ANMET1H66JgniNntuw { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.46875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#191d3b;display:block; }
#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { background-color: transparent; background-image: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container > .video-iframe-container { display: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container { display: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .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); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { border-width: 0; border-radius: 0; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;position:relative;display:block; }#GrDahTUJkRUFCGGuT9c6W9SVqnpsxDMA { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:31.498577594757rem;left:2.1875rem;height:10.129375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zeLDiBtKZi1Ua6ErxgrBFIh4QMaWferI { display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:14.437143802643rem;left:2.3748226165771rem;height:;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;color:#ffffff;display:block; }
#ss049VBTVFnTsTqUnwVKr3eMs2TuXBCC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:15.875rem;top:3.935546875rem;left:2.708740234375rem;overflow:hidden;display:block; }
#Mkcpol1VmJvCRopohZypPfsn2sArWR7c { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:23.5625rem;top:14.957811713219rem;left:33.21875rem;overflow:hidden;display:block; }
#lpJRPeTxXoiABwthrN3ArDtfp37TD1zx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#27349f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.346058368683rem;left:2.1875rem;display:block; }
#kRfoyZdyvUEtp7COAlADT6dlWlLRVpT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qo8JtyTcOZDwOMKBT4lEBayl7lLgLydW { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:22.0625rem;top:4.716796875rem;left:35.438232421875rem;overflow:hidden;display:block; }
#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J { border-bottom:0;border-left:0;border-right:0;border-top: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; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { background-color: transparent; background-image: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container > .video-iframe-container { display: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container { display: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .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); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { border-width: 0; border-radius: 0; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;position:relative;display:block; }#EdLQ1NyeoM56A2ehy5n2CcJrOWSrUFgy { display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:3.6248245239258rem;left:2.1875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#mvKRsgFXMPxRLgcSJIZXbfBQIAtb7Li6 { display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:3.6248245239258rem;left:48.843214035034rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#BqypHO8TpEeenHZfn4LPT8RE5VPgoEdu { display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:3.6248245239258rem;left:18.499998092651rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#wtqyzcx10nTmSKPrLkuiUeUHKQHTUIyz { display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:3.625rem;left:32.924999237061rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { 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; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { background-color: transparent; background-image: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container > .video-iframe-container { display: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container { display: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .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); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { border-width: 0; border-radius: 0; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { display:block;width:50.5619375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4605827331543rem;left:4.7176837921142rem;height:6.82375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { 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; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { background-color: transparent; background-image: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container > .video-iframe-container { display: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container { display: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .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); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { border-width: 0; border-radius: 0; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:60rem;position:relative;display:block; }#az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.876419067382rem;left:2.5rem;height:8.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPyiza83n0uBQJrAKSado25PuS3pbUeI { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:10.25rem;left:2.5rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.875rem;width:17.5rem;position:absolute;display:block;z-index:15009;top:0rem;left:1.25rem;box-shadow: none;display:block; }
#x4uXfC6P9g0esERcMiflXw6olN0I1xVw { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.875rem;width:17.5rem;position:absolute;display:block;z-index:15006;top:0rem;left:41.125rem;box-shadow: none;display:block; }
#acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:24.875rem;width:17.5625rem;position:absolute;display:block;z-index:15007;top:0.00177001953125rem;left:21.123933792114rem;box-shadow: none;display:block; }
#IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:10.25rem;left:22.5rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.813385009766rem;left:22.499998092651rem;height:10.4931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:10.533203125rem;left:42.6875rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.7861328125rem;left:42.6875rem;height:8.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:12.3125rem;top:4.5rem;left:3.875rem;overflow:hidden;display:block; }
#Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15009;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:3rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.0625rem;top:3.8125rem;left:25.1875rem;overflow:hidden;display:block; }
#uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:23rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.249025rem;width:10.1855625rem;top:4.0341796875rem;left:45.1875rem;overflow:hidden;display:block; }
#hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15007;background-color:#3366cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7216796875rem;left:42.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#27349f;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; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { background-color: transparent; background-image: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container > .video-iframe-container { display: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container { display: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .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); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { border-width: 0; border-radius: 0; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:11.811973571778rem;left:10.999643325806rem;height:3.3764625rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#27349f;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; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { background-color: transparent; background-image: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container > .video-iframe-container { display: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container { display: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .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); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { border-width: 0; border-radius: 0; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:60rem;position:relative;display:block; }#faL5BwT7einQxHISte2JwHVoP4nJuW3E { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.502197265625rem;left:2.5rem;height:10.4931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.125244140625rem;left:2.5rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15011;top:0rem;left:1.25rem;box-shadow: none;display:block; }
#pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15012;top:0.15380859375rem;left:40.9375rem;box-shadow: none;display:block; }
#XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15013;top:0.064697265625rem;left:21.124267578125rem;box-shadow: none;display:block; }
#lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:12.1875rem;left:22.5rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.5009765625rem;left:22.5rem;height:7.495125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:12.562255859375rem;left:42.5rem;height:5.2514625rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#T4m5yB02twlddbxh0m6To8KmqHgntBlO { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.502197265625rem;left:42.5rem;height:8.994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:1.875rem;left:3.3251953125rem;overflow:hidden;display:block; }
#hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:1.875rem;left:22.374267578125rem;overflow:hidden;display:block; }
#ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.56175rem;width:9.56175rem;top:1.624755859375rem;left:43.250732421875rem;overflow:hidden;display:block; }
#exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f94ef3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.749267578125rem;left:2.5rem;display:block; }
#P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#3afaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:24.6484375rem;display:block; }
#ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#14adff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:42.5rem;display:block; }
#WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15010;top:31.875rem;left:1.25rem;box-shadow: none;display:block; }
#fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15009;top:31.9375rem;left:21.125rem;box-shadow: none;display:block; }
#JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15008;top:32rem;left:40.9375rem;box-shadow: none;display:block; }
#VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:44.4375rem;left:42.5rem;height:3.500975rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:44.0625rem;left:22.5rem;height:3.500975rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:44rem;left:2.5rem;height:3.500975rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:50.375rem;left:2.5rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AskhkzccLkJqCBhK1BisFcEHelX5TZnz { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:50.375rem;left:22.5rem;height:5.99609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:50.375rem;left:42.5rem;height:4.49706875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f5ff38;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:2.5rem;display:block; }
#LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { box-sizing:content-box;height:7.4345625rem;width:7.4345625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#3181fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:22.5rem;display:block; }
#AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:42.5rem;display:block; }
#MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:32.75rem;left:4rem;overflow:hidden;display:block; }
#bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:33.09375rem;left:23.677734375rem;overflow:hidden;display:block; }
#DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:33.25rem;left:43.810546875rem;overflow:hidden;display:block; }
#JLmq3AvIVMvE9XSNnsTTRkyUGBkp0E8P { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#27349f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:66.999286651612rem;left:22.811609268189rem;display:block; }
#NlG6pT5qynhfU2VPiEIlNW73OzDTmJRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f8;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; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { background-color: transparent; background-image: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container > .video-iframe-container { display: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container { display: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .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); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { border-width: 0; border-radius: 0; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9326171875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f8;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; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { background-color: transparent; background-image: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container > .video-iframe-container { display: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container { display: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .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); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { border-width: 0; border-radius: 0; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#PXluRST3AnQNaU8TsWETudcZRU8FzWFm { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:9.375rem;top:6.501953125rem;left:6.80810546875rem;overflow:hidden;display:block; }
#iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:9.375rem;top:6.8134765625rem;left:25.470458984375rem;overflow:hidden;display:block; }
#liCVPZHyzzc0osb58MiSiLBoezoC29sE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.75rem;top:6.3140625953675rem;left:44.375rem;overflow:hidden;display:block; }
#uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11rem;top:15.751953125rem;left:5.962158203125rem;overflow:hidden;display:block; }
#LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:6.875rem;top:15.812255859375rem;left:26.960205078125rem;overflow:hidden;display:block; }
#uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:11.625rem;top:25.53125rem;left:42.682033538818rem;overflow:hidden;display:block; }
#N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.033203125rem;left:5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { display:block;width:19.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:35.933059692382rem;left:20.43678855896rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;color:#191d3b;display:block; }
#TLwpTy24ld88kwri8CukIT4g0cdi7bGb { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.345703125rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.189453125rem;left:42.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5009765625rem;left:5.49560546875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:42.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:5.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18676875rem;width:6.31225rem;top:23.40576171875rem;left:26.842041015625rem;overflow:hidden;display:block; }
#GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:23.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:9.625rem;top:15.376563072204rem;left:43.9375rem;overflow:hidden;display:block; }
#vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:42.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10rem;top:24.655517578125rem;left:6.611328125rem;overflow:hidden;display:block; }
#EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.18675rem;width:60rem;top:11.06201171875rem;left:0rem;overflow:hidden;display:block; }
#rJzJwdDzDPxqULP758deXVViPz1IP36r { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc { position:relative;display:block; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc { background-color: transparent; background-image: none; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container > .video-iframe-container { display: none; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row > .video-iframe-container { display: none; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .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); }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc { border-width: 0; border-radius: 0; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2c3265;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h6t9Xudi7cqyTkXWhB29QfhVSkXdHExP { display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:1.593017578125rem;left:11.622802734375rem;height:1.499025rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#IOpOImzPT00BP3Oayc4miu1z3kJPXPye { color:#04050a;display:block;width:9.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.8430385589599rem;left:1.5616111755371rem;height:0.99975625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tARQ0SOGskhMwWBe7oALmsq8LX1p7Z4e { display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:1.593017578125rem;left:1.622802734375rem;height:1.499025rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl { 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; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container { background-color: transparent; background-image: none; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container > .video-iframe-container { display: none; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row > .video-iframe-container { display: none; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .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); }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container { border-width: 0; border-radius: 0; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container { font-size:0.875rem;font-family:arial;height:53.875rem;width:60rem;position:relative;display:block; }#KQx7wrT7eNa6fa4s6C9T0v5ScdJEHkyc { position:absolute;display:block;z-index:15000;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:27.75rem;width:19.375rem;top:14.185901641846rem;left:0rem;display:block; }
#Cc2dQ0M8PLXlA0wTPp9fPJFiIvfyRmtl { color:#2c3368;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:17.310901641846rem;left:0.9375rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D1Gou29BwnynBshsdpbTE9yI0np8cXPN { color:#000000;display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:20.994316101074rem;left:0.9375rem;height:2.312675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gX6W1Z4f3Ey2PoSuAXTJmXSbh1bxrDF9 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:24.873931884766rem;left:0.9375rem;height:0.87524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N2wAl6FewUsXXXh2IV0KIQqxfLci6Z2x { 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.1875rem solid #27349f;border-left:0.1875rem solid #27349f;border-right:0.1875rem solid #27349f;border-bottom:0.1875rem solid #27349f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#27349f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.749286651611rem;left:4.9343032836914rem;display:block; }
#z73J2VQ2iyE3sP1nCaTJvAkezBm27pc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ewns6ZQNcCovf0JTkGclW0USix9iolyA { position:absolute;display:block;z-index:15006;background-color:#2c3368;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:32.25rem;width:19.375rem;top:14.185901641846rem;left:40.624998092651rem;display:block; }
#zXARVdZ5yoxHxsPPybQCfeovvKhiR7NQ { background-color:#f5ff38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#27349f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1243125rem;height:3.37446875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39.241832733154rem;left:44.936079025269rem;display:block; }
#StTnORkCJCybHwpHswamprwZMXsTmi3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsect3mfHGDLMLoxdHN2PWXgetvPKx6S { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.310901641846rem;left:41.562498092651rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZzmVOGICodiMKkX8xLnAzZW1iSZgrsv { position:absolute;display:block;z-index:14999;background-color:#e6f2fd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:30.5625rem;width:19.375rem;top:14.249820709229rem;left:19.998224258423rem;display:block; }
#n7QtOumiqN7XTSx4XIi08kIWOgUZKQHf { background-color:#27349f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1243125rem;height:3.37446875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:38.249286651611rem;left:24.936079025269rem;display:block; }
#W8vq1WH7NhRIrBs6T4JTuTDsJmx385cA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTPihWvPcMddfZAWW5H00v4oANf4KgCO { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:24.498401641846rem;left:21.248224258423rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#agia4LxdMnu8OXCkTGgWxKWzaGawFOOr { color:#2c3368;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:17.1875rem;left:21.248224258423rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZeNiRtKkhJWGbbiOTnMoIASoxZUTC6l { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9373207092285rem;left:0rem;height:3.41264375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQOSNEAFeDTxGkyKx2JJPTPs45cBDhMo { display:block;width:37.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.9936065673825rem;left:11.060014724731rem;height:1.68823125rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGR3kR5EidLq3sFlyPZqal9oa8aIu0PH { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:19.123756408691rem;left:0.9375rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPM5IBPU7hvphPUkAQN5yftTUIscxQe8 { display:block;width:17.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:19.123756408691rem;left:21.06178855896rem;height:1.49946875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQGzbWozU8ze9osUGgDOtfWsaQcoXNea { display:block;width:17.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:19.123756408691rem;left:41.625532150269rem;height:2.9989375rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#NTsysCpSXu6MUtPKnOSTX5himnxGtFKa { display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:21.860794067382rem;left:5.4962711334229rem;height:1.124825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1RW8OTtm4Z6Hkge8HJTXkAhvc4ddeSg { color:#000000;display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:20.998756408691rem;left:21.06178855896rem;height:2.312675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dac5WJA2nhplNbptlDNLvAeC6l6MhBIK { display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:21.874111175537rem;left:25.561079025269rem;height:1.124825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uWzaVMp3Uy0Jh5rrfRW7upTvOEp0NhBS { color:#888888;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:21.249111175537rem;left:27.498224258423rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLB4Ii3R5fGhXUNaT6EQsWGpGWwTd2Mu { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:22.935901641846rem;left:41.562498092651rem;height:2.312675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AMH3TNfPpJqmqtu0gwkEdz1gy6Oig3RK { display:block;width:2.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:23.810367584229rem;left:47.561254501343rem;height:1.124825rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#KTc8pmU3zuRTnXDTtB7eq5Zl9wFmZ00d { color:#cccccc;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:23.185367584229rem;left:49.436254501343rem;height:1.7504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKPDTRx0o2IoIG6oQqRhrWhNQ6T2STBD { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:26.935367584229rem;left:2.7459144592285rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pgCZbdnzainUo4BRpaU7LcH5DBOPWheB { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:26.560722351074rem;left:0.9375rem;overflow:hidden;display:block; }
#BELdV2DTk26Dy4584rmpG7epJovFOGSF { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:28.249290466309rem;left:0.9375rem;overflow:hidden;display:block; }
#yr2HGI9REThzohQdOu8poFvvoSUTHP0u { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:28.624820709229rem;left:2.7468032836914rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GlLbse1QR2x3M473JwNIHyk1ZkEqtNtX { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.936965942382rem;left:0.9375rem;overflow:hidden;display:block; }
#g5dmsESbD9uhs2wM6bJSBW1BSie19gTp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:30.3125rem;left:2.7468032836914rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFvNUNJXp0DSiwLhvvfJmcz724QTgGE0 { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:26.124820709229rem;left:21.37428855896rem;overflow:hidden;display:block; }
#A71QGNBLVvkroPCxG5kMRfrwRMDNQvaP { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:26.499465942382rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lGyqxwwF7V8RiLdq9fkvymGLmZ2zv41Q { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.8125rem;left:21.37428855896rem;overflow:hidden;display:block; }
#U8RmhQeGgdSZTm3dPQZLRWXddl6qX4k0 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:28.187145233154rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DWdkDQ9Kag23Vk93vuvxcqiSW2VCeIBM { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:29.499290466309rem;left:21.37428855896rem;overflow:hidden;display:block; }
#sgq2RqtVTWBhXLvdzD8vVAI1tME7GL7x { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:29.874820709229rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cBJpOZBwqkGdMlDw3n0bD6ANEQnqD0O9 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:31.25rem;left:21.37428855896rem;overflow:hidden;display:block; }
#iPO4m5BRDDDxlCKQXQGod8WxJlxOGCiB { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:31.624645233154rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bSNLkzb45CXmbRd34gG2v1tqiSClce9I { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:32.874645233154rem;left:21.37428855896rem;overflow:hidden;display:block; }
#iei5iNJ0KuBhCLqsZ8uoHTZag55TOpZ6 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;top:33.249286651611rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SdvcEJciThhFXpww9NRVC2SITex0d3Wq { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34.562320709229rem;left:21.37428855896rem;overflow:hidden;display:block; }
#OcsoTA7ixVplBHTmRkHG9XMFHPBmWuXa { color:#000000;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:34.93696975708rem;left:23.185369491577rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEyTnV69DPUzwfUFnoZ1fuVnoqEgs7Le { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:26.436431884766rem;left:41.498579025269rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZB800TwmdV1yNiw2GmLCHg0lPiXJk8fP { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:28.06107711792rem;left:41.623754501343rem;overflow:hidden;display:block; }
#MkrK1qakx8fkOMCWUsDoTCUIyQRg8olS { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:28.436611175537rem;left:43.437498092651rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQEZIm3pFTgureZTFe2TWRymfTtlWfDI { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:29.747867584229rem;left:41.623754501343rem;overflow:hidden;display:block; }
#Q9p8Oz3pRPQn3qniNEoUhsFTeFTKwOTm { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:30.124290466309rem;left:43.437498092651rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PBJ1e7I7et6IPs0fw0L6sw02bl9JBcOg { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:31.436431884766rem;left:41.623754501343rem;overflow:hidden;display:block; }
#lfvgo4mXwVOEztcJB9IStWIH1dMC7805 { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:31.810192108154rem;left:43.437498092651rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TSeongStn9Te3rQTXhRNh76Pu2izlzoI { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:33.185367584229rem;left:41.623754501343rem;overflow:hidden;display:block; }
#uABfM9GUkCqhht41NG7S4LVKTN2cSXMS { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:33.561786651611rem;left:43.437498092651rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h9c7SWf3nquOeA7N0RkcCDkvMz2uT5Ed { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:35.436786651611rem;left:43.437498092651rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuS6R7GmH76NL9mhSRwa37GgvrVrD4vR { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:35.060367584229rem;left:41.623754501343rem;overflow:hidden;display:block; }
#ovuK8ues8gm365wOCvv2QXT3rRTNSrOc { position:absolute;display:block;z-index:15001;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:1.9375rem;width:12.8125rem;top:13.431396484375rem;left:25.684814453125rem;display:block; }
#pxcrx396DTZTQcsDeTVgiw3iMP90UnMJ { color:#000000;display:block;width:11.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:13.99857711792rem;left:26.215375900269rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtuInb5tqJ5TKTktllO9bGVrMlfgxm9b { position:absolute;display:block;z-index:15060;background-color:#f5ff38;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:1.9375rem;width:13.6875rem;top:13.4375rem;left:45.68603515625rem;display:block; }
#SIT4iLHC5W6OwFCQXzQngs1hTAX6nJZv { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:13.99857711792rem;left:46.311254501343rem;height:0.87535625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XQOs8bTiVoCOzO8eAeTopiTCNF16vTfJ { color:#000000;display:block;width:20.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:48.789049148559rem;left:19.999109268189rem;height:0.750175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#27349f;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; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container { background-color: transparent; background-image: none; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container > .video-iframe-container { display: none; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row > .video-iframe-container { display: none; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .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); }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container { border-width: 0; border-radius: 0; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-form-header { font-size:0.875rem; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#ffffff;width:27.5rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2;overflow:hidden;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:27.5rem;box-sizing:border-box;height:2.5rem;color:#191d3b;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:.9;font-weight:300;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-textarea { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:27.5rem;box-sizing:border-box;height:4.375rem;color:#191d3b;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:.9;font-weight:300;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;width:27.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;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.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.9375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .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; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container:first-of-type{padding-top:0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container:last-of-type{padding-bottom:0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5rem;left:27.560369491577rem;font-size:0.875rem; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem;display:block;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk {display:block;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5rem;left:27.560369491577rem;font-size:0.875rem; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fE6mcLZaCv72JgWTkXyR63Pe0fHZpd6i { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #L9w8Rf0tSnZfsECgTCQ9D82Q67tfRMAU { position:relative;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Wwy6Avny0EDo7p91GuNB3Inld1E1xVn9 { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #kC2sNoPGzFGUOhlQNhkr6XPws7f8llsi { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #aNwolTHiAwU4kC4gZhVrAPMl386BvlhB { position:relative;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #O4WFM5S4L9s7eXZWgxGqiWNz4IQ9FakC { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #TN1Ic4Gvoe2n9w1g6HJ773P12KTAn5qX { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hCB3eTeObThhxE2Tde4v9F3NQnSEd5rU { position:relative;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fsUBC12BapEg7mLIq0wCPl7FRl2gHTut { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Sk0UWdc9JEA4qDTm7TLPZqWSh3GJ1ZPy { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hEZhhf6y5TBOe1RQMUSO4Jd3H8d44MkH { position:relative;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #vvVVhvdkbOZpxfF3wGtwPCxsQTDcWi5x { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #uzV7eXuQ2LOJtZytMA1dSICpZshDXtED { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #eMn3EfSsNM3c30z4HtC3E4y5DnScrkqG { position:relative;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #tq4Ln37Mys8xhrMP51kgRH7LDCG6SgeE { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #JXcFe3LXNrx45qoHJgoLDeRTgeGhNILs { position:relative; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #ggy9XEra01MQuLanWSb0uoM85akGbNXQ { position:relative; }
#nFcPOHAhpSgw2Zisv8JitzghndAssyTg { display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.124755859375rem;left:2.562255859375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#qLfv7wM0qJJMeyTafCgtH3JTDK2nHPaf { display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.562255859375rem;left:2.562255859375rem;height:4.49706875rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#n895293gfiQOdhbVdokVBt5zOH8G9ikn { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#191d3b;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; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { background-color: transparent; background-image: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container > .video-iframe-container { display: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row > .video-iframe-container { display: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .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); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { border-width: 0; border-radius: 0; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#UaipHoF8dZWN7K2hdXAwIC2MG8oyNoK0 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#TOVhEdqBQC5pTBWgV0VS31crwcbxhduT { display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:11rem;height:1.68823125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUAfsnsobNBsK7z4oVaDPlCuFrA2V28B { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.124126434326rem;left:22.811609268189rem;display:block; }
#Ka92tJfLt7muJ2Dg3VZW5D2z0HM56OMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#f2f3f8;background-image:none;z-index:;border-top:0.0625rem solid #bfc3dd;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { border-width: 0; border-radius: 0; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;overflow:visible;position:relative;display:block; }#aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.3125rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:1.874267578125rem;left:44.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH { display:block; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0PutBNK8qvmk8ANMET1H66JgniNntuw { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX { display:block; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDahTUJkRUFCGGuT9c6W9SVqnpsxDMA { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLDiBtKZi1Ua6ErxgrBFIh4QMaWferI { width:46.5rem;height:3rem;top:2.6875rem;left:0.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss049VBTVFnTsTqUnwVKr3eMs2TuXBCC { top:3.875rem;left:0rem;width:15.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkcpol1VmJvCRopohZypPfsn2sArWR7c { top:14.9375rem;left:24.03125rem;width:23.5625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpJRPeTxXoiABwthrN3ArDtfp37TD1zx { width:14.375rem;height:3.4375rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRfoyZdyvUEtp7COAlADT6dlWlLRVpT9 { display:block; }
 }@media only screen and (max-width: 763px) { #qo8JtyTcOZDwOMKBT4lEBayl7lLgLydW { top:4.6875rem;left:25.6875rem;width:22.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J { display:block; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdLQ1NyeoM56A2ehy5n2CcJrOWSrUFgy { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvKRsgFXMPxRLgcSJIZXbfBQIAtb7Li6 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqypHO8TpEeenHZfn4LPT8RE5VPgoEdu { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqyzcx10nTmSKPrLkuiUeUHKQHTUIyz { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { display:block; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { display:block; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyiza83n0uBQJrAKSado25PuS3pbUeI { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uXfC6P9g0esERcMiflXw6olN0I1xVw { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { top:4.5rem;left:0rem;width:12.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { top:2.875rem;left:0rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { top:3.8125rem;left:19.0625rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { top:2.8125rem;left:16.875rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { top:4rem;left:37.625rem;width:10.125rem;height:2.2356524860556rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { top:2.6875rem;left:33.6875rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { display:block; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { display:block; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faL5BwT7einQxHISte2JwHVoP4nJuW3E { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4m5yB02twlddbxh0m6To8KmqHgntBlO { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { top:1.875rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { top:1.875rem;left:16.249267578125rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { top:1.5625rem;left:37.125732421875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { top:1.6875rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { top:1.875rem;left:18.5234375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { top:1.875rem;left:36.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskhkzccLkJqCBhK1BisFcEHelX5TZnz { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { top:34.0625rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { top:34.0625rem;left:16.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { top:34.1875rem;left:36.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { top:32.75rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { top:33.0625rem;left:17.552734375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { top:33.25rem;left:37.685546875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmq3AvIVMvE9XSNnsTTRkyUGBkp0E8P { width:14.375rem;height:3.4375rem;top:66.9375rem;left:16.686609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlG6pT5qynhfU2VPiEIlNW73OzDTmJRf { display:block; }
 }@media only screen and (max-width: 763px) { #AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { display:block; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { display:block; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXluRST3AnQNaU8TsWETudcZRU8FzWFm { top:6.5rem;left:0.68310546875rem;width:9.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { top:6.8125rem;left:19.345458984375rem;width:9.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCVPZHyzzc0osb58MiSiLBoezoC29sE { top:6.3125rem;left:38.25rem;width:8.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { top:15.75rem;left:0rem;width:11rem;height:1.7493085070115rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { top:15.75rem;left:20.835205078125rem;width:6.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { top:25.5rem;left:36.125rem;width:11.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { top:4rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpTy24ld88kwri8CukIT4g0cdi7bGb { top:4.3125rem;left:17.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { top:4.1875rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { top:13.5rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { top:13.5625rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { top:13.75rem;left:17.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { top:22.875rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { top:23.375rem;left:20.717041015625rem;width:6.25rem;height:5.1356179947721rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { top:23.125rem;left:17.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { top:15.375rem;left:37.8125rem;width:9.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { top:22.9375rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { top:24.625rem;left:0.486328125rem;width:10rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { top:11rem;left:0rem;width:47.75rem;height:24.023621875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzJwdDzDPxqULP758deXVViPz1IP36r { top:13.75rem;left:17.625rem;width:12.5rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDybIQW6vaTUbVvgpdMItZRd5hng4SEc { display:block; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6t9Xudi7cqyTkXWhB29QfhVSkXdHExP { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOpOImzPT00BP3Oayc4miu1z3kJPXPye { width:9.375rem;height:0.9375rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tARQ0SOGskhMwWBe7oALmsq8LX1p7Z4e { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl { display:block; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQx7wrT7eNa6fa4s6C9T0v5ScdJEHkyc { width:19.375rem;height:27.6875rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2dQ0M8PLXlA0wTPp9fPJFiIvfyRmtl { width:17.5rem;height:1.6875rem;top:17.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Gou29BwnynBshsdpbTE9yI0np8cXPN { width:4.375rem;height:2.3125rem;top:20.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX6W1Z4f3Ey2PoSuAXTJmXSbh1bxrDF9 { width:17.5rem;height:0.875rem;top:24.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2wAl6FewUsXXXh2IV0KIQqxfLci6Z2x { width:10.0625rem;height:3.3125rem;top:35.6875rem;left:2.8718032836914rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73J2VQ2iyE3sP1nCaTJvAkezBm27pc3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ewns6ZQNcCovf0JTkGclW0USix9iolyA { width:19.375rem;height:32.25rem;top:14.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXARVdZ5yoxHxsPPybQCfeovvKhiR7NQ { width:10.0625rem;height:3.3125rem;top:39.1875rem;left:34.623579025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #StTnORkCJCybHwpHswamprwZMXsTmi3T { display:block; }
 }@media only screen and (max-width: 763px) { #dsect3mfHGDLMLoxdHN2PWXgetvPKx6S { width:17.5rem;height:1.6875rem;top:17.25rem;left:30.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZzmVOGICodiMKkX8xLnAzZW1iSZgrsv { width:19.375rem;height:30.5625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QtOumiqN7XTSx4XIi08kIWOgUZKQHf { width:10.0625rem;height:3.3125rem;top:38.1875rem;left:18.748579025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8vq1WH7NhRIrBs6T4JTuTDsJmx385cA { display:block; }
 }@media only screen and (max-width: 763px) { #QTPihWvPcMddfZAWW5H00v4oANf4KgCO { width:17.5rem;height:0.875rem;top:24.4375rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agia4LxdMnu8OXCkTGgWxKWzaGawFOOr { width:17.5rem;height:1.6875rem;top:17.1875rem;left:14.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZeNiRtKkhJWGbbiOTnMoIASoxZUTC6l { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQOSNEAFeDTxGkyKx2JJPTPs45cBDhMo { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGR3kR5EidLq3sFlyPZqal9oa8aIu0PH { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPM5IBPU7hvphPUkAQN5yftTUIscxQe8 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGzbWozU8ze9osUGgDOtfWsaQcoXNea { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsysCpSXu6MUtPKnOSTX5himnxGtFKa { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RW8OTtm4Z6Hkge8HJTXkAhvc4ddeSg { width:4.375rem;height:2.3125rem;top:20.9375rem;left:15.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dac5WJA2nhplNbptlDNLvAeC6l6MhBIK { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzaVMp3Uy0Jh5rrfRW7upTvOEp0NhBS { width:6.875rem;height:1.6875rem;top:21.1875rem;left:21.310724258423rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLB4Ii3R5fGhXUNaT6EQsWGpGWwTd2Mu { width:4.375rem;height:4.625rem;top:22.875rem;left:31.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMH3TNfPpJqmqtu0gwkEdz1gy6Oig3RK { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTc8pmU3zuRTnXDTtB7eq5Zl9wFmZ00d { width:6.875rem;height:1.6875rem;top:23.125rem;left:39.123754501343rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKPDTRx0o2IoIG6oQqRhrWhNQ6T2STBD { width:17.5rem;height:0.875rem;top:26.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgCZbdnzainUo4BRpaU7LcH5DBOPWheB { top:26.5rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BELdV2DTk26Dy4584rmpG7epJovFOGSF { top:28.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr2HGI9REThzohQdOu8poFvvoSUTHP0u { width:17.5rem;height:0.875rem;top:28.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlLbse1QR2x3M473JwNIHyk1ZkEqtNtX { top:29.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5dmsESbD9uhs2wM6bJSBW1BSie19gTp { width:17.5rem;height:0.875rem;top:30.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvNUNJXp0DSiwLhvvfJmcz724QTgGE0 { top:26.0625rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71QGNBLVvkroPCxG5kMRfrwRMDNQvaP { width:17.5rem;height:0.875rem;top:26.4375rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGyqxwwF7V8RiLdq9fkvymGLmZ2zv41Q { top:27.8125rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8RmhQeGgdSZTm3dPQZLRWXddl6qX4k0 { width:17.5rem;height:0.875rem;top:28.125rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdkDQ9Kag23Vk93vuvxcqiSW2VCeIBM { top:29.4375rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgq2RqtVTWBhXLvdzD8vVAI1tME7GL7x { width:17.5rem;height:0.875rem;top:29.8125rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBJpOZBwqkGdMlDw3n0bD6ANEQnqD0O9 { top:31.25rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPO4m5BRDDDxlCKQXQGod8WxJlxOGCiB { width:17.5rem;height:0.875rem;top:31.5625rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSNLkzb45CXmbRd34gG2v1tqiSClce9I { top:32.8125rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iei5iNJ0KuBhCLqsZ8uoHTZag55TOpZ6 { width:17.5rem;height:0.875rem;top:33.1875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdvcEJciThhFXpww9NRVC2SITex0d3Wq { top:34.5rem;left:15.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcsoTA7ixVplBHTmRkHG9XMFHPBmWuXa { width:17.5rem;height:0.875rem;top:34.875rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEyTnV69DPUzwfUFnoZ1fuVnoqEgs7Le { width:16.4375rem;height:0.875rem;top:26.375rem;left:31.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB800TwmdV1yNiw2GmLCHg0lPiXJk8fP { top:28rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkrK1qakx8fkOMCWUsDoTCUIyQRg8olS { width:13rem;height:0.875rem;top:28.375rem;left:33.124998092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEZIm3pFTgureZTFe2TWRymfTtlWfDI { top:29.6875rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9p8Oz3pRPQn3qniNEoUhsFTeFTKwOTm { width:11.5625rem;height:0.875rem;top:30.0625rem;left:33.124998092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJ1e7I7et6IPs0fw0L6sw02bl9JBcOg { top:31.375rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfvgo4mXwVOEztcJB9IStWIH1dMC7805 { width:11.9375rem;height:0.875rem;top:31.75rem;left:33.124998092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSeongStn9Te3rQTXhRNh76Pu2izlzoI { top:33.125rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABfM9GUkCqhht41NG7S4LVKTN2cSXMS { width:13.0625rem;height:0.875rem;top:33.5rem;left:33.124998092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9c7SWf3nquOeA7N0RkcCDkvMz2uT5Ed { width:13rem;height:0.875rem;top:35.375rem;left:33.124998092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuS6R7GmH76NL9mhSRwa37GgvrVrD4vR { top:35rem;left:31.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovuK8ues8gm365wOCvv2QXT3rRTNSrOc { width:12.8125rem;height:1.9375rem;top:13.375rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcrx396DTZTQcsDeTVgiw3iMP90UnMJ { width:11.75rem;height:0.875rem;top:13.9375rem;left:20rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtuInb5tqJ5TKTktllO9bGVrMlfgxm9b { width:13.625rem;height:1.875rem;top:13.4375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIT4iLHC5W6OwFCQXzQngs1hTAX6nJZv { width:12.1875rem;height:0.875rem;top:13.9375rem;left:35.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQOs8bTiVoCOzO8eAeTopiTCNF16vTfJ { width:20rem;height:0.75rem;top:48.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5OrbWgP7LpmADIcszXrTicT0JTzZ08b { display:block; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-button { width:12rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk  { width:20rem;height:auto;top:0rem;left:23.875rem; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk {display:block;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk { width:20rem;height:auto;top:0rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fE6mcLZaCv72JgWTkXyR63Pe0fHZpd6i {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #L9w8Rf0tSnZfsECgTCQ9D82Q67tfRMAU {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Wwy6Avny0EDo7p91GuNB3Inld1E1xVn9 {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #kC2sNoPGzFGUOhlQNhkr6XPws7f8llsi {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #aNwolTHiAwU4kC4gZhVrAPMl386BvlhB { display:none; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #O4WFM5S4L9s7eXZWgxGqiWNz4IQ9FakC {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #TN1Ic4Gvoe2n9w1g6HJ773P12KTAn5qX {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hCB3eTeObThhxE2Tde4v9F3NQnSEd5rU { display:none; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fsUBC12BapEg7mLIq0wCPl7FRl2gHTut {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Sk0UWdc9JEA4qDTm7TLPZqWSh3GJ1ZPy {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hEZhhf6y5TBOe1RQMUSO4Jd3H8d44MkH { display:none; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #vvVVhvdkbOZpxfF3wGtwPCxsQTDcWi5x {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #uzV7eXuQ2LOJtZytMA1dSICpZshDXtED {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #eMn3EfSsNM3c30z4HtC3E4y5DnScrkqG {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #tq4Ln37Mys8xhrMP51kgRH7LDCG6SgeE {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #JXcFe3LXNrx45qoHJgoLDeRTgeGhNILs {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #ggy9XEra01MQuLanWSb0uoM85akGbNXQ {  }
 }@media only screen and (max-width: 763px) { #nFcPOHAhpSgw2Zisv8JitzghndAssyTg { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLfv7wM0qJJMeyTafCgtH3JTDK2nHPaf { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n895293gfiQOdhbVdokVBt5zOH8G9ikn { display:block; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaipHoF8dZWN7K2hdXAwIC2MG8oyNoK0 { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOVhEdqBQC5pTBWgV0VS31crwcbxhduT { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUAfsnsobNBsK7z4oVaDPlCuFrA2V28B { width:14.375rem;height:3.4375rem;top:13.0625rem;left:16.686609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka92tJfLt7muJ2Dg3VZW5D2z0HM56OMJ { display:block; }
 }@media only screen and (max-width: 763px) { #vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#fafafa;background-image:none;display:block; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { height:33.9375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { top:1.25rem;left:0rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH { display:block; }#JVDfE1pf4qIAWg6yIg0As7KfwQOElSHH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0PutBNK8qvmk8ANMET1H66JgniNntuw { width:20rem;height:3.50496875rem;top:0.90287637710569rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { background-color: transparent; background-image: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container > .video-iframe-container { display: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container { display: none; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .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); }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { border-width: 0; border-radius: 0; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQ62ty1bFSBO9Vxu4kvDhgVbEcPqpBOX > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrDahTUJkRUFCGGuT9c6W9SVqnpsxDMA { width:19.8125rem;height:10.4931875rem;top:24.304870605469rem;left:0.12482225894928rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeLDiBtKZi1Ua6ErxgrBFIh4QMaWferI { width:20rem;height:10.44925rem;top:13.121874809265rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ss049VBTVFnTsTqUnwVKr3eMs2TuXBCC { width:11.75rem;height:2.75rem;top:3.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkcpol1VmJvCRopohZypPfsn2sArWR7c { width:14.74975rem;height:20.874rem;top:42.906616210938rem;left:2.623401761055rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpJRPeTxXoiABwthrN3ArDtfp37TD1zx { width:13.75rem;height:3.4375rem;top:37.159090042114rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRfoyZdyvUEtp7COAlADT6dlWlLRVpT9 { display:block; }
 }@media only screen and (max-width: 763px) { #qo8JtyTcOZDwOMKBT4lEBayl7lLgLydW { width:13.18725rem;height:1.25rem;top:8.30078125rem;left:3.342041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { background-color: transparent; background-image: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container > .video-iframe-container { display: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container { display: none; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .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); }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { border-width: 0; border-radius: 0; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMweMC6r0Kvx6H4aAmKTwlPMgg5pgz4J > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdLQ1NyeoM56A2ehy5n2CcJrOWSrUFgy { width:20rem;height:3.0007125rem;top:3.375rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mvKRsgFXMPxRLgcSJIZXbfBQIAtb7Li6 { width:20rem;height:3.0007125rem;top:7.4375rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqypHO8TpEeenHZfn4LPT8RE5VPgoEdu { width:12.68675rem;height:4.5010625rem;top:11.75rem;left:3.625rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtqyzcx10nTmSKPrLkuiUeUHKQHTUIyz { width:20rem;height:3.0007125rem;top:18rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { display:block; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { width:20rem;height:8.3984375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { display:block; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { width:15.124rem;height:8.994125rem;top:11.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyiza83n0uBQJrAKSado25PuS3pbUeI { width:15.124rem;height:1.65rem;top:9.05078125rem;left:2.4375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { width:17.375rem;height:19.9375rem;top:1.875rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #x4uXfC6P9g0esERcMiflXw6olN0I1xVw { width:17.4375rem;height:19.8125rem;top:45.996978759766rem;left:1.1860793828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { width:17.5rem;height:21.25rem;top:23.468570709229rem;left:1.1239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { width:15.1245rem;height:1.65rem;top:30.65234375rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { width:15.1245rem;height:10.4931875rem;top:33.5283203125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { width:15.1245rem;height:1.6495rem;top:53.180927276611rem;left:2.4360793828964rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { width:15.1245rem;height:8.994125rem;top:55.996978759766rem;left:2.4360793828964rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { width:11.5625rem;height:1.4375rem;top:4.8125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { width:14.0625rem;height:4.6875rem;top:3.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { width:10.0625rem;height:2.1875rem;top:25.748435974121rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { width:14.0625rem;height:4.6875rem;top:24.7490234375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { width:10.125rem;height:2.236325rem;top:48.560899734497rem;left:4.2489346265793rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { width:14.0625rem;height:4.6875rem;top:47.246978759766rem;left:2.4360793828964rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { display:block; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { width:17.8125rem;height:6.2988125rem;top:2.9430046081543rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { width:19.437125rem;height:5.99609375rem;top:10.093217849731rem;left:0.28053975105286rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { display:block; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { width:20rem;height:157.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faL5BwT7einQxHISte2JwHVoP4nJuW3E { width:15.1245rem;height:8.994125rem;top:14.126953125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { width:15.1245rem;height:3.29900625rem;top:10.560546875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { width:17.375rem;height:23.25rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { width:17.4375rem;height:23.25rem;top:50.4970703125rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { width:17.4375rem;height:23.25rem;top:25.96875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { width:15.1245rem;height:4.94850625rem;top:35.15234375rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { width:15.1245rem;height:5.99609375rem;top:40.590374946594rem;left:2.4360793828964rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { width:15.1245rem;height:3.29900625rem;top:59.119140625rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4m5yB02twlddbxh0m6To8KmqHgntBlO { width:15.1245rem;height:8.994125rem;top:62.6845703125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { width:7.5rem;height:7.5rem;top:27.16796875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { width:7.5rem;height:7.5rem;top:2.697265625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { width:7.5rem;height:7.5rem;top:51.734375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { width:5.9375rem;height:5.75rem;top:51.7783203125rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { width:5.875rem;height:5.9375rem;top:3.384765625rem;left:2.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { width:5.9375rem;height:5.9375rem;top:27.9013671875rem;left:2.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { width:17.5rem;height:23.25rem;top:74.9345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { width:17.5rem;height:23.25rem;top:99.4345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { width:17.5rem;height:23.25rem;top:123.9345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { width:15.1875rem;height:3.299rem;top:132.4345703125rem;left:2.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { width:15.1875rem;height:3.299rem;top:108.0595703125rem;left:2.625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { width:14.0625rem;height:3.29900625rem;top:83.3095703125rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { width:15.125rem;height:5.99609375rem;top:86.9345703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskhkzccLkJqCBhK1BisFcEHelX5TZnz { width:15.125rem;height:5.99609375rem;top:111.74687194824rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { width:15.125rem;height:4.49706875rem;top:136.05937194824rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { width:5.9375rem;height:5.9375rem;top:76.1220703125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { width:5.9375rem;height:5.9375rem;top:100.6845703125rem;left:2.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { width:5.9375rem;height:5.9375rem;top:125.1220703125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { width:7.5rem;height:7.5rem;top:76.0595703125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { width:7.5rem;height:7.5rem;top:100.6845703125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { width:7.5rem;height:7.5rem;top:125.1845703125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLmq3AvIVMvE9XSNnsTTRkyUGBkp0E8P { width:17.5rem;height:3.4375rem;top:149.87187576294rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NlG6pT5qynhfU2VPiEIlNW73OzDTmJRf { display:block; }
 }@media only screen and (max-width: 763px) { #AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { display:block; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { width:13.75rem;height:4.2rem;top:2.050537109375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { display:block; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { width:20rem;height:76.038845703125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXluRST3AnQNaU8TsWETudcZRU8FzWFm { width:10.249rem;height:1.6870125rem;top:4.687255859375rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { width:9.12475rem;height:1.62475625rem;top:12.3720703125rem;left:5.685791015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #liCVPZHyzzc0osb58MiSiLBoezoC29sE { width:7.8125rem;height:2.0625rem;top:19.590624809265rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { width:11.875rem;height:1.8125rem;top:27.247802734375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { width:7.1875rem;height:2.0625rem;top:34.528564453125rem;left:6.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { width:13.4375rem;height:1.6875rem;top:42.091552734375rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { width:12.625rem;height:6.3125rem;top:2.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { width:14.4360625rem;height:3.75rem;top:70.587890625rem;left:2.78076171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpTy24ld88kwri8CukIT4g0cdi7bGb { width:12.5rem;height:6.25rem;top:9.99755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { width:12.5rem;height:6.25rem;top:17.49755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { width:12.5rem;height:6.25rem;top:24.99755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { width:12.5rem;height:6.25rem;top:47.595947265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { width:12.5rem;height:6.25rem;top:32.49755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { width:20rem;height:1.75rem;top:74.22607421875rem;left:0rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { width:6.25rem;height:5.1365843211821rem;top:55.6875rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { width:12.5rem;height:6.25rem;top:55.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { width:8.8125rem;height:2.4375rem;top:64.531249046325rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { width:12.5rem;height:6.25rem;top:62.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { width:9.375rem;height:2.5rem;top:49.376220703125rem;left:5.684814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { width:20rem;height:10.0610625rem;top:65.977783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzJwdDzDPxqULP758deXVViPz1IP36r { width:12.5rem;height:6.25rem;top:39.99755859375rem;left:3.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KDybIQW6vaTUbVvgpdMItZRd5hng4SEc { display:block; }#KDybIQW6vaTUbVvgpdMItZRd5hng4SEc > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6t9Xudi7cqyTkXWhB29QfhVSkXdHExP { width:13.2495rem;height:5.99609375rem;top:4.373291015625rem;left:3.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOpOImzPT00BP3Oayc4miu1z3kJPXPye { width:9.375rem;height:0.99975625rem;top:6.9975125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tARQ0SOGskhMwWBe7oALmsq8LX1p7Z4e { width:20rem;height:1.875rem;top:2.2412109375rem;left:-0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl { display:block; }#UCEFoPnTx6uGCSUsca6EewA2UsxTyMZl > .row .container { width:20rem;height:126.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQx7wrT7eNa6fa4s6C9T0v5ScdJEHkyc { width:20rem;height:27.75rem;top:15.374664306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc2dQ0M8PLXlA0wTPp9fPJFiIvfyRmtl { width:17.5rem;height:1.4379875rem;top:18.249298095703rem;left:1.2499998807907rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Gou29BwnynBshsdpbTE9yI0np8cXPN { width:17.5rem;height:2.312675rem;top:21.624298095703rem;left:1.2499998807907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gX6W1Z4f3Ey2PoSuAXTJmXSbh1bxrDF9 { width:17.5rem;height:0.87535625rem;top:24.936981201172rem;left:1.2499998807907rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N2wAl6FewUsXXXh2IV0KIQqxfLci6Z2x { width:10.125rem;height:3.375rem;top:37.124481201172rem;left:4.936967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73J2VQ2iyE3sP1nCaTJvAkezBm27pc3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ewns6ZQNcCovf0JTkGclW0USix9iolyA { width:20rem;height:36.625rem;top:83.498901367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXARVdZ5yoxHxsPPybQCfeovvKhiR7NQ { width:10.1243125rem;height:3.37446875rem;top:112.31018066406rem;left:4.936967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #StTnORkCJCybHwpHswamprwZMXsTmi3T { display:block; }
 }@media only screen and (max-width: 763px) { #dsect3mfHGDLMLoxdHN2PWXgetvPKx6S { width:17.5rem;height:1.4379875rem;top:87.123779296875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZzmVOGICodiMKkX8xLnAzZW1iSZgrsv { width:20rem;height:32.5625rem;top:46.686786651611rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QtOumiqN7XTSx4XIi08kIWOgUZKQHf { width:10.125rem;height:3.375rem;top:73.124995231631rem;left:4.936967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8vq1WH7NhRIrBs6T4JTuTDsJmx385cA { display:block; }
 }@media only screen and (max-width: 763px) { #QTPihWvPcMddfZAWW5H00v4oANf4KgCO { width:17.5625rem;height:0.87535625rem;top:57.186612129211rem;left:1.0616122484207rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #agia4LxdMnu8OXCkTGgWxKWzaGawFOOr { width:17.5rem;height:1.4379875rem;top:49.749641418457rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZeNiRtKkhJWGbbiOTnMoIASoxZUTC6l { width:20rem;height:4.8739375rem;top:4.5623168945312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #AQOSNEAFeDTxGkyKx2JJPTPs45cBDhMo { width:20rem;height:2.9989375rem;top:9.9360809326175rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGR3kR5EidLq3sFlyPZqal9oa8aIu0PH { width:17.874625rem;height:1.49946875rem;top:19.810875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPM5IBPU7hvphPUkAQN5yftTUIscxQe8 { width:17.8125rem;height:1.49946875rem;top:51.49857711792rem;left:1.186967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGzbWozU8ze9osUGgDOtfWsaQcoXNea { width:17.8125rem;height:2.9989375rem;top:88.998779296875rem;left:1.0617897510529rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsysCpSXu6MUtPKnOSTX5himnxGtFKa { width:2.24964375rem;height:1.124825rem;top:22.616298675537rem;left:5.870561003685rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1RW8OTtm4Z6Hkge8HJTXkAhvc4ddeSg { width:4.1875rem;height:2.312675rem;top:53.623043060302rem;left:1.186967253685rem;text-align:left;text-align-last:left;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dac5WJA2nhplNbptlDNLvAeC6l6MhBIK { width:2.24964375rem;height:1.124825rem;top:54.465549468994rem;left:5.8691405057907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzaVMp3Uy0Jh5rrfRW7upTvOEp0NhBS { width:6.875rem;height:1.7504875rem;top:53.903583526611rem;left:6.6859015226363rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLB4Ii3R5fGhXUNaT6EQsWGpGWwTd2Mu { width:8.1875rem;height:2.312675rem;top:92.935180664062rem;left:0.93572437763213rem;text-align:left;text-align-last:left;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMH3TNfPpJqmqtu0gwkEdz1gy6Oig3RK { width:2.24875625rem;height:1.124825rem;top:93.866455078125rem;left:6.9930752515794rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTc8pmU3zuRTnXDTtB7eq5Zl9wFmZ00d { width:6.875rem;height:1.7504875rem;top:93.215698242188rem;left:9.3723367452619rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKPDTRx0o2IoIG6oQqRhrWhNQ6T2STBD { width:16.3125rem;height:0.87535625rem;top:27.183060646057rem;left:3.0624998807907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgCZbdnzainUo4BRpaU7LcH5DBOPWheB { width:1.5rem;height:1.5rem;top:26.871448516846rem;left:1.2489346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #BELdV2DTk26Dy4584rmpG7epJovFOGSF { width:1.4375rem;height:1.4375rem;top:28.870916366577rem;left:1.3045097589493rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr2HGI9REThzohQdOu8poFvvoSUTHP0u { width:16.125rem;height:0.87535625rem;top:29.152698516846rem;left:3.0624998807907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlLbse1QR2x3M473JwNIHyk1ZkEqtNtX { width:1.4375rem;height:1.4375rem;top:30.87073802948rem;left:1.3116122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5dmsESbD9uhs2wM6bJSBW1BSie19gTp { width:16.25rem;height:0.87535625rem;top:31.213778495789rem;left:3.0624998807907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvNUNJXp0DSiwLhvvfJmcz724QTgGE0 { width:1.4375rem;height:1.4375rem;top:59.749641418457rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71QGNBLVvkroPCxG5kMRfrwRMDNQvaP { width:14.5625rem;height:0.87535625rem;top:59.999996185302rem;left:2.9998222589493rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGyqxwwF7V8RiLdq9fkvymGLmZ2zv41Q { width:1.4375rem;height:1.4375rem;top:61.937141418457rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8RmhQeGgdSZTm3dPQZLRWXddl6qX4k0 { width:14.375rem;height:0.87535625rem;top:62.187496185302rem;left:3.061967253685rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdkDQ9Kag23Vk93vuvxcqiSW2VCeIBM { width:1.4375rem;height:1.4375rem;top:63.999464035031rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgq2RqtVTWBhXLvdzD8vVAI1tME7GL7x { width:14.3119375rem;height:0.87535625rem;top:64.249818801881rem;left:3.1249998807907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBJpOZBwqkGdMlDw3n0bD6ANEQnqD0O9 { width:1.4375rem;height:1.4375rem;top:66.124818801881rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPO4m5BRDDDxlCKQXQGod8WxJlxOGCiB { width:14.5rem;height:0.87535625rem;top:66.374284744262rem;left:3.061967253685rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSNLkzb45CXmbRd34gG2v1tqiSClce9I { width:1.4375rem;height:1.4375rem;top:68.249284744262rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iei5iNJ0KuBhCLqsZ8uoHTZag55TOpZ6 { width:14.3125rem;height:0.87535625rem;top:68.499641418456rem;left:3.1871446371079rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdvcEJciThhFXpww9NRVC2SITex0d3Wq { width:1.4375rem;height:1.4375rem;top:70.187317848206rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcsoTA7ixVplBHTmRkHG9XMFHPBmWuXa { width:14.25rem;height:0.87535625rem;top:70.436785697937rem;left:3.1871446371079rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEyTnV69DPUzwfUFnoZ1fuVnoqEgs7Le { width:16.9375rem;height:0.87535625rem;top:96.935546875rem;left:0.99964487552644rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB800TwmdV1yNiw2GmLCHg0lPiXJk8fP { width:1.437325rem;height:1.437325rem;top:99.623779296875rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkrK1qakx8fkOMCWUsDoTCUIyQRg8olS { width:12.9989375rem;height:0.87535625rem;top:99.904296875rem;left:3.3105467557907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEZIm3pFTgureZTFe2TWRymfTtlWfDI { width:1.437325rem;height:1.437325rem;top:101.935546875rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9p8Oz3pRPQn3qniNEoUhsFTeFTKwOTm { width:11.5625rem;height:0.87535625rem;top:102.21606445312rem;left:3.3664773702621rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJ1e7I7et6IPs0fw0L6sw02bl9JBcOg { width:1.437325rem;height:1.437325rem;top:104.24908447266rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfvgo4mXwVOEztcJB9IStWIH1dMC7805 { width:11.93625rem;height:0.87535625rem;top:104.52789306641rem;left:3.306107878685rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSeongStn9Te3rQTXhRNh76Pu2izlzoI { width:1.437325rem;height:1.437325rem;top:108.99517822266rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABfM9GUkCqhht41NG7S4LVKTN2cSXMS { width:13.0610625rem;height:0.87535625rem;top:106.90179443359rem;left:3.3114346265793rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9c7SWf3nquOeA7N0RkcCDkvMz2uT5Ed { width:12.9989375rem;height:0.87535625rem;top:109.27398681641rem;left:3.3105467557907rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuS6R7GmH76NL9mhSRwa37GgvrVrD4vR { width:1.437325rem;height:1.437325rem;top:106.61950683594rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovuK8ues8gm365wOCvv2QXT3rRTNSrOc { width:12.8125rem;height:1.9375rem;top:45.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxcrx396DTZTQcsDeTVgiw3iMP90UnMJ { width:11.7498125rem;height:0.87535625rem;top:46.4375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtuInb5tqJ5TKTktllO9bGVrMlfgxm9b { width:13.625rem;height:1.875rem;top:82.562316894531rem;left:5.249467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIT4iLHC5W6OwFCQXzQngs1hTAX6nJZv { width:12.1875rem;height:0.87535625rem;top:83.124267578125rem;left:5.874467253685rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQOs8bTiVoCOzO8eAeTopiTCNF16vTfJ { width:20rem;height:0.750175rem;top:122.74785995483rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5OrbWgP7LpmADIcszXrTicT0JTzZ08b { display:block; }#q5OrbWgP7LpmADIcszXrTicT0JTzZ08b > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-regular-label { width:17.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left;height:2.1875rem;display:block;vertical-align:top;font-size:1.25rem;overflow:hidden;line-height:.5;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-text {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-textarea { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;font-size:1.25rem;overflow:hidden;line-height:.5;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-select {padding-top: 0; padding-bottom: 0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;overflow:hidden;height:3.125rem;line-height:1.2;background-color:#ffffff;background-image:none; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]:-moz-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]::-moz-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-checkbox-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;font-size:0; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container:first-of-type{padding-top:0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .widget-container:last-of-type{padding-bottom:0;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk  { width:17.8125rem;height:auto;top:13.310546875rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk .radio-container { width:17.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk {display:block;}#QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk { width:17.8125rem;height:auto;top:13.310546875rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fE6mcLZaCv72JgWTkXyR63Pe0fHZpd6i {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #L9w8Rf0tSnZfsECgTCQ9D82Q67tfRMAU { display:block; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Wwy6Avny0EDo7p91GuNB3Inld1E1xVn9 {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #kC2sNoPGzFGUOhlQNhkr6XPws7f8llsi {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #aNwolTHiAwU4kC4gZhVrAPMl386BvlhB { display:block; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #O4WFM5S4L9s7eXZWgxGqiWNz4IQ9FakC {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #TN1Ic4Gvoe2n9w1g6HJ773P12KTAn5qX {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hCB3eTeObThhxE2Tde4v9F3NQnSEd5rU { display:block; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #fsUBC12BapEg7mLIq0wCPl7FRl2gHTut {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #Sk0UWdc9JEA4qDTm7TLPZqWSh3GJ1ZPy {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #hEZhhf6y5TBOe1RQMUSO4Jd3H8d44MkH { display:block; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #vvVVhvdkbOZpxfF3wGtwPCxsQTDcWi5x {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #uzV7eXuQ2LOJtZytMA1dSICpZshDXtED {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #eMn3EfSsNM3c30z4HtC3E4y5DnScrkqG { display:block; }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #tq4Ln37Mys8xhrMP51kgRH7LDCG6SgeE {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #JXcFe3LXNrx45qoHJgoLDeRTgeGhNILs {  }
 }@media only screen and (max-width: 763px) { #QP2xA4WPNLFVQQWVbb0wZkX8nJtGvKhk #ggy9XEra01MQuLanWSb0uoM85akGbNXQ {  }
 }@media only screen and (max-width: 763px) { #nFcPOHAhpSgw2Zisv8JitzghndAssyTg { width:20rem;height:3.8501rem;top:2.687255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qLfv7wM0qJJMeyTafCgtH3JTDK2nHPaf { width:18.1860625rem;height:4.49706875rem;top:7.224365234375rem;left:0.90576171875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n895293gfiQOdhbVdokVBt5zOH8G9ikn { background-color:#2c3265;background-image:none;display:block; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { background-color: transparent; background-image: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container > .video-iframe-container { display: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row > .video-iframe-container { display: none; }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .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); }#n895293gfiQOdhbVdokVBt5zOH8G9ikn > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaipHoF8dZWN7K2hdXAwIC2MG8oyNoK0 { width:12.874625rem;height:6.2988125rem;top:2.6305046081543rem;left:3.561789393425rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TOVhEdqBQC5pTBWgV0VS31crwcbxhduT { width:20rem;height:2.9989375rem;top:9.8029117584231rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUAfsnsobNBsK7z4oVaDPlCuFrA2V28B { width:13.75rem;height:3.4375rem;top:14.426490783691rem;left:3.1249998807907rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ka92tJfLt7muJ2Dg3VZW5D2z0HM56OMJ { display:block; }
 }@media only screen and (max-width: 763px) { #vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#fafafa;background-image:none;display:block; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { height:10.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { width:11.8115rem;height:2.68676875rem;top:2.9345703125rem;left:4.093017578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { width:20rem;height:1.5rem;top:6.247802734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }