.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:227,228,230;--color-primary-1:170,173,181;--color-primary-2:114,118,131;--color-primary-3:68,71,79;--color-primary-4:20,27,49;--color-secondary-0:238,246,226;--color-secondary-1:198,227,159;--color-secondary-2:140,198,63;--color-secondary-3:70,99,32;--color-secondary-4:21,30,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { background-color: transparent; background-image: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { display: none; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .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); }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { border-width: 0; border-radius: 0; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#T5qefTiG7GsrXOXoDNDh6JvMTMZQg4TU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93555rem;width:11.25rem;top:1.062744140625rem;left:31.875rem;overflow:hidden;display:block; }
#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71171b8b-92ab-42d0-99c1-7290af6bcbe4/DOBRA1FUNDO.png");background-position:bottom 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; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { border-width: 0; border-radius: 0; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::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; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:8.0625rem;left:5.0625rem;height:12.374125rem;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; }
#CoR3mkRMNElneGrm0iqxrwFdlPs8o7nQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:31.1875rem;width:23.75rem;top:2.875rem;left:46.4375rem;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-form-header {  }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#1d2540;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-select {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .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:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.5625rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.19) ;font-style:normal;line-height:1.4; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp [class*="-text"]:-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp [class*="-text"]::-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp [class*="-text"]:-ms-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp [class*="-text"]::-webkit-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .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; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .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; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container:first-of-type{padding-top:0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container:last-of-type{padding-bottom:0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.8743438720703rem;left:46.687288284302rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp {display:block;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.8743438720703rem;left:46.687288284302rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #IF282Xe1EnxwGX7LIQdVfEU5FCE4oU7m { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #tHLpCkRcntiiDcr0eZFLIn2pAaOA0PZ7 { position:relative;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qnTc0PmuOlMx0A94JrB78lSKckqiqERr { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #J2qebauHmHTTNPFsfU7XfI27xs8qKmpl { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #Ouh6s1SnQrMmgT2pF0GiZPV4kxhJvZFI { position:relative;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #JNz0nb9gt5vxR8q2MMu8L5vVi7rHGIkJ { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #QnLUh6gTgz8mdxQVEDHlx3nV4BpH6sVC { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qDt2eqDVTSmxulDTOgnSnciBkQ3dE9km { position:relative;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #ZRLocK8BGBlSdnTO9KrmPLIWyAAiCtJO { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #TUfWIt3q4sURiXMiwyK6zMpiFCvTncMd { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #BpCT9fcbzsn9nKEc6KkNk8uqcknwQ0tw { position:relative;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #HUFDeMFOwdg7HyWtenPcb0OfMvtAqaKy { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #gFu6azD3TtuFTMFarGNTUZL7WixuldKl { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #I0HiigSOsXTLnv97DAwb8qTkhZQSc2ZN { position:relative;display:block; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #xxZrDKq2eHr85fp1r0cazm1A2FQkpIuQ { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #bMVMS24soFIUk9axRqXkg2vsqadi37VS { position:relative; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #m9BkJqtXLhDyPkditDQE1Zw2daNsQw4G { position:relative; }
#BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:21.937067508697rem;left:5.0618495941162rem;height:7.48375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cndzM9Qum7LlTLt0qTrqyOTFdPW2hLuo { box-sizing:content-box;height:2.1875rem;width:23rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.999784946442rem;left:11.749567031861rem;display:block; }
#hDvg34MIzcNpOXD69hL9p6GilbDtCvNT { box-sizing:content-box;height:2.1875rem;width:14.5625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.4375rem;left:4.5625rem;display:block; }
#QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:21.937067508697rem;left:5.0618495941162rem;height:7.4795rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { background-color: transparent; background-image: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { display: none; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .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); }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { border-width: 0; border-radius: 0; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#NUlSquu4IUdRkuQKedHpCtXRKLN5u2wG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.2490234375rem;height:7.4739375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UCOd3n9giwdbkwHrtrFdXLMQ1u8cwH27 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:43.375rem;left:39.25rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rBIALs8mZtar1QUZcAGWQ0u1ntZTfkyx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.125rem;left:58.0625rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGxMQkuG5tKp6F0z8ggaoVr8JycHovlp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:17.1875rem;top:15.875rem;left:56.8125rem;display:block; }
#iUGUUfu9LhXvgVgl8JD6k8De0IUPHuKe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.625rem;left:58.0625rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPxbFffzV1DCltS2RCfmlnceI1S074ZK { position:absolute;display:block;z-index:15031;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:2.87435rem;width:2.87435rem;top:37.685548305511rem;left:2.2493495941162rem;overflow:hidden;display:block; }
#Ps4GcUFhzGzLzQdnt9XhcXR0stGnEQoD { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15013;background-color:#1d2540;background-image:none;top:15.3125rem;left:56.8125rem;display:block; }
#qcVSdGRQ5Od8OX8py5xlNr0IxKxJ1MuO { background-color:#1d2540;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.561rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:55.684684276581rem;left:27.218969345092rem;display:block; }
#GtMLcJZSLN9O6fBNW9yeree5RWLTQznV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:15.811630249024rem;left:0.99934959411619rem;display:block; }
#pky14z83Kae87Dn5l4AgcikkMTsf0Kkw { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:36.3125rem;left:38.25rem;display:block; }
#NmrmW7GdO3r9bcs3X8xpJdRHJdWK9DDb { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:36.375rem;left:56.8125rem;display:block; }
#ixV4yICvDzuvlTZnDHWlkdURuMG3eAkB { 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.125rem;width:3.125rem;top:37.25rem;left:58.0625rem;overflow:hidden;display:block; }
#NnrzBiIVy70UaUTTmU1Sxu0OU4sZrP7d { 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:3.125rem;width:3.125rem;top:17.1875rem;left:2.2493495941162rem;overflow:hidden;display:block; }
#IeVGXhRHGbUXgewu0WH42UPMm50Moffd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.62478125rem;width:2.62478125rem;top:37.625rem;left:39.25rem;overflow:hidden;display:block; }
#sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15001;background-color:#1d2540;background-image:none;top:15.249565124512rem;left:0.99934959411619rem;display:block; }
#usDnro1SZyNuV4iyWdElMzWMd0tfvfFd { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15005;background-color:#1d2540;background-image:none;top:35.75rem;left:38.25rem;display:block; }
#LlfxOSApeDcOnSxR8lBepOWiKNxSKP1L { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15009;background-color:#1d2540;background-image:none;top:35.8125rem;left:56.8125rem;display:block; }
#lQMWkCSNqlzdqT3ZA8IRpTvJZ7MNaRCT { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:17.1875rem;top:15.875rem;left:38.25rem;display:block; }
#vMG0PGJdtSQNO6A43r4dgnrlrH7s9izC { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:15.875rem;left:19.5625rem;display:block; }
#IQOvRuJ1rRK523UMDUQ50HaeTDb1VilL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.625rem;left:20.75rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGz5oMve4vSSBMerzL0FybvINQ2E65vH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.625rem;left:39.5rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ttTB094pOdHcXBZzZMQpPDWSyZdqZEoy { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:36.25rem;left:19.561632156372rem;display:block; }
#f12B2tpvZ2RnVAzUnXC75XNE0KCZHTil { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:42.937286376953rem;left:20.811632156372rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mf4v6XRNe081sHPDRcKSW2cmFP3Qr0en { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:16.9998125rem;width:17.1875rem;top:35.999351501465rem;left:0.99934959411619rem;display:block; }
#QV4s2gb518ZTUDzw5HZkIC8XiSC8zQzs { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:42.686630249024rem;left:2.2493495941162rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R9iH6nVOPFU9LBco3L9wJe8z7nLhu0qs { position:absolute;display:block;z-index:15025;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.0625rem;width:3.0625rem;top:17.125rem;left:20.75rem;overflow:hidden;display:block; }
#o6hWBueJF0UmyMk5hK3C7fAWaIbvgaC3 { position:absolute;display:block;z-index:15029;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:2.6875rem;width:2.6875rem;top:17.25rem;left:39.4375rem;overflow:hidden;display:block; }
#IRW3iIk0rRMMpPTT3Lc1Oi8NAZUaH80x { position:absolute;display:block;z-index:15021;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:2.875rem;width:2.875rem;top:37.623265743256rem;left:20.592451095581rem;overflow:hidden;display:block; }
#Q5cxXwGShrfEoRDBbn2aXhm6H39FsVMQ { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#1d2540;background-image:none;top:15.3125rem;left:38.25rem;display:block; }
#JGAiC3Vg7NHyeNAOGfHSPAK6t53wqSVI { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15025;background-color:#1d2540;background-image:none;top:15.3125rem;left:19.5625rem;display:block; }
#BxFtCGT9sD3O2NMyI35yZP6FwvlUFXQh { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:#1d2540;background-image:none;top:35.686851501465rem;left:19.561632156372rem;display:block; }
#I8mRLh6gFTGyOlQfpx9dhO5bg4uWzNbE { box-sizing:content-box;height:0.625rem;width:6.25rem;position:absolute;display:block;z-index:15017;background-color:#1d2540;background-image:none;top:35.437286376953rem;left:0.99934959411619rem;display:block; }
#B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { color:#1d2540;display:block;width:44.311rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:3.4364156723023rem;left:15.343969345092rem;height:5.848525rem;text-align:center;text-align-last:center;display:block; }
#KlJFHSxLiciZlCvU0G7sLTlV8GkiCb24 { color:#1d2540;display:block;width:27.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:10rem;left:23.6875rem;height:1.7252625rem;text-align:center;text-align-last:center;display:block; }
#Bx7ZGCBUTZ7ONDdI0E4NA67eB2XJZJ0k { position:absolute;display:block;z-index:15032;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.125rem;width:3.125rem;top:16.6875rem;left:58.0625rem;overflow:hidden;display:block; }
#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8dd0f618-8b84-4b39-99b4-147bb00dbf42/dobrabrancabarras.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz.adaptive-delivery-prevent-bg, #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz.lazyload, #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz.lazyloading { background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { background-color: transparent; background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .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); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { border-width: 0; border-radius: 0; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { color:#1d2540;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:15.52735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { box-sizing:content-box;height:0.625rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:#1d2540;background-image:none;top:5.9375rem;left:0rem;display:block; }
#DqDb9Vvs3A5a6P67HcfbdfbfvF8EnOh5 { background-color:#1d2540;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:25.875rem;left:0rem;display:block; }
#KD8057S72yrcz1eZmVTbQRfFmuar2WWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { position:absolute;display:block;z-index:15026;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:5.5625rem;width:12.8125rem;top:20.625rem;left:39.75rem;overflow:hidden;display:block; }
#vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12.3125rem;top:10.25rem;left:40.0625rem;overflow:hidden;display:block; }
#iocJ3xVkP5cxNqgBTHJ3OSTJV73Wb1mh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:9.375rem;width:16.375rem;top:18.5rem;left:38rem;display:block; }
#xotMtmpvNFqk01PA628m05PLKbHVyrXT { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:9.375rem;width:16.375rem;top:7.4375rem;left:38.0625rem;display:block; }
#GOoHBO5JXAa8iQtAxulsFGPOAQIVufxW { 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:31.25rem;width:31.25rem;top:2.0625rem;left:43.75rem;overflow:hidden;display:block; }
#TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { color:#1d2540;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:15.5215rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { color:#1d2540;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:8.6875rem;left:0rem;height:15.5215rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DaPK1suFvuNmu1FWJzElpWgT86lqK33n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2540;background-image:url("https://images.assets-landingi.com/uc/4d949f99-d4cd-43df-90ee-629e05460de8/DOBRAazuldegrade.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n.adaptive-delivery-prevent-bg, #DaPK1suFvuNmu1FWJzElpWgT86lqK33n.lazyload, #DaPK1suFvuNmu1FWJzElpWgT86lqK33n.lazyloading { background-image: none; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container { background-color: transparent; background-image: none; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container > .video-iframe-container { display: none; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row > .video-iframe-container { display: none; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .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); }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container { border-width: 0; border-radius: 0; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#BqZ0nw1WVCgKTgBLaPgxzotoyR3cNGCX { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:4.4333801269531rem;left:15.342882156372rem;height:6.82375rem;text-align:center;text-align-last:center;display:block; }
#T46csEUox2mgim0RqTh79xt4ZhUTA4yJ { box-sizing:content-box;height:6.1875rem;width:26.1870625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:27rem;left:0rem;display:block; }
#fUW94ddkB9ntVT44mx7xlz8FZGqKpfUa { box-sizing:content-box;height:6.18706875rem;width:26.1870625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:41.310546875rem;left:0rem;display:block; }
#xEPdqabDakeudJEeeNBwMWkFqRbVUBea { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.1875rem;left:2.9375rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#so3QXOkwp64JTzxX4fnRbfG5K4cDeFbw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.5rem;left:2.9375rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MXaZkMrP8TFS2Uuh2dtLqsbSNIFNqPWc { box-sizing:content-box;height:6.1875rem;width:26.186rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:34.25rem;left:0rem;display:block; }
#ErXTWE7q4Zv0qOwvL6ncrgF7bHVKfuw7 { box-sizing:content-box;height:6.1875rem;width:26.186rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;top:19.9375rem;left:0rem;display:block; }
#zyI8CeGsAODF26xQDZqtKI1TFePhOEcy { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.9375rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z98yhopmzfU8TTdC80MO9EtfpheCpt2x { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:42.537109375rem;left:2.9365234375rem;height:3.73779375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZLkBKGEyooyHOOp7PHlsW6JT9AXwnVGR { box-sizing:content-box;height:3.25rem;width:22.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5583801269531rem;left:18.435331344604rem;display:block; }
#iGSiAAyVZNA0M7iX2N73UQBduJOgGvyH { position:absolute;display:block;z-index:15013;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:38.875rem;width:57.375rem;top:11.185546875rem;left:17.625rem;overflow:hidden;display:block; }
#HPQbLehZ3raFzc8nNUGDvAL2NkvVNnt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:16.708971500397rem;left:2.9372844696045rem;height:1.86889375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZHsbCnWguva23c1h6IBHpRwF1yTxXAT { box-sizing:content-box;height:2.6875rem;width:9.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:16.205512404442rem;left:1.8799915313721rem;display:block; }
#IpNQgZgPZxXCnD5LJToskmlzuczKEwqf { color:rgba(var(--color-tertiary-0),1);display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:4.4333801269531rem;left:15.342882156372rem;height:6.82425rem;text-align:center;text-align-last:center;display:none; }
#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/07bc87ad-059f-40ed-abaa-389f6106e931/dobrabrancabarrascopiar.png");background-position:center right !important;background-repeat: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; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97.adaptive-delivery-prevent-bg, #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97.lazyload, #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97.lazyloading { background-image: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { background-color: transparent; background-image: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .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); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { border-width: 0; border-radius: 0; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#F8BMh14LRI3t7DSNOe7O4BEf3NQ9oGg3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:17.75rem;left:48.375rem;display:block; }
#IVcOmx4bqwIA5MonlTg8JOQbJ5tildRd { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.625rem;top:24.5625rem;left:48.375rem;display:block; }
#VfdPoWg1ZA5gdSWwJWbKTaoQo3gF0NnS { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.625rem;top:39.5625rem;left:48.375rem;display:block; }
#nMamGcgD2VPzG83gG7fTTn2rvhRN3JRT { position:absolute;display:block;z-index:15010;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:32.75rem;left:48.375rem;display:block; }
#RLiXiqI1JEhzB6GJ2NnvynA5lZ3ge6Fr { color:#1d2540;display:block;width:27.999125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:15.294054031372rem;left:3.4375019073486rem;height:4.38585rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { color:#1d2540;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:8.3713111877444rem;left:3.4375019073486rem;height:6.2988125rem;text-align:left;text-align-last:left;display:block; }
#luNxepzHtGqxOcRDVS2Wh8ax9zmN7Hzv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:20.1875rem;left:48.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sxdW5B99vaRp3mVRnogZGnqWUB3WZUII { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:34.6875rem;left:48.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbU1MyAJr00NmiRrybSg3zZPI4RvweZg { color:rgba(var(--color-secondary-2),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.0625rem;left:50.4375rem;height:3.73779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAgfOpxqSqyNZ4PiCXoJw5Kpd1D3CHm8 { color:#1d2540;display:block;width:14.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:41.1875rem;left:50.4375rem;height:3.73779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #1d2540;border-left:0.0625rem solid #1d2540;border-right:0.0625rem solid #1d2540;border-bottom:0.0625rem solid #1d2540;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.625rem;top:9.625rem;left:48.375rem;display:block; }
#XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { color:#1d2540;display:block;width:14.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.25rem;left:50.4375rem;height:3.73779375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { position:absolute;display:block;z-index:15014;background-color:#1d2540;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.75rem;top:2.8125rem;left:48.375rem;display:block; }
#eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:4.75rem;left:48.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fd37Fr8ftCFDC6BRNeQAhlLcqhSfEN5l { color:#1d2540;display:block;width:32.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.560548782349rem;left:4.1243495941162rem;height:5.60546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bm9cKHndykQJ761Lv715lDAVpJUvt3KC { background-color:#1d2540;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9375rem;height:5.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.6875rem;left:3.4375rem;display:block; }
#oPxxhHa1JqKnQQJwroiNBMvb10AECf92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { background-color: transparent; background-image: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { display: none; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .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); }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { border-width: 0; border-radius: 0; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#QhUSlBqudr52VTbIih8RCl2I4PBRTCTM { color:#1d2540;display:block;width:26.124125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:11.375rem;left:10.3125rem;height:10.3515625rem;text-align:left;text-align-last:left;display:block; }
#LKl106tLbq3mKiVEtv3ePctMLox7GTOf { color:#1d2540;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:23.75rem;left:10.3125rem;height:6.9010625rem;text-align:left;text-align-last:left;display:block; }
#At9UQy06UoKRD45wM3HtTHup2lNGa6M8 { box-sizing:content-box;height:19.0625rem;width:0.625rem;position:absolute;display:block;z-index:15006;background-color:#1d2540;background-image:none;top:11.5rem;left:8.3125rem;display:block; }
#mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:31.1875rem;width:23.75rem;top:5.375rem;left:42.9375rem;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-form-header {  }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#1d2540;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#1d2540;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .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:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-select {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .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:#1d2540;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:12.5625rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.19) ;font-style:normal;line-height:1.4; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps [class*="-text"]:-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps [class*="-text"]::-moz-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps [class*="-text"]:-ms-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps [class*="-text"]::-webkit-input-placeholder { color:#1d2540;font-family:var(--paragraphs-font-family);font-size:0.0625rem;font-weight:400;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .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";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .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; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .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; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container:first-of-type{padding-top:0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container:last-of-type{padding-bottom:0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3743476867676rem;left:43.186853408814rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps {display:block;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.3743476867676rem;left:43.186853408814rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #K1cvMiw0BuifRRDOukwBSNanAl0Hl4zR { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #VmNWPumwmTdhltPuwsmrbkTrfGfVCE7T { position:relative;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #v2dODalsudIq7XZXKa76SCH6Bbn7DnCA { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #KxrbvqAMbra0aD5OXst3sRXp47nheZUZ { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #TVu3XkGaXxtKLt6PyvcdTvtau6aOxdH0 { position:relative;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #qUvGHseZxyTp3kG9P02ZHAFTekpp3mxS { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ouiEFyowe9rw6CtKmiT2ndVQsV2IJDDb { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #A6u9MD7WTuxZd32dKyqKCtSyO4DX7Zn9 { position:relative;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #fO3T0kRC1OQtMskPqvzQpOlUX1tG6BvN { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #OpaTApScZMWy2yfzfMB6hzF5NaTERQU7 { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #Csmn4GHpkkK1EnXvaZFGkCemTs4VX4ko { position:relative;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #JlyOiozTpUMVVUfTzDSZtWMIZFgHSAHp { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #DRHBqWL2Uru9aLaXJk7wui0t1ixyekyx { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #efP2xGKLbumoxfpcdkw1Iw9OmugeqBQg { position:relative;display:block; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ZZFlBDvGgWCTHtOMSaHopliJ7VqTBoDO { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #HKnSKBo7ghziBIr1ELcno68a3f7ik2cd { position:relative; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #iDd9gNn33aSmoT2N8oBmnORWmhdXGMfZ { position:relative; }
#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { background-color: transparent; background-image: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { display: none; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .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); }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { border-width: 0; border-radius: 0; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { color:rgba(var(--color-secondary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:2.75rem;left:51.25rem;height:1.2246125rem;font-style:normal;display:block; }
#oxreLuQL8v9TNbwWSXRchiXctOymFTVq { color:rgba(var(--color-secondary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:2.8125rem;left:34.1875rem;height:1.2246125rem;font-style:normal;display:block; }
#noC51PLZDnMV9tS97fhDQx869u15M5na { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:1.1875rem;left:63.1875rem;height:1.0492625rem;font-style:normal;display:block; }
#BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.625rem;left:32.3125rem; }
#rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.625rem;left:49.4375rem; }
#lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { position:absolute;display:block;z-index:15033;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.499025rem;width:12.4355625rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { 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:15034;opacity:1;top:2.5625rem;left:63.1875rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { 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:15035;opacity:1;top:2.5625rem;left:67.125rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { 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:15036;opacity:1;top:2.5625rem;left:70.875rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { background-color:transparent;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:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.65625rem;left:15.498046875rem;display:block; }
#a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5qefTiG7GsrXOXoDNDh6JvMTMZQg4TU { top:1.0625rem;left:18.25rem;width:11.25rem;height:3.93555rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:33.5625rem;height:;top:8.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoR3mkRMNElneGrm0iqxrwFdlPs8o7nQ { width:23.75rem;height:31.1875rem;top:2.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-select {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-button { width:12.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.0625rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp  { width:20.6875rem;height:auto;top:2.8125rem;left:24.5625rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp {display:block;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp { width:20.6875rem;height:auto;top:2.8125rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #IF282Xe1EnxwGX7LIQdVfEU5FCE4oU7m {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #tHLpCkRcntiiDcr0eZFLIn2pAaOA0PZ7 {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qnTc0PmuOlMx0A94JrB78lSKckqiqERr {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #J2qebauHmHTTNPFsfU7XfI27xs8qKmpl {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #Ouh6s1SnQrMmgT2pF0GiZPV4kxhJvZFI {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #JNz0nb9gt5vxR8q2MMu8L5vVi7rHGIkJ {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #QnLUh6gTgz8mdxQVEDHlx3nV4BpH6sVC {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qDt2eqDVTSmxulDTOgnSnciBkQ3dE9km {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #ZRLocK8BGBlSdnTO9KrmPLIWyAAiCtJO {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #TUfWIt3q4sURiXMiwyK6zMpiFCvTncMd {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #BpCT9fcbzsn9nKEc6KkNk8uqcknwQ0tw {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #HUFDeMFOwdg7HyWtenPcb0OfMvtAqaKy {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #gFu6azD3TtuFTMFarGNTUZL7WixuldKl {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #I0HiigSOsXTLnv97DAwb8qTkhZQSc2ZN {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #xxZrDKq2eHr85fp1r0cazm1A2FQkpIuQ {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #bMVMS24soFIUk9axRqXkg2vsqadi37VS {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #m9BkJqtXLhDyPkditDQE1Zw2daNsQw4G {  }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:29.4375rem;height:7.4375rem;top:21.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cndzM9Qum7LlTLt0qTrqyOTFdPW2hLuo { top:21.9375rem;left:0rem;width:23rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDvg34MIzcNpOXD69hL9p6GilbDtCvNT { top:24.4375rem;left:0rem;width:14.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { width:20rem;height:4.625rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUlSquu4IUdRkuQKedHpCtXRKLN5u2wG { width:13.5rem;height:7.4375rem;top:22.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOd3n9giwdbkwHrtrFdXLMQ1u8cwH27 { width:15.0625rem;height:3.6875rem;top:43.375rem;left:25.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBIALs8mZtar1QUZcAGWQ0u1ntZTfkyx { width:12.5625rem;height:5.5625rem;top:43.125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGxMQkuG5tKp6F0z8ggaoVr8JycHovlp { width:17.1875rem;height:17rem;top:15.875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGUUfu9LhXvgVgl8JD6k8De0IUPHuKe { width:14.1875rem;height:5.5625rem;top:22.625rem;left:33.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPxbFffzV1DCltS2RCfmlnceI1S074ZK { width:2.8125rem;height:2.8125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4GcUFhzGzLzQdnt9XhcXR0stGnEQoD { width:6.25rem;height:0.625rem;top:15.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcVSdGRQ5Od8OX8py5xlNr0IxKxJ1MuO { width:20.5rem;height:3.4375rem;top:55.625rem;left:13.593969345092rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtMLcJZSLN9O6fBNW9yeree5RWLTQznV { display:block; }
 }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:17.1875rem;height:16.9375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pky14z83Kae87Dn5l4AgcikkMTsf0Kkw { width:17.1875rem;height:16.9375rem;top:36.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmrmW7GdO3r9bcs3X8xpJdRHJdWK9DDb { width:17.1875rem;height:16.9375rem;top:36.375rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixV4yICvDzuvlTZnDHWlkdURuMG3eAkB { width:3.125rem;height:3.125rem;top:37.25rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrzBiIVy70UaUTTmU1Sxu0OU4sZrP7d { width:3.125rem;height:3.125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVGXhRHGbUXgewu0WH42UPMm50Moffd { width:2.5625rem;height:2.5625rem;top:37.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { width:6.25rem;height:0.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usDnro1SZyNuV4iyWdElMzWMd0tfvfFd { width:6.25rem;height:0.625rem;top:35.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlfxOSApeDcOnSxR8lBepOWiKNxSKP1L { width:6.25rem;height:0.625rem;top:35.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQMWkCSNqlzdqT3ZA8IRpTvJZ7MNaRCT { width:17.1875rem;height:17rem;top:15.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMG0PGJdtSQNO6A43r4dgnrlrH7s9izC { width:17.1875rem;height:16.9375rem;top:15.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOvRuJ1rRK523UMDUQ50HaeTDb1VilL { width:15.5rem;height:5.5625rem;top:22.625rem;left:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGz5oMve4vSSBMerzL0FybvINQ2E65vH { width:14.25rem;height:5.5625rem;top:22.625rem;left:25.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTB094pOdHcXBZzZMQpPDWSyZdqZEoy { width:17.1875rem;height:16.9375rem;top:36.25rem;left:5.9366321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12B2tpvZ2RnVAzUnXC75XNE0KCZHTil { width:15.125rem;height:3.6875rem;top:42.875rem;left:7.1865234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf4v6XRNe081sHPDRcKSW2cmFP3Qr0en { width:17.1875rem;height:16.9375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV4s2gb518ZTUDzw5HZkIC8XiSC8zQzs { width:14.1875rem;height:5.625rem;top:42.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9iH6nVOPFU9LBco3L9wJe8z7nLhu0qs { width:3.0625rem;height:3.0625rem;top:17.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6hWBueJF0UmyMk5hK3C7fAWaIbvgaC3 { width:2.6875rem;height:2.6875rem;top:17.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRW3iIk0rRMMpPTT3Lc1Oi8NAZUaH80x { width:2.875rem;height:2.875rem;top:37.5625rem;left:6.9674510955813rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cxXwGShrfEoRDBbn2aXhm6H39FsVMQ { width:6.25rem;height:0.625rem;top:15.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAiC3Vg7NHyeNAOGfHSPAK6t53wqSVI { width:6.25rem;height:0.625rem;top:15.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFtCGT9sD3O2NMyI35yZP6FwvlUFXQh { width:6.25rem;height:0.625rem;top:35.625rem;left:5.9366321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mRLh6gFTGyOlQfpx9dhO5bg4uWzNbE { width:6.25rem;height:0.625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:44.25rem;height:5.8125rem;top:3.375rem;left:1.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlJFHSxLiciZlCvU0G7sLTlV8GkiCb24 { width:27.5625rem;height:1.6875rem;top:10rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx7ZGCBUTZ7ONDdI0E4NA67eB2XJZJ0k { width:3.125rem;height:3.125rem;top:16.6875rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { width:31.0625rem;height:15.5rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { width:17.1875rem;height:0.625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqDb9Vvs3A5a6P67HcfbdfbfvF8EnOh5 { width:20.625rem;height:3.4375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8057S72yrcz1eZmVTbQRfFmuar2WWc { display:block; }
 }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { top:20.625rem;left:26.125rem;width:12.8125rem;height:5.56206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { top:10.25rem;left:26.4375rem;width:12.25rem;height:4.2276264359356rem;display:block; }
 }@media only screen and (max-width: 763px) { #iocJ3xVkP5cxNqgBTHJ3OSTJV73Wb1mh { width:16.3125rem;height:9.375rem;top:18.5rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:16.3125rem;height:9.375rem;top:7.4375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOoHBO5JXAa8iQtAxulsFGPOAQIVufxW { top:2.0625rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { width:20rem;height:8.5rem;top:4.75rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { width:20rem;height:7.0625rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaPK1suFvuNmu1FWJzElpWgT86lqK33n { display:block; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqZ0nw1WVCgKTgBLaPgxzotoyR3cNGCX { width:44.25rem;height:6.8125rem;top:4.375rem;left:1.7178821563721rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46csEUox2mgim0RqTh79xt4ZhUTA4yJ { top:27rem;left:0rem;width:26.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUW94ddkB9ntVT44mx7xlz8FZGqKpfUa { top:41.25rem;left:0rem;width:26.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPdqabDakeudJEeeNBwMWkFqRbVUBea { width:13.75rem;height:3.6875rem;top:21.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3QXOkwp64JTzxX4fnRbfG5K4cDeFbw { width:15.9375rem;height:3.6875rem;top:35.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXaZkMrP8TFS2Uuh2dtLqsbSNIFNqPWc { top:34.25rem;left:0rem;width:26.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXTWE7q4Zv0qOwvL6ncrgF7bHVKfuw7 { top:19.9375rem;left:0rem;width:26.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyI8CeGsAODF26xQDZqtKI1TFePhOEcy { width:15.625rem;height:3.6875rem;top:28.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z98yhopmzfU8TTdC80MO9EtfpheCpt2x { width:15.1875rem;height:3.6875rem;top:42.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLkBKGEyooyHOOp7PHlsW6JT9AXwnVGR { top:4.5rem;left:4.8103313446045rem;width:22.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGSiAAyVZNA0M7iX2N73UQBduJOgGvyH { top:11.125rem;left:0rem;width:47.75rem;height:32.35348583878rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQbLehZ3raFzc8nNUGDvAL2NkvVNnt8 { width:13.75rem;height:1.8125rem;top:16.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHsbCnWguva23c1h6IBHpRwF1yTxXAT { top:16.1875rem;left:0rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNQgZgPZxXCnD5LJToskmlzuczKEwqf { width:20rem;height:6rem;top:2.4375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { display:block; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8BMh14LRI3t7DSNOe7O4BEf3NQ9oGg3 { width:18.75rem;height:6.75rem;top:17.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVcOmx4bqwIA5MonlTg8JOQbJ5tildRd { width:18.5625rem;height:6.75rem;top:24.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdPoWg1ZA5gdSWwJWbKTaoQo3gF0NnS { width:18.5625rem;height:6.75rem;top:39.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMamGcgD2VPzG83gG7fTTn2rvhRN3JRT { width:18.75rem;height:6.75rem;top:32.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLiXiqI1JEhzB6GJ2NnvynA5lZ3ge6Fr { width:27.9375rem;height:4.375rem;top:15.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { width:37.0625rem;height:6.3125rem;top:8.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luNxepzHtGqxOcRDVS2Wh8ax9zmN7Hzv { width:17.5rem;height:2.875rem;top:20.1875rem;left:14.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdW5B99vaRp3mVRnogZGnqWUB3WZUII { width:17.5rem;height:2.875rem;top:34.6875rem;left:14.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbU1MyAJr00NmiRrybSg3zZPI4RvweZg { width:14.5625rem;height:3.6875rem;top:26.0625rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAgfOpxqSqyNZ4PiCXoJw5Kpd1D3CHm8 { width:14.5625rem;height:3.6875rem;top:41.1875rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { width:18.5625rem;height:6.75rem;top:9.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { width:14.5625rem;height:3.6875rem;top:11.25rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { width:18.75rem;height:6.75rem;top:2.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { width:17.5rem;height:2.875rem;top:4.6875rem;left:14.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd37Fr8ftCFDC6BRNeQAhlLcqhSfEN5l { width:32.3125rem;height:5.5625rem;top:24.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9cKHndykQJ761Lv715lDAVpJUvt3KC { width:23.9375rem;height:5.5rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPxxhHa1JqKnQQJwroiNBMvb10AECf92 { display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhUSlBqudr52VTbIih8RCl2I4PBRTCTM { width:26.0625rem;height:10.3125rem;top:11.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKl106tLbq3mKiVEtv3ePctMLox7GTOf { width:20.1875rem;height:6.875rem;top:23.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9UQy06UoKRD45wM3HtTHup2lNGa6M8 { width:0.625rem;height:19.0625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:23.75rem;height:31.125rem;top:5.375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-select {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps  { width:20.6875rem;height:auto;top:5.3125rem;left:24.5625rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps {display:block;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps { width:20.6875rem;height:auto;top:5.3125rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #K1cvMiw0BuifRRDOukwBSNanAl0Hl4zR {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #VmNWPumwmTdhltPuwsmrbkTrfGfVCE7T {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #v2dODalsudIq7XZXKa76SCH6Bbn7DnCA {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #KxrbvqAMbra0aD5OXst3sRXp47nheZUZ {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #TVu3XkGaXxtKLt6PyvcdTvtau6aOxdH0 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #qUvGHseZxyTp3kG9P02ZHAFTekpp3mxS {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ouiEFyowe9rw6CtKmiT2ndVQsV2IJDDb {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #A6u9MD7WTuxZd32dKyqKCtSyO4DX7Zn9 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #fO3T0kRC1OQtMskPqvzQpOlUX1tG6BvN {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #OpaTApScZMWy2yfzfMB6hzF5NaTERQU7 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #Csmn4GHpkkK1EnXvaZFGkCemTs4VX4ko {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #JlyOiozTpUMVVUfTzDSZtWMIZFgHSAHp {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #DRHBqWL2Uru9aLaXJk7wui0t1ixyekyx {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #efP2xGKLbumoxfpcdkw1Iw9OmugeqBQg {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ZZFlBDvGgWCTHtOMSaHopliJ7VqTBoDO {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #HKnSKBo7ghziBIr1ELcno68a3f7ik2cd {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #iDd9gNn33aSmoT2N8oBmnORWmhdXGMfZ {  }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { top:2.75rem;left:37.625rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { top:2.8125rem;left:20.5625rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { top:1.1875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { top:2.625rem;left:18.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { top:2.625rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { top:1.625rem;left:0rem;width:12.375rem;height:3.4819843794762rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { top:2.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { top:2.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { top:2.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { width:14.625rem;height:3.4375rem;top:1.625rem;left:1.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h { display:block; }#uR2FpqWgJucxff37gFWoQ7M4ZKxNfk5h > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5qefTiG7GsrXOXoDNDh6JvMTMZQg4TU { width:6.186525rem;height:2.124025rem;top:1.624755859375rem;left:6.905517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71171b8b-92ab-42d0-99c1-7290af6bcbe4/DOBRA1FUNDO.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.adaptive-delivery-prevent-bg, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyload, #v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh.lazyloading { background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { background-color: transparent; background-image: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.71); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row > .video-iframe-container { display: none; }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .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); }#v6l23lCvHtbBnNpmC9BnAQXf1wwDiMOh > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzVAQwIDM0kcqCXJTybmgTAG8FhX8TiZ { width:20rem;height:6.32425rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoR3mkRMNElneGrm0iqxrwFdlPs8o7nQ { width:20rem;height:31.5rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-text {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-select {padding-top: 0; padding-bottom: 0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#1d2540;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container:first-of-type{padding-top:0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .widget-container:last-of-type{padding-bottom:0;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp  { width:15.9375rem;height:auto;top:14.5625rem;left:0.8125rem; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp {display:block;}#NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp { width:15.9375rem;height:auto;top:14.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #IF282Xe1EnxwGX7LIQdVfEU5FCE4oU7m {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #tHLpCkRcntiiDcr0eZFLIn2pAaOA0PZ7 {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qnTc0PmuOlMx0A94JrB78lSKckqiqERr {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #J2qebauHmHTTNPFsfU7XfI27xs8qKmpl {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #Ouh6s1SnQrMmgT2pF0GiZPV4kxhJvZFI {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #JNz0nb9gt5vxR8q2MMu8L5vVi7rHGIkJ {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #QnLUh6gTgz8mdxQVEDHlx3nV4BpH6sVC {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #qDt2eqDVTSmxulDTOgnSnciBkQ3dE9km {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #ZRLocK8BGBlSdnTO9KrmPLIWyAAiCtJO {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #TUfWIt3q4sURiXMiwyK6zMpiFCvTncMd {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #BpCT9fcbzsn9nKEc6KkNk8uqcknwQ0tw {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #HUFDeMFOwdg7HyWtenPcb0OfMvtAqaKy {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #gFu6azD3TtuFTMFarGNTUZL7WixuldKl {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #I0HiigSOsXTLnv97DAwb8qTkhZQSc2ZN {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #xxZrDKq2eHr85fp1r0cazm1A2FQkpIuQ {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #bMVMS24soFIUk9axRqXkg2vsqadi37VS {  }
 }@media only screen and (max-width: 763px) { #NrO2gTAVA4Nucwl6Fk6kp8Tn3X4XQ0yp #m9BkJqtXLhDyPkditDQE1Zw2daNsQw4G {  }
 }@media only screen and (max-width: 763px) { #BgtAw4H7n3HVCakrVuMnCt5OvUTfAl0x { width:20rem;height:4.62890625rem;top:10.591796875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cndzM9Qum7LlTLt0qTrqyOTFdPW2hLuo { width:20rem;height:4.4375rem;top:8.8984375rem;left:0rem;background-color:rgba(255,255,255,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hDvg34MIzcNpOXD69hL9p6GilbDtCvNT { width:14.5rem;height:2.1875rem;top:15.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGW6HN3s0ZtIdetAoDn76y1g3lEMEDu9 { width:18.125rem;height:3.4130875rem;top:9.375rem;left:0.9375rem;font-size:0.8125rem;z-index:15013;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 { display:block; }#JOaowDpnN9S3GRCMR54DOrWxXaww1pl5 > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUlSquu4IUdRkuQKedHpCtXRKLN5u2wG { width:13.5625rem;height:4.62890625rem;top:13.8125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOd3n9giwdbkwHrtrFdXLMQ1u8cwH27 { width:15.0625rem;height:3.0859375rem;top:84.1875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBIALs8mZtar1QUZcAGWQ0u1ntZTfkyx { width:14.6875rem;height:3.0859375rem;top:95.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGxMQkuG5tKp6F0z8ggaoVr8JycHovlp { width:18.75rem;height:9.6875rem;top:44.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUGUUfu9LhXvgVgl8JD6k8De0IUPHuKe { width:14.1875rem;height:3.0859375rem;top:50.125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPxbFffzV1DCltS2RCfmlnceI1S074ZK { width:2.8125rem;height:2.8125rem;top:57rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4GcUFhzGzLzQdnt9XhcXR0stGnEQoD { width:6.25rem;height:0.625rem;top:44.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcVSdGRQ5Od8OX8py5xlNr0IxKxJ1MuO { width:18rem;height:3.4375rem;top:102.5625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtMLcJZSLN9O6fBNW9yeree5RWLTQznV { display:block; }
 }@media only screen and (max-width: 763px) { #BJ0vI1hAKEaoldOV8Ts8rPIfUAVpcPgN { width:18.75rem;height:9.875rem;top:9.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pky14z83Kae87Dn5l4AgcikkMTsf0Kkw { width:18.75rem;height:9.6875rem;top:78.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmrmW7GdO3r9bcs3X8xpJdRHJdWK9DDb { width:18.75rem;height:10.0625rem;top:90.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixV4yICvDzuvlTZnDHWlkdURuMG3eAkB { width:3.125rem;height:3.125rem;top:91.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnrzBiIVy70UaUTTmU1Sxu0OU4sZrP7d { width:3.125rem;height:3.125rem;top:10.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeVGXhRHGbUXgewu0WH42UPMm50Moffd { width:2.5625rem;height:2.5625rem;top:80.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1g2RGPNd1d66M3zuuEt53MuBL09tOL { width:6.25rem;height:0.625rem;top:8.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usDnro1SZyNuV4iyWdElMzWMd0tfvfFd { width:6.25rem;height:0.625rem;top:78.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlfxOSApeDcOnSxR8lBepOWiKNxSKP1L { width:6.25rem;height:0.625rem;top:89.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQMWkCSNqlzdqT3ZA8IRpTvJZ7MNaRCT { width:18.75rem;height:9.9375rem;top:33.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMG0PGJdtSQNO6A43r4dgnrlrH7s9izC { width:18.75rem;height:10.9375rem;top:20.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQOvRuJ1rRK523UMDUQ50HaeTDb1VilL { width:15.5rem;height:4.62890625rem;top:26rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGz5oMve4vSSBMerzL0FybvINQ2E65vH { width:14.8125rem;height:3.0859375rem;top:38.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttTB094pOdHcXBZzZMQpPDWSyZdqZEoy { width:18.75rem;height:10.125rem;top:66.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f12B2tpvZ2RnVAzUnXC75XNE0KCZHTil { width:15.125rem;height:3.0859375rem;top:72.625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf4v6XRNe081sHPDRcKSW2cmFP3Qr0en { width:18.75rem;height:9.25rem;top:56.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV4s2gb518ZTUDzw5HZkIC8XiSC8zQzs { width:17.5rem;height:3.0859375rem;top:60.875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9iH6nVOPFU9LBco3L9wJe8z7nLhu0qs { width:3.0625rem;height:3.0625rem;top:22rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6hWBueJF0UmyMk5hK3C7fAWaIbvgaC3 { width:2.6875rem;height:2.6875rem;top:34.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRW3iIk0rRMMpPTT3Lc1Oi8NAZUaH80x { width:2.875rem;height:2.875rem;top:68.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5cxXwGShrfEoRDBbn2aXhm6H39FsVMQ { width:6.25rem;height:0.625rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAiC3Vg7NHyeNAOGfHSPAK6t53wqSVI { width:6.25rem;height:0.625rem;top:20.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxFtCGT9sD3O2NMyI35yZP6FwvlUFXQh { width:6.25rem;height:0.625rem;top:66.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mRLh6gFTGyOlQfpx9dhO5bg4uWzNbE { width:6.25rem;height:0.625rem;top:55.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B013II8IKmqbVi3aPBAONFyCPHBJ6WKi { width:16.8125rem;height:5.1745625rem;top:1.0771484375rem;left:1.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlJFHSxLiciZlCvU0G7sLTlV8GkiCb24 { width:20rem;height:1.125rem;top:6.6240234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx7ZGCBUTZ7ONDdI0E4NA67eB2XJZJ0k { width:3.125rem;height:3.125rem;top:45.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz { background-color:#ffffff;background-image:none;display:block; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { background-color: transparent; background-image: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row > .video-iframe-container { display: none; }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .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); }#GM1cgsq1uG8XH7G6AmF7puZVwVLUHdZz > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eoD7Wu4kCSBu0GEzm42QvlC3fT6tThKK { width:20rem;height:17.09761875rem;top:3.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TQPlRTb0WibCdpgiJ6GKbLokgpEnDgEp { width:6.25rem;height:0.625rem;top:0.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqDb9Vvs3A5a6P67HcfbdfbfvF8EnOh5 { width:17.6875rem;height:3.4375rem;top:35.7802734375rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD8057S72yrcz1eZmVTbQRfFmuar2WWc { display:block; }
 }@media only screen and (max-width: 763px) { #wJctothfgUUsOSnvmmhnlXHl5Kxw57dO { width:7rem;height:3rem;top:20.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFse5PDW63tUsd4RxuBkm7nAgdbnPxSD { width:6.8125rem;height:2.3125rem;top:28.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iocJ3xVkP5cxNqgBTHJ3OSTJV73Wb1mh { width:10.5rem;height:6rem;top:19.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xotMtmpvNFqk01PA628m05PLKbHVyrXT { width:10.5rem;height:6rem;top:26.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOoHBO5JXAa8iQtAxulsFGPOAQIVufxW { width:17.0625rem;height:17.0625rem;top:17.0302734375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMZQR3rH9Oiy47TxS5ehTF7sPRrAIFJT { width:20rem;height:8.547375rem;top:2.27734375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nS0yiKMLTWh2Thwv7QubHWAnyaOQnwG0 { width:20rem;height:3.3728rem;top:11.58984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DaPK1suFvuNmu1FWJzElpWgT86lqK33n { display:block; }#DaPK1suFvuNmu1FWJzElpWgT86lqK33n > .row .container { width:20rem;height:48.44873046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqZ0nw1WVCgKTgBLaPgxzotoyR3cNGCX { width:20rem;height:6.03515625rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T46csEUox2mgim0RqTh79xt4ZhUTA4yJ { width:20rem;height:4.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUW94ddkB9ntVT44mx7xlz8FZGqKpfUa { width:20rem;height:4.375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPdqabDakeudJEeeNBwMWkFqRbVUBea { width:13.75rem;height:3.0859375rem;top:15.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so3QXOkwp64JTzxX4fnRbfG5K4cDeFbw { width:15.9375rem;height:3.0859375rem;top:25.51953125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXaZkMrP8TFS2Uuh2dtLqsbSNIFNqPWc { width:20rem;height:4.375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXTWE7q4Zv0qOwvL6ncrgF7bHVKfuw7 { width:20rem;height:4.375rem;top:14.48046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyI8CeGsAODF26xQDZqtKI1TFePhOEcy { width:15.625rem;height:3.0859375rem;top:20.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z98yhopmzfU8TTdC80MO9EtfpheCpt2x { width:15.1875rem;height:3.0859375rem;top:31.01953125rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLkBKGEyooyHOOp7PHlsW6JT9AXwnVGR { width:20rem;height:3.25rem;top:13.69925rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGSiAAyVZNA0M7iX2N73UQBduJOgGvyH { width:20rem;height:13.55075rem;top:34.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPQbLehZ3raFzc8nNUGDvAL2NkvVNnt8 { width:13.75rem;height:1.54296875rem;top:11.646484375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZHsbCnWguva23c1h6IBHpRwF1yTxXAT { width:9.75rem;height:2.6875rem;top:11.07421875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNQgZgPZxXCnD5LJToskmlzuczKEwqf { width:13.0625rem;height:8.05175rem;top:1.03515625rem;left:3.46875rem;font-size:1.4375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 { background-color:#ffffff;background-image:none;display:block; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { background-color: transparent; background-image: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row > .video-iframe-container { display: none; }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .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); }#TT3u1Avck7aU5G8lIgbQUwqGtxkoQQ97 > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F8BMh14LRI3t7DSNOe7O4BEf3NQ9oGg3 { width:18.75rem;height:4.375rem;top:27.40625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVcOmx4bqwIA5MonlTg8JOQbJ5tildRd { width:18.625rem;height:6.75rem;top:29.5625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VfdPoWg1ZA5gdSWwJWbKTaoQo3gF0NnS { width:18.625rem;height:6.6875rem;top:39.5625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nMamGcgD2VPzG83gG7fTTn2rvhRN3JRT { width:18.75rem;height:4.375rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLiXiqI1JEhzB6GJ2NnvynA5lZ3ge6Fr { width:20rem;height:3.0859375rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFySo2K4Q1fggyGSgwsriSTsZ4pHnDdg { width:20rem;height:3.298825rem;top:2.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luNxepzHtGqxOcRDVS2Wh8ax9zmN7Hzv { width:17.5rem;height:2.3994125rem;top:28.39453125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdW5B99vaRp3mVRnogZGnqWUB3WZUII { width:17.5rem;height:2.3994125rem;top:38.61328125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbU1MyAJr00NmiRrybSg3zZPI4RvweZg { width:14.5625rem;height:3.1494125rem;top:32.46875rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GAgfOpxqSqyNZ4PiCXoJw5Kpd1D3CHm8 { width:14.5625rem;height:3.1494125rem;top:42.6396484375rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qtp5WShIXZQLLBBwLEMoFm6bbVVg55aJ { width:18.5625rem;height:6.75rem;top:19.0625rem;left:0.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XzbRLTUrB3dO1cmxzQsWEQk5ESqAR2Tt { width:14.5625rem;height:3.1494125rem;top:22.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zkI21cJ5kuQJH5aandoHZQPlstNrcOUp { width:18.75rem;height:4.375rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLWgmld0ba7v5MDN7s74p1BlNm1KAbvf { width:17.5rem;height:2.3994125rem;top:18.125rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd37Fr8ftCFDC6BRNeQAhlLcqhSfEN5l { width:17.4375rem;height:4.87305rem;top:9.8984375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm9cKHndykQJ761Lv715lDAVpJUvt3KC { width:19rem;height:4rem;top:48.611328125rem;left:0.5rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oPxxhHa1JqKnQQJwroiNBMvb10AECf92 { display:block; }
 }@media only screen and (max-width: 763px) { #g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f { display:block; }#g2qT70xcOh1v0FUTdQyMqtc0gkQh3d6f > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhUSlBqudr52VTbIih8RCl2I4PBRTCTM { width:13rem;height:5.1745625rem;top:2.0625rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKl106tLbq3mKiVEtv3ePctMLox7GTOf { width:12.9375rem;height:4.49706875rem;top:8.375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9UQy06UoKRD45wM3HtTHup2lNGa6M8 { width:0.625rem;height:12.5rem;top:1.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnRWb35DorP9tO3f8OTwlDldBu3HdTKP { width:20rem;height:31.125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-text {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-select {padding-top: 0; padding-bottom: 0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:1.8125rem;margin-bottom:0.25rem;margin-left:1.8125rem;background-color:#1d2540;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.9375rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container:first-of-type{padding-top:0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .widget-container:last-of-type{padding-bottom:0;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps  { width:17.5rem;height:auto;top:15.5625rem;left:0rem; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps {display:block;}#zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps { width:17.5rem;height:auto;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #K1cvMiw0BuifRRDOukwBSNanAl0Hl4zR {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #VmNWPumwmTdhltPuwsmrbkTrfGfVCE7T {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #v2dODalsudIq7XZXKa76SCH6Bbn7DnCA {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #KxrbvqAMbra0aD5OXst3sRXp47nheZUZ {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #TVu3XkGaXxtKLt6PyvcdTvtau6aOxdH0 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #qUvGHseZxyTp3kG9P02ZHAFTekpp3mxS {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ouiEFyowe9rw6CtKmiT2ndVQsV2IJDDb {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #A6u9MD7WTuxZd32dKyqKCtSyO4DX7Zn9 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #fO3T0kRC1OQtMskPqvzQpOlUX1tG6BvN {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #OpaTApScZMWy2yfzfMB6hzF5NaTERQU7 {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #Csmn4GHpkkK1EnXvaZFGkCemTs4VX4ko {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #JlyOiozTpUMVVUfTzDSZtWMIZFgHSAHp {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #DRHBqWL2Uru9aLaXJk7wui0t1ixyekyx {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #efP2xGKLbumoxfpcdkw1Iw9OmugeqBQg {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #ZZFlBDvGgWCTHtOMSaHopliJ7VqTBoDO {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #HKnSKBo7ghziBIr1ELcno68a3f7ik2cd {  }
 }@media only screen and (max-width: 763px) { #zJfobN70CbQ6hPRFHI4xs3Kd87rBXyps #iDd9gNn33aSmoT2N8oBmnORWmhdXGMfZ {  }
 }@media only screen and (max-width: 763px) { #r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 { display:block; }#r1wyZ08ivrIMu8ue97Jz8ReN0U953I96 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE7glVg56sFsAulnZJQEQEL0vlHPRGvn { width:9.746125rem;height:1.3994125rem;top:9.3935546875rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxreLuQL8v9TNbwWSXRchiXctOymFTVq { width:11.371125rem;height:1.3994125rem;top:6.7451171875rem;left:4.3134765625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noC51PLZDnMV9tS97fhDQx869u15M5na { width:20rem;height:1.3125rem;top:12.8984375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUEW9qLXsLNTVSxhAvTCqoE6uBGaLTRt { width:1.5625rem;height:1.5625rem;top:6.6640625rem;left:2.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsMGXghkCTkxRlSZqsDZGvTfbHZ7720a { width:1.5625rem;height:1.5625rem;top:9.3125rem;left:2.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNQqiFBNow7TuHvDNp39k04mV8Kzgbc { width:12.370125rem;height:3.4765625rem;top:1.25rem;left:3.814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:4.1875rem; }
#JAT1FcHqwnqFqMBFv3ohxW5eQGHGFhXe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:8.5rem; }
#PPRrT5yeLURXgnDkMTpdZd5wb07MGHB1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:12.6875rem; }
#n2P6nfT25vNuJ4NkRCIE1xvHoXBmhTRC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZwcpninZLBZ9wcRWWTlN2u2nz8mJTFau { width:14.625rem;height:3.4375rem;top:19.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DGEmrmfQkllzA5N4qGOmPl0m6D0b6C { display:block; }
 }