.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,243,252;--color-primary-1:133,220,245;--color-primary-2:51,197,239;--color-primary-3:0,182,235;--color-primary-4:0,114,188;--color-secondary-0:244,238,224;--color-secondary-1:220,198,152;--color-secondary-2:184,141,49;--color-secondary-3:92,71,25;--color-secondary-4:28,21,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"futura";--paragraphs-font-family:"futura"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container { background-color: transparent; background-image: none; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container > .video-iframe-container { display: none; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row > .video-iframe-container { display: none; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .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); }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container { border-width: 0; border-radius: 0; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#y1AO2W6oies3UhvKyKMg8wo7z3tZO3Tc { 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:4.625rem;width:37.5rem;top:0.65625rem;left:18.75rem;overflow:hidden;display:block; }
#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container { background-color: transparent; background-image: none; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container > .video-iframe-container { display: none; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row > .video-iframe-container { display: none; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .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); }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container { border-width: 0; border-radius: 0; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#eOQJ6m6BkwUDzDUlI7leTbm7lPgM5rvM { 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:43.6875rem;width:75rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf { position:relative;display:block; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf { background-color: transparent; background-image: none; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row .container > .video-iframe-container { display: none; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row > .video-iframe-container { display: none; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .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); }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf { border-width: 0; border-radius: 0; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .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; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A4F3mzpCw9GsmCBwXcUU0k6t59zenOB6 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5rem;left:15.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVJRUAlgO7KPWgncA9uM10a5dZNkrgrs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.3125rem;left:3.75rem;display:none; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;position:relative;display:block; }#moqeHuvBVwtNumePMTOTUoTN9pGVzwrJ { color:#0093d2;display:block;width:58.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:1.46875rem;left:8.34375rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5UmDOQkqtzMVEJh0DxKOhlombwTFNzc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:50rem;top:8.375rem;left:12.5rem;overflow:hidden;display:block; }
#d5drSVclrOSFSJZI2v692KccpzH5lomr { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.25rem 0.3125rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.5rem;left:42.5rem;display:block; }
#ykauECK88XKfsey1o5mU3UgexKyCwVno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpNpNM29qDN4sCFQDwgsJBScAopVB7rx { color:#082344;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.375rem;left:9.75rem;height:4.374025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t9ntMHctiFFLHCW2oTqRBvS0CI3HrzoZ { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.3125rem;left:25.0625rem;box-shadow: 0.625rem 0.5625rem 0.875rem rgba(var(--color-primary-4),1) ;display:block; }
#ZK7A39n2omHcKOor0axBgTvt2BQ8Nf1F { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.5625rem;left:26.5625rem;height:2.84399375rem;display:block; }
#HVCFGuyeuMi6kPXhCio0ltPaaCZoTP2o { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:37.75rem;left:25.375rem;height:2.030275rem;text-align:center;text-align-last:center;display:block; }
#oP33gS5Sx5lx4mdRscFip9t9cDwVLuEH { color:rgba(var(--color-primary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:32.150390625rem;left:13.25rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4Q8DyyUPquGvgFTEoevBk4VT9tetZ1n { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:38.087890625rem;left:13.3125rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFvrBwygDCTU5cXtr1S0t8KQ7PT6wpTk { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.25rem;left:55.25rem;box-shadow: 0.625rem 0.5625rem 0.875rem rgba(var(--color-primary-4),1) ;display:block; }
#D3PxCTJpBgaD8tEdhl2MJKXoB3dJncVg { color:rgba(var(--color-primary-4),1);display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:31.9375rem;left:43.34375rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9OprDWpewqlKfPT7rQA3pFAb4DyGuJB { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.625rem;left:56.75rem;height:2.84399375rem;display:block; }
#R3C45SG5EoRxhSsppbmxTbQGWLl6RCbR { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.6875rem;left:55.5625rem;height:2.030275rem;text-align:center;text-align-last:center;display:block; }
#XAzvZqqUl0bio6VVX4U8arxH0C89CLrk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:37.98828125rem;left:43.3125rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lpVTu3yQlFrfBWHyF0Au0k3NShJfV069 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.25rem 0.3125rem 1.25rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.5rem;left:12.5rem;display:block; }
#wM0Mm9TrkRUQufz6rEQFEm9gTubCqsCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDCT9Ow4HMrW7WuUVKHpReXmvuuF3p03 { box-sizing:content-box;height:15.75rem;width:58.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.984375rem;left:8.5rem;border-top:0.4375rem dashed #0093d2;border-left:0.4375rem dashed #0093d2;border-right:0.4375rem dashed #0093d2;border-bottom:0.4375rem dashed #0093d2;display:block; }
#SRzbvwv6GBIKBdkVxrQOyh2skX3QVzov { box-sizing:content-box;height:15.75rem;width:58.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.984375rem;left:8.5rem;border-top:0.4375rem dashed #0093d2;border-left:0.4375rem dashed #0093d2;border-right:0.4375rem dashed #0093d2;border-bottom:0.4375rem dashed #0093d2;display:none; }
#DJVJB6xavBhAyVx5UTzxO4xP3SNO19Td { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.6875rem;left:55.5625rem;height:2.09375rem;text-align:center;text-align-last:center;display:none; }
#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb { position:relative;display:block; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb { background-color: transparent; background-image: none; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row .container > .video-iframe-container { display: none; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row > .video-iframe-container { display: none; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .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); }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb { border-width: 0; border-radius: 0; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .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; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HQCF0c9aoo23xtxxzLJUbhgMv21eHnP5 { color:#082344;display:block;width:28.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.375rem;left:10.96875rem;height:3.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h0T3s6o672koVdHVFoGXwnqPT4dpTu5k { color:#082344;display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:10.96875rem;height:13.4296875rem;display:block; }#h0T3s6o672koVdHVFoGXwnqPT4dpTu5k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h0T3s6o672koVdHVFoGXwnqPT4dpTu5k li:before{  }
#vDKIQtdn1BgskMNG8VJ9bIXx637qcvyf { position:absolute;display:block;z-index:15049;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:9.375rem;width:22.1875rem;top:5rem;left:43.556640625rem;overflow:hidden;display:block; }
#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX { position:relative;display:block; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX { background-color: transparent; background-image: none; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row .container > .video-iframe-container { display: none; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row > .video-iframe-container { display: none; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .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); }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX { border-width: 0; border-radius: 0; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .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; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#anb3Cic1RGZvrsv0AcSqdAA0OkZvBlnS { color:#082344;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:2.375rem;left:29.75rem;height:6.5610625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ggma14zbXzyeM5CAKTZBoaBMXolvIn6U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:18.4375rem;top:0rem;left:10.25rem;overflow:hidden;display:block; }
#LkP7g4iQUBTSuFRDPUUZGmaxWZfkRhlO { color:#082344;display:block;width:66.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.3125rem;left:4.4375rem;height:2.1870125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z { position:relative;display:block; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z { background-color: transparent; background-image: none; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container > .video-iframe-container { display: none; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row > .video-iframe-container { display: none; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .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); }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z { border-width: 0; border-radius: 0; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Sba20Rm7WW1RyVUUhuPmUnqEAI9lXw1o { color:#212325;display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:59.83203125rem;left:21.4677734375rem;height:2.923825rem;font-style:normal;display:block; }
#nQtnXtawJv90RBVBRnFAIVtU7UghuiOM { color:#007abb;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:2.681640625rem;left:18.6875rem;height:4.06055rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-form-header {  }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-4),0.77);width:38.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1.2;vertical-align:top; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1.2;vertical-align:top; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#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:38.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem;overflow:hidden;vertical-align:top; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .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; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#008bd2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:700;color:#f2f9ff;width:38.25rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .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:"roboto condensed";line-height:1.3;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:37rem;overflow:hidden;font-style:normal; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:1.25rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:4.75rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-container:first-of-type{padding-top:0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-container:last-of-type{padding-bottom:0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.8349609375rem;left:18.125rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.25rem;display:block;vertical-align:top; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 {display:block;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.8349609375rem;left:18.125rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HOcA3DLc5QmfSBtB1erxZUnCZdDeq5q1 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HIMdvr3O2WoEQbkaSCdyxrFE1H3UJIx8 { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #kqM7gUHlBmUPnV3LJyNZ4tWDKngsChUI { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xiBgOkRvK4GRSTTxIdnnBRSF8cfxFaEx { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #W5llWKJWJP7xwLIWw05JNP0d2XNDLQHS { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #zIIOMS3fl4Z7I4FgAi8a48hvgpz5dkv8 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Em2i9WDzK58p08HEba36DKsJQ342naLM { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #u0WXNSxvSOZKiN8DmRB2Kg53P3TksHqd { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #tXp5tzDoUm3JymUkNGMDy07urEQ1Ds4f { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #lsXAKo4hIfBOa86sZ9WVwOWEthsxQhUo { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #qf528dKUmAISxFKoPgwZLn73R6c0dAci { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #nfRUCiSUWO53fiW1uh8AiWXxaHwaOOcE { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #PvTydmn7ozXgbtKLz2sPcankTmcOcGTP { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xb76BK3kakKFeqMpOQwp2C3PIUTdCNRk { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #KG50F0Pa7tAI1q3W0gOgqEUuh8cV3qL7 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Ly6FEtdOJ5UJ2Rv4v469Xo9IwbgTOhBv { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #knmMort6aUtbXyxZFmokmaTugcyqX4Ad { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #rO0oBMzwQhqEFxHT4yKyEnuGhfovBN9Z { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ee56RRRKew7ieBKM5llsS4qb1QHRLMBn { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #x1QyPu4ehRQ9bZx8qFMHZLAkGgCiPHTP { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Oqa1fWyp6Lem0G1ykcIJuTpOOWOUBHc9 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #fhIwfN7nTyGmLgoQWQx9sAF74C2ziQ82 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Nmsmumw3SsQ3VB4twDERioe36quQGCe5 { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #hQX63UJeKourR9nvR8lPiFZRCGmpxn0L { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #DZNmT5ro8GnPkAi1wlWvT049XJTTvoL5 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #BMXrDB68mTgttv7Lg3y3xfbJutPCcDqA { position:relative;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ZfoJQK5hlwZDqen4ZI9VuDgqMkdhMJav { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #EdhTSv8DrdUhGvo104f7IiWzwPwSPphb { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Qy6R6gDT7tia89aqTyAD16zoB4pDIzm5 { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #avIKOeBCZKzmdfVpo7M58V8KEFHSRX5z { position:relative; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #apT8hSRi9JNxddk5Nrczvw0oKhrBnfQz { position:relative;z-index:2; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #mZbe9AqWFhNmEwL6ML04gQ9laOR64sqg { position:relative;display:block; }
#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0094d2;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; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { background-color: transparent; background-image: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container { display: none; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .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); }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { border-width: 0; border-radius: 0; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:10.842010498047rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KtWoSH46t4vwf8fnDJfb1HB3u1Gln9UO { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:13.125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp { display:block; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1AO2W6oies3UhvKyKMg8wo7z3tZO3Tc { width:37.5rem;height:4.62456875rem;top:0.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmGVQpZSKlRVarJSNZRInv4HR8vURgtr { display:block; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOQJ6m6BkwUDzDUlI7leTbm7lPgM5rvM { width:40.25rem;height:23.4375rem;top:0rem;left:-0.15776908397674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf { display:block; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4F3mzpCw9GsmCBwXcUU0k6t59zenOB6 { width:43.4375rem;height:1.62435rem;top:0.37478256225586rem;left:2.1245659589768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVJRUAlgO7KPWgncA9uM10a5dZNkrgrs { width:12.5rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moqeHuvBVwtNumePMTOTUoTN9pGVzwrJ { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UmDOQkqtzMVEJh0DxKOhlombwTFNzc { width:47.75rem;height:13.13125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5drSVclrOSFSJZI2v692KccpzH5lomr { width:21.9375rem;height:3.9375rem;top:40.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykauECK88XKfsey1o5mU3UgexKyCwVno { display:block; }
 }@media only screen and (max-width: 763px) { #IpNpNM29qDN4sCFQDwgsJBScAopVB7rx { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ntMHctiFFLHCW2oTqRBvS0CI3HrzoZ { width:8.375rem;height:8.375rem;top:33.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK7A39n2omHcKOor0axBgTvt2BQ8Nf1F { width:5.4375rem;height:2.9375rem;top:34.5625rem;left:12.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVCFGuyeuMi6kPXhCio0ltPaaCZoTP2o { width:7.625rem;height:2.0625rem;top:37.75rem;left:11.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP33gS5Sx5lx4mdRscFip9t9cDwVLuEH { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Q8DyyUPquGvgFTEoevBk4VT9tetZ1n { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvrBwygDCTU5cXtr1S0t8KQ7PT6wpTk { width:8.375rem;height:8.375rem;top:33.25rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PxCTJpBgaD8tEdhl2MJKXoB3dJncVg { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OprDWpewqlKfPT7rQA3pFAb4DyGuJB { width:5.4375rem;height:2.9375rem;top:34.625rem;left:42.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3C45SG5EoRxhSsppbmxTbQGWLl6RCbR { width:7.625rem;height:2.0625rem;top:37.6875rem;left:40.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAzvZqqUl0bio6VVX4U8arxH0C89CLrk { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpVTu3yQlFrfBWHyF0Au0k3NShJfV069 { width:21.6875rem;height:3.9375rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM0Mm9TrkRUQufz6rEQFEm9gTubCqsCh { display:block; }
 }@media only screen and (max-width: 763px) { #lDCT9Ow4HMrW7WuUVKHpReXmvuuF3p03 { width:46.875rem;height:15.75rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzbvwv6GBIKBdkVxrQOyh2skX3QVzov { width:46.875rem;height:15.75rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJVJB6xavBhAyVx5UTzxO4xP3SNO19Td { width:7.625rem;height:2.0625rem;top:37.6875rem;left:40.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb { display:none; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row .container { width:47.75rem;height:28.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HQCF0c9aoo23xtxxzLJUbhgMv21eHnP5 { width:28.186875rem;height:2.34375rem;top:3.625rem;left:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0T3s6o672koVdHVFoGXwnqPT4dpTu5k { width:36.3748125rem;height:8.1510625rem;top:7.5618495941163rem;left:2.5618489980697rem;font-size:1.0625rem;display:block; }#h0T3s6o672koVdHVFoGXwnqPT4dpTu5k li:before{  }
 }@media only screen and (max-width: 763px) { #vDKIQtdn1BgskMNG8VJ9bIXx637qcvyf { top:0.75173950195312rem;left:22.570747733116rem;width:22.1875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX { display:block; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anb3Cic1RGZvrsv0AcSqdAA0OkZvBlnS { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggma14zbXzyeM5CAKTZBoaBMXolvIn6U { width:18.4375rem;height:11.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkP7g4iQUBTSuFRDPUUZGmaxWZfkRhlO { width:41.4375rem;height:6.0384125rem;top:1.5rem;left:3.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z { display:block; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container { width:47.75rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sba20Rm7WW1RyVUUhuPmUnqEAI9lXw1o { width:41.3748125rem;height:2.2721375rem;top:64.456375122069rem;left:6.3747833967206rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQtnXtawJv90RBVBRnFAIVtU7UghuiOM { width:39.75rem;height:5.6857625rem;top:1.5592460632324rem;left:4.1243489980697rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-regular-label { width:39.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text { width:39.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-textarea { width:39.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select { width:39.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-button { width:39.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-checkbox-label { width:38rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5  { width:39.1873125rem;height:auto;top:8.2476119995119rem;left:3.0305989980697rem; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .radio-container { width:39.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 {display:block;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 { width:39.1873125rem;height:auto;top:8.2476119995119rem;left:3.0305989980697rem; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HOcA3DLc5QmfSBtB1erxZUnCZdDeq5q1 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HIMdvr3O2WoEQbkaSCdyxrFE1H3UJIx8 { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #kqM7gUHlBmUPnV3LJyNZ4tWDKngsChUI {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xiBgOkRvK4GRSTTxIdnnBRSF8cfxFaEx {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #W5llWKJWJP7xwLIWw05JNP0d2XNDLQHS { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #zIIOMS3fl4Z7I4FgAi8a48hvgpz5dkv8 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Em2i9WDzK58p08HEba36DKsJQ342naLM {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #u0WXNSxvSOZKiN8DmRB2Kg53P3TksHqd { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #tXp5tzDoUm3JymUkNGMDy07urEQ1Ds4f {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #lsXAKo4hIfBOa86sZ9WVwOWEthsxQhUo {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #qf528dKUmAISxFKoPgwZLn73R6c0dAci { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #nfRUCiSUWO53fiW1uh8AiWXxaHwaOOcE {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #PvTydmn7ozXgbtKLz2sPcankTmcOcGTP {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xb76BK3kakKFeqMpOQwp2C3PIUTdCNRk { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #KG50F0Pa7tAI1q3W0gOgqEUuh8cV3qL7 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Ly6FEtdOJ5UJ2Rv4v469Xo9IwbgTOhBv {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #knmMort6aUtbXyxZFmokmaTugcyqX4Ad { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #rO0oBMzwQhqEFxHT4yKyEnuGhfovBN9Z {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ee56RRRKew7ieBKM5llsS4qb1QHRLMBn {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #x1QyPu4ehRQ9bZx8qFMHZLAkGgCiPHTP { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Oqa1fWyp6Lem0G1ykcIJuTpOOWOUBHc9 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #fhIwfN7nTyGmLgoQWQx9sAF74C2ziQ82 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Nmsmumw3SsQ3VB4twDERioe36quQGCe5 { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #hQX63UJeKourR9nvR8lPiFZRCGmpxn0L {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #DZNmT5ro8GnPkAi1wlWvT049XJTTvoL5 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #BMXrDB68mTgttv7Lg3y3xfbJutPCcDqA { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ZfoJQK5hlwZDqen4ZI9VuDgqMkdhMJav {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #EdhTSv8DrdUhGvo104f7IiWzwPwSPphb {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Qy6R6gDT7tia89aqTyAD16zoB4pDIzm5 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #avIKOeBCZKzmdfVpo7M58V8KEFHSRX5z {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #apT8hSRi9JNxddk5Nrczvw0oKhrBnfQz {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #mZbe9AqWFhNmEwL6ML04gQ9laOR64sqg { display:block; }
 }@media only screen and (max-width: 763px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:47.7495625rem;height:1.462675rem;top:7.685546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWoSH46t4vwf8fnDJfb1HB3u1Gln9UO { width:36.25rem;height:2.92535rem;top:2.4348945617676rem;left:5.7486981153488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp { display:block; }#VmHF8OQxyTTsybq2B8Xl7thC7BXIJAlp > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1AO2W6oies3UhvKyKMg8wo7z3tZO3Tc { width:20rem;height:2.4666666666667rem;top:0.984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmGVQpZSKlRVarJSNZRInv4HR8vURgtr { display:block; }#WmGVQpZSKlRVarJSNZRInv4HR8vURgtr > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eOQJ6m6BkwUDzDUlI7leTbm7lPgM5rvM { width:20rem;height:11.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf { display:block; }#qd4dTziyVyMxS5or6XvvFC6qdoZCTMdf > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4F3mzpCw9GsmCBwXcUU0k6t59zenOB6 { width:19.9375rem;height:1.13606875rem;top:1.25rem;left:0.12478303909302rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OVJRUAlgO7KPWgncA9uM10a5dZNkrgrs { top:0.90625rem;left:0.21809899806976rem;width:19.561625rem;height:1.462675rem;z-index:15001;color:#ffffff;font-weight:700;font-style:normal;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:58.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moqeHuvBVwtNumePMTOTUoTN9pGVzwrJ { width:18.25rem;height:5.625rem;top:0.8125rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5UmDOQkqtzMVEJh0DxKOhlombwTFNzc { width:18.875rem;height:5.125rem;top:8.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5drSVclrOSFSJZI2v692KccpzH5lomr { width:16.1875rem;height:3.9375rem;top:52.515625rem;left:1.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykauECK88XKfsey1o5mU3UgexKyCwVno { display:block; }
 }@media only screen and (max-width: 763px) { #IpNpNM29qDN4sCFQDwgsJBScAopVB7rx { width:19rem;height:7.25rem;top:14.8125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9ntMHctiFFLHCW2oTqRBvS0CI3HrzoZ { width:7.5rem;height:7.5rem;top:28.328125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK7A39n2omHcKOor0axBgTvt2BQ8Nf1F { width:5.4375rem;height:2.7246125rem;top:29.6142578125rem;left:11.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVCFGuyeuMi6kPXhCio0ltPaaCZoTP2o { width:7.625rem;height:2.09375rem;top:41.390625rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP33gS5Sx5lx4mdRscFip9t9cDwVLuEH { width:9.9375rem;height:4.9746125rem;top:24.228515625rem;left:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Q8DyyUPquGvgFTEoevBk4VT9tetZ1n { width:9.375rem;height:1.4619125rem;top:29.025390625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFvrBwygDCTU5cXtr1S0t8KQ7PT6wpTk { width:7.5rem;height:7.5rem;top:46.203125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PxCTJpBgaD8tEdhl2MJKXoB3dJncVg { width:13.6875rem;height:4.9746125rem;top:42.953125rem;left:2.40625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OprDWpewqlKfPT7rQA3pFAb4DyGuJB { width:5.4375rem;height:2.7246125rem;top:47.802734375rem;left:11.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R3C45SG5EoRxhSsppbmxTbQGWLl6RCbR { width:7.625rem;height:1.9306625rem;top:32.46484375rem;left:10rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAzvZqqUl0bio6VVX4U8arxH0C89CLrk { width:9.375rem;height:1.4619125rem;top:47.83203125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpVTu3yQlFrfBWHyF0Au0k3NShJfV069 { width:16.1875rem;height:3.9375rem;top:34.76953125rem;left:1.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM0Mm9TrkRUQufz6rEQFEm9gTubCqsCh { display:block; }
 }@media only screen and (max-width: 763px) { #lDCT9Ow4HMrW7WuUVKHpReXmvuuF3p03 { width:17.3125rem;height:16.25rem;top:23.166015625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRzbvwv6GBIKBdkVxrQOyh2skX3QVzov { width:17.3125rem;height:15.5rem;top:41.390625rem;left:0.90625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DJVJB6xavBhAyVx5UTzxO4xP3SNO19Td { width:7.625rem;height:1.9306625rem;top:50.3359375rem;left:10.28125rem;font-size:1.4375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb { display:block; }#sHDqsaWTpIHMCgCt7uxTPSuU6057H2tb > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQCF0c9aoo23xtxxzLJUbhgMv21eHnP5 { width:17.1875rem;height:2.46875rem;top:2.5927734375rem;left:1.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0T3s6o672koVdHVFoGXwnqPT4dpTu5k { width:17.3125rem;height:13.67775rem;top:12.2490234375rem;left:1.40625rem;font-size:1.0625rem;display:block; }#h0T3s6o672koVdHVFoGXwnqPT4dpTu5k li:before{  }
 }@media only screen and (max-width: 763px) { #vDKIQtdn1BgskMNG8VJ9bIXx637qcvyf { width:15.5rem;height:6.4375rem;top:5.4365234375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX { display:block; }#CrPGv6MJgVumn4H0Ngv2yWgPtQdDZTvX > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anb3Cic1RGZvrsv0AcSqdAA0OkZvBlnS { width:18.75rem;height:9.125rem;top:1.4375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggma14zbXzyeM5CAKTZBoaBMXolvIn6U { width:16.5rem;height:10.25rem;top:10.71875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkP7g4iQUBTSuFRDPUUZGmaxWZfkRhlO { width:20rem;height:3.5rem;top:21.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z { display:block; }#CZpDhxn7u8M5vorJK2QyNiT5usxWEo4z > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sba20Rm7WW1RyVUUhuPmUnqEAI9lXw1o { width:14.75rem;height:5.32421875rem;top:57.849609375rem;left:3.3740234375rem;font-size:1rem;color:#082344;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #nQtnXtawJv90RBVBRnFAIVtU7UghuiOM { width:18.5625rem;height:4.51074375rem;top:1.609375rem;left:0.84375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#007abb;display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .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;color:rgba(8,35,68,0.77);font-size:1.125rem;overflow:hidden;display:block;font-weight:400;font-style:normal; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.25rem;font-size:1.1875rem;overflow:hidden; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5  { width:17.5rem;height:auto;top:6.6201171875rem;left:0rem;z-index:14999; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 {display:block;}#CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 { width:17.5rem;height:auto;top:6.6201171875rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HOcA3DLc5QmfSBtB1erxZUnCZdDeq5q1 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #HIMdvr3O2WoEQbkaSCdyxrFE1H3UJIx8 { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #kqM7gUHlBmUPnV3LJyNZ4tWDKngsChUI {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xiBgOkRvK4GRSTTxIdnnBRSF8cfxFaEx {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #W5llWKJWJP7xwLIWw05JNP0d2XNDLQHS { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #zIIOMS3fl4Z7I4FgAi8a48hvgpz5dkv8 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Em2i9WDzK58p08HEba36DKsJQ342naLM {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #u0WXNSxvSOZKiN8DmRB2Kg53P3TksHqd { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #tXp5tzDoUm3JymUkNGMDy07urEQ1Ds4f {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #lsXAKo4hIfBOa86sZ9WVwOWEthsxQhUo {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #qf528dKUmAISxFKoPgwZLn73R6c0dAci { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #nfRUCiSUWO53fiW1uh8AiWXxaHwaOOcE {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #PvTydmn7ozXgbtKLz2sPcankTmcOcGTP {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #xb76BK3kakKFeqMpOQwp2C3PIUTdCNRk { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #KG50F0Pa7tAI1q3W0gOgqEUuh8cV3qL7 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Ly6FEtdOJ5UJ2Rv4v469Xo9IwbgTOhBv {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #knmMort6aUtbXyxZFmokmaTugcyqX4Ad { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #rO0oBMzwQhqEFxHT4yKyEnuGhfovBN9Z {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ee56RRRKew7ieBKM5llsS4qb1QHRLMBn {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #x1QyPu4ehRQ9bZx8qFMHZLAkGgCiPHTP { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Oqa1fWyp6Lem0G1ykcIJuTpOOWOUBHc9 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #fhIwfN7nTyGmLgoQWQx9sAF74C2ziQ82 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Nmsmumw3SsQ3VB4twDERioe36quQGCe5 { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #hQX63UJeKourR9nvR8lPiFZRCGmpxn0L {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #DZNmT5ro8GnPkAi1wlWvT049XJTTvoL5 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #BMXrDB68mTgttv7Lg3y3xfbJutPCcDqA { display:block; }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #ZfoJQK5hlwZDqen4ZI9VuDgqMkdhMJav {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #EdhTSv8DrdUhGvo104f7IiWzwPwSPphb {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #Qy6R6gDT7tia89aqTyAD16zoB4pDIzm5 {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #avIKOeBCZKzmdfVpo7M58V8KEFHSRX5z {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #apT8hSRi9JNxddk5Nrczvw0oKhrBnfQz {  }
 }@media only screen and (max-width: 763px) { #CovZKXGKCDT9Ou5Q7Xk8btNITlA6uDU5 #mZbe9AqWFhNmEwL6ML04gQ9laOR64sqg { display:block; }
 }@media only screen and (max-width: 763px) { #NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ { display:block; }#NkzTJ34JMFyNK8PcniofMBHWcAZhiIVQ > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUlJbe5M7PrleKf6TsusXAzMNeoMPxz { width:19.1855625rem;height:1.2999125rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWoSH46t4vwf8fnDJfb1HB3u1Gln9UO { width:18.75rem;height:8.25rem;top:2.390625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }