.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004080;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; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:21.125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#EGJJn53UibhM6ZPTpdq1SIt16ErT6FTd { color:#ffffff;display:block;width:47.68675rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:17.18505859375rem;left:6.15478515625rem;height:6.18489375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H85A7p1dBc76PHTaovRI8k6uuI35Gbzt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:36.5rem;width:24.1875rem;top:25.5615234375rem;left:18.4990234375rem;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-form-header { font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#004080;width:21.6875rem;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; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #004080;border-left:0.0625rem solid #004080;border-right:0.0625rem solid #004080;border-bottom:0.0625rem solid #004080;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:21.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #004080;border-left:0.0625rem solid #004080;border-right:0.0625rem solid #004080;border-bottom:0.0625rem solid #004080;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:21.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .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; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffa450;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#004080;width:17.3125rem;height:3.25rem;font-family:montserrat;overflow:hidden;line-height:1.4;text-align:center;text-align-last:center; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx [class*="-text"]:-moz-placeholder { color:#666666;font-family:arial;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx [class*="-text"]::-moz-placeholder { color:#666666;font-family:arial;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:arial;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:arial;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .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:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:#004080;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;float:none; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .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; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .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:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-container:first-of-type{padding-top:0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-container:last-of-type{padding-bottom:0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:absolute;top:25.5615234375rem;left:18.40625rem;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem;display:block;vertical-align:top; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx {display:block;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:absolute;top:25.5615234375rem;left:18.40625rem;font-size:0.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TvXTscgafQ7Xv23VBkGSCnXeXiWGBRQ3 { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #QlrS1iPqzTPlLTiqxXZCcDD4V0BI3ZpZ { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #zFixXPcMOI9CDIeCcmlTHOZ8PricOwJZ { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #r2Td4Ean1nJyIQINXVDWQ1pKlhRPVxZw { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #UUxU0oLmtTXyQmnL5wd2mWJA5V4TOo0J { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BIihl99hug2txa1QQNzi6nrWiRJA8uaZ { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #FDu4WUtwDFBO6z6EnOh8dgOFUuibW7Ls { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BUkgZiISI8xHqT28EMizg4Hdlciii43x { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #pxgzwVhGaJgD8GAxVZddUGwJQaMn4AlD { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #oEUpTgMQhFdqamiU8MhLWq2WtpkSzUTT { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #itSrmFZQMLD8MH0zI198FKre2SbvBe9T { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #uTlGLf2By7Ath3pO6UkovKsdrDpQ9oWc { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #HlFw34FowSLKfMOQWHsRAq0cAvIDpCu4 { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #u8nGlSc88tFUrkC1qyZguH0D6ymnOcg5 { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #OPUl13lq3taV4NIhiqDhXolSpn601ufG { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #nycN8ut6BT57H0X2xS7pciOAn9ESO9Dm { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TTHkZhexB73TdTHDNB1aQX8cvsSLVTw3 { position:relative;display:block; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #M5qsMstMJqy8oJtgkNiM1H9e7SeEhcHS { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #brKeS1xMMpCUalFhfSPWTdSAAVRaPBQX { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #AR2TZ8ZeMOkFicbHXuOxMl5BscBJ9vT6 { position:relative;z-index:2; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #XlePNHawc2IEydXOeJFPmZaolML1ZVIB { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #omuR9ylpp35aG0qzSMCibeBZgX4uNEST { position:relative; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #JKz7TpvU6qbXeubdSNObquZmQrvBbht6 { position:relative; }
#PUEUkI6HDOBMafTavW6eHln0I7oiBHTx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.75rem;left:52.3125rem;display:block; }
#bl21sIT2JzWg9erHAUyq4NhctHpT2wMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfDyprElS7UAAkcIUUC0kZ35x4VgdTQn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.71875rem;left:32.125rem;display:block; }
#J4clquxb75mfrOVoKBHTrFznqnIao3yZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Io5sfpeOv196JyN29H3TWOhXs4OmKHDx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.8125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.71875rem;left:43.125rem;display:block; }
#MEQGIFRtxsodQhC6mEiEygcTN6L5lnTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GyPE978KnN1ItxpQ1bLTtBRaJgKD0Utx { color:#ffffff;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:9.810791015625rem;left:4.437255859375rem;height:5.9982625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { 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; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { background-color: transparent; background-image: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container > .video-iframe-container { display: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container { display: none; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .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); }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { border-width: 0; border-radius: 0; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#dOVX1a7IqIKbRhWW5LJJdZGd1HdqTuCw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:15.6875rem;top:9.38525390625rem;left:1.124267578125rem;overflow:hidden;display:block; }
#HDTqxGbAUoUy9HDkLI28wI12B2OB6pM7 { color:#222222;display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.759765625rem;left:18.6552734375rem;height:6.5983125rem;font-style:normal;display:block; }
#JV5zytuEgIQGs9Tge8bgDF2PXWntQqsX { position:absolute;display:block;z-index:15010;background-color:#efdb7f;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:16.8115234375rem;left:22.0615234375rem;display:block; }
#c4Z3DqZ2TOJdyieshft5GSGbWrtgqp4u { position:absolute;display:block;z-index:15013;background-color:#efdb7f;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:23.7490234375rem;left:22.0615234375rem;display:block; }
#crz3K5oWOs4ebKgBQ1GK8rrEakkzS5T7 { color:#222222;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:17.4375rem;left:27.9365234375rem;height:5.4003875rem;display:block; }
#AiiZh0XLd8pmmsV1Psp2cdAcvkzmH0w5 { position:absolute;display:block;z-index:15016;background-color:#efdb7f;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:30.5625rem;left:22.0625rem;display:block; }
#HzPZa5JqmT3mEQAxUX8TJTqNnrZezU8S { background-color:#ffa450;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#004080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.4365234375rem;left:23.1552734375rem;display:block; }
#yCQviP4S1MIiAGoZtMiFmocG9LRw9OOI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esRtBlmi5xW67g2B46bM4LWKG5Addf6T { 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:17.498046875rem;left:22.5615234375rem; }
#RdI5EgIlwkMKg94dJ9GcHZ0zpLPotiNV { 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:24.3740234375rem;left:22.7490234375rem; }
#xw1BVEvDnewcXzTWnP0KMshEEoSgZ3Zc { 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:31.1875rem;left:22.6875rem; }
#CAtRbWsTW6LFv9udnf1ip7Fbh7h7UGdZ { color:#222222;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:24.3115234375rem;left:27.9365234375rem;height:5.4003875rem;display:block; }
#UI7dCnqNgscOTVdonnehL8v1IkXXE5Qc { color:#222222;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:31.1875rem;left:27.9375rem;height:5.4003875rem;display:block; }
#PSAuRIlbtmhHxngelVMCcAUQMGanegga { color:#004080;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.7054696083069rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eff9;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; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { background-color: transparent; background-image: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container > .video-iframe-container { display: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container { display: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .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); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { border-width: 0; border-radius: 0; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#ZA7bzXIO7cuoelqkyCLVs68v8n19UDbZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:23.9375rem;top:19.68728351593rem;left:31.636283874512rem;overflow:hidden;display:block; }
#I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { color:#004080;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0598945617676rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { color:#222222;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.4956588745119rem;left:9.6875rem;height:6.5983125rem;text-align:center;text-align-last:center;display:block; }
#efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { color:#004080;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:15.81033039093rem;left:0rem;height:2.3990875rem;font-style:normal;display:block; }
#WDFixxBBV2zcw17RKDfoM84a0tZStSfl { position:absolute;display:block;z-index:15004;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:19.68728351593rem;left:0rem;display:block; }
#CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { color:#071638;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:19.68728351593rem;left:5.9375rem;height:3.6002625rem;display:block; }
#FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { color:#071638;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:25.62478351593rem;left:5.9375rem;height:7.2005rem;display:block; }
#kCLOCCeBLHwxrO82lzuuURUSTXF59kgi { position:absolute;display:block;z-index:15007;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:25.62478351593rem;left:0rem;display:block; }
#RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { color:#071638;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:34.336808204651rem;left:5.9375rem;height:3.6002625rem;display:block; }
#MrcmE5TmhsBAiHSKMbpMGFqPHb4sLNf6 { position:absolute;display:block;z-index:15010;background-color:#cae6ff;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:33.74978351593rem;left:0rem;display:block; }
#NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { 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:15012;opacity:1;top:20.31228351593rem;left:0.68576431274412rem; }
#zupdfQDemy4FETr37W8ROtFMcv3tvBTU { 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:15013;opacity:1;top:26.24978351593rem;left:0.68576431274412rem; }
#DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { 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:15014;opacity:1;top:34.310765266419rem;left:0.68576431274412rem; }
#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { position:relative;display:block; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { background-color: transparent; background-image: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { border-width: 0; border-radius: 0; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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:52.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { color:#004080;display:block;width:43.936625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4342441558838rem;left:8.0305976867675rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { color:#222222;display:block;width:40.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.9361896514894rem;left:9.6875rem;height:6.5983125rem;text-align:center;text-align-last:center;display:block; }
#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { color:#222222;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:28.4375rem;left:2.03125rem;height:;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{  }
#bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { position:absolute;display:block;z-index:15015;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:7.1875rem;width:7.1875rem;top:17.562278747559rem;left:46.624355316162rem;overflow:hidden;display:block; }
#dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { position:absolute;display:block;z-index:15016;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:7.1875rem;width:7.1875rem;top:17.562278747559rem;left:26.406253814698rem;overflow:hidden;display:block; }
#gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:17.562278747559rem;left:6.25rem;overflow:hidden;display:block; }
#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { color:#222222;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:28.461807250976rem;left:22.187503814698rem;height:;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{  }
#OrcbozPr90G14oteGJ8OM9r8epGiV07l { color:#222222;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:28.461807250976rem;left:42.405605316162rem;height:15.0260625rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{  }
#xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { color:#004080;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:25.311279296875rem;left:3.8427734375rem;height:2.1994375rem;font-style:normal;display:block; }
#SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { color:#004080;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:25.310546875rem;left:21.1865234375rem;height:2.1994375rem;font-style:normal;display:block; }
#p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { color:#004080;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:25.31184387207rem;left:43.155384063721rem;height:2.1994375rem;font-style:normal;display:block; }
#WsGXJtxybvdk51o9H4coGZKyXMCXJMmv { background-color:#ffa450;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#004080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:45.4208984375rem;left:22.3125rem;display:block; }
#STQ4XhASIJSdeRXuR5z1BqOF5VNxV6H8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4eff9;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; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { background-color: transparent; background-image: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .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); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { border-width: 0; border-radius: 0; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:11.8603515625rem;left:10rem;display:block; }
#qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { color:#222222;display:block;width:39.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.33984375rem;left:10.1875rem;height:4.39886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { color:#004080;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container { background-color: transparent; background-image: none; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container > .video-iframe-container { display: none; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row > .video-iframe-container { display: none; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .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); }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container { border-width: 0; border-radius: 0; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:60rem;position:relative;display:block; }#pcURu6nxOTIqFTl1N6WN9T3l0NlNDM9M { color:#004080;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.87451171875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lbew3JBd1enuk5yaAo5SQk75i1zzKfQF { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #071638;border-left:0.125rem solid #071638;border-right:0.125rem solid #071638;border-bottom:0.125rem solid #071638;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:12.310547113419rem;left:4.3109817504883rem;overflow:hidden;display:block; }
#RX2SRp5XMOdJJzg2dzCb0oGNT4Tz702c { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.812500238419rem;left:3.8118515014649rem;display:block; }
#WDd3NR5rehRFyAEaKdUitAyRuhJbyvC9 { color:#222222;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:24.498047828674rem;left:1.812068939209rem;height:14.4010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XNx5yETows2rTLgEXpk09CF0QZzF43Vu { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:19rem;top:9.9978332519531rem;left:0rem;display:block; }
#pO0JSHLnXafiz2e53iyHVS8sT6LZ6Lkp { color:#222222;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:41.371536254882rem;left:1.2467422485351rem;height:3.20095rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rl8vGLaR720n1bdB0L8nKs1lKfhw0Oe7 { position:absolute;display:block;z-index:15006;background-color:#e4eff9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:19rem;top:9.9978332519531rem;left:20.625rem;display:block; }
#gioESf4ELlu5V9AAkHgfNRXw0CZ8VCaX { color:#222222;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:24.498047828674rem;left:22.437068939209rem;height:14.4010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uT3AZZkq4Hzg41qTTuFDCDRP0dno6kKE { color:#222222;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:41.37370300293rem;left:21.748046875rem;height:3.20095rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lKikpUytdIkaTVXDGcFhIM1AzqSdwUsP { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #071638;border-left:0.0625rem solid #071638;border-right:0.0625rem solid #071638;border-bottom:0.0625rem solid #071638;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.812500238419rem;left:24.436851501465rem;display:block; }
#r8uETVtIBlDTfC4sdaNMuNTHvSiL7RO3 { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #071638;border-left:0.125rem solid #071638;border-right:0.125rem solid #071638;border-bottom:0.125rem solid #071638;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:12.310547113419rem;left:24.937068939209rem;overflow:hidden;display:block; }
#VVAsxHbFLrMVPh4hmloR4C04SQebkLUS { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:19rem;top:9.9978332519531rem;left:40.998268127441rem;display:block; }
#pOXCGLg5Acpw0BGX3BcWOc0HWeuGm3qX { color:#222222;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:41.374786376953rem;left:42.123481750488rem;height:3.20095rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Bqw8qMmPgm2HbOFtz5zNbfBt4Mg5oNuT { color:#222222;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:24.498047828674rem;left:42.812503814698rem;height:14.4010625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TfhCGPpsTtyTaTbAezSlrdT6CsfptTpl { position:absolute;display:block;z-index:15018;background-color:#004080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:40.053176879882rem;left:48.870445251465rem;display:block; }
#SdeQQw37IQQUK6im4euJiCs7hMJFyINi { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:11.812500238419rem;left:44.812290191651rem;display:block; }
#hmypvWeb1KSry1bPwN3xvceBeF4McAEf { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #071638;border-left:0.125rem solid #071638;border-right:0.125rem solid #071638;border-bottom:0.125rem solid #071638;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10rem;width:10rem;top:12.310547113419rem;left:45.312503814698rem;overflow:hidden;display:block; }
#A4JKGxXRTootclMEV44rdyF4B5CXCSEx { position:absolute;display:block;z-index:15019;background-color:#004080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:3.2487rem;top:40.054260253906rem;left:28.373481750488rem;display:block; }
#NcTwQswNWVJXqQdcno6eiexohhIGV7S4 { position:absolute;display:block;z-index:15020;background-color:#004080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:3.24978125rem;top:40.05534362793rem;left:7.7983932495119rem;display:block; }
#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004080;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; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:11.21875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:6.5208435058594rem;left:4.8122825622559rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TL6k6IWbKX0KDG1K8R7CKxF6hRHuQkTW { background-color:#ffa450;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#004080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.875rem;left:21.6875rem;display:block; }
#pzUBTDh32bS8LDDAEZxCc7rmJSO2UDsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { top:2rem;left:0rem;width:21.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJJn53UibhM6ZPTpdq1SIt16ErT6FTd { width:47.625rem;height:6.1875rem;top:17.125rem;left:0.029296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H85A7p1dBc76PHTaovRI8k6uuI35Gbzt { width:24.1875rem;height:36.5rem;top:25.5rem;left:12.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx {display:block;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TvXTscgafQ7Xv23VBkGSCnXeXiWGBRQ3 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #QlrS1iPqzTPlLTiqxXZCcDD4V0BI3ZpZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #zFixXPcMOI9CDIeCcmlTHOZ8PricOwJZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #r2Td4Ean1nJyIQINXVDWQ1pKlhRPVxZw {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #UUxU0oLmtTXyQmnL5wd2mWJA5V4TOo0J {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BIihl99hug2txa1QQNzi6nrWiRJA8uaZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #FDu4WUtwDFBO6z6EnOh8dgOFUuibW7Ls {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BUkgZiISI8xHqT28EMizg4Hdlciii43x {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #pxgzwVhGaJgD8GAxVZddUGwJQaMn4AlD {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #oEUpTgMQhFdqamiU8MhLWq2WtpkSzUTT {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #itSrmFZQMLD8MH0zI198FKre2SbvBe9T {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #uTlGLf2By7Ath3pO6UkovKsdrDpQ9oWc {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #HlFw34FowSLKfMOQWHsRAq0cAvIDpCu4 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #u8nGlSc88tFUrkC1qyZguH0D6ymnOcg5 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #OPUl13lq3taV4NIhiqDhXolSpn601ufG {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #nycN8ut6BT57H0X2xS7pciOAn9ESO9Dm {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TTHkZhexB73TdTHDNB1aQX8cvsSLVTw3 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #M5qsMstMJqy8oJtgkNiM1H9e7SeEhcHS {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #brKeS1xMMpCUalFhfSPWTdSAAVRaPBQX {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #AR2TZ8ZeMOkFicbHXuOxMl5BscBJ9vT6 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #XlePNHawc2IEydXOeJFPmZaolML1ZVIB {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #omuR9ylpp35aG0qzSMCibeBZgX4uNEST {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #JKz7TpvU6qbXeubdSNObquZmQrvBbht6 {  }
 }@media only screen and (max-width: 763px) { #PUEUkI6HDOBMafTavW6eHln0I7oiBHTx { width:6.5625rem;height:2.625rem;top:2.75rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl21sIT2JzWg9erHAUyq4NhctHpT2wMh { display:block; }
 }@media only screen and (max-width: 763px) { #MfDyprElS7UAAkcIUUC0kZ35x4VgdTQn { width:10rem;height:2.625rem;top:2.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4clquxb75mfrOVoKBHTrFznqnIao3yZ { display:block; }
 }@media only screen and (max-width: 763px) { #Io5sfpeOv196JyN29H3TWOhXs4OmKHDx { width:7.8125rem;height:2.625rem;top:2.6875rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQGIFRtxsodQhC6mEiEygcTN6L5lnTV { display:block; }
 }@media only screen and (max-width: 763px) { #GyPE978KnN1ItxpQ1bLTtBRaJgKD0Utx { width:47.75rem;height:0;top:9.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { display:block; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOVX1a7IqIKbRhWW5LJJdZGd1HdqTuCw { top:9.375rem;left:0rem;width:15.6875rem;height:23.750378492088rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDTqxGbAUoUy9HDkLI28wI12B2OB6pM7 { top:7.75rem;left:8.125rem;width:39.625rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV5zytuEgIQGs9Tge8bgDF2PXWntQqsX { top:16.75rem;left:15.9365234375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Z3DqZ2TOJdyieshft5GSGbWrtgqp4u { top:23.6875rem;left:15.9365234375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crz3K5oWOs4ebKgBQ1GK8rrEakkzS5T7 { top:17.4375rem;left:16.8125rem;width:30.9375rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiiZh0XLd8pmmsV1Psp2cdAcvkzmH0w5 { top:30.5625rem;left:15.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzPZa5JqmT3mEQAxUX8TJTqNnrZezU8S { width:15.375rem;height:3.9375rem;top:38.375rem;left:17.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCQviP4S1MIiAGoZtMiFmocG9LRw9OOI { display:block; }
 }@media only screen and (max-width: 763px) { #esRtBlmi5xW67g2B46bM4LWKG5Addf6T { top:17.4375rem;left:16.4365234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdI5EgIlwkMKg94dJ9GcHZ0zpLPotiNV { top:24.3125rem;left:16.6240234375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw1BVEvDnewcXzTWnP0KMshEEoSgZ3Zc { top:31.1875rem;left:16.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtRbWsTW6LFv9udnf1ip7Fbh7h7UGdZ { top:24.25rem;left:16.8125rem;width:30.9375rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI7dCnqNgscOTVdonnehL8v1IkXXE5Qc { top:31.1875rem;left:16.8125rem;width:30.9375rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSAuRIlbtmhHxngelVMCcAUQMGanegga { top:2.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT6DqZEUspiunm6eDiqNfnf4mcvghRLm { display:block; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZA7bzXIO7cuoelqkyCLVs68v8n19UDbZ { top:19.625rem;left:23.8125rem;width:23.9375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { top:3rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { top:7.4375rem;left:3.5625rem;width:40.625rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { top:15.75rem;left:0rem;width:30.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDFixxBBV2zcw17RKDfoM84a0tZStSfl { top:19.625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { top:19.625rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { top:25.5625rem;left:0rem;width:20rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLOCCeBLHwxrO82lzuuURUSTXF59kgi { top:25.5625rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { top:34.3125rem;left:0rem;width:20rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcmE5TmhsBAiHSKMbpMGFqPHb4sLNf6 { top:33.6875rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { top:20.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupdfQDemy4FETr37W8ROtFMcv3tvBTU { top:26.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { top:34.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { display:block; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { top:3.375rem;left:1.9055976867676rem;width:43.875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { top:7.875rem;left:3.5625rem;width:40.625rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { top:28.4375rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{  }
 }@media only screen and (max-width: 763px) { #bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { top:17.5rem;left:40.499355316162rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { top:17.5rem;left:20.281253814698rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { top:17.5rem;left:0.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { top:28.4375rem;left:16.0625rem;width:15.625rem;height:;font-size:1.125rem;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{  }
 }@media only screen and (max-width: 763px) { #OrcbozPr90G14oteGJ8OM9r8epGiV07l { top:28.4375rem;left:32.125rem;width:15.625rem;height:15rem;font-size:1.125rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{  }
 }@media only screen and (max-width: 763px) { #xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { top:25.25rem;left:0rem;width:14.125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { top:25.25rem;left:15.0615234375rem;width:19.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { top:25.25rem;left:33.625rem;width:14.125rem;height:0;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsGXJtxybvdk51o9H4coGZKyXMCXJMmv { width:15.375rem;height:3.9375rem;top:45.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ4XhASIJSdeRXuR5z1BqOF5VNxV6H8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { display:block; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { top:11.8125rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { top:6.3125rem;left:0rem;width:39.625rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { top:1.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny { display:block; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcURu6nxOTIqFTl1N6WN9T3l0NlNDM9M { width:47.75rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbew3JBd1enuk5yaAo5SQk75i1zzKfQF { width:10rem;height:10rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX2SRp5XMOdJJzg2dzCb0oGNT4Tz702c { width:11.375rem;height:11.375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDd3NR5rehRFyAEaKdUitAyRuhJbyvC9 { width:15.75rem;height:14.375rem;top:24.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNx5yETows2rTLgEXpk09CF0QZzF43Vu { width:19rem;height:35.9375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO0JSHLnXafiz2e53iyHVS8sT6LZ6Lkp { width:16.875rem;height:3.1875rem;top:41.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8vGLaR720n1bdB0L8nKs1lKfhw0Oe7 { width:19rem;height:35.9375rem;top:9.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gioESf4ELlu5V9AAkHgfNRXw0CZ8VCaX { width:15.75rem;height:14.375rem;top:24.4375rem;left:16.3115234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT3AZZkq4Hzg41qTTuFDCDRP0dno6kKE { width:16.875rem;height:3.1875rem;top:41.3125rem;left:15.623046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKikpUytdIkaTVXDGcFhIM1AzqSdwUsP { width:11.375rem;height:11.375rem;top:11.8125rem;left:18.311851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uETVtIBlDTfC4sdaNMuNTHvSiL7RO3 { width:10rem;height:10rem;top:12.25rem;left:18.812068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVAsxHbFLrMVPh4hmloR4C04SQebkLUS { width:19rem;height:35.9375rem;top:9.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXCGLg5Acpw0BGX3BcWOc0HWeuGm3qX { width:16.875rem;height:3.1875rem;top:41.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqw8qMmPgm2HbOFtz5zNbfBt4Mg5oNuT { width:15.75rem;height:14.375rem;top:24.4375rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfhCGPpsTtyTaTbAezSlrdT6CsfptTpl { width:3.1875rem;height:0;top:40rem;left:42.745445251465rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdeQQw37IQQUK6im4euJiCs7hMJFyINi { width:11.375rem;height:11.375rem;top:11.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmypvWeb1KSry1bPwN3xvceBeF4McAEf { width:10rem;height:10rem;top:12.25rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JKGxXRTootclMEV44rdyF4B5CXCSEx { width:3.1875rem;height:0;top:40rem;left:22.248481750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTwQswNWVJXqQdcno6eiexohhIGV7S4 { width:3.1875rem;height:0;top:40rem;left:1.6733932495118rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { display:block; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:1.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { top:20rem;left:5.09326171875rem;width:36.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { width:47.75rem;height:5.625rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL6k6IWbKX0KDG1K8R7CKxF6hRHuQkTW { width:15.375rem;height:3.9375rem;top:13.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUBTDh32bS8LDDAEZxCc7rmJSO2UDsK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN { background-color:#004080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { background-color: transparent; background-image: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { display: none; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .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); }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { border-width: 0; border-radius: 0; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3hihhGxbfG1Vu5UGyG8wQxN5TzwoCqN > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPkzrw0b7Xa03u0PJSxHqHts7MN9KKaN { width:17.8125rem;height:2.6875rem;top:1.8750001192093rem;left:1.0611979365349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGJJn53UibhM6ZPTpdq1SIt16ErT6FTd { width:18.75rem;height:8.4364375rem;top:17.5341796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H85A7p1dBc76PHTaovRI8k6uuI35Gbzt { width:20rem;height:36.5625rem;top:27.123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-text {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-select {padding-top: 0; padding-bottom: 0;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx  { width:17.5rem;height:auto;top:26.815185546875rem;left:0rem; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx {display:block;}#soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx { width:17.5rem;height:auto;top:26.815185546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TvXTscgafQ7Xv23VBkGSCnXeXiWGBRQ3 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #QlrS1iPqzTPlLTiqxXZCcDD4V0BI3ZpZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #zFixXPcMOI9CDIeCcmlTHOZ8PricOwJZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #r2Td4Ean1nJyIQINXVDWQ1pKlhRPVxZw {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #UUxU0oLmtTXyQmnL5wd2mWJA5V4TOo0J {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BIihl99hug2txa1QQNzi6nrWiRJA8uaZ {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #FDu4WUtwDFBO6z6EnOh8dgOFUuibW7Ls {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #BUkgZiISI8xHqT28EMizg4Hdlciii43x {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #pxgzwVhGaJgD8GAxVZddUGwJQaMn4AlD {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #oEUpTgMQhFdqamiU8MhLWq2WtpkSzUTT {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #itSrmFZQMLD8MH0zI198FKre2SbvBe9T {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #uTlGLf2By7Ath3pO6UkovKsdrDpQ9oWc {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #HlFw34FowSLKfMOQWHsRAq0cAvIDpCu4 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #u8nGlSc88tFUrkC1qyZguH0D6ymnOcg5 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #OPUl13lq3taV4NIhiqDhXolSpn601ufG {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #nycN8ut6BT57H0X2xS7pciOAn9ESO9Dm {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #TTHkZhexB73TdTHDNB1aQX8cvsSLVTw3 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #M5qsMstMJqy8oJtgkNiM1H9e7SeEhcHS {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #brKeS1xMMpCUalFhfSPWTdSAAVRaPBQX {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #AR2TZ8ZeMOkFicbHXuOxMl5BscBJ9vT6 {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #XlePNHawc2IEydXOeJFPmZaolML1ZVIB {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #omuR9ylpp35aG0qzSMCibeBZgX4uNEST {  }
 }@media only screen and (max-width: 763px) { #soGQMiqzh4Ebd3VRmaWx35ThuCsU4vcx #JKz7TpvU6qbXeubdSNObquZmQrvBbht6 {  }
 }@media only screen and (max-width: 763px) { #PUEUkI6HDOBMafTavW6eHln0I7oiBHTx { width:4.0625rem;height:1.8125rem;top:9.875rem;left:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl21sIT2JzWg9erHAUyq4NhctHpT2wMh { display:block; }
 }@media only screen and (max-width: 763px) { #MfDyprElS7UAAkcIUUC0kZ35x4VgdTQn { width:6.5rem;height:1.8125rem;top:6.8125rem;left:6.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4clquxb75mfrOVoKBHTrFznqnIao3yZ { display:block; }
 }@media only screen and (max-width: 763px) { #Io5sfpeOv196JyN29H3TWOhXs4OmKHDx { width:4.6875rem;height:1.8125rem;top:3.75rem;left:7.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEQGIFRtxsodQhC6mEiEygcTN6L5lnTV { display:block; }
 }@media only screen and (max-width: 763px) { #GyPE978KnN1ItxpQ1bLTtBRaJgKD0Utx { width:20rem;height:10.1953125rem;top:6.522216796875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tLmCGRe8pvT5Ir5DTUGcKECirI3optPz { display:block; }#tLmCGRe8pvT5Ir5DTUGcKECirI3optPz > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOVX1a7IqIKbRhWW5LJJdZGd1HdqTuCw { width:14.4375rem;height:21.857918054471rem;top:9.375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDTqxGbAUoUy9HDkLI28wI12B2OB6pM7 { width:18.75rem;height:8.002375rem;top:6.7957944869994rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV5zytuEgIQGs9Tge8bgDF2PXWntQqsX { width:4.375rem;height:4.375rem;top:15.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4Z3DqZ2TOJdyieshft5GSGbWrtgqp4u { width:4.375rem;height:4.375rem;top:29.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crz3K5oWOs4ebKgBQ1GK8rrEakkzS5T7 { width:17.5rem;height:6.4019375rem;top:21.060546875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiiZh0XLd8pmmsV1Psp2cdAcvkzmH0w5 { width:4.375rem;height:4.375rem;top:42.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzPZa5JqmT3mEQAxUX8TJTqNnrZezU8S { width:14.75rem;height:3.93555rem;top:55.6865234375rem;left:2.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCQviP4S1MIiAGoZtMiFmocG9LRw9OOI { display:block; }
 }@media only screen and (max-width: 763px) { #esRtBlmi5xW67g2B46bM4LWKG5Addf6T { display:flex;width:3.125rem;height:3.125rem;top:16.625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #RdI5EgIlwkMKg94dJ9GcHZ0zpLPotiNV { display:flex;width:3.125rem;height:3.125rem;top:29.75rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #xw1BVEvDnewcXzTWnP0KMshEEoSgZ3Zc { display:flex;width:3.125rem;height:3.125rem;top:42.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #CAtRbWsTW6LFv9udnf1ip7Fbh7h7UGdZ { width:17.5rem;height:6.4019375rem;top:34.123046875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI7dCnqNgscOTVdonnehL8v1IkXXE5Qc { width:17.5rem;height:6.4019375rem;top:47.3251953125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSAuRIlbtmhHxngelVMCcAUQMGanegga { width:20rem;height:4.798825rem;top:0.921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT6DqZEUspiunm6eDiqNfnf4mcvghRLm { background-color:#e4eff9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { background-color: transparent; background-image: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container > .video-iframe-container { display: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container { display: none; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .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); }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { border-width: 0; border-radius: 0; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT6DqZEUspiunm6eDiqNfnf4mcvghRLm > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZA7bzXIO7cuoelqkyCLVs68v8n19UDbZ { width:16.4375rem;height:10.3125rem;top:27.059326171875rem;left:1.71875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #I5Vpb2WDtqtvQrouFAdHJvcZQNTnELrN { width:20rem;height:7.79625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfVHT5THWkVd6On33kTMfUrWPtzTzIO2 { width:20rem;height:8.002375rem;top:10.886962890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efs4pVkXtH6cFLdhfgLn6e7BnS7Jygr2 { width:20rem;height:4.798825rem;top:21.346435546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WDFixxBBV2zcw17RKDfoM84a0tZStSfl { width:4.375rem;height:4.375rem;top:39.4990234375rem;left:0.684814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIrmTZVFMCHeMZr03FlvPKV3DlKqeczl { width:13.75rem;height:4.80143125rem;top:39.373291015625rem;left:5.93505859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnVCitX3rt05q5bn9XTdu5sBdwEeaAA4 { width:13.75rem;height:8.002375rem;top:45.746307373047rem;left:6.0601132512093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCLOCCeBLHwxrO82lzuuURUSTXF59kgi { width:4.375rem;height:4.375rem;top:46.561187744141rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisQI34TV6FrgXeLC7O5XbTtqoQokyIg { width:13.75rem;height:3.20095625rem;top:55.872817993164rem;left:6.1838110089302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrcmE5TmhsBAiHSKMbpMGFqPHb4sLNf6 { width:4.375rem;height:4.375rem;top:55.373687744141rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPTdEeoI87BbUhJ3THs5lnd8xRdhhZZM { display:flex;width:3.125rem;height:3.125rem;top:40.1240234375rem;left:1.309814453125rem; }
 }@media only screen and (max-width: 763px) { #zupdfQDemy4FETr37W8ROtFMcv3tvBTU { display:flex;width:3.125rem;height:3.125rem;top:47.186187744141rem;left:1.3096788525581rem; }
 }@media only screen and (max-width: 763px) { #DTl0HM9qFCc8Lp4TLSeZXOzTcxTRC36w { display:flex;width:3.125rem;height:3.125rem;top:55.932510375976rem;left:1.3096788525581rem; }
 }@media only screen and (max-width: 763px) { #G157T6K2qbaxgtN1PGTmfNxKwtxNy623 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { background-color: transparent; background-image: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { display: none; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .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); }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { border-width: 0; border-radius: 0; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G157T6K2qbaxgtN1PGTmfNxKwtxNy623 > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFoB06QxyRlmBg47L6y8X8iNppqSJTQ6 { width:20rem;height:7.79625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTvH5u1alkQhANtxgZ2TO4fXqSihKDEs { width:20rem;height:6.4019375rem;top:10.449462890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO { width:16.12425rem;height:11.8283125rem;top:28.6875rem;left:1.9375rem;font-size:1rem;display:block; }#C7Cnh6gL2tp8F1aVwtTvLya6pxx4F1PO li:before{  }
 }@media only screen and (max-width: 763px) { #bTaTpBRrUX7dG1p7alshPHSu6wSSsXvf { width:7.1875rem;height:7.1875rem;top:72.812502384187rem;left:6.436632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTlUcTfNMbN5xlKNNZlUkJD5DzChGmAz { width:7.1875rem;height:7.1875rem;top:46.93576669693rem;left:6.4995663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGvFxwGsZugUW21VE9qzrRptA6SOBZOC { width:7.1875rem;height:7.1875rem;top:20.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X { width:16.125rem;height:13.4288125rem;top:55.06076669693rem;left:1.9997830986977rem;font-size:1rem;display:block; }#lQnwL7GoZaUB9hTzOvF25kQnO9DEx58X li:before{  }
 }@media only screen and (max-width: 763px) { #OrcbozPr90G14oteGJ8OM9r8epGiV07l { width:16.125rem;height:10.227875rem;top:81.062288761137rem;left:1.9368491768837rem;font-size:1rem;display:block; }#OrcbozPr90G14oteGJ8OM9r8epGiV07l li:before{  }
 }@media only screen and (max-width: 763px) { #xTIygoKGT4OOX1nzaTxz9TkGBLDEqiMB { width:15.437rem;height:2.1994375rem;top:17.875rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlzxcUq7rOtQ6WSpBWsnehmnCyPufQVK { width:18.5611875rem;height:4.39886875rem;top:41.936857700348rem;left:0.71831601858137rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p56GZmIWdNEcXUtuI5UniJcVgVTL4Tqk { width:14.125rem;height:2.1994375rem;top:69.935770511625rem;left:2.9372830986977rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WsGXJtxybvdk51o9H4coGZKyXMCXJMmv { width:15.374375rem;height:3.93663125rem;top:92.811845779419rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQ4XhASIJSdeRXuR5z1BqOF5VNxV6H8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb { background-color:#e4eff9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { background-color: transparent; background-image: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { display: none; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .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); }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { border-width: 0; border-radius: 0; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWeW5w5SemygRVlCGnabVWiVFti0I9Bb > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R679LAyNNJsGTBe23WHX2NvSVeyJV1CQ { height:11.25rem;width:20rem;top:15.01953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMn3WpQbCypS5HfXfs9rRR6WwAyEV1T1 { width:20rem;height:5.99935rem;top:7.69856875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVkfka78SPQ9TUzZHJndi7yyRAuerrpJ { width:20rem;height:5.19748125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny { display:block; }#mRZ8hXgXcSMqFqvCUtR4SIbEVlDWSGny > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcURu6nxOTIqFTl1N6WN9T3l0NlNDM9M { width:20rem;height:7.79625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbew3JBd1enuk5yaAo5SQk75i1zzKfQF { width:10rem;height:10rem;top:11.436630249024rem;left:4.8122833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX2SRp5XMOdJJzg2dzCb0oGNT4Tz702c { width:11.375rem;height:11.375rem;top:10.99934387207rem;left:4.3120663762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDd3NR5rehRFyAEaKdUitAyRuhJbyvC9 { width:15.75rem;height:14.4010625rem;top:23.311630249024rem;left:2.0616319775581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNx5yETows2rTLgEXpk09CF0QZzF43Vu { width:19rem;height:33.125rem;top:10.258239746094rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO0JSHLnXafiz2e53iyHVS8sT6LZ6Lkp { width:16.875rem;height:3.20095rem;top:38.687057495118rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rl8vGLaR720n1bdB0L8nKs1lKfhw0Oe7 { width:19rem;height:33.125rem;top:45.499130249024rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #gioESf4ELlu5V9AAkHgfNRXw0CZ8VCaX { width:15.75rem;height:14.4010625rem;top:58.75rem;left:2.1245661377907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT3AZZkq4Hzg41qTTuFDCDRP0dno6kKE { width:16.875rem;height:3.20095rem;top:73.87478637695rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKikpUytdIkaTVXDGcFhIM1AzqSdwUsP { width:11.375rem;height:11.375rem;top:46.31184387207rem;left:4.5616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uETVtIBlDTfC4sdaNMuNTHvSiL7RO3 { width:10rem;height:10rem;top:46.812057495118rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVAsxHbFLrMVPh4hmloR4C04SQebkLUS { width:19rem;height:33.125rem;top:80.625rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOXCGLg5Acpw0BGX3BcWOc0HWeuGm3qX { width:16.875rem;height:3.20095rem;top:109.34895324707rem;left:1.5625000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bqw8qMmPgm2HbOFtz5zNbfBt4Mg5oNuT { width:15.75rem;height:14.4010625rem;top:94.114578247069rem;left:2.1245661377907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfhCGPpsTtyTaTbAezSlrdT6CsfptTpl { width:3.25rem;height:0.0625rem;top:105.12478637695rem;left:8.3745663762094rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SdeQQw37IQQUK6im4euJiCs7hMJFyINi { width:11.375rem;height:11.375rem;top:81.25rem;left:4.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmypvWeb1KSry1bPwN3xvceBeF4McAEf { width:10rem;height:10rem;top:81.68728637695rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4JKGxXRTootclMEV44rdyF4B5CXCSEx { width:3.1875rem;height:0;top:108.44834899903rem;left:8.3745663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTwQswNWVJXqQdcno6eiexohhIGV7S4 { width:3.1875rem;height:0;top:109.69834899903rem;left:8.3745663762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao { background-color:#004080;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { background-color: transparent; background-image: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { display: none; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .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); }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { border-width: 0; border-radius: 0; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z71tnzL5XXU9QFt1Z7Rm9zaLScXVG1Ao > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:20rem;height:5.19748125rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQGZc9iDRQuaUS3rsr7vpCXsfCaVtVzM { width:20rem;height:1.2999125rem;top:22.682292938233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT5dVdWahAEzDoEBRy5iI0Kn2zk6tUn { width:18.6870625rem;height:9.0039rem;top:7.7332916259762rem;left:0.65538197755812rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TL6k6IWbKX0KDG1K8R7CKxF6hRHuQkTW { width:15.374375rem;height:3.93663125rem;top:16.735027313233rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzUBTDh32bS8LDDAEZxCc7rmJSO2UDsK { display:block; }
 }