.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;
}
@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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c0ffd12-fe98-435a-89d6-dfc4a08740a3/background_dentist.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:60rem;position:relative;display:block; }#nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { position:absolute;display:block;z-index:15009;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:8.5625rem;top:3.3125rem;left:1.6875rem;overflow:hidden;display:block; }
#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:#212121;display:block;width:42.375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.30078125rem;left:1.6875rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { color:#3e3e3e;display:block;width:36.4355625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:34.3125rem;left:8.8125rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#wUk6ZrPq2vretJ7HXbreAvcEPLTQXyhC { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:0.0625rem;top:3.3125rem;left:43.75rem;display:block; }
#aOCOGRWrb3riqmhT85k1n5IBiLnOH6Tu { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.3125rem;left:51.75rem;height:1.8994125rem;text-align:right;text-align-last:right;display:block; }
#r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:60.1875rem;left:28.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:29.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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 #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:29.9375rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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 #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:29.9375rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:29.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:#c00000;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.5rem;font-weight:700;color:#f2f9ff;width:29.9375rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:28.6875rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.75rem;left:27.5625rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.9375rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:39.75rem;left:27.5625rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RxGUJh9oFd6tZFIBTxxKgOCH84lpQ05R { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ad2JiXd2Etmxm9SFfVMTgl02rTTfMudV { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TpyxJrvi0lxLfle6euadq8iaOabvcyhV { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#Z9bNIUcf1NFCeTZ3kMV2R3CpDGFGmura { color:#c00000;display:block;width:42.375rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:9.1875rem;left:1.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { position:absolute;display:block;z-index:15012;background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:29.875rem;top:31.0625rem;left:0rem;display:block; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:33.75rem;left:1.6875rem;height:11.6953125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:48.5625rem;left:1.6875rem;height:3.3984375rem;text-align:left;text-align-last:left;display:block; }
#TUrscvGVsG3tnFHthrxU7TysPMrLldAz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3d4346;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:2.125rem;left:42.5rem;display:block; }
#MVsB4TU4MMa3VFDBz7Z0x9v6qAu7TphB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV { 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; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container { background-color: transparent; background-image: none; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container > .video-iframe-container { display: none; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row > .video-iframe-container { display: none; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .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); }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container { border-width: 0; border-radius: 0; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;position:relative;display:block; }#vEyO4TvlydschLANbHNPloccyXgP0gd3 { color:#707070;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRPoQaES7vh8mfXdaD92EUpV53lcusMu { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VU5hD3Vi6aMpxnk3wIN6MquTcoWa9LFc { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9ByfbDN3lUk9Zy2lt2ykiZTP94QPrrl { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiBDyOkRgUvTt9xFtQvEpN79MWNZnbB7 { position:absolute;display:block;z-index:15006;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.5625rem;width:9.5625rem;top:17.625rem;left:6rem;overflow:hidden;display:block; }
#Np3xyUgHdzPGULJ1WIf0sEAP6EOLxGqI { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.9375rem;left:20.03125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLAoMoFciFKIVUZyHKrF4Uti6Py5k67Q { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.3125rem;left:20.03125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REcQeGKS2HRkTgfq610ADThT9KQ9M00F { position:absolute;display:block;z-index:15009;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:12.5625rem;width:12.5625rem;top:16.125rem;left:23.71875rem;overflow:hidden;display:block; }
#ASw7m8UFN0c2eAnQ51QN72hrnSp4AadU { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.3125rem;left:40.0625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeudREz2zvdl13Tf4kVQVfKEWTTokxvS { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.1875rem;left:40.0625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3LTUWED7uVrXUE1MhneVUJav7wADmIA { position:absolute;display:block;z-index:15012;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.5625rem;width:9.5625rem;top:17.6875rem;left:45.25rem;overflow:hidden;display:block; }
#au7BeRGbE49sene1pF31NihMUIvboxu1 { position:relative;display:none; }#au7BeRGbE49sene1pF31NihMUIvboxu1 { border-width: 0; border-radius: 0; }#au7BeRGbE49sene1pF31NihMUIvboxu1 > .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; }#au7BeRGbE49sene1pF31NihMUIvboxu1 > .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:40.8125rem;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:none; }#GP1Mwh2AKtg4FZ0TSqqL3XH2HXMKmTrt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.625rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#KZHIfhZXwvrqEQ8nhUy5Mf5XbhgIHDq9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.5234375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { color:#434242;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.48828125rem;left:0rem;height:4.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { 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; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { background-color: transparent; background-image: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { display: none; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .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); }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { border-width: 0; border-radius: 0; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { color:#434242;display:block;width:24.4995rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:3.0634765625rem;left:2.5625rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { color:#434242;display:block;width:24.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:6.6572265625rem;left:2.5625rem;height:20.79495rem;text-align:left;text-align-last:left;display:block; }
#xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { background-color:#c00000;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: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:"source sans pro";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:29.6884765625rem;left:2.5625rem;display:block; }
#hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { position:absolute;display:block;z-index:15021;background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:12.5rem;top:3.6884765625rem;left:32.5rem;display:block; }
#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/285f30ba-be6c-4198-9d1a-b6067aa0f876/pieknydziewczynyobsiadaniewdentystybiurze.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:14.812rem;width:12.5rem;top:3.6884765625rem;left:45rem;display:block; }#obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.adaptive-delivery-prevent-bg, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyload, #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd.lazyloading { background-image: none; }
#Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { position:absolute;display:block;z-index:15022;background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:12.5rem;top:18.5009765625rem;left:45rem;display:block; }
#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0d1a5e1b-df99-4690-a97d-9fd9cbca23b6/wpelniwyposazonaszafamedyczna.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:14.8108125rem;width:12.5rem;top:18.5009765625rem;left:32.5625rem;display:block; }#sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.adaptive-delivery-prevent-bg, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyload, #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH.lazyloading { background-image: none; }
#OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:3.9375rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:6.0009765625rem;left:32.84375rem;height:4.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:10.873046875rem;left:32.96875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukc4X4St0iUtFN6atvX28aW7XhenXUCK { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:4.8125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:19.1884765625rem;left:45.46875rem;height:5.29296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { color:#434242;display:block;width:11.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:24.4814453125rem;left:45.46875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M { position:relative;display:block; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M { background-color: transparent; background-image: none; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row .container > .video-iframe-container { display: none; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row > .video-iframe-container { display: none; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .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); }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M { border-width: 0; border-radius: 0; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .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; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .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:8.875rem;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; }#HeMRo5O9vK7TfpRnQvP4gkkqsWJWvunk { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.755859375rem;left:2.9375rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { 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; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { background-color: transparent; background-image: none; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container > .video-iframe-container { display: none; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row > .video-iframe-container { display: none; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .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); }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { border-width: 0; border-radius: 0; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { color:#434242;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.6875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { 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; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { background-color: transparent; background-image: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .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); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { border-width: 0; border-radius: 0; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { color:#434242;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.500732421875rem;left:0rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ugAWwdrP5JQ8S3PBITbdENesZ7Px1Kqv { 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:60rem;width:60rem;display:none; }
#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 { 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; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container { background-color: transparent; background-image: none; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container > .video-iframe-container { display: none; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row > .video-iframe-container { display: none; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .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); }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container { border-width: 0; border-radius: 0; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#yrnWnzO9ApnROqUGsu759w3Qr5qgggSO { color:#454545;display:block;width:6.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOSzx7fBMcuhMP5e1OblEf52G51gW9LG { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:7.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhJUZoF8k9FsTFCTVhH2GgTyXaOhvuiD { color:#454545;display:block;width:9.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.125rem;height:1.29980625rem;font-style:normal;display:block; }
#VlP0AJMP3MhQLav1mzCphgraMkAVrvr1 { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyvRPyMHAdJebM7cIDxQVsOIR5ydfNqV { color:#979597;display:block;width:12.375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.375rem;left:39.5rem;height:4.22265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zopTvQy7rVeebhtP2KdyAzEqgZHcisAt { color:#454545;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.625rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#JyoVUUHEyowbRcVJ93kt6Jq3aTtwwcf3 { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:41.0625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMWvTTvMvdUzDoQMZcMLFKwRXO8PbODF { color:#454545;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:40.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#tTJh4QDxlZQB4lxGtILole6WheyealEg { 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:25.0625rem;width:25.0625rem;top:0rem;left:16rem;overflow:hidden;display:block; }
#XVF2Jc8LJ8TaqwAyACnT95vg2sezR1pZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.9375rem;left:11.9375rem; }
#yFAE2ORLJ4lAUTeRfw6wrRz6TbiAQt3R { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:5.3125rem;left:11.4375rem; }
#l1WLDc0PW3kNGrSTSL5pwJDSVT1NLaAA { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.125rem;left:45.375rem; }
#cXTCKTmAm9ac35oGsUNc5S6css28Og88 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:18.4375rem;left:44.5rem; }
#T7pWbr3Un2id3T56synudepl0x0WI5f8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:24.1484375rem;left:27.34375rem; }
#lT3inmn6hTAdqQaeH0UKh5HwJUd6R51I { color:#454545;display:block;width:12.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.396484375rem;left:22.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#gXLii9lx4EQITBuTTI7oEnUyvxy3qftP { color:#979597;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.197265625rem;left:23.15625rem;height:4.22265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container { background-color: transparent; background-image: none; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container > .video-iframe-container { display: none; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row > .video-iframe-container { display: none; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .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); }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container { border-width: 0; border-radius: 0; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#OWUIBX7ZZe69Tln8a1FPg6wML5eG4u1F { 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:6.75rem;width:6.75rem;top:27.6875rem;left:6.625rem;overflow:hidden;display:block; }
#ny60X0rg8eAaWXWDcC87oJWVPOrJ9bH6 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35.75rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D6LVG9Chd7o83gdVk2k1mgZ1sSQarbSU { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:38rem;left:0.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fT4Tb008VCeCKsMa4xCOGWbA1tQWpWZ5 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38rem;left:20.625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgFEDGgcW1KCsls0yeASfO2m6EXLsl4o { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSAam4M89xfQJ4ODwQbzMGxvaBvO9Znn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:26.625rem;overflow:hidden;display:block; }
#tMNA8EIl20W2GF0eqzFW5QQJPFnTGXfw { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:39.8603515625rem;left:40.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnMd2VC2aru4Amca4wm604ao7TWZDoTP { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.75rem;left:40.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5XFLZnlLCWQMs3SUK40XH0saEURVtxE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:46.625rem;overflow:hidden;display:block; }
#yuwqsaeaMNktsm22iik4ibw3XeOARdGF { 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:6.75rem;width:6.75rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#MXnooKTXzFTfznmXe7w4CVELcZzZhD30 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgUkzUzZaKKtTFqmIUm13547neKmOk7I { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaAWDCTHvPZeXyHnWbbN09mm4NiuNcs4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#g5km9GuxtVwrtx4PLV7sOJarCzm6ZM2E { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAG5lgE4vb6cD9lzmMhaDrB7QEQzl9TN { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:20.625rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QakLcSyeUpMMEMJ37L78szaAES6N63TO { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:40.625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiFqOKizKTlhRo17ytL81vVmqJHpA1J5 { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6WG2hKs1ENCLwWoGuPHBZWiOWFBh32c { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#A98ulSEPuaHuNDpDyKFNe8GK0EpgpSy8 { color:#585858;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P0CI3h3p49V80iaqc6dXNviOrusLOLhH { position:relative;display:block; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH { background-color: transparent; background-image: none; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row .container > .video-iframe-container { display: none; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row > .video-iframe-container { display: none; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .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); }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH { border-width: 0; border-radius: 0; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .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; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c00000;background-image:none;font-size:0.875rem;font-family:arial;height:58.4375rem;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; }#ksbB9Un1mK5AxGBAkUqZhtTf20FlkSge { 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:45.375rem;width:60rem;top:5.13671875rem;left:0rem;overflow:hidden;display:block; }
#MxVSkXQutAvryD8Idbpdam4xTVM2zc1C { box-sizing:content-box;height:8.5625rem;width:50.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:48.38671875rem;left:4.21875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#wTXFnQ4QgkVe9z1ndv4M3BmywMxRNB6F { color:#000000;display:block;width:47.375rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:49.01171875rem;left:5.8125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#gvvtAQlsgw3xTlhNTGVCbe90SdQvFTO0 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:13.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR { 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; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container { background-color: transparent; background-image: none; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container > .video-iframe-container { display: none; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row > .video-iframe-container { display: none; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .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); }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container { border-width: 0; border-radius: 0; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#L9qqX3nPBHWmKtH8LfZwDnSl4QF9lbTF { 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:13.5625rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#uQ3lo3u5q3DAnlVthF8LmfJtbhGV8dPh { position:absolute;display:block;z-index:15001;background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#Xz2V94JWE677TxBFS8ng1c80hL0QNhM4 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7wfFEzoW56J5nXyfmZsLLAQ0c7rsfTz { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:4.6435546875rem;left:3.34375rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wG80vWFDINXqVPSDTUmG8z3U3nwyez5m { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:14rem;left:20.125rem;overflow:hidden;display:block; }
#eGXwgggwklClKpPq25noQOZllcz3qBI4 { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:19.75rem;top:25.8125rem;left:40.1875rem;display:block; }
#d7guTer8yFaUPlHgWTEtRvylbQnqOFdO { color:#3d4051;display:block;width:15.875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:34.162109375rem;left:42.0625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WLFDxTCPFzyBDzuzM7MhopMZnIgWG1xP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.75rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#uNGF88p93W5lD5MTMQktJgW0ptpCSueQ { 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:14.3125rem;width:19.75rem;top:27.3125rem;left:0rem;overflow:hidden;display:block; }
#VrkuwraIDLO6PhgJ6Lts9aDFQD0cDP7A { color:#c00000;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.78125rem;left:42.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dy7sRLyi9WoxQFDMDnSCLQ9x9zxlXCp7 { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:11.7119140625rem;left:42.0625rem;height:1.9121125rem;font-style:normal;display:block; }
#FdEWERIiq8V5X3KyrWAKBAZkmqXPLhFZ { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:15.390625rem;left:42.1875rem;height:8.90625rem;font-style:normal;display:block; }
#QHnx6OBD9zwJwHZTcLx8VIHNFZFGLwFW { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:28rem;left:42.0625rem;height:3.82421875rem;font-style:normal;display:block; }
#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(151,150,150,0.65);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; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { background-color: transparent; background-image: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { display: none; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .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); }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { border-width: 0; border-radius: 0; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:2.625rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(151,150,150,0.65);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; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { background-color: transparent; background-image: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { display: none; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .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); }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { border-width: 0; border-radius: 0; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.500732421875rem;left:0rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(151,150,150,0.65);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; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { background-color: transparent; background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .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); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { border-width: 0; border-radius: 0; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:20.1484375rem;left:2.125rem;height:12.796875rem;text-align:center;text-align-last:center;display:block; }
#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3757298e-51ba-45a4-8bfc-5627470838c6/dentystazperspektywypacjenta.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:4.21875rem;display:block; }#NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.adaptive-delivery-prevent-bg, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyload, #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1.lazyloading { background-image: none; }
#oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.142578125rem;left:2.34375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { color:#000000;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:17.84765625rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:20.1484375rem;left:22.28125rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:20.1484375rem;left:42rem;height:11.19725rem;text-align:center;text-align-last:center;display:block; }
#KlPfCTxV074JxN2NS1xL8IopcET1hmiP { color:#000000;display:block;width:20rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.84765625rem;left:20rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.142578125rem;left:20rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.142578125rem;left:40rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amFmPm5NKnr2xHh4bfy1z22s92av938N { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.84765625rem;left:40rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a60f2b2d-1309-4a2c-8e72-a10e7d16c87f/wspolpracownicywbiurzezaparatamifotograficznymiikomputerem.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:24.21875rem;display:block; }#eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.adaptive-delivery-prevent-bg, #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.lazyload, #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU.lazyloading { background-image: none; }
#CeceXD7go3Zn0l466vLSI9EThxHo9dVz { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8f5cdbdf-a01c-43ba-93ca-4497695d98be/biznesowybrainstormingwykresmapyraportudanepojecie.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:1.34375rem;left:44.21875rem;display:block; }#CeceXD7go3Zn0l466vLSI9EThxHo9dVz.adaptive-delivery-prevent-bg, #CeceXD7go3Zn0l466vLSI9EThxHo9dVz.lazyload, #CeceXD7go3Zn0l466vLSI9EThxHo9dVz.lazyloading { background-image: none; }
#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { 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; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { background-color: transparent; background-image: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { display: none; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .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); }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { border-width: 0; border-radius: 0; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { color:#434242;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.375rem;left:0rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);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; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { background-color: transparent; background-image: none; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container > .video-iframe-container { display: none; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row > .video-iframe-container { display: none; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .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); }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { border-width: 0; border-radius: 0; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.6640625rem;left:3.1875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:8.462890625rem;left:23.1875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { color:#434242;display:block;width:13.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:7.6640625rem;left:43.1875rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { position:absolute;display:block;z-index:15018;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:20.3125rem;width:25.25rem;top:4.0625rem;left:17.5rem;overflow:hidden;display:none; }
#Bv9Tmz3Ryrd0Sf4qBSPdGy9EsRP7CtVZ { 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:3.625rem;left:8.4375rem; }
#mCsNI78T4TKn91ABSIHTFNA4ObmICFvl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.625rem;left:28.4375rem; }
#QZWIsVFklUTwU2467urlaTnlBtLDkZAw { 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:15025;opacity:1;top:3.625rem;left:48.4375rem; }
#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { 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; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { position:absolute;display:block;z-index:15012;background-color:#a73231;background-image:url("https://images.assets-landingi.com/uc/fd8fc3e5-037a-4b4e-b698-3ee49c357092/zblizenieprojektantagospodarstwojegookulary.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:33.75rem;width:30rem;top:0rem;left:0.05859375rem;display:block; }#JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.adaptive-delivery-prevent-bg, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyload, #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4.lazyloading { background-image: none; }
#TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { position:absolute;display:block;z-index:15013;background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:30rem;top:0rem;left:30rem;display:block; }
#B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.75rem;left:33.75rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:8.9375rem;left:33.75rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-form-header {  }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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 #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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 #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;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:25.3125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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:#c00000;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.5rem;font-weight:700;color:#f2f9ff;width:25.3125rem;height:3.4375rem;font-family:"source sans pro";overflow:hidden;font-style:normal; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.0625rem;overflow:hidden;font-style:normal;float:none; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-container:first-of-type{padding-top:0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-container:last-of-type{padding-bottom:0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.2373046875rem;left:31.09375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ {display:block;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.2373046875rem;left:31.09375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #S8ovWVBUnd1X6ds3nnrZr0s1Gc4ZmISq { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EaEefT5XSD4o35ELS9bgIdyfZc5CL1kk { position:relative;display:none; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #xl7DMuw7g2rqo3p91Ab6V4Iz8s9wDzHz { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #PST6yHstGGwzvuANWHhcZIO1dJA82R85 { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yeqNByWHWVbHehOJhhWdi4qFwIoDXEGe { position:relative;display:none; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #dmKuzGEulseM51yhKGPooSa96HiHAAgr { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #aOCddZwC3MNLIqgvkKADUPkTplMslrKA { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #p1WyAqfTOFzOi4b2OGZWxsGLamN3TQrH { position:relative;display:none; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #qKsVFyKkuqGBc0gMSZXAe3VpE5T9dPr6 { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EanTQRobDtqDZiJH1GBs35m7b6afakaB { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yPcnfMtEc9IgTfWeLlk2vEUpHAV9bx7v { position:relative;z-index:2; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AQABEQ5ZVW1XgKNw2DGCHsSJXIiTTUep { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AAhNrvCteAav4W7AOzKOJanKTT99saTP { position:relative; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #BeOGtSw1cHQJLn2HKPOMmVMg9uci2dvh { position:relative; }
#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA { position:relative;display:block; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA { background-color: transparent; background-image: none; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row .container > .video-iframe-container { display: none; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row > .video-iframe-container { display: none; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .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); }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA { border-width: 0; border-radius: 0; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .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; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .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:8.0625rem;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; }#No9Tb0nhxJowK5OsoDn0QZ1ticL8phig { color:#000000;display:block;width:51.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:1.125rem;left:4.03125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 { position:relative;display:block; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 { background-color: transparent; background-image: none; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row .container > .video-iframe-container { display: none; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row > .video-iframe-container { display: none; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .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); }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 { border-width: 0; border-radius: 0; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .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; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .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:20.125rem;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; }#UCU1Kyam5sclsOhExSW6urboyz0xn5kW { 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:18rem;width:18.6875rem;top:0.0625rem;left:10rem;overflow:hidden;display:block; }
#fSrNBqqmBn6TgtWqeNJS15zSfovf9LcC { background-color:#c00000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:7.65625rem;left:32.625rem;display:block; }
#cgETf5HO8a99ZD6XcQvIzKbyyNFdRzFM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O { position:relative;display:block; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O { background-color: transparent; background-image: none; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row .container > .video-iframe-container { display: none; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row > .video-iframe-container { display: none; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .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); }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O { border-width: 0; border-radius: 0; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .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; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .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:29.875rem;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; }#lATcfUs4EHnf44Ul1sLSdaS1oKFWfkIS { color:#c00000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans"; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-trigger.adaptive-delivery-prevent-bg, #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-trigger.lazyload, #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-trigger.lazyloading { background-image: none; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.4375rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oWsVqeaZ76EFq6bp5gdBQifSlmsSZp8s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NcPW4IraDT7argkMew9T7yXnKJ5k0yZt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oUBCvtSM2T2McDSyDDArvntAe0oF66K7 { display:block;position:relative; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #WxTNN6QoQlUf44ZMeZfMG9a3quKCOJWR {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z0QqgourJ9rFP4xAJ9HfWbEmIrX2XqLk {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #nT95xNfwlIdcX14fSVRwssclGioA8oHh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #cV8Q4v4dlpe78t8Gq256d8D2t1TOneVo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #KNtdoXGMe1WTtPKTva3vhUeTMkHRP5XG { display:block;position:relative; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NyaaAJnXcCZpkwUPrTMb7ubeySA0SKm9 {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MJgh4EKB74MbOXxqJRT0brosVvnTd7TN { display:none; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MyNEORBilwEOTUPE2LHGa0GbtdTnMIeD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #r7PlRe6pFk37fDWibTTzi9cWAClcGARL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #OXoOZtEJkp56e2oFLFzpNMLPDPTTc5wL { display:block;position:relative; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #hvOaHV0si0BxIJaO02zTZUcFqSt47RTp {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #k5RUXctvGwg0HfrtUBaHxhbg8v2g8Jvu { display:none; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #JLIxEbtAJzrwNoISWghWbQPfKHFT6OQM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #i4XDl4g42zogmZzak2l09i6odWISI7bn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #u12ZnedwOcPOsluTJLS9VOdEcNJ8xSAe { display:block;position:relative; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #dLcvKRZrtrTp1beccn2iHelen1tMnmr6 {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #yfTo8d1VOVFIvH1LXiKfCT1tD0gTZsTm { display:none; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #xx51s5N3uTsJE1FXiW7FNzrkxlfFxryr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #s5B6K87ow72XJn31HPNSb2Jh5xUR2diU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #FMMDF6oCVrwklhX0Aain2l3JUVhCEE5T { display:block;position:relative; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #eiycGQK3tUs1Ol4G7mNGTFRVshxDdTFe {  }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z5vV5lO8xiTrxIEU8HTkLAq7RQKxfnVJ { display:none; }
#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c00000;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; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { background-color: transparent; background-image: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .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); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { border-width: 0; border-radius: 0; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { top:3.3125rem;left:0rem;width:8.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:26.25rem;left:0rem;width:42.375rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { top:34.3125rem;left:2.6875rem;width:36.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUk6ZrPq2vretJ7HXbreAvcEPLTQXyhC { top:3.3125rem;left:37.625rem;width:0.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOCOGRWrb3riqmhT85k1n5IBiLnOH6Tu { top:3.3125rem;left:39.5rem;width:8.25rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:60.1875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:29.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:28.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:29.9375rem;height:auto;top:39.75rem;left:15.3125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:29.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:29.9375rem;height:auto;top:39.75rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RxGUJh9oFd6tZFIBTxxKgOCH84lpQ05R {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ad2JiXd2Etmxm9SFfVMTgl02rTTfMudV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TpyxJrvi0lxLfle6euadq8iaOabvcyhV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #Z9bNIUcf1NFCeTZ3kMV2R3CpDGFGmura { top:9.1875rem;left:0rem;width:42.375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { top:31.0625rem;left:0rem;width:29.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:33.75rem;left:0rem;width:25.4375rem;height:11.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { top:48.5625rem;left:0rem;width:24rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUrscvGVsG3tnFHthrxU7TysPMrLldAz { width:17.5rem;height:3.4375rem;top:2.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVsB4TU4MMa3VFDBz7Z0x9v6qAu7TphB { display:block; }
 }@media only screen and (max-width: 763px) { #N8TpJorcKvATu5GwpQoSKb0X4BeCTerV { display:block; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEyO4TvlydschLANbHNPloccyXgP0gd3 { width:47.75rem;height:1.375rem;top:9.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPoQaES7vh8mfXdaD92EUpV53lcusMu { width:47.75rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU5hD3Vi6aMpxnk3wIN6MquTcoWa9LFc { width:19.9375rem;height:4.0625rem;top:27.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ByfbDN3lUk9Zy2lt2ykiZTP94QPrrl { width:19.9375rem;height:4.125rem;top:32.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBDyOkRgUvTt9xFtQvEpN79MWNZnbB7 { width:9.5625rem;height:9.5625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np3xyUgHdzPGULJ1WIf0sEAP6EOLxGqI { width:19.9375rem;height:4.125rem;top:32.9375rem;left:13.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAoMoFciFKIVUZyHKrF4Uti6Py5k67Q { width:19.9375rem;height:4.0625rem;top:28.3125rem;left:13.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcQeGKS2HRkTgfq610ADThT9KQ9M00F { width:12.5625rem;height:12.5625rem;top:16.125rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASw7m8UFN0c2eAnQ51QN72hrnSp4AadU { width:19.9375rem;height:4.125rem;top:32.3125rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeudREz2zvdl13Tf4kVQVfKEWTTokxvS { width:19.9375rem;height:4.0625rem;top:27.1875rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LTUWED7uVrXUE1MhneVUJav7wADmIA { width:9.5625rem;height:9.5625rem;top:17.6875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au7BeRGbE49sene1pF31NihMUIvboxu1 { display:block; }#au7BeRGbE49sene1pF31NihMUIvboxu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GP1Mwh2AKtg4FZ0TSqqL3XH2HXMKmTrt { top:6.25rem;left:0rem;width:47.75rem;height:26.759895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZHIfhZXwvrqEQ8nhUy5Mf5XbhgIHDq9 { top:0rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { top:0.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { top:3.0625rem;left:0rem;width:24.4375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { top:6.625rem;left:0rem;width:24.875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.4375rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { top:3.6875rem;left:23.875rem;width:12.5rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { top:3.6875rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { top:18.5rem;left:35.25rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { top:18.5rem;left:23.875rem;width:12.5rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { top:6rem;left:23.875rem;width:11.5625rem;height:4.3125rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { top:10.8125rem;left:23.875rem;width:11.5625rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { top:19.1875rem;left:36.1875rem;width:11.5625rem;height:5.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { top:24.4375rem;left:36.1875rem;width:11.5625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M { display:block; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeMRo5O9vK7TfpRnQvP4gkkqsWJWvunk { top:1.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { display:block; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { top:2.6875rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { top:0.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugAWwdrP5JQ8S3PBITbdENesZ7Px1Kqv { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QknJUJfX5du3fsbU9yhoCvI16GEzhz60 { display:block; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrnWnzO9ApnROqUGsu759w3Qr5qgggSO { width:6.0625rem;height:1.25rem;top:7.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOSzx7fBMcuhMP5e1OblEf52G51gW9LG { width:10.75rem;height:3.875rem;top:9.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhJUZoF8k9FsTFCTVhH2GgTyXaOhvuiD { width:9.75rem;height:1.25rem;top:19.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlP0AJMP3MhQLav1mzCphgraMkAVrvr1 { width:10.75rem;height:5.8125rem;top:21.625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvRPyMHAdJebM7cIDxQVsOIR5ydfNqV { width:12.375rem;height:4.1875rem;top:23.375rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopTvQy7rVeebhtP2KdyAzEqgZHcisAt { width:12.3125rem;height:1.25rem;top:21.625rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyoVUUHEyowbRcVJ93kt6Jq3aTtwwcf3 { width:10.75rem;height:5.8125rem;top:8rem;left:34.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWvTTvMvdUzDoQMZcMLFKwRXO8PbODF { width:12.5rem;height:1.25rem;top:6.125rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJh4QDxlZQB4lxGtILole6WheyealEg { width:25.0625rem;height:25.0625rem;top:0rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVF2Jc8LJ8TaqwAyACnT95vg2sezR1pZ { top:16.9375rem;left:5.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFAE2ORLJ4lAUTeRfw6wrRz6TbiAQt3R { top:5.3125rem;left:5.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WLDc0PW3kNGrSTSL5pwJDSVT1NLaAA { top:3.125rem;left:39.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTCKTmAm9ac35oGsUNc5S6css28Og88 { top:18.4375rem;left:38.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7pWbr3Un2id3T56synudepl0x0WI5f8 { top:24.125rem;left:21.21875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3inmn6hTAdqQaeH0UKh5HwJUd6R51I { width:12.6875rem;height:1.25rem;top:27.375rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXLii9lx4EQITBuTTI7oEnUyvxy3qftP { width:10.75rem;height:4.1875rem;top:29.1875rem;left:17.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne { display:block; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWUIBX7ZZe69Tln8a1FPg6wML5eG4u1F { width:6.75rem;height:6.75rem;top:27.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny60X0rg8eAaWXWDcC87oJWVPOrJ9bH6 { width:18.75rem;height:1.625rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6LVG9Chd7o83gdVk2k1mgZ1sSQarbSU { width:18.75rem;height:7.1875rem;top:38rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT4Tb008VCeCKsMa4xCOGWbA1tQWpWZ5 { width:18.75rem;height:8.9375rem;top:38rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgFEDGgcW1KCsls0yeASfO2m6EXLsl4o { width:18.75rem;height:1.625rem;top:35.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAam4M89xfQJ4ODwQbzMGxvaBvO9Znn { width:6.75rem;height:6.75rem;top:27.6875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNA8EIl20W2GF0eqzFW5QQJPFnTGXfw { width:18.75rem;height:7.1875rem;top:39.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnMd2VC2aru4Amca4wm604ao7TWZDoTP { width:18.75rem;height:3.25rem;top:35.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5XFLZnlLCWQMs3SUK40XH0saEURVtxE { width:6.75rem;height:6.75rem;top:27.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwqsaeaMNktsm22iik4ibw3XeOARdGF { width:6.75rem;height:6.75rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXnooKTXzFTfznmXe7w4CVELcZzZhD30 { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgUkzUzZaKKtTFqmIUm13547neKmOk7I { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaAWDCTHvPZeXyHnWbbN09mm4NiuNcs4 { width:6.75rem;height:6.75rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5km9GuxtVwrtx4PLV7sOJarCzm6ZM2E { width:18.75rem;height:7.1875rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAG5lgE4vb6cD9lzmMhaDrB7QEQzl9TN { width:18.75rem;height:8.9375rem;top:18.9375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QakLcSyeUpMMEMJ37L78szaAES6N63TO { width:18.75rem;height:5.375rem;top:18.9375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiFqOKizKTlhRo17ytL81vVmqJHpA1J5 { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WG2hKs1ENCLwWoGuPHBZWiOWFBh32c { width:6.75rem;height:6.75rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98ulSEPuaHuNDpDyKFNe8GK0EpgpSy8 { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CI3h3p49V80iaqc6dXNviOrusLOLhH { display:block; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksbB9Un1mK5AxGBAkUqZhtTf20FlkSge { top:5.125rem;left:0rem;width:47.75rem;height:36.1109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxVSkXQutAvryD8Idbpdam4xTVM2zc1C { top:48.375rem;left:0rem;width:47.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXFnQ4QgkVe9z1ndv4M3BmywMxRNB6F { top:49rem;left:0rem;width:47.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvtAQlsgw3xTlhNTGVCbe90SdQvFTO0 { top:1.3125rem;left:7.5rem;width:32.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR { display:block; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9qqX3nPBHWmKtH8LfZwDnSl4QF9lbTF { width:19.75rem;height:13.5625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3lo3u5q3DAnlVthF8LmfJtbhGV8dPh { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2V94JWE677TxBFS8ng1c80hL0QNhM4 { width:17.625rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7wfFEzoW56J5nXyfmZsLLAQ0c7rsfTz { width:13.3125rem;height:7.875rem;top:4.625rem;left:1.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG80vWFDINXqVPSDTUmG8z3U3nwyez5m { width:19.75rem;height:27.625rem;top:14rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGXwgggwklClKpPq25noQOZllcz3qBI4 { width:19.75rem;height:15.8125rem;top:25.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7guTer8yFaUPlHgWTEtRvylbQnqOFdO { width:15.875rem;height:4.1875rem;top:34.125rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLFDxTCPFzyBDzuzM7MhopMZnIgWG1xP { width:19.75rem;height:13.125rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNGF88p93W5lD5MTMQktJgW0ptpCSueQ { width:19.75rem;height:14.3125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrkuwraIDLO6PhgJ6Lts9aDFQD0cDP7A { width:17.875rem;height:6rem;top:3.75rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7sRLyi9WoxQFDMDnSCLQ9x9zxlXCp7 { width:16.5625rem;height:1.875rem;top:11.6875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEWERIiq8V5X3KyrWAKBAZkmqXPLhFZ { width:15.625rem;height:8.875rem;top:15.375rem;left:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHnx6OBD9zwJwHZTcLx8VIHNFZFGLwFW { width:16.5625rem;height:3.8125rem;top:28rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { display:block; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { top:2.625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { top:0.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { display:block; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { top:20.125rem;left:0.0625rem;width:15.75rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { top:1.3125rem;left:2.15625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { top:14.125rem;left:0.28125rem;width:15.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { top:17.8125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { top:20.125rem;left:16.09375rem;width:15.4375rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { top:20.125rem;left:31.625rem;width:16rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { top:17.8125rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { top:14.125rem;left:11.6875rem;width:20.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { top:14.125rem;left:27.6875rem;width:19.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { top:17.8125rem;left:27.75rem;width:19.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { top:1.3125rem;left:18.03125rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeceXD7go3Zn0l466vLSI9EThxHo9dVz { top:1.3125rem;left:33.90625rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { top:1.375rem;left:0rem;width:47.75rem;height:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { display:block; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { top:7.625rem;left:1.125rem;width:13.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { top:8.4375rem;left:17rem;width:13.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { top:7.625rem;left:32.875rem;width:13.625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { top:4.0625rem;left:11.375rem;width:25.25rem;height:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bv9Tmz3Ryrd0Sf4qBSPdGy9EsRP7CtVZ { top:3.625rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsNI78T4TKn91ABSIHTFNA4ObmICFvl { top:3.625rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZWIsVFklUTwU2467urlaTnlBtLDkZAw { top:3.625rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { display:block; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { top:0rem;left:0rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { top:0rem;left:17.75rem;width:30rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { top:2.75rem;left:25.5rem;width:22.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { top:8.9375rem;left:23.375rem;width:24.375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-button { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ  { width:25.3125rem;height:auto;top:12.1875rem;left:19.9375rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ {display:block;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ { width:25.3125rem;height:auto;top:12.1875rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #S8ovWVBUnd1X6ds3nnrZr0s1Gc4ZmISq {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EaEefT5XSD4o35ELS9bgIdyfZc5CL1kk { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #xl7DMuw7g2rqo3p91Ab6V4Iz8s9wDzHz {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #PST6yHstGGwzvuANWHhcZIO1dJA82R85 {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yeqNByWHWVbHehOJhhWdi4qFwIoDXEGe { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #dmKuzGEulseM51yhKGPooSa96HiHAAgr {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #aOCddZwC3MNLIqgvkKADUPkTplMslrKA {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #p1WyAqfTOFzOi4b2OGZWxsGLamN3TQrH { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #qKsVFyKkuqGBc0gMSZXAe3VpE5T9dPr6 {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EanTQRobDtqDZiJH1GBs35m7b6afakaB {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yPcnfMtEc9IgTfWeLlk2vEUpHAV9bx7v {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AQABEQ5ZVW1XgKNw2DGCHsSJXIiTTUep {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AAhNrvCteAav4W7AOzKOJanKTT99saTP {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #BeOGtSw1cHQJLn2HKPOMmVMg9uci2dvh {  }
 }@media only screen and (max-width: 763px) { #XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA { display:block; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No9Tb0nhxJowK5OsoDn0QZ1ticL8phig { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 { display:block; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCU1Kyam5sclsOhExSW6urboyz0xn5kW { width:18.6875rem;height:18rem;top:0.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrNBqqmBn6TgtWqeNJS15zSfovf9LcC { width:17.5rem;height:3.4375rem;top:7.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgETf5HO8a99ZD6XcQvIzKbyyNFdRzFM { display:block; }
 }@media only screen and (max-width: 763px) { #HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O { display:block; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lATcfUs4EHnf44Ul1sLSdaS1oKFWfkIS { top:0rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 { display:flex;height:auto;width:45.25rem;top:3.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oWsVqeaZ76EFq6bp5gdBQifSlmsSZp8s {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NcPW4IraDT7argkMew9T7yXnKJ5k0yZt {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oUBCvtSM2T2McDSyDDArvntAe0oF66K7 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #WxTNN6QoQlUf44ZMeZfMG9a3quKCOJWR {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z0QqgourJ9rFP4xAJ9HfWbEmIrX2XqLk {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #nT95xNfwlIdcX14fSVRwssclGioA8oHh {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #cV8Q4v4dlpe78t8Gq256d8D2t1TOneVo {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #KNtdoXGMe1WTtPKTva3vhUeTMkHRP5XG {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NyaaAJnXcCZpkwUPrTMb7ubeySA0SKm9 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MJgh4EKB74MbOXxqJRT0brosVvnTd7TN {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MyNEORBilwEOTUPE2LHGa0GbtdTnMIeD {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #r7PlRe6pFk37fDWibTTzi9cWAClcGARL {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #OXoOZtEJkp56e2oFLFzpNMLPDPTTc5wL {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #hvOaHV0si0BxIJaO02zTZUcFqSt47RTp {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #k5RUXctvGwg0HfrtUBaHxhbg8v2g8Jvu {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #JLIxEbtAJzrwNoISWghWbQPfKHFT6OQM {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #i4XDl4g42zogmZzak2l09i6odWISI7bn {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #u12ZnedwOcPOsluTJLS9VOdEcNJ8xSAe {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #dLcvKRZrtrTp1beccn2iHelen1tMnmr6 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #yfTo8d1VOVFIvH1LXiKfCT1tD0gTZsTm {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #xx51s5N3uTsJE1FXiW7FNzrkxlfFxryr {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #s5B6K87ow72XJn31HPNSb2Jh5xUR2diU {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #FMMDF6oCVrwklhX0Aain2l3JUVhCEE5T {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #eiycGQK3tUs1Ol4G7mNGTFRVshxDdTFe {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z5vV5lO8xiTrxIEU8HTkLAq7RQKxfnVJ {  }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/801f7d9c-2ff0-4862-9016-2d72ff139ad3/background_dentist_m.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.41); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzwbafeoznXXKqueyKfTGUCi5oRMzRmJ { width:4.125rem;height:1.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:20rem;height:6.8984375rem;top:26.0673828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { width:16.0625rem;height:1.5996125rem;top:30.6553125rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #wUk6ZrPq2vretJ7HXbreAvcEPLTQXyhC { width:0.0625rem;height:0.9375rem;top:4.125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOCOGRWrb3riqmhT85k1n5IBiLnOH6Tu { width:6.3125rem;height:0;top:3.89453125rem;left:6.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:23.9423828125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.5rem;height:auto;top:61.0322265625rem;left:0rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.5rem;height:auto;top:61.0322265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #RxGUJh9oFd6tZFIBTxxKgOCH84lpQ05R {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ad2JiXd2Etmxm9SFfVMTgl02rTTfMudV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TpyxJrvi0lxLfle6euadq8iaOabvcyhV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #Z9bNIUcf1NFCeTZ3kMV2R3CpDGFGmura { width:20rem;height:13.496125rem;top:4.3896484375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { width:20rem;height:26.375rem;top:34.0322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:17.6875rem;height:20.25rem;top:37.0947265625rem;left:1.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w27NW4zW8EJ2PIBGgOZeP1QE0lcAQzII { width:17.4375rem;height:0;top:23.5322265625rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:none; }
 }@media only screen and (max-width: 763px) { #TUrscvGVsG3tnFHthrxU7TysPMrLldAz { width:17.5rem;height:3.4375rem;top:81.1064453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVsB4TU4MMa3VFDBz7Z0x9v6qAu7TphB { display:block; }
 }@media only screen and (max-width: 763px) { #N8TpJorcKvATu5GwpQoSKb0X4BeCTerV { display:block; }#N8TpJorcKvATu5GwpQoSKb0X4BeCTerV > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEyO4TvlydschLANbHNPloccyXgP0gd3 { width:20rem;height:3.41015625rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPoQaES7vh8mfXdaD92EUpV53lcusMu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU5hD3Vi6aMpxnk3wIN6MquTcoWa9LFc { width:19.9375rem;height:4.0625rem;top:19.234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ByfbDN3lUk9Zy2lt2ykiZTP94QPrrl { width:19.9375rem;height:4.142575rem;top:24.201171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBDyOkRgUvTt9xFtQvEpN79MWNZnbB7 { width:9.5625rem;height:9.5625rem;top:9.671875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np3xyUgHdzPGULJ1WIf0sEAP6EOLxGqI { width:19.9375rem;height:4.142575rem;top:43.2177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAoMoFciFKIVUZyHKrF4Uti6Py5k67Q { width:19.9375rem;height:4.0625rem;top:39.1552734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REcQeGKS2HRkTgfq610ADThT9KQ9M00F { width:9.5625rem;height:9.5625rem;top:29.5927734375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASw7m8UFN0c2eAnQ51QN72hrnSp4AadU { width:19.9375rem;height:4.142575rem;top:62.640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeudREz2zvdl13Tf4kVQVfKEWTTokxvS { width:19.9375rem;height:4.0625rem;top:57.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LTUWED7uVrXUE1MhneVUJav7wADmIA { width:9.5625rem;height:9.5625rem;top:48.421875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au7BeRGbE49sene1pF31NihMUIvboxu1 { display:none; }#au7BeRGbE49sene1pF31NihMUIvboxu1 > .row .container { width:20rem;height:27rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GP1Mwh2AKtg4FZ0TSqqL3XH2HXMKmTrt { height:11.208333333333rem;width:20rem;top:12.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZHIfhZXwvrqEQ8nhUy5Mf5XbhgIHDq9 { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { width:19.875rem;height:7.19925rem;top:1.25rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #cGiaU6LhdGy7bblVby8QD4OkvdheD1pO { display:block; }#cGiaU6LhdGy7bblVby8QD4OkvdheD1pO > .row .container { width:20rem;height:96.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHgmrUKAdpLSBrzb5yTnBJSqvGVyz4g0 { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wiJlgtu7iKi4umhXOTm1ACJKdg5mqb3v { width:18.0625rem;height:28.7929375rem;top:4.2734375rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xc49wbC4P4Ly0Jzq8xyP26LCv6WBaZS0 { width:14.75rem;height:3.0625rem;top:33.6904296875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTROOu10mmZ7vNoefMuFFubqEI3NJDr { display:block; }
 }@media only screen and (max-width: 763px) { #r0cW4Tuke9KSbyZ5oEP0FTzcZG1twEPt { width:20rem;height:14.5rem;top:52.451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obfaDQHMfeadpUkxqWCQAGqlpldKd7Xd { width:20rem;height:14.75rem;top:37.701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwzg1OeW1sHJNkOTZs6wivaUAL9n5xRZ { width:20rem;height:15.0625rem;top:81.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgXIoloJHD3ZT5014THld7Sa1ebdJ2zH { width:20rem;height:14.9375rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQVTsO1eTzK6wzcOKG3kdwKC31tTGTJ { width:11.5625rem;height:2.19921875rem;top:53.529296875rem;left:4.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JC6ybzAW38R3kwBbPchoDggTDa1aPTs8 { width:11.5625rem;height:8.999rem;top:55.728515625rem;left:4.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukc4X4St0iUtFN6atvX28aW7XhenXUCK { width:11.5625rem;height:2.19921875rem;top:83.125rem;left:4.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcQAMi3GmmmSJszbMVldbKrlRDqc3Thx { width:16.0625rem;height:8.999rem;top:86.625rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M { display:block; }#EsDzhpnLJDDLaV2HgV7n6Kn2roMccB0M > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeMRo5O9vK7TfpRnQvP4gkkqsWJWvunk { width:20rem;height:19.6581875rem;top:0.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTCmat5RKhgnUC7e0u2HearhTFdrDdAm { display:block; }#sTCmat5RKhgnUC7e0u2HearhTFdrDdAm > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th3nAtNcJ58JmSVJuLReFN9a0T3Nh04y { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { width:17.5rem;height:8.496125rem;top:1.25rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ugAWwdrP5JQ8S3PBITbdENesZ7Px1Kqv { top:8.046875rem;left:3.4375rem;width:13.125rem;height:13.125rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QknJUJfX5du3fsbU9yhoCvI16GEzhz60 { display:block; }#QknJUJfX5du3fsbU9yhoCvI16GEzhz60 > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrnWnzO9ApnROqUGsu759w3Qr5qgggSO { width:6.0625rem;height:1.29980625rem;top:2.75rem;left:6.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOSzx7fBMcuhMP5e1OblEf52G51gW9LG { width:14.4375rem;height:4.546875rem;top:4.6748046875rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhJUZoF8k9FsTFCTVhH2GgTyXaOhvuiD { width:10.8125rem;height:1.29980625rem;top:12.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlP0AJMP3MhQLav1mzCphgraMkAVrvr1 { width:13.6875rem;height:5.68359375rem;top:14.125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyvRPyMHAdJebM7cIDxQVsOIR5ydfNqV { width:14.6875rem;height:4.546875rem;top:38.4873046875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zopTvQy7rVeebhtP2KdyAzEqgZHcisAt { width:12.1875rem;height:1.29980625rem;top:36.8125rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyoVUUHEyowbRcVJ93kt6Jq3aTtwwcf3 { width:13.625rem;height:6.8203125rem;top:26rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMWvTTvMvdUzDoQMZcMLFKwRXO8PbODF { width:12.9375rem;height:1.29980625rem;top:24.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJh4QDxlZQB4lxGtILole6WheyealEg { width:17.1875rem;height:17.1875rem;top:1.25rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVF2Jc8LJ8TaqwAyACnT95vg2sezR1pZ { width:2.1875rem;height:2.1875rem;top:10.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFAE2ORLJ4lAUTeRfw6wrRz6TbiAQt3R { width:2.1875rem;height:2.1875rem;top:0rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1WLDc0PW3kNGrSTSL5pwJDSVT1NLaAA { width:2.1875rem;height:2.1875rem;top:21.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTCKTmAm9ac35oGsUNc5S6css28Og88 { width:2rem;height:2rem;top:34.25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7pWbr3Un2id3T56synudepl0x0WI5f8 { width:2.375rem;height:2.375rem;top:44.4599609375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3inmn6hTAdqQaeH0UKh5HwJUd6R51I { width:12.6875rem;height:1.29980625rem;top:47.7724609375rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXLii9lx4EQITBuTTI7oEnUyvxy3qftP { width:12.5625rem;height:3.41015625rem;top:49.697265625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne { display:block; }#GpwbUDT0wdMCpqqPKHwEFWhdZOoloHne > .row .container { width:20rem;height:114.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWUIBX7ZZe69Tln8a1FPg6wML5eG4u1F { width:6.75rem;height:6.75rem;top:25.57324375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny60X0rg8eAaWXWDcC87oJWVPOrJ9bH6 { width:18.75rem;height:1.29980625rem;top:33.57324375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6LVG9Chd7o83gdVk2k1mgZ1sSQarbSU { width:18.75rem;height:6.3984375rem;top:36.12305rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT4Tb008VCeCKsMa4xCOGWbA1tQWpWZ5 { width:18.75rem;height:6.3984375rem;top:72.5195375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgFEDGgcW1KCsls0yeASfO2m6EXLsl4o { width:18.75rem;height:1.29980625rem;top:69.96973125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAam4M89xfQJ4ODwQbzMGxvaBvO9Znn { width:6.75rem;height:6.75rem;top:61.96973125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMNA8EIl20W2GF0eqzFW5QQJPFnTGXfw { width:18.75rem;height:4.798825rem;top:107.3154375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnMd2VC2aru4Amca4wm604ao7TWZDoTP { width:18.75rem;height:2.5996125rem;top:104.76563125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5XFLZnlLCWQMs3SUK40XH0saEURVtxE { width:6.75rem;height:6.75rem;top:96.76563125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwqsaeaMNktsm22iik4ibw3XeOARdGF { width:6.75rem;height:6.75rem;top:7.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXnooKTXzFTfznmXe7w4CVELcZzZhD30 { width:18.75rem;height:1.29980625rem;top:15.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgUkzUzZaKKtTFqmIUm13547neKmOk7I { width:18.75rem;height:1.29980625rem;top:51.7714875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaAWDCTHvPZeXyHnWbbN09mm4NiuNcs4 { width:6.75rem;height:6.75rem;top:43.7714875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5km9GuxtVwrtx4PLV7sOJarCzm6ZM2E { width:18.75rem;height:6.3984375rem;top:17.92480625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAG5lgE4vb6cD9lzmMhaDrB7QEQzl9TN { width:18.75rem;height:6.3984375rem;top:54.32129375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QakLcSyeUpMMEMJ37L78szaAES6N63TO { width:18.75rem;height:4.798825rem;top:90.71778125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiFqOKizKTlhRo17ytL81vVmqJHpA1J5 { width:18.75rem;height:1.29980625rem;top:88.167975rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WG2hKs1ENCLwWoGuPHBZWiOWFBh32c { width:6.75rem;height:6.75rem;top:80.167975rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A98ulSEPuaHuNDpDyKFNe8GK0EpgpSy8 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CI3h3p49V80iaqc6dXNviOrusLOLhH { display:block; }#P0CI3h3p49V80iaqc6dXNviOrusLOLhH > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksbB9Un1mK5AxGBAkUqZhtTf20FlkSge { width:20rem;height:15.125rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxVSkXQutAvryD8Idbpdam4xTVM2zc1C { width:16.8125rem;height:19rem;top:22.63671875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXFnQ4QgkVe9z1ndv4M3BmywMxRNB6F { width:11.6875rem;height:16.0810625rem;top:23.69921875rem;left:4.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvtAQlsgw3xTlhNTGVCbe90SdQvFTO0 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR { display:block; }#LVdmKXGnh8GhDSxTqyDxQxvm9GPCNupR > .row .container { width:20rem;height:101.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9qqX3nPBHWmKtH8LfZwDnSl4QF9lbTF { width:20rem;height:14.0625rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ3lo3u5q3DAnlVthF8LmfJtbhGV8dPh { width:20rem;height:15.6875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz2V94JWE677TxBFS8ng1c80hL0QNhM4 { width:9.3125rem;height:5.19921875rem;top:31.8125rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7wfFEzoW56J5nXyfmZsLLAQ0c7rsfTz { width:17.5625rem;height:6.9970625rem;top:37.82421875rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wG80vWFDINXqVPSDTUmG8z3U3nwyez5m { width:20rem;height:28.1875rem;top:73rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGXwgggwklClKpPq25noQOZllcz3qBI4 { width:20rem;height:12.875rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7guTer8yFaUPlHgWTEtRvylbQnqOFdO { width:15.5625rem;height:4.72265625rem;top:67.25rem;left:2.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WLFDxTCPFzyBDzuzM7MhopMZnIgWG1xP { width:20rem;height:13.1875rem;top:17.6875rem;left:0.059390547263689rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNGF88p93W5lD5MTMQktJgW0ptpCSueQ { width:17.6875rem;height:13.125rem;top:36.5703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrkuwraIDLO6PhgJ6Lts9aDFQD0cDP7A { width:18rem;height:2.19921875rem;top:1.3125rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Dy7sRLyi9WoxQFDMDnSCLQ9x9zxlXCp7 { width:18rem;height:1.69921875rem;top:4.9375rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FdEWERIiq8V5X3KyrWAKBAZkmqXPLhFZ { width:18rem;height:8.496125rem;top:7.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QHnx6OBD9zwJwHZTcLx8VIHNFZFGLwFW { width:16.5625rem;height:3.3984375rem;top:62.5625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl { display:block; }#TD6LhNurrqi2gJx6VJo2QQs2oyKm1wOl > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzSiwIbsdEgCPuaL00gMF6rH62zhEPnH { width:20rem;height:3.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z { display:block; }#uR2eBDn9t6h7yqWTJA3xoTKOVInO9r7Z > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IymddRDbb2BfKIBI3OSIeQWevnSIE1PF { width:18.1875rem;height:6.796875rem;top:0rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZjdujqR7/bG_sekcja_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.adaptive-delivery-prevent-bg, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyload, #l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb.lazyloading { background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { background-color: transparent; background-image: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,82,82,0.65); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(82,82,82,0.65); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row > .video-iframe-container { display: none; }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .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); }#l5X51pvdhxwy3ExBNVOtST8ZcOs8d2Tb > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuiGIdrUmyX7EduR6npkMLhQaL59NSoF { width:13.625rem;height:19.797875rem;top:21.19140625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #NzBaIuMhRCU28s9hgpbHCK7tGEKJ31u1 { width:11.5625rem;height:11.5625rem;top:4.04296875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB34ycvOxngQLXkCE6rwn7kzVhsb9zio { width:12.5rem;height:3.0859375rem;top:16.85546875rem;left:3.75rem;font-size:1.1875rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2kNtu8GJGifwT3FqJfHuy8frAgkeGMN { width:20rem;height:1.54296875rem;top:1.25rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guynASHS3SJhKXBxTtJ7IkAttTSSTpSq { width:13.625rem;height:12.598625rem;top:61.25rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zE7zQ7WNTLUAU3yaCnoaR22fqz0zLV56 { width:13.625rem;height:19.797875rem;top:94.4375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #KlPfCTxV074JxN2NS1xL8IopcET1hmiP { width:20rem;height:1.4619125rem;top:58.5625rem;left:0rem;font-size:1.125rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A59XgOTBHTmrlgCHEJQxvhyOp78MndXK { width:20rem;height:1.54296875rem;top:55.75rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bIGBePa6fvuskRB7dcErAbcdT0DGDn { width:19.9375rem;height:1.54296875rem;top:88.875rem;left:0rem;font-size:1.1875rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amFmPm5NKnr2xHh4bfy1z22s92av938N { width:19.875rem;height:1.54296875rem;top:91.6875rem;left:0.0625rem;font-size:1.1875rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRIuZ9QQO22qLwoxOUpnSwupape5GEqU { width:11.5625rem;height:11.5625rem;top:42.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeceXD7go3Zn0l466vLSI9EThxHo9dVz { width:11.5625rem;height:11.5625rem;top:76.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x { display:block; }#kNNnmSGlMSPVOPqh8czxZlbTNiPomD8x > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #alyuwpbx8zVUT6T3Cf5eHotVfxSIbcez { width:20rem;height:19.1953125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd { display:block; }#eFDsWikI0J3OLSxJzV9w2kygB0A1pgJd > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHIOo16rxXHvhCMBpOUEAB3zKJOvb65v { width:13.625rem;height:7.9980625rem;top:5.625rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #ThkFTPBfUuoabIaRoLnzEPWFdT86kve9 { width:13.625rem;height:7.9980625rem;top:20.875rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #h2W1EWa42W8wQ9LNmyhaiuEEnQgcEOJE { width:13.625rem;height:6.3984375rem;top:34.125rem;left:3.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #BHtFJnzBCzRfGF6swRDGlmX9MHqHNRz3 { width:20rem;height:20.375rem;top:8.125rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9Tmz3Ryrd0Sf4qBSPdGy9EsRP7CtVZ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mCsNI78T4TKn91ABSIHTFNA4ObmICFvl { display:flex;width:3.125rem;height:3.125rem;top:16.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QZWIsVFklUTwU2467urlaTnlBtLDkZAw { display:flex;width:3.125rem;height:3.125rem;top:31rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC { 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; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { background-color: transparent; background-image: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { display: none; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .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); }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { border-width: 0; border-radius: 0; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRWT824Qd0V2dJBCTBVUVsS63NtSKVwC > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQ0AB9y1TJASw9Riu9ZeixRP7s6qBTB4 { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeDLNHTSa466fZ2euc7KWqMGzQL1Zfst { width:20rem;height:27.25rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0EeDxSO3x3QaWedArJoE2WXoADlU3k2 { width:20rem;height:4.798825rem;top:24rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwzcPmepak0ow8LJdcJ0IKnVOGLwolw4 { width:20rem;height:1.5996125rem;top:30.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ  { width:17.5rem;height:17.07425rem;top:33.4873046875rem;left:0rem; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ {display:block;}#XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ { width:17.5rem;height:17.07425rem;top:33.4873046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #S8ovWVBUnd1X6ds3nnrZr0s1Gc4ZmISq {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EaEefT5XSD4o35ELS9bgIdyfZc5CL1kk { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #xl7DMuw7g2rqo3p91Ab6V4Iz8s9wDzHz {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #PST6yHstGGwzvuANWHhcZIO1dJA82R85 {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yeqNByWHWVbHehOJhhWdi4qFwIoDXEGe { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #dmKuzGEulseM51yhKGPooSa96HiHAAgr {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #aOCddZwC3MNLIqgvkKADUPkTplMslrKA {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #p1WyAqfTOFzOi4b2OGZWxsGLamN3TQrH { display:none; }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #qKsVFyKkuqGBc0gMSZXAe3VpE5T9dPr6 {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #EanTQRobDtqDZiJH1GBs35m7b6afakaB {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #yPcnfMtEc9IgTfWeLlk2vEUpHAV9bx7v {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AQABEQ5ZVW1XgKNw2DGCHsSJXIiTTUep {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #AAhNrvCteAav4W7AOzKOJanKTT99saTP {  }
 }@media only screen and (max-width: 763px) { #XvAeB0cKoTCEMwO2ndNFvt7wCl2tHdTQ #BeOGtSw1cHQJLn2HKPOMmVMg9uci2dvh {  }
 }@media only screen and (max-width: 763px) { #XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA { display:block; }#XRb9Vz92pgmQTO2ieUgtALcJrbsOTGRA > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No9Tb0nhxJowK5OsoDn0QZ1ticL8phig { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 { display:block; }#bh9k6XpZKIJL8OLFhcS2DTOkWaptZuT3 > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCU1Kyam5sclsOhExSW6urboyz0xn5kW { width:16.1875rem;height:15.625rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSrNBqqmBn6TgtWqeNJS15zSfovf9LcC { width:17.5rem;height:3.4375rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgETf5HO8a99ZD6XcQvIzKbyyNFdRzFM { display:block; }
 }@media only screen and (max-width: 763px) { #HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O { display:block; }#HTdqfr4Mu8t6sQhVw6u9mbJKNbTyNq6O > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lATcfUs4EHnf44Ul1sLSdaS1oKFWfkIS { width:20rem;height:3.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 { display:flex;height:auto;width:17.5rem;top:5.69921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oWsVqeaZ76EFq6bp5gdBQifSlmsSZp8s {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NcPW4IraDT7argkMew9T7yXnKJ5k0yZt {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #oUBCvtSM2T2McDSyDDArvntAe0oF66K7 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #WxTNN6QoQlUf44ZMeZfMG9a3quKCOJWR {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z0QqgourJ9rFP4xAJ9HfWbEmIrX2XqLk {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #nT95xNfwlIdcX14fSVRwssclGioA8oHh {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #cV8Q4v4dlpe78t8Gq256d8D2t1TOneVo {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #KNtdoXGMe1WTtPKTva3vhUeTMkHRP5XG {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #NyaaAJnXcCZpkwUPrTMb7ubeySA0SKm9 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MJgh4EKB74MbOXxqJRT0brosVvnTd7TN {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #MyNEORBilwEOTUPE2LHGa0GbtdTnMIeD {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #r7PlRe6pFk37fDWibTTzi9cWAClcGARL {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #OXoOZtEJkp56e2oFLFzpNMLPDPTTc5wL {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #hvOaHV0si0BxIJaO02zTZUcFqSt47RTp {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #k5RUXctvGwg0HfrtUBaHxhbg8v2g8Jvu {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #JLIxEbtAJzrwNoISWghWbQPfKHFT6OQM {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #i4XDl4g42zogmZzak2l09i6odWISI7bn {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #u12ZnedwOcPOsluTJLS9VOdEcNJ8xSAe {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #dLcvKRZrtrTp1beccn2iHelen1tMnmr6 {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #yfTo8d1VOVFIvH1LXiKfCT1tD0gTZsTm {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #xx51s5N3uTsJE1FXiW7FNzrkxlfFxryr {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #s5B6K87ow72XJn31HPNSb2Jh5xUR2diU {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #FMMDF6oCVrwklhX0Aain2l3JUVhCEE5T {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #eiycGQK3tUs1Ol4G7mNGTFRVshxDdTFe {  }
 }@media only screen and (max-width: 763px) { #KwVH7shQ2RGfxRiJqS6bRsUuT62UIBc0 #Z5vV5lO8xiTrxIEU8HTkLAq7RQKxfnVJ {  }
 }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }