.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:233,227,222;--color-primary-1:241,191,152;--color-primary-2:145,115,91;--color-primary-3:87,69,55;--color-primary-4:47,35,19;--color-secondary-0:255,255,255;--color-secondary-1:234,234,234;--color-secondary-2:49,49,49;--color-secondary-3:45,41,41;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:49,49,49;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"source sans pro";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zta17vlKHwmarglsETci21J2Jg20XmG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1ed;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; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container { background-color: transparent; background-image: none; }#Zta17vlKHwmarglsETci21J2Jg20XmG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container > .video-iframe-container { display: none; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row > .video-iframe-container { display: none; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .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); }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container { border-width: 0; border-radius: 0; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#WpDqG6t7mgqI9N6VdGvVOxbeCzdX56Fg { 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:8.9375rem;width:13.6875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#hAQAelOr0niOfIh4JrcJlVdefL1NAdPW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:"pt serif";font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:13.875rem;left:0rem;height:9.69375rem;font-style:normal;display:block; }
#QGZvZrrAlUzrkDkzMgs2IhGePMHAZTcu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"quattrocento sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.25rem;left:0rem;height:3.575rem;display:block; }
#Lv07fZ4KaxwTlJOs2RzZwGAxtWbb3pVT { box-sizing:content-box;height:39.5rem;width:39rem;position:absolute;display:block;z-index:15004;background-color:#0c568b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:36.000000953674rem;display:block; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-form-header {  }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;line-height:1.3;overflow:hidden; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:3.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .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-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.8125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-button { 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:#479dd4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.8125rem;height:3.4375rem;font-family:"quattrocento sans";overflow:hidden;box-shadow: none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:1rem;font-weight:300;color:#ffffff;vertical-align:top;width:22.5625rem;overflow:hidden;font-style:normal;float:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .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; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .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:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-container:first-of-type{padding-top:0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-container:last-of-type{padding-bottom:0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8  { background-color:#0c568b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.492968559265rem;left:47.318749427796rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.8125rem;display:block;vertical-align:top; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 {display:block;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 { background-color:#0c568b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:12.492968559265rem;left:47.318749427796rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #SV4CDTlDNcQUI5GDGaymgfyQaBPZpX9U { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #DpbmPRdPfDiMS6GTWx9qicvbxo8pCai4 { position:relative;display:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #tenIgg41Bu6vpnzihtfG9TxVf0RWetCD { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #AQXJna0w5WzksvlJ84KxIfn3fl9rMRC5 { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #e5EsFXGO4qZsAbm5FK3STeMQL0dSeBTG { position:relative;display:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #xuasWNpCRmX6A3VIk67RSyNI9o7OG3hE { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #zKPl8ZdVmRxsTAXASvltzzINoD5BKwKT { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #GLrI05qZ3xRLdAJ2qRk977ZRZq0LbDmg { position:relative;display:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #oVQLE4VglCxLov8AJwF6nFnWIPvMJGOO { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #MLeHMGQLpq6pfiO29rkq85bMtZ0r12u2 { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #t13xnGEUEdtfiRsXlX0nXFGFXfxbUTx2 { position:relative;display:none; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #rnbAKplxSSx8r354uZpFDLbQJOF9K0Tv { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #IQueyruRtciH7OPE3bfxGbQHaDAX3DOV { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #gNaTAVoHl33NSTGa9l3afwEpQFvJ3QOH { position:relative;z-index:2; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #ZkWE8Ah57plCJwQ0seT5avtcXZPv90st { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #bDRdTzfCKo8TRdAoMVoOqOgeLpDV82Br { position:relative; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #HTEnlvQsJE4FlvTG2UMlTGCB52Rqrxr2 { position:relative; }
#IbTbpPsDMFD9lpfCfyc1yPA3Cbp7XUna { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.4562500715256rem;left:41.306248664856rem;height:4.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2cBFgP3fu9N4vHQvFduhfDmMBKJthTM { color:#ffffff;display:block;width:28.9375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.8125rem;left:41.306248664856rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#QSMNuVwhUW8Z7Cqc2pTnlXF5UtEGZ6T0 { box-sizing:content-box;height:0.125rem;width:7.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.362500190735rem;left:41.306248664856rem;display:block; }
#JNlWC0zT6R7SNe9nxT1yVRH3KePmE4E5 { background-color:#ffffff;background-image:none;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:#0e4e89;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:19rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.137496948243rem;left:0rem;display:block; }
#p6ghecxMaDiqfaQX4sVKU1nDltb82WTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1DznMATdXlBTqSWwK3f8uHf4bLrzATO { 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:29.625rem;width:18.8125rem;top:9.875rem;left:28.750000953674rem;overflow:hidden;display:block; }
#H3e6LRJ8nxp7qArur05OlNATRglzFgeG { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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:#000000;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:10.175rem;height:3.3625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:29.13671875rem;left:19.561718940735rem;display:block; }
#LCDURAn1EcoONrEpFCXQSRZ7x07VM7WD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { background-color: transparent; background-image: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .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); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { border-width: 0; border-radius: 0; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:75rem;height:12.8125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#mVTvaxKECL5d6v4vfXGpMKGDbJ2kSWlO { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.0468759536743rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxD3hK2CXOTgkBetI6Af98yh89O7F5ew { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.362500190735rem;left:11.186718940735rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox { position:relative;display:block; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox { background-color: transparent; background-image: none; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row .container > .video-iframe-container { display: none; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row > .video-iframe-container { display: none; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .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); }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox { border-width: 0; border-radius: 0; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .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; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hir63n2Wh8BPcsSfs0ftTbFxsFMIg5Ce { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.9375rem;left:1.875rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQCPhAxx3HPHbAwVzSA0yPwqPT1sG85s { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.9375rem;left:27.125000953674rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTO2mNpds107WJIefy6TeyR480LgCTUB { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.9375rem;left:52.312500953674rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yM0XfLrv4dlKFHezTLeX1dIHT6enWrXO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5625rem;left:1.875rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#Md257pTauxk3m2H2TsmvfRNOiHBmIRuv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:13.0625rem;left:4rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#JMuLGomxHedJdxyqTdU42SzxJL7QtzsK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.0625rem;left:1.875rem; }
#CKTSK77a8G744cTR5MAcSdliKxMAktR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.875rem;left:1.875rem; }
#EU7OZ35u1CaXXP2uDyy4c3UUiD8T741h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.0625rem;left:1.875rem; }
#XCrSqyJqprVUFebF22ebzufotcJ3p0Oq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:24.1875rem;left:1.875rem; }
#p8qK1WEx6v0BuvGarJgqPVdm9gzrM9wL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:12.0625rem;left:29.187500953674rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#TIfmZmUNOqSLoIVgMZUuHvw7NkBhBXZN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.625rem;left:27.125000953674rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#ZfXroDV1WA757XpAoGTOdFHK6RDK6BnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.125rem;left:27.125000953674rem; }
#APN55b4HAkJzAC1nRTvh8UbuXOTsfILZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.9375rem;left:27.125000953674rem; }
#CMflPARii60ex9ERnnrcKDowXk0h5ITg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:20.0625rem;left:27.125000953674rem; }
#XEX7OsNsPvHS3EJ3DcmRuaLqbwxNm654 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.212501525879rem;left:27.125000953674rem; }
#rQpfH2AwkNJPMi5NA7bskC2tpHS74b0r { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:12.0625rem;left:54.218750953674rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#BTapKUFeD44VuZa7iDNpM1yQMOJiKUJu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:7.5625rem;left:52.312500953674rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#VTuUiX3Zuk64mT2W9CQoK9J9wVJGqb4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.0625rem;left:52.312500953674rem; }
#tQaHuOulDVdMGfZmNewnAwGp6P0RCo2F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.875rem;left:52.312500953674rem; }
#KbkmbDToU5508N0Tqr19KaaEZsiIAtkq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.0625rem;left:52.312500953674rem; }
#U9JoWUpwtWC5EhoP4uUFGBxukJrDmpL7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:23.212501525879rem;left:52.312500953674rem; }
#QyrS3ItTDIdTto5PTsTi2GHoMPBRK21t { box-sizing:content-box;height:0.125rem;width:7.9375rem;position:absolute;display:block;z-index:15009;background-color:#0e4e89;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3125rem;left:1.875rem;display:block; }
#TxU5b8K4L2Mq2FHxQGObmcQ7ZlggtFMH { box-sizing:content-box;height:0.125rem;width:7.9375rem;position:absolute;display:block;z-index:15010;background-color:#0e4e89;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:27.125000953674rem;display:block; }
#yTUQwf8q9er64J8FGTwVlhRy0hJSXg1n { box-sizing:content-box;height:0.125rem;width:7.9375rem;position:absolute;display:block;z-index:15011;background-color:#0e4e89;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:52.312500953674rem;display:block; }
#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c568b;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; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container { background-color: transparent; background-image: none; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container > .video-iframe-container { display: none; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row > .video-iframe-container { display: none; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .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); }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container { border-width: 0; border-radius: 0; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#uFGX1ATEZIgMmockbnxSBBVuFgW91cHL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.0500001907349rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvOBH5SWcT12bW6052T5UBLa8N9dI9tN { color:#ffffff;display:block;width:52.625rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.875rem;left:11.186718940735rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ANU1BfxmTfNiqrHyTDvLyQUNpN0dstyt { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:11.624999821186rem;left:3.875rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frSIfRBoSDLlecnZez6C9s9KkLTZfTli { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:18.625rem;left:3.875rem;height:4.725rem;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;display:block; }
#Ac4VllTGRTlT3UOQ0hwN6MdqARdTHyIT { box-sizing:content-box;height:31.3125rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:#15649e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:1.375rem;display:block; }
#zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:24.6875rem;left:3.875rem;height:13.1625rem;text-align:left;text-align-last:left;display:block; }#zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 li:before{  }
#T2hbd8REW1KfN7JzsdksWIarTdd9QiLc { box-sizing:content-box;height:0.1875rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.175000011921rem;left:3.875rem;display:block; }
#kpQi7dKuA9RiI2kReJfd0sev5Hd8awsz { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1;letter-spacing:0;top:11.625rem;left:40.75rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnVx7fwC1RkwK9vSx25eBv7mTTN9VDfK { box-sizing:content-box;height:0.1875rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:40.75rem;display:block; }
#TzqpGVZEmTnwiPGsOTlEMACbPRBtycVh { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:18.625rem;left:40.750000953674rem;height:4.725rem;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;display:block; }
#m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:24.6875rem;left:40.750000953674rem;height:13.05rem;text-align:left;text-align-last:left;display:block; }#m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa li:before{  }
#BIPw2fNtNaSCrlMfyqvJytue94CLXNJT { box-sizing:content-box;height:31.3125rem;width:35.5rem;position:absolute;display:block;z-index:15008;background-color:#15649e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:38.250000953674rem;display:block; }
#y5vTw3LZRG3905RgVok9UdfxcsiGh7Cu { background-color:#479dd4;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"quattrocento sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.650783538818rem;left:29.812500953674rem;display:block; }
#rQ2nPMiMvnDTWrPMPTSnanWQWihI2I1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWd7qbP921CCTWFK4D09iRWMwUOT2uCq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"quattrocento sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:15.525001525879rem;left:3.875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#Iei2kQU7uWfKlndyZtfmR3XexyDSPo5L { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:"quattrocento sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:15.52499961853rem;left:40.750000953674rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1ed;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; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container { background-color: transparent; background-image: none; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container > .video-iframe-container { display: none; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row > .video-iframe-container { display: none; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .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); }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container { border-width: 0; border-radius: 0; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#VtpGTgbOaPJBGQkkGlBvn7x80CsQSHU3 { color:rgba(107,107,107,0.15);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5421829223631rem;left:8.339062690735rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEWBnMyC8Cy9OFMqwPLzgy0PFhvqTPvk { color:#000000;display:block;width:75rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.2734375rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBUxCvi6RvRtHfAtwn1QfT11trE21Ell { color:#000000;display:block;width:9.25rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:13.1484375rem;left:7.495312690735rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgkvvtoacXTIulV3vZxuuVZoAnJObt6R { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:17.65625rem;left:3.55859375rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#IKQDecGWnyp3dGdCSfK7NGpTy2nKO6iV { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:13.1484375rem;left:31.468750953674rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwVqMEVugE6MN1mPoRDMMuA9ddX7oLdD { color:rgba(107,107,107,0.15);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:34.125000953674rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Henbcp6nWIpWKNkteOC3uKC0PuZpTbW8 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:17.6875rem;left:28.937500953674rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#L5qabz6fgzwFx45zgbHQbzHOM3OzNgzy { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:13.1484375rem;left:57.187500953674rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLp2OmL9pV83zPeb412bIgEXQeDfgXUa { color:rgba(107,107,107,0.15);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:58.750000953674rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwVrH6D6A93MshZAP5bFZeHWohcXZHt1 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:17.6875rem;left:53.937500953674rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#kCItv8GC1QybLaaNApc7VVIsyDsVCaum { background-color:#479dd4;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"quattrocento sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:25.337493896484rem;left:26.468750953674rem;display:block; }
#zRBCt5TJC9FdlCCymkQBe6MesnskugVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV { position:relative;display:block; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV { background-color: transparent; background-image: none; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row .container > .video-iframe-container { display: none; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row > .video-iframe-container { display: none; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .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); }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV { border-width: 0; border-radius: 0; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .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; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bLgNCod1a6Udfid4UfBvzS4wxLPm6Ced { box-sizing:content-box;height:0.4375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#0c568b;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.298431396484rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aWHKGvWxFPGfwhQbqKdKZFcx0dyOzbfP { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:8.5rem;left:24.062500953674rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XoAqR9sbxxzNiiTMzOhgTTV32N2hWL1N { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:15.499992370606rem;left:24.062500953674rem;height:14.175rem;text-align:left;text-align-last:left;display:block; }
#Xn5F85AUimTOGV2nqmM6tH3BwggJfD7P { background-color:#479dd4;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"quattrocento sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.937492370606rem;left:24.062500953674rem;display:block; }
#rCiTwrvJe51sICzet8A2QD4ODrro6Ls5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CLNEdZnRg9TugtBIXq4TvlAE0ATgu0r8 { 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:39rem;width:18.5625rem;top:2.9375rem;left:3.4204545021057rem;overflow:hidden;display:block; }
#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf1ed;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; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container { background-color: transparent; background-image: none; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container > .video-iframe-container { display: none; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row > .video-iframe-container { display: none; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .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); }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container { border-width: 0; border-radius: 0; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#xJQbg7v47fzXQErV9ZBMsd71PWWQ6OsE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3ikHkGWp4cpttDrZu9Qfec85tqJRfTe { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:6.875rem;left:11.186718940735rem;height:3.15rem;text-align:center;text-align-last:center;display:block; }
#wlA96b7a9HsHsaGofSiDFFBT8tsqEE1I { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:15.4375rem;left:4.34375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZvKZBNxfMqLcblZXzudwOpipaLP7SkN { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:20rem;left:3.09375rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#DaNBz7UPAgBHIE5ZemcGZUmKGQsHwLEm { color:#000000;display:block;width:20.5rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:20rem;left:27.250000953674rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#EO7NWJtkJ9xFiXgfTV1TIrik5ffAvwR7 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:15.4375rem;left:29.625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHHiM2lGsFN0MKxAMhGg9El7dpKnUuMk { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:20rem;left:53.812500953674rem;height:4.725rem;text-align:center;text-align-last:center;display:block; }
#KnxPT9pbNqR8marZafysoqUBIA1RxDwW { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"pt serif";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:15.4375rem;left:54.1875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNxzbyRHuFTwVUDLH2U5rrS9aOz8ObZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.4375rem;left:10.936718940735rem; }
#Mmk3LSW29MXH6kMLUqhZZT9FfTPrIbw1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:11.71875rem;left:36.500000953674rem; }
#B4kuaRKzNWbKnJH5KZSKQpobcrqSRvk1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.6875rem;left:61.187500953674rem; }
#nBVcasrtl4irAPeqT33rF1oZ4sGNCDEX { background-color:#479dd4;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"quattrocento sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.375rem;left:26.562500953674rem;display:block; }
#rv5MZfZ6ckAZ0GkyEtSLvavxWbpk7n5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b { 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; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container { background-color: transparent; background-image: none; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container > .video-iframe-container { display: none; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row > .video-iframe-container { display: none; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .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); }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container { border-width: 0; border-radius: 0; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#uJRA9uicep2omp26GLkMlP3492DMlhX2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:11.4375rem;left:1.3125rem;overflow:hidden;display:block; }
#J1poNnsQiBypTBMg6pX4ZCT8FFn7r2fH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:4.1750001907349rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sb2rmMOJbJrcFdhA9T5Iem0u2gbTpSxl { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.112500190735rem;left:11.186718940735rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#x6ELX3JMTF7PUTOwCZuHuT7p3G2Cp1W5 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:14rem;left:2.375rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#XG88ic7amp5MeduIFrnX2NvxTO1XxG13 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:23.375000476837rem;left:2.375rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#SRoApwFPse2FbTil4XTkykV2HiMQ26rS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:11.4375rem;left:27.5625rem;overflow:hidden;display:block; }
#bhWULgvWm2uDiLV4MEH4Ee0s9npNRdFC { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:14rem;left:28.625rem;height:14.175rem;text-align:left;text-align-last:left;display:block; }
#l1xaZq05AuBL4TgkalkbfykFkXWWmzJz { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:31.5rem;left:28.625000953674rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#yyurBPWQgBp48PtGRZrarJwIS4V3nddG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.8125rem;top:11.4375rem;left:53.4375rem;overflow:hidden;display:block; }
#iBQ0wSxgBKkHXQq3xCguN8RkrTZmqn5G { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14rem;left:54.5rem;height:6.3rem;text-align:left;text-align-last:left;display:block; }
#Z5WTublSVxCKZ3brqgEMkCBtZcMb9Bha { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:24.162494659424rem;left:54.500000953674rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c568b;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; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { background-color: transparent; background-image: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container > .video-iframe-container { display: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row > .video-iframe-container { display: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .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); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { border-width: 0; border-radius: 0; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#vh5yRkKVZtfEhtqO4Gh2HuJeaMtABGCS { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"pt serif";font-size:2rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.25rem;left:6.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzkzD4Rrw0SlFyNvDgCTcTvQpcLimLa4 { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:4.8125rem;left:6.1875rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#EUEczfyKvIFVBOyRKMpm84aRiIhBzMlU { background-color:#479dd4;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"quattrocento sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3.375rem;left:49.599999427796rem;display:block; }
#CGUpxS9aEZXHINwSdEHv0C4bniBfEbII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T { 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; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { background-color: transparent; background-image: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .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); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { border-width: 0; border-radius: 0; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#gBokPvXR2iZxmB5BTGraZCzkXVFTmJd8 { position:absolute;display:block;z-index:15005;background-color:#0c538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:18rem;left:60.375000953674rem;display:block; }
#Ju4KnA5W7UhHHn5NRa4DpgBfWogtbMeA { position:absolute;display:block;z-index:15007;background-color:#0c538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:18rem;left:64.250000953675rem;display:block; }
#pladJeax3phJpSy05r1xFpCKlOxpgJ8D { color:#0f0f0f;display:block;width:16.1875rem;position:absolute;font-family:"quattrocento sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.8054695129394rem;left:54.925004005432rem;height:1.225rem;font-style:normal;display:block; }
#wDF3H9vk3i5I2g7URovQ2NPUKakmEFDz { color:#0f0f0f;display:block;width:22.625rem;position:absolute;font-family:"quattrocento sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.5rem;left:0rem;height:1.225rem;font-style:normal;display:block; }
#mvMgbpgT7mtIvLqqezTDWDz6WlvgMWHv { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:39.1875rem;top:12.875rem;left:35.625000953674rem;display:block; }
#O6fa7XLxxOXXr5cqF9KTwzC8wftVquWX { color:#0f0f0f;display:block;width:12.25rem;position:absolute;font-family:"quattrocento sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.8054695129394rem;left:37.687500953674rem;height:1.225rem;font-style:normal;display:block; }
#U07b9NSdyJ1T9I8hnTyhXA9AhTe1daH4 { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:12.875rem;left:0rem;display:block; }
#SrbHECVTIqqPHWHgN59ql5thv7dh3MM8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.25rem;left:0rem; }
#gahNxZPKD2ZFDdW20LmDuXXCET3fVslQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.25rem;left:4.25rem; }
#hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.8125rem;left:61.187500953674rem; }
#hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#UgxT3SASM8ht2v0F4OJkfGC0hFKNN3XF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.967969894409rem;left:72.906250953675rem; }
#snUle4IKm4VzJ9KT7ih4PrM3XdTfbT1Q { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:8.48046875rem;left:0rem;height:3.15rem;text-align:left;text-align-last:left;display:block; }
#k0HflGsmOZmVhk6nrlQdoRRFZOX00En3 { 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:6.8125rem;width:10.5625rem;top:1.2250003814698rem;left:0rem;overflow:hidden;display:block; }
#bHd0TXrLnRb5vkJcoTDWFA6L9MhOMXeg { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:5.63671875rem;left:35.625000953674rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#PGoUizheSiJXRD9vTVyaRczkTnDZ7HsV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.86171913147rem;left:8.999218940735rem; }
#VsyrcRmg5QqzR3ZMauCqiTHi2nFDsmqS { position:absolute;display:block;z-index:15004;background-color:#0c538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:18rem;left:68rem;display:block; }
#KTGr8xNNf3NdZ9u3OFL2sTS810fS0MZy { position:absolute;display:block;z-index:15005;background-color:#0c538b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:18rem;left:71.9375rem;display:block; }
#fAEt4JAvwDzWtoh5o9Vc85DtQXETkr5o { color:#0f0f0f;display:block;width:12.5625rem;position:absolute;font-family:"quattrocento sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:15.573455810547rem;left:60.375000953674rem;height:1.225rem;font-style:normal;display:block; }
#oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.874219894409rem;left:68.875000953675rem; }
#oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.624237060547rem;left:64.875000953675rem; }
#bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#mN4QiZBagq0zvLhD62ZmV6Uu8Vw6qTBo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.7992248535156rem;left:35.937500953674rem; }
#B48fyLPqkvzWFBpyZh64EQb8MFgyTq5c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.8429698944094rem;left:53.487500190735rem; }
#PZLkBWbEn5ZgOyln5og2gnqESCFG0Dux { color:#000000;display:block;width:10rem;position:absolute;font-family:"quattrocento sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:19rem;left:31rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#cgIdVPtbfXmW0PZG0kW2ERTwpmZRFePq { 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.6875rem;width:3.125rem;top:18.5rem;left:40.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zta17vlKHwmarglsETci21J2Jg20XmG1 { display:block; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpDqG6t7mgqI9N6VdGvVOxbeCzdX56Fg { top:0.625rem;left:0rem;width:13.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAQAelOr0niOfIh4JrcJlVdefL1NAdPW { top:13.875rem;left:0rem;width:32.75rem;height:9.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGZvZrrAlUzrkDkzMgs2IhGePMHAZTcu { top:24.25rem;left:0rem;width:28.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv07fZ4KaxwTlJOs2RzZwGAxtWbb3pVT { top:0rem;left:8.75rem;width:39rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-regular-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-textarea { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-select { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-button { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-checkbox-label { width:22.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8  { width:23.8125rem;height:auto;top:12.4375rem;left:21.4375rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .radio-container { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 {display:block;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 { width:23.8125rem;height:auto;top:12.4375rem;left:21.4375rem; }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #SV4CDTlDNcQUI5GDGaymgfyQaBPZpX9U {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #DpbmPRdPfDiMS6GTWx9qicvbxo8pCai4 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #tenIgg41Bu6vpnzihtfG9TxVf0RWetCD {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #AQXJna0w5WzksvlJ84KxIfn3fl9rMRC5 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #e5EsFXGO4qZsAbm5FK3STeMQL0dSeBTG {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #xuasWNpCRmX6A3VIk67RSyNI9o7OG3hE {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #zKPl8ZdVmRxsTAXASvltzzINoD5BKwKT {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #GLrI05qZ3xRLdAJ2qRk977ZRZq0LbDmg {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #oVQLE4VglCxLov8AJwF6nFnWIPvMJGOO {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #MLeHMGQLpq6pfiO29rkq85bMtZ0r12u2 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #t13xnGEUEdtfiRsXlX0nXFGFXfxbUTx2 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #rnbAKplxSSx8r354uZpFDLbQJOF9K0Tv {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #IQueyruRtciH7OPE3bfxGbQHaDAX3DOV {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #gNaTAVoHl33NSTGa9l3afwEpQFvJ3QOH {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #ZkWE8Ah57plCJwQ0seT5avtcXZPv90st {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #bDRdTzfCKo8TRdAoMVoOqOgeLpDV82Br {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #HTEnlvQsJE4FlvTG2UMlTGCB52Rqrxr2 {  }
 }@media only screen and (max-width: 763px) { #IbTbpPsDMFD9lpfCfyc1yPA3Cbp7XUna { top:1.4375rem;left:24.125rem;width:23.625rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2cBFgP3fu9N4vHQvFduhfDmMBKJthTM { top:7.8125rem;left:18.8125rem;width:28.9375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSMNuVwhUW8Z7Cqc2pTnlXF5UtEGZ6T0 { top:6.3125rem;left:27.681248664856rem;width:7.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNlWC0zT6R7SNe9nxT1yVRH3KePmE4E5 { width:19rem;height:3.4375rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ghecxMaDiqfaQX4sVKU1nDltb82WTO { display:block; }
 }@media only screen and (max-width: 763px) { #i1DznMATdXlBTqSWwK3f8uHf4bLrzATO { top:9.875rem;left:15.125000953674rem;width:18.8125rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3e6LRJ8nxp7qArur05OlNATRglzFgeG { width:10.125rem;height:3.3125rem;top:29.125rem;left:5.9367189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCDURAn1EcoONrEpFCXQSRZ7x07VM7WD { display:block; }
 }@media only screen and (max-width: 763px) { #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTvaxKECL5d6v4vfXGpMKGDbJ2kSWlO { top:3rem;left:0rem;width:47.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxD3hK2CXOTgkBetI6Af98yh89O7F5ew { top:6.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox { display:block; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hir63n2Wh8BPcsSfs0ftTbFxsFMIg5Ce { top:2.9375rem;left:0rem;width:13rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCPhAxx3HPHbAwVzSA0yPwqPT1sG85s { top:1.9375rem;left:15.875rem;width:13rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTO2mNpds107WJIefy6TeyR480LgCTUB { top:1.9375rem;left:31.75rem;width:13rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0XfLrv4dlKFHezTLeX1dIHT6enWrXO { top:8.5625rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md257pTauxk3m2H2TsmvfRNOiHBmIRuv { top:13.0625rem;left:0rem;width:17.125rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMuLGomxHedJdxyqTdU42SzxJL7QtzsK { top:13.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTSK77a8G744cTR5MAcSdliKxMAktR4 { top:17.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU7OZ35u1CaXXP2uDyy4c3UUiD8T741h { top:21.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrSqyJqprVUFebF22ebzufotcJ3p0Oq { top:24.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qK1WEx6v0BuvGarJgqPVdm9gzrM9wL { top:12.0625rem;left:11.3125rem;width:20.4375rem;height:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIfmZmUNOqSLoIVgMZUuHvw7NkBhBXZN { top:7.625rem;left:15.1875rem;width:16.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXroDV1WA757XpAoGTOdFHK6RDK6BnR { top:12.125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APN55b4HAkJzAC1nRTvh8UbuXOTsfILZ { top:16.9375rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMflPARii60ex9ERnnrcKDowXk0h5ITg { top:20.0625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEX7OsNsPvHS3EJ3DcmRuaLqbwxNm654 { top:23.1875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQpfH2AwkNJPMi5NA7bskC2tpHS74b0r { top:12.0625rem;left:29.375rem;width:18.25rem;height:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTapKUFeD44VuZa7iDNpM1yQMOJiKUJu { top:7.5625rem;left:27.1875rem;width:20.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuUiX3Zuk64mT2W9CQoK9J9wVJGqb4b { top:12.0625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQaHuOulDVdMGfZmNewnAwGp6P0RCo2F { top:16.875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbkmbDToU5508N0Tqr19KaaEZsiIAtkq { top:20.0625rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9JoWUpwtWC5EhoP4uUFGBxukJrDmpL7 { top:23.1875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrS3ItTDIdTto5PTsTi2GHoMPBRK21t { top:7.3125rem;left:0rem;width:7.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxU5b8K4L2Mq2FHxQGObmcQ7ZlggtFMH { top:6.3125rem;left:15.875rem;width:7.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUQwf8q9er64J8FGTwVlhRy0hJSXg1n { top:6.3125rem;left:31.75rem;width:7.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl { display:block; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFGX1ATEZIgMmockbnxSBBVuFgW91cHL { top:3rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvOBH5SWcT12bW6052T5UBLa8N9dI9tN { top:5.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANU1BfxmTfNiqrHyTDvLyQUNpN0dstyt { top:11.5625rem;left:0rem;width:19.75rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frSIfRBoSDLlecnZez6C9s9KkLTZfTli { top:18.625rem;left:0rem;width:30.4375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac4VllTGRTlT3UOQ0hwN6MdqARdTHyIT { top:9.3125rem;left:0rem;width:35.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 { top:24.6875rem;left:0rem;width:30.4375rem;height:13.125rem;font-size:1.125rem;display:block; }#zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 li:before{  }
 }@media only screen and (max-width: 763px) { #T2hbd8REW1KfN7JzsdksWIarTdd9QiLc { top:14.125rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpQi7dKuA9RiI2kReJfd0sev5Hd8awsz { top:11.625rem;left:23.875rem;width:19.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnVx7fwC1RkwK9vSx25eBv7mTTN9VDfK { top:14.1875rem;left:23.875rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqpGVZEmTnwiPGsOTlEMACbPRBtycVh { top:18.625rem;left:17.3125rem;width:30.4375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa { top:24.6875rem;left:17.3125rem;width:30.4375rem;height:;font-size:1.125rem;display:block; }#m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa li:before{  }
 }@media only screen and (max-width: 763px) { #BIPw2fNtNaSCrlMfyqvJytue94CLXNJT { top:9.3125rem;left:12.25rem;width:35.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vTw3LZRG3905RgVok9UdfxcsiGh7Cu { width:15.375rem;height:3.4375rem;top:43.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ2nPMiMvnDTWrPMPTSnanWQWihI2I1S { display:block; }
 }@media only screen and (max-width: 763px) { #IWd7qbP921CCTWFK4D09iRWMwUOT2uCq { top:15.5rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iei2kQU7uWfKlndyZtfmR3XexyDSPo5L { top:15.5rem;left:23.875rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z { display:block; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtpGTgbOaPJBGQkkGlBvn7x80CsQSHU3 { width:7.5625rem;height:7.6875rem;top:7.5rem;left:3.7765626907349rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEWBnMyC8Cy9OFMqwPLzgy0PFhvqTPvk { top:4.25rem;left:0rem;width:47.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBUxCvi6RvRtHfAtwn1QfT11trE21Ell { top:13.125rem;left:2.9328126907349rem;width:9.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgkvvtoacXTIulV3vZxuuVZoAnJObt6R { top:17.625rem;left:0rem;width:17.125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQDecGWnyp3dGdCSfK7NGpTy2nKO6iV { top:13.125rem;left:17.781250953674rem;width:12.875rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwVqMEVugE6MN1mPoRDMMuA9ddX7oLdD { width:7.5625rem;height:7.6875rem;top:7.5625rem;left:20.437500953674rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Henbcp6nWIpWKNkteOC3uKC0PuZpTbW8 { top:17.6875rem;left:14.625rem;width:17.125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5qabz6fgzwFx45zgbHQbzHOM3OzNgzy { top:13.125rem;left:34.375000953674rem;width:10.625rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLp2OmL9pV83zPeb412bIgEXQeDfgXUa { width:7.5625rem;height:7.6875rem;top:7.5625rem;left:35.937500953674rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwVrH6D6A93MshZAP5bFZeHWohcXZHt1 { top:17.6875rem;left:30.5rem;width:17.125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCItv8GC1QybLaaNApc7VVIsyDsVCaum { width:22.0625rem;height:3.4375rem;top:25.3125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRBCt5TJC9FdlCCymkQBe6MesnskugVE { display:block; }
 }@media only screen and (max-width: 763px) { #AMsWoTk7dbZhyHgbITOihbX9al4LgZbV { display:block; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLgNCod1a6Udfid4UfBvzS4wxLPm6Ced { top:13.25rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWHKGvWxFPGfwhQbqKdKZFcx0dyOzbfP { top:8.5rem;left:10.25rem;width:37.5rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoAqR9sbxxzNiiTMzOhgTTV32N2hWL1N { top:15.4375rem;left:2.375rem;width:45.375rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5F85AUimTOGV2nqmM6tH3BwggJfD7P { width:17.1875rem;height:3.4375rem;top:30.875rem;left:10.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiTwrvJe51sICzet8A2QD4ODrro6Ls5 { display:block; }
 }@media only screen and (max-width: 763px) { #CLNEdZnRg9TugtBIXq4TvlAE0ATgu0r8 { top:2.9375rem;left:0rem;width:18.5625rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc { display:block; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJQbg7v47fzXQErV9ZBMsd71PWWQ6OsE { top:3.125rem;left:0rem;width:47.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ikHkGWp4cpttDrZu9Qfec85tqJRfTe { top:6.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlA96b7a9HsHsaGofSiDFFBT8tsqEE1I { top:15.4375rem;left:0rem;width:16.3125rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZvKZBNxfMqLcblZXzudwOpipaLP7SkN { top:20rem;left:0rem;width:18.8125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaNBz7UPAgBHIE5ZemcGZUmKGQsHwLEm { top:20rem;left:11.25rem;width:20.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7NWJtkJ9xFiXgfTV1TIrik5ffAvwR7 { top:15.4375rem;left:15.4375rem;width:16.3125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHiM2lGsFN0MKxAMhGg9El7dpKnUuMk { top:20rem;left:30.25rem;width:17.375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnxPT9pbNqR8marZafysoqUBIA1RxDwW { top:15.4375rem;left:31.3125rem;width:16.3125rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxzbyRHuFTwVUDLH2U5rrS9aOz8ObZS { top:11.4375rem;left:6.374218940735rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmk3LSW29MXH6kMLUqhZZT9FfTPrIbw1 { top:11.6875rem;left:22.812500953674rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4kuaRKzNWbKnJH5KZSKQpobcrqSRvk1 { top:11.6875rem;left:38.375000953674rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBVcasrtl4irAPeqT33rF1oZ4sGNCDEX { width:21.875rem;height:3.4375rem;top:30.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5MZfZ6ckAZ0GkyEtSLvavxWbpk7n5V { display:block; }
 }@media only screen and (max-width: 763px) { #r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b { display:block; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJRA9uicep2omp26GLkMlP3492DMlhX2 { width:2.8125rem;height:2rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1poNnsQiBypTBMg6pX4ZCT8FFn7r2fH { top:4.125rem;left:0rem;width:47.75rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb2rmMOJbJrcFdhA9T5Iem0u2gbTpSxl { top:7.0625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ELX3JMTF7PUTOwCZuHuT7p3G2Cp1W5 { top:14rem;left:0rem;width:18.8125rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG88ic7amp5MeduIFrnX2NvxTO1XxG13 { top:23.375rem;left:0rem;width:18.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoApwFPse2FbTil4XTkykV2HiMQ26rS { width:2.8125rem;height:2rem;top:11.4375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhWULgvWm2uDiLV4MEH4Ee0s9npNRdFC { top:14rem;left:15.000000953674rem;width:18.8125rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xaZq05AuBL4TgkalkbfykFkXWWmzJz { top:31.5rem;left:15.000000953674rem;width:18.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyurBPWQgBp48PtGRZrarJwIS4V3nddG { width:2.8125rem;height:2rem;top:11.4375rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQ0wSxgBKkHXQq3xCguN8RkrTZmqn5G { top:14rem;left:28.9375rem;width:18.8125rem;height:7.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WTublSVxCKZ3brqgEMkCBtZcMb9Bha { top:24.125rem;left:28.9375rem;width:18.8125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 { display:block; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh5yRkKVZtfEhtqO4Gh2HuJeaMtABGCS { top:2.25rem;left:0rem;width:37.5rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzkzD4Rrw0SlFyNvDgCTcTvQpcLimLa4 { top:4.8125rem;left:0rem;width:40.1875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUEczfyKvIFVBOyRKMpm84aRiIhBzMlU { width:18.625rem;height:3.4375rem;top:3.375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUpxS9aEZXHINwSdEHv0C4bniBfEbII { display:block; }
 }@media only screen and (max-width: 763px) { #PcdrS8T8Omb3266RtgguxLWDdmLNBu9T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { background-color: transparent; background-image: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .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); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { border-width: 0; border-radius: 0; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBokPvXR2iZxmB5BTGraZCzkXVFTmJd8 { top:18rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4KnA5W7UhHHn5NRa4DpgBfWogtbMeA { top:18rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #pladJeax3phJpSy05r1xFpCKlOxpgJ8D { top:8.75rem;left:31.5625rem;width:16.1875rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #wDF3H9vk3i5I2g7URovQ2NPUKakmEFDz { top:15.5rem;left:0rem;width:22.625rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #mvMgbpgT7mtIvLqqezTDWDz6WlvgMWHv { top:12.875rem;left:8.5625rem;width:39.1875rem;height:0.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O6fa7XLxxOXXr5cqF9KTwzC8wftVquWX { top:8.75rem;left:24.062500953674rem;width:12.25rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #U07b9NSdyJ1T9I8hnTyhXA9AhTe1daH4 { top:12.875rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SrbHECVTIqqPHWHgN59ql5thv7dh3MM8 { top:18.25rem;left:0rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #gahNxZPKD2ZFDdW20LmDuXXCET3fVslQ { top:18.25rem;left:0rem;width:3.125rem;height:3.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w { top:18.8125rem;left:46.375rem;width:1.375rem;height:1.375rem;color:#5d92ff;display:block; }
#hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #UgxT3SASM8ht2v0F4OJkfGC0hFKNN3XF { top:18.9375rem;left:46.625rem;width:1.125rem;height:1.125rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #snUle4IKm4VzJ9KT7ih4PrM3XdTfbT1Q { top:8.4375rem;left:0rem;width:22.9375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0HflGsmOZmVhk6nrlQdoRRFZOX00En3 { top:1.1875rem;left:0rem;width:10.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHd0TXrLnRb5vkJcoTDWFA6L9MhOMXeg { top:5.625rem;left:22.000000953674rem;width:22.9375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoUizheSiJXRD9vTVyaRczkTnDZ7HsV { top:18.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsyrcRmg5QqzR3ZMauCqiTHi2nFDsmqS { top:18rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #KTGr8xNNf3NdZ9u3OFL2sTS810fS0MZy { top:18rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #fAEt4JAvwDzWtoh5o9Vc85DtQXETkr5o { top:15.5625rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r { top:18.8125rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
#oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt { top:18.5625rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #mN4QiZBagq0zvLhD62ZmV6Uu8Vw6qTBo { top:8.75rem;left:22.312500953674rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48fyLPqkvzWFBpyZh64EQb8MFgyTq5c { top:8.8125rem;left:39.862500190735rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZLkBWbEn5ZgOyln5og2gnqESCFG0Dux { top:19rem;left:17.375rem;width:10rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIdVPtbfXmW0PZG0kW2ERTwpmZRFePq { top:18.5rem;left:27.25rem;width:3.125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zta17vlKHwmarglsETci21J2Jg20XmG1 { display:block; }#Zta17vlKHwmarglsETci21J2Jg20XmG1 > .row .container { width:20rem;height:107.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpDqG6t7mgqI9N6VdGvVOxbeCzdX56Fg { width:13.6875rem;height:8.9375rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAQAelOr0niOfIh4JrcJlVdefL1NAdPW { width:20rem;height:6.6rem;top:11.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGZvZrrAlUzrkDkzMgs2IhGePMHAZTcu { width:20rem;height:3.0875rem;top:19.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lv07fZ4KaxwTlJOs2RzZwGAxtWbb3pVT { width:20rem;height:73.3125rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8  { width:17.5rem;height:auto;top:43.228126525879rem;left:0rem; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 {display:block;}#qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 { width:17.5rem;height:auto;top:49.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #SV4CDTlDNcQUI5GDGaymgfyQaBPZpX9U {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #DpbmPRdPfDiMS6GTWx9qicvbxo8pCai4 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #tenIgg41Bu6vpnzihtfG9TxVf0RWetCD {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #AQXJna0w5WzksvlJ84KxIfn3fl9rMRC5 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #e5EsFXGO4qZsAbm5FK3STeMQL0dSeBTG {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #xuasWNpCRmX6A3VIk67RSyNI9o7OG3hE {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #zKPl8ZdVmRxsTAXASvltzzINoD5BKwKT {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #GLrI05qZ3xRLdAJ2qRk977ZRZq0LbDmg {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #oVQLE4VglCxLov8AJwF6nFnWIPvMJGOO {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #MLeHMGQLpq6pfiO29rkq85bMtZ0r12u2 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #t13xnGEUEdtfiRsXlX0nXFGFXfxbUTx2 {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #rnbAKplxSSx8r354uZpFDLbQJOF9K0Tv {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #IQueyruRtciH7OPE3bfxGbQHaDAX3DOV {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #gNaTAVoHl33NSTGa9l3afwEpQFvJ3QOH {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #ZkWE8Ah57plCJwQ0seT5avtcXZPv90st {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #bDRdTzfCKo8TRdAoMVoOqOgeLpDV82Br {  }
 }@media only screen and (max-width: 763px) { #qhhI5A0KBXTeVm49FEBAUcI0RDShh7B8 #HTEnlvQsJE4FlvTG2UMlTGCB52Rqrxr2 {  }
 }@media only screen and (max-width: 763px) { #IbTbpPsDMFD9lpfCfyc1yPA3Cbp7XUna { width:20rem;height:6.6rem;top:35.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2cBFgP3fu9N4vHQvFduhfDmMBKJthTM { width:18.5625rem;height:5.525rem;top:43.625rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSMNuVwhUW8Z7Cqc2pTnlXF5UtEGZ6T0 { width:7.9375rem;height:0.125rem;top:42.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNlWC0zT6R7SNe9nxT1yVRH3KePmE4E5 { width:19rem;height:3.4375rem;top:23.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ghecxMaDiqfaQX4sVKU1nDltb82WTO { display:block; }
 }@media only screen and (max-width: 763px) { #i1DznMATdXlBTqSWwK3f8uHf4bLrzATO { width:20rem;height:31.428125rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3e6LRJ8nxp7qArur05OlNATRglzFgeG { width:19rem;height:3.4375rem;top:27.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCDURAn1EcoONrEpFCXQSRZ7x07VM7WD { display:block; }
 }@media only screen and (max-width: 763px) { #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { background-color:#ffffff;background-image:none;display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { background-color: transparent; background-image: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .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); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVTvaxKECL5d6v4vfXGpMKGDbJ2kSWlO { width:20rem;height:6rem;top:1.6867132186889rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxD3hK2CXOTgkBetI6Af98yh89O7F5ew { width:20rem;height:11.025rem;top:8.3750009536744rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox { display:block; }#FJsKDLTorGsJef6c0dsnyJEZXl9LW7Ox > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hir63n2Wh8BPcsSfs0ftTbFxsFMIg5Ce { width:13rem;height:3.125rem;top:1.375rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQCPhAxx3HPHbAwVzSA0yPwqPT1sG85s { width:13rem;height:3.125rem;top:26.8125rem;left:1.2500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTO2mNpds107WJIefy6TeyR480LgCTUB { width:13rem;height:3.125rem;top:54.012500762939rem;left:1.2500000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0XfLrv4dlKFHezTLeX1dIHT6enWrXO { width:17.3125rem;height:4.725rem;top:5.8125rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md257pTauxk3m2H2TsmvfRNOiHBmIRuv { width:15.9375rem;height:12.6rem;top:11.5rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMuLGomxHedJdxyqTdU42SzxJL7QtzsK { display:flex;width:1.25rem;height:1.25rem;top:11.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CKTSK77a8G744cTR5MAcSdliKxMAktR4 { display:flex;width:1.25rem;height:1.25rem;top:16.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #EU7OZ35u1CaXXP2uDyy4c3UUiD8T741h { display:flex;width:1.25rem;height:1.25rem;top:19.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #XCrSqyJqprVUFebF22ebzufotcJ3p0Oq { display:flex;width:1.25rem;height:1.25rem;top:22.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #p8qK1WEx6v0BuvGarJgqPVdm9gzrM9wL { width:15.4375rem;height:15.75rem;top:35.3125rem;left:3.1250000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIfmZmUNOqSLoIVgMZUuHvw7NkBhBXZN { width:16.5625rem;height:3.15rem;top:31.5rem;left:1.1242187619209rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfXroDV1WA757XpAoGTOdFHK6RDK6BnR { display:flex;width:1.25rem;height:1.25rem;top:35.5rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #APN55b4HAkJzAC1nRTvh8UbuXOTsfILZ { display:flex;width:1.25rem;height:1.25rem;top:40.1875rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #CMflPARii60ex9ERnnrcKDowXk0h5ITg { display:flex;width:1.25rem;height:1.25rem;top:44.75rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #XEX7OsNsPvHS3EJ3DcmRuaLqbwxNm654 { display:flex;width:1.25rem;height:1.25rem;top:49.612499237061rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #rQpfH2AwkNJPMi5NA7bskC2tpHS74b0r { width:16.625rem;height:14.175rem;top:64rem;left:2.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTapKUFeD44VuZa7iDNpM1yQMOJiKUJu { width:17.375rem;height:4.725rem;top:58.637500762939rem;left:1.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTuUiX3Zuk64mT2W9CQoK9J9wVJGqb4b { display:flex;width:1.25rem;height:1.25rem;top:64.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #tQaHuOulDVdMGfZmNewnAwGp6P0RCo2F { display:flex;width:1.25rem;height:1.25rem;top:68.8125rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #KbkmbDToU5508N0Tqr19KaaEZsiIAtkq { display:flex;width:1.25rem;height:1.25rem;top:71.875rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #U9JoWUpwtWC5EhoP4uUFGBxukJrDmpL7 { display:flex;width:1.25rem;height:1.25rem;top:76.600000381469rem;left:1.1242187619209rem; }
 }@media only screen and (max-width: 763px) { #QyrS3ItTDIdTto5PTsTi2GHoMPBRK21t { width:7.9375rem;height:0.125rem;top:5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxU5b8K4L2Mq2FHxQGObmcQ7ZlggtFMH { width:7.9375rem;height:0.125rem;top:30.8125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUQwf8q9er64J8FGTwVlhRy0hJSXg1n { width:7.9375rem;height:0.125rem;top:57.825000286103rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl { display:block; }#hHcJu32z4bBz8NzTVwZ7kVIIDrvT82kl > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFGX1ATEZIgMmockbnxSBBVuFgW91cHL { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvOBH5SWcT12bW6052T5UBLa8N9dI9tN { width:20rem;height:4.725rem;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANU1BfxmTfNiqrHyTDvLyQUNpN0dstyt { width:16.9375rem;height:3.125rem;top:15.475000560284rem;left:1.5312500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frSIfRBoSDLlecnZez6C9s9KkLTZfTli { width:20rem;height:6.3rem;top:23rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ac4VllTGRTlT3UOQ0hwN6MdqARdTHyIT { width:20rem;height:35.875rem;top:14.474998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 { width:18.375rem;height:18.1125rem;top:30.5625rem;left:0.8125rem;font-size:1.125rem;display:block; }#zTMGauWBS2Fs8yddFLdhVUgZNlIJTDo2 li:before{  }
 }@media only screen and (max-width: 763px) { #T2hbd8REW1KfN7JzsdksWIarTdd9QiLc { width:12.5rem;height:0.1875rem;top:19.337503051758rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpQi7dKuA9RiI2kReJfd0sev5Hd8awsz { width:19.75rem;height:1.5625rem;top:55.375rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnVx7fwC1RkwK9vSx25eBv7mTTN9VDfK { width:12.5rem;height:0.1875rem;top:57.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqpGVZEmTnwiPGsOTlEMACbPRBtycVh { width:20rem;height:6.3rem;top:61.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa { width:18.25rem;height:20.475rem;top:69.3125rem;left:0.875rem;font-size:1.125rem;display:block; }#m5sRtTK4NpA3NSenZB1Kd7FwOR7dwTAa li:before{  }
 }@media only screen and (max-width: 763px) { #BIPw2fNtNaSCrlMfyqvJytue94CLXNJT { width:20rem;height:39.0625rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vTw3LZRG3905RgVok9UdfxcsiGh7Cu { width:15.375rem;height:3.4375rem;top:94.62500190735rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ2nPMiMvnDTWrPMPTSnanWQWihI2I1S { display:block; }
 }@media only screen and (max-width: 763px) { #IWd7qbP921CCTWFK4D09iRWMwUOT2uCq { width:16.5625rem;height:1.75rem;top:20.624218940735rem;left:1.7187500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iei2kQU7uWfKlndyZtfmR3XexyDSPo5L { width:16.5625rem;height:1.75rem;top:58.862500190735rem;left:1.7187500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z { display:block; }#ri2R2A2M3a3RDVqm2RuMhWGiZs0yRP1z > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtpGTgbOaPJBGQkkGlBvn7x80CsQSHU3 { width:7.5625rem;height:5.44375rem;top:10rem;left:6.2187500596046rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEWBnMyC8Cy9OFMqwPLzgy0PFhvqTPvk { width:20rem;height:6rem;top:2.3000001907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBUxCvi6RvRtHfAtwn1QfT11trE21Ell { width:9.25rem;height:3.125rem;top:13.25625038147rem;left:5.3750000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgkvvtoacXTIulV3vZxuuVZoAnJObt6R { width:17.125rem;height:6.3rem;top:17.19375038147rem;left:1.4375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQDecGWnyp3dGdCSfK7NGpTy2nKO6iV { width:12.875rem;height:3.125rem;top:28.05624961853rem;left:3.5625000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwVqMEVugE6MN1mPoRDMMuA9ddX7oLdD { width:7.5625rem;height:5.44375rem;top:24.74374961853rem;left:6.2187500596046rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Henbcp6nWIpWKNkteOC3uKC0PuZpTbW8 { width:17.125rem;height:4.725rem;top:31.84375rem;left:1.4375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5qabz6fgzwFx45zgbHQbzHOM3OzNgzy { width:10.625rem;height:3.125rem;top:41.88125038147rem;left:4.6875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLp2OmL9pV83zPeb412bIgEXQeDfgXUa { width:7.5625rem;height:5.44375rem;top:38.69375038147rem;left:6.2187500596046rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwVrH6D6A93MshZAP5bFZeHWohcXZHt1 { width:17.125rem;height:4.725rem;top:45.793749809265rem;left:1.4375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCItv8GC1QybLaaNApc7VVIsyDsVCaum { width:19rem;height:3.4375rem;top:52.00625038147rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRBCt5TJC9FdlCCymkQBe6MesnskugVE { display:block; }
 }@media only screen and (max-width: 763px) { #AMsWoTk7dbZhyHgbITOihbX9al4LgZbV { display:block; }#AMsWoTk7dbZhyHgbITOihbX9al4LgZbV > .row .container { width:20rem;height:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLgNCod1a6Udfid4UfBvzS4wxLPm6Ced { width:20rem;height:0.4375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWHKGvWxFPGfwhQbqKdKZFcx0dyOzbfP { width:20rem;height:8rem;top:1.9984382390976rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoAqR9sbxxzNiiTMzOhgTTV32N2hWL1N { width:18.8125rem;height:26.775rem;top:11.75rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5F85AUimTOGV2nqmM6tH3BwggJfD7P { width:17.1875rem;height:3.4375rem;top:39.092956542969rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiTwrvJe51sICzet8A2QD4ODrro6Ls5 { display:block; }
 }@media only screen and (max-width: 763px) { #CLNEdZnRg9TugtBIXq4TvlAE0ATgu0r8 { width:17.9375rem;height:37.8125rem;top:43.811719894409rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc { display:block; }#FcS8aEk2OP9d7uMf1zpRyIF7t7TcK5Pc > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJQbg7v47fzXQErV9ZBMsd71PWWQ6OsE { width:20rem;height:2rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ikHkGWp4cpttDrZu9Qfec85tqJRfTe { width:18.375rem;height:7.875rem;top:6.0625004768372rem;left:0.81171876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlA96b7a9HsHsaGofSiDFFBT8tsqEE1I { width:16.3125rem;height:3.125rem;top:19.25rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZvKZBNxfMqLcblZXzudwOpipaLP7SkN { width:18.8125rem;height:6.3rem;top:23.625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaNBz7UPAgBHIE5ZemcGZUmKGQsHwLEm { width:20rem;height:7.875rem;top:39.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO7NWJtkJ9xFiXgfTV1TIrik5ffAvwR7 { width:16.3125rem;height:3.125rem;top:35.125rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHHiM2lGsFN0MKxAMhGg9El7dpKnUuMk { width:17.375rem;height:6.3rem;top:57.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnxPT9pbNqR8marZafysoqUBIA1RxDwW { width:16.3125rem;height:3.125rem;top:53.375rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNxzbyRHuFTwVUDLH2U5rrS9aOz8ObZS { display:flex;width:3.125rem;height:3.125rem;top:15.437500476837rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #Mmk3LSW29MXH6kMLUqhZZT9FfTPrIbw1 { display:flex;width:3.1875rem;height:3.1875rem;top:31.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B4kuaRKzNWbKnJH5KZSKQpobcrqSRvk1 { display:flex;width:2.625rem;height:2.625rem;top:49.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #nBVcasrtl4irAPeqT33rF1oZ4sGNCDEX { width:19rem;height:3.4375rem;top:66.250000476837rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv5MZfZ6ckAZ0GkyEtSLvavxWbpk7n5V { display:block; }
 }@media only screen and (max-width: 763px) { #r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b { display:block; }#r8nOdh2kANqHIpcMzqlpl0hhsyGSTQ6b > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJRA9uicep2omp26GLkMlP3492DMlhX2 { width:2.8125rem;height:2rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1poNnsQiBypTBMg6pX4ZCT8FFn7r2fH { width:20rem;height:4rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb2rmMOJbJrcFdhA9T5Iem0u2gbTpSxl { width:20rem;height:3.15rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ELX3JMTF7PUTOwCZuHuT7p3G2Cp1W5 { width:18.8125rem;height:7.875rem;top:17.024999856949rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG88ic7amp5MeduIFrnX2NvxTO1XxG13 { width:18.8125rem;height:3.15rem;top:25.64999961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoApwFPse2FbTil4XTkykV2HiMQ26rS { width:2.8125rem;height:2rem;top:31.08749961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhWULgvWm2uDiLV4MEH4Ee0s9npNRdFC { width:18.8125rem;height:15.75rem;top:34.050001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1xaZq05AuBL4TgkalkbfykFkXWWmzJz { width:18.8125rem;height:1.575rem;top:50.862501144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyurBPWQgBp48PtGRZrarJwIS4V3nddG { width:2.8125rem;height:2rem;top:56.650001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBQ0wSxgBKkHXQq3xCguN8RkrTZmqn5G { width:18.8125rem;height:7.875rem;top:59.925001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5WTublSVxCKZ3brqgEMkCBtZcMb9Bha { width:18.8125rem;height:1.575rem;top:69.275001525881rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 { background-color:#0c568b;background-image:none;display:block; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { background-color: transparent; background-image: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container > .video-iframe-container { display: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row > .video-iframe-container { display: none; }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .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); }#uMMIzTmToUisueOXmOgCKIU9ZtivEzG0 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vh5yRkKVZtfEhtqO4Gh2HuJeaMtABGCS { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzkzD4Rrw0SlFyNvDgCTcTvQpcLimLa4 { width:20rem;height:6.3rem;top:6.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUEczfyKvIFVBOyRKMpm84aRiIhBzMlU { width:18.625rem;height:3.4375rem;top:13.662504196167rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUpxS9aEZXHINwSdEHv0C4bniBfEbII { display:block; }
 }@media only screen and (max-width: 763px) { #PcdrS8T8Omb3266RtgguxLWDdmLNBu9T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { background-color: transparent; background-image: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row > .video-iframe-container { display: none; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .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); }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { border-width: 0; border-radius: 0; }#PcdrS8T8Omb3266RtgguxLWDdmLNBu9T > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBokPvXR2iZxmB5BTGraZCzkXVFTmJd8 { width:3.0625rem;height:3.0625rem;top:32.875rem;left:2.6875rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4KnA5W7UhHHn5NRa4DpgBfWogtbMeA { width:3.0625rem;height:3.0625rem;top:32.875rem;left:6.5rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #pladJeax3phJpSy05r1xFpCKlOxpgJ8D { width:14.3125rem;height:2.8rem;top:23.5rem;left:3.2500000596046rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #wDF3H9vk3i5I2g7URovQ2NPUKakmEFDz { width:20rem;height:1.05rem;top:38.187500476837rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #mvMgbpgT7mtIvLqqezTDWDz6WlvgMWHv { width:18.75rem;height:0.0625rem;top:29.125000476837rem;left:0.62421876192093rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #O6fa7XLxxOXXr5cqF9KTwzC8wftVquWX { width:11.375rem;height:1.4rem;top:18.3125rem;left:3.2500000596046rem;font-size:1rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #U07b9NSdyJ1T9I8hnTyhXA9AhTe1daH4 { width:18.75rem;height:0.0625rem;top:14.750000476837rem;left:0.62421876192093rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SrbHECVTIqqPHWHgN59ql5thv7dh3MM8 { display:flex;width:3.125rem;height:3.125rem;top:40.5rem;left:4.6875rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #gahNxZPKD2ZFDdW20LmDuXXCET3fVslQ { display:flex;width:3.125rem;height:3.125rem;top:40.5rem;left:8.9375rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w { display:flex;width:1.125rem;height:1.125rem;top:33.875rem;left:7.4375rem;color:#5d92ff; }
#hF5BTVnLEnxT6CkciIghUIatA9dT4Z8w > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { #UgxT3SASM8ht2v0F4OJkfGC0hFKNN3XF { display:flex;width:1.125rem;height:1.125rem;top:33.875rem;left:15.25rem;color:#5d92ff; }
 }@media only screen and (max-width: 763px) { #snUle4IKm4VzJ9KT7ih4PrM3XdTfbT1Q { width:20rem;height:4.725rem;top:8.8859372138975rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0HflGsmOZmVhk6nrlQdoRRFZOX00En3 { width:10.5625rem;height:6.8125rem;top:1.7492188215256rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHd0TXrLnRb5vkJcoTDWFA6L9MhOMXeg { width:14.9375rem;height:1.575rem;top:15.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoUizheSiJXRD9vTVyaRczkTnDZ7HsV { display:flex;width:2rem;height:2rem;top:41.0625rem;left:13.3125rem; }
 }@media only screen and (max-width: 763px) { #VsyrcRmg5QqzR3ZMauCqiTHi2nFDsmqS { width:3.0625rem;height:3.0625rem;top:32.875rem;left:10.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #KTGr8xNNf3NdZ9u3OFL2sTS810fS0MZy { width:3.0625rem;height:3.0625rem;top:32.875rem;left:14.3125rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #fAEt4JAvwDzWtoh5o9Vc85DtQXETkr5o { width:12.5625rem;height:1.05rem;top:30.750001430511rem;left:3.7187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r { display:flex;width:1.3125rem;height:1.3125rem;top:33.75rem;left:11.1875rem; }
#oKVkS3ioksTarsCsFpEVAWRBg5n8QQ4r > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt { display:flex;width:1.8125rem;height:1.8125rem;top:33.5rem;left:3.25rem; }
#bEiF48LQP8OipCNuTq7TVlnvd1iOy2Zt > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #mN4QiZBagq0zvLhD62ZmV6Uu8Vw6qTBo { display:flex;width:1.3125rem;height:1.3125rem;top:18.375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #B48fyLPqkvzWFBpyZh64EQb8MFgyTq5c { display:flex;width:1.1875rem;height:1.1875rem;top:23.5rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PZLkBWbEn5ZgOyln5og2gnqESCFG0Dux { width:10rem;height:1.575rem;top:44.6875rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgIdVPtbfXmW0PZG0kW2ERTwpmZRFePq { width:3.125rem;height:1.6875rem;top:46.25rem;left:9.125rem;display:block; }
 }