.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/5DD7-L4A4Uw/unsplash/drew-beamer-5DD7-L4A4Uw-photo-1530543787849-128d94430c6b.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000817; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000817; }#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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#030321;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; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { border-width: 0; border-radius: 0; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { 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: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.5) ;height:5.4375rem;width:13.125rem;top:0.75rem;left:4.38232421875rem;overflow:hidden;display:block; }
#IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.4375rem;left:54.84375rem;height:3.4125rem;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a45c165f-23b2-4d5f-9c9e-75c932cf7f14/tlofrankowicze.jpg");background-position:top 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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN.lazyloading { background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,23,0.45); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,23,0.45); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { z-index:15003;top:24.625rem;left:16.625rem;background-color:#e88d2c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2hycyoWChQBO3TWyt13adxZEeRzbKkK { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:15.3125rem;left:7.875rem;height:9.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { color:#e88d2c;display:block;width:29.9375rem;position:absolute;font-family:oswald;font-size:4rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.3125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:5.3125rem;left:7.875rem;height:4rem;font-style:normal;display:block; }
#xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { color:#ffffff;display:block;width:37.6875rem;position:absolute;font-family:"playfair display";font-size:2.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:10.375rem;left:7.875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { position:absolute;display:block;z-index:15034;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:39.3125rem;width:47rem;top:5.3125rem;left:28rem;overflow:hidden;display:block; }
#dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.30078125rem;left:57.1875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2d29;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; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { background-color: transparent; background-image: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .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); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { border-width: 0; border-radius: 0; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { font-size:0.875rem;font-family:arial;height:61.25rem;width:75rem;position:relative;display:block; }#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-form-header {  }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:300;color:#ffffff;width:27.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:2.1; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:rgba(0,0,0,0);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.25rem solid #ffffff;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:27.125rem;box-sizing:border-box;height:2.6875rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:rgba(0,0,0,0);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.25rem solid #ffffff;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:27.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left;font-weight:300;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:27.125rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:oswald;font-size:1.125rem;overflow:hidden; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:#e88d2c;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:6.75rem;margin-bottom:0.25rem;margin-left:6.75rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#ffffff;width:13.5625rem;height:4.3125rem;font-family:oswald;overflow:hidden;box-shadow: none;line-height:1.6; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:oswald;font-size:1.25rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:oswald;font-size:1.25rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:oswald;font-size:1.25rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:oswald;font-size:1.25rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:oswald;line-height:1.3;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:first-of-type{padding-top:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-container:last-of-type{padding-bottom:0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.939453125rem;left:41.4365234375rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.125rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#015bab;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.939453125rem;left:41.4365234375rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o { position:relative;z-index:2; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr { position:relative; }
#t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { position:relative;display:block; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps { position:relative; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP { position:relative; }
#PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4995125rem;width:2.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:3.625rem;left:0rem; }
#yOuSw474Va6ITx0BKAx4KNei518LfJNc { color:#e88d2c;display:block;width:28.6245rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.0625rem;left:4.4375rem;height:2.625rem;font-style:normal;display:block; }
#upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { color:#e88d2c;display:block;width:23.68725rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.9375rem;left:4.6875rem;height:4.5rem;font-style:normal;display:block; }
#OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { color:#ffffff;display:block;width:29.87475rem;position:absolute;font-family:oswald;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:21.015380859375rem;left:4.6875rem;height:3.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.56225625rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.453125rem;left:0rem; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#e88d2c;display:block;width:31.6875rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:17.42138671875rem;left:4.6875rem;height:2.625rem;font-style:normal;display:block; }
#Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { position:absolute;display:block;z-index:15049;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #669389;border-left:0.3125rem solid #669389;border-right:0.3125rem solid #669389;border-bottom:0.3125rem solid #669389;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:36.1875rem;left:3.375rem;display:block; }
#WJTokCPvWOatImQlL0UxrVw81q9If3pk { position:absolute;display:block;z-index:15044;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #669389;border-left:0.3125rem solid #669389;border-right:0.3125rem solid #669389;border-bottom:0.3125rem solid #669389;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:25.8125rem;left:3.5rem;display:block; }
#L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { box-sizing:content-box;color:#000000;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:block;z-index:15056;top:37.4375rem;left:4.6875rem;display:block; }
#tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { position:absolute;display:block;z-index:15042;background-color:#669389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:7.75rem;width:28.75rem;top:38.25rem;left:5.4375rem;display:block; }
#WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { position:absolute;display:block;z-index:15037;background-color:#669389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:8.1875rem;width:28.75rem;top:26.875rem;left:5.4375rem;display:block; }
#k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { position:absolute;display:block;z-index:15045;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.125rem;width:2.375rem;top:27.625rem;left:5.0625rem;overflow:hidden;display:block; }
#XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { color:#000000;display:block;width:21.75rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:41.125rem;left:9.4375rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#d78p4oD1n70585eSazOkCHJCB36VFCxL { color:#000000;display:block;width:21.625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:38.9375rem;left:9.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:30.125rem;left:9.5625rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { color:#000000;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:27.9375rem;left:9.625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { position:absolute;display:block;z-index:15054;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #669389;border-left:0.25rem solid #669389;border-right:0.25rem solid #669389;border-bottom:0.25rem solid #669389;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.13) ;height:5.0625rem;width:5.0625rem;top:46.5625rem;left:3.4375rem;display:block; }
#XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { position:absolute;display:block;z-index:15047;background-color:#669389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:8.375rem;width:28.75rem;top:48.875rem;left:5.4375rem;display:block; }
#ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { position:absolute;display:block;z-index:15055;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:3rem;width:3.75rem;top:47.5rem;left:4.3125rem;overflow:hidden;display:block; }
#AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:49.9375rem;left:9.0625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:52.0625rem;left:9.0625rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { color:#e88d2c;display:block;width:31.6875rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:17.42138671875rem;left:43.3125rem;height:2.625rem;font-style:normal;display:block; }
#ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:17.171630859375rem;left:38.359130859375rem; }
#qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { color:#e6ab5b;display:block;width:31.6875rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5.15625rem;left:5.875rem;height:2.625rem;font-style:normal;display:none; }
#LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.30078125rem;left:57.1875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.30078125rem;left:57.1875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:300;z-index:15051;line-height:1.7;letter-spacing:0;top:41.3125rem;left:21.5625rem;height:1.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.30078125rem;left:57.1875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#dDrsGclyGLEH6DgGzbO0vJwK6CnAZ66t { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:17.75rem;top:60.392578125rem;left:54.75rem;overflow:hidden;display:block; }
#lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:4.0625rem;left:38.375rem; }
#pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { color:#e88d2c;display:block;width:28.62375rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.0625rem;left:43.3125rem;height:2.625rem;font-style:normal;display:block; }
#HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { color:#e88d2c;display:block;width:23.6865rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.9375rem;left:43.3125rem;height:2.25rem;font-style:normal;display:block; }
#JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:11.6875rem;left:43.3125rem;height:1.7875rem;display:block; }
#NPddPcqVVq3Cl7syypz6NoVQniJnovtf { position:absolute;display:block;z-index:15049;background-color:#e88d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:75rem;top:14.974609375rem;left:0rem;display:block; }
#l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:2.30078125rem;left:57.1875rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,8,23,0.45);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;z-index:auto;display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { border-width: 0; border-radius: 0; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.85546875rem;left:60rem;height:1.4003875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { position:absolute;display:block;z-index:15045;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.75rem;width:12.875rem;top:3.4736328125rem;left:5.1875rem;overflow:hidden;display:block; }
#iBcAThp07xTcu34L1alC9Id382fqGLzy { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:6.0732421875rem;left:25.96875rem;height:3.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.4736328125rem;left:25.96875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { position:absolute;display:block;z-index:15047;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.25rem;width:16.8125rem;top:13.16796875rem;left:29.875rem;overflow:hidden;display:block; }
#yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:19.69873046875rem;left:25.1875rem;height:3.50536875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { position:absolute;display:block;z-index:15048;background-color:#e88d2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:11.0625rem;left:28.96875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { top:0.75rem;left:0rem;width:13.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { top:3.4375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { top:24.625rem;left:3rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block; }
 }@media only screen and (max-width: 763px) { #h2hycyoWChQBO3TWyt13adxZEeRzbKkK { top:15.3125rem;left:0rem;width:33.5rem;height:7.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { top:5.3125rem;left:0rem;width:29.9375rem;height:4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { top:10.375rem;left:0rem;width:37.6875rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { top:5.3125rem;left:0.75rem;width:47rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { top:3.875rem;left:0rem;width:17.8125rem;height:3.625rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { display:block; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:16.125rem;height:auto;top:18.625rem;left:26.75rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:16.125rem;height:auto;top:18.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { top:3.625rem;left:0rem;width:2.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOuSw474Va6ITx0BKAx4KNei518LfJNc { top:4.0625rem;left:0rem;width:28.5625rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { top:7.9375rem;left:0rem;width:23.625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { top:21rem;left:0rem;width:29.8125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { top:16.4375rem;left:0rem;width:4.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:17.375rem;left:0rem;width:31.6875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { top:36.1875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTokCPvWOatImQlL0UxrVw81q9If3pk { top:25.8125rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { top:37.4375rem;left:0rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { top:38.25rem;left:0rem;width:28.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { top:26.875rem;left:0rem;width:28.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { top:27.625rem;left:0rem;width:2.3125rem;height:2.0692663559889rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { top:41.125rem;left:2.125rem;width:21.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d78p4oD1n70585eSazOkCHJCB36VFCxL { top:38.9375rem;left:2.3125rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { top:30.125rem;left:1.5625rem;width:22.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { top:27.9375rem;left:2.0625rem;width:21.8125rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { top:46.5625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { top:48.875rem;left:0rem;width:28.6875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { top:47.5rem;left:0rem;width:3.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { top:49.9375rem;left:2.25rem;width:21.5625rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { top:52.0625rem;left:2.1875rem;width:21.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { top:17.375rem;left:16.0625rem;width:31.6875rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { top:17.125rem;left:23.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { top:5.125rem;left:0rem;width:31.6875rem;height:2.625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { top:7.125rem;left:0rem;width:17.8125rem;height:7.3125rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { top:23.5625rem;left:0rem;width:17.8125rem;height:12.0625rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { top:72.125rem;left:0rem;width:17.5rem;height:3rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { top:86.75rem;left:0rem;width:17.8125rem;height:6rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDrsGclyGLEH6DgGzbO0vJwK6CnAZ66t { top:60.375rem;left:30rem;width:17.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { top:4.0625rem;left:23.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { top:4.0625rem;left:19.1875rem;width:28.5625rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { top:7.9375rem;left:23.875rem;width:23.625rem;height:2.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { top:11.6875rem;left:23.875rem;width:22.75rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPddPcqVVq3Cl7syypz6NoVQniJnovtf { top:14.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { top:37.25rem;left:0rem;width:17.8125rem;height:9.0625rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { top:23.8125rem;left:34.5625rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { display:none; }
 }@media only screen and (max-width: 763px) { #FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { top:3.4375rem;left:0rem;width:12.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { top:6.0625rem;left:12.34375rem;width:23.0625rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { top:3.4375rem;left:12.34375rem;width:23.0625rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { top:13.125rem;left:16.25rem;width:16.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { top:19.6875rem;left:11.5625rem;width:24.625rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { top:11.0625rem;left:15.34375rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Q59Td843/rekrutacja_dsa_investment_wysokie.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV { background-color:#030321;background-image:none;display:block; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { background-color: transparent; background-image: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row > .video-iframe-container { display: none; }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .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); }#PyR7o8pL9QoH4fW4NNziJ1RMSEsIcJFV > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXVF7f2L3t8dAiCCD9kxXOpm8AMxScH { width:14.75rem;height:6.1875rem;top:2.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWkz5EMiDdbvTulbXU07VXU3kEMWX6Bu { width:12.5rem;height:1.70605625rem;top:9.5625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color:#1b2d29;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { top:30.7724609375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf0Nfkg8wxTr8qAPgS1FH3CLlegcdcbK { display:block; }
 }@media only screen and (max-width: 763px) { #h2hycyoWChQBO3TWyt13adxZEeRzbKkK { width:20rem;height:8.099625rem;top:35.630859375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vfk0igNaUeo8KZ4vvTxZXmJXrqncd6Oo { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #xtpHhQxBOy88IlnSGmn8SbhZ0bEGh9h5 { width:20rem;height:4rem;top:8.4609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeUl4ya9vsQckdgy4QqtoONgm04GCXX0 { width:20rem;height:16.6875rem;top:14.085286458333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMnwNpaWV6B2QdFedCnyhOp4ma3BkfIr { width:17.8125rem;height:3.67480625rem;top:3.875rem;left:1.09375rem;font-size:3.0625rem;text-align:center;text-align-last:center;line-height:1.2;color:#e88d2c;z-index:15003;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe { background-color:#e88d2c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { background-color: transparent; background-image: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { display: none; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .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); }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { border-width: 0; border-radius: 0; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIX6ZQCu4cm5R0iKzRCVt9gZfDnBSFVe > .row .container { width:20rem;height:174.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-text {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-select {padding-top: 0; padding-bottom: 0;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem;font-size:1.25rem;overflow:hidden;text-align:center;text-align-last:center;background-color:#1b2d29;background-image:none; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU  { width:17.5rem;height:auto;top:126.642578125rem;left:0rem; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU {display:block;}#VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU { width:17.5rem;height:auto;top:126.642578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #QG4Vmf88KLiywwFL8iqcnHp7MsfezfCv {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #qwiLZIRoo3PqQ4yO8BB3Ez4dOp8fytzP { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #hHJJ4axRrGilx16x0JZwkTQnnRlSiOmO {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #ovas3BD6WPhOheE3LA8AX3LrHAxE0hA7 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #pRBdOCNDxPeH2zNO64beqUmQccoLTv6B { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #W06hnXT81OTFtL04aBHWGdDcNsyAZEf4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zysCQbSymrRsTC5cbSieGAHC9T9BR4Fi {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #KVdvKtgRZ5XLELsGOZirGCzqSSTRwOZT { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #xifVdKRednDDUnfKIW1T1GcKTSxD8iL2 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #FeNtETS57AIIEpqlGMJSTmzedMXq4wW4 {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #EnabXk9Suv6PDPfcgUiBcD5bs0iIRbVD { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #oCzGigd5NvWWVtBu1ld0KTNHlPwQZRVA {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #q65Uq5TO6aWId7ORbC6CTXoOyRHZNrZJ {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #zL0wECEiiiVkBA1mpLm9JUzqrsUROw3o {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #AA1LTAm0oTJ0fwpRsrXKhvugxR0qiQzr {  }
 }@media only screen and (max-width: 763px) { #t4ZFPsEo1GbGT6K4CcKG6iINE7VG9s1d { display:block; }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #aAUqzPkWs0xp7IVS26cnOf9tNfDv6Xps {  }
 }@media only screen and (max-width: 763px) { #VpXleO2pPZBEg7U9z1xEDT4HOSRQvOVU #VvTTw60gzTTRgSGUKhMOInzgdU6a9kPP {  }
 }@media only screen and (max-width: 763px) { #PILfDM9SoPs8LJT78xu6kB7qLNoTm8ad { display:flex;width:3.4375rem;height:3.9375rem;top:16.0625rem;left:8.28125rem; }
 }@media only screen and (max-width: 763px) { #yOuSw474Va6ITx0BKAx4KNei518LfJNc { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #upQfHUiCzpUyUgONfWFXbEstFBHxMpnX { width:20rem;height:auto;top:7.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #OS7kKLTta7hgbaJDwxqI2InsXRTDNyAl { width:20rem;height:3.1494125rem;top:83.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Jq9260M84PNcMCrkvBQTucvHOE9J1nzP { display:flex;width:4.6875rem;height:4.5625rem;top:2.6875rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:0;top:17.8193359375rem;left:0rem;font-size:3.3125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #Jdt8HHu1RUNt6oTCtUQiDhpKZSTaEV1n { width:5.0625rem;height:5.0625rem;top:77.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJTokCPvWOatImQlL0UxrVw81q9If3pk { width:5.0625rem;height:5.0625rem;top:61.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7NIQbsAa7LC0qGmmzpikyH3cBT4kLrg { width:3.125rem;height:3.125rem;top:79.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzZSP2d9DBCZSFTsRSStqftF8vXA6rJL { width:20rem;height:11.25rem;top:82.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WURTUo9wNiw1nHnkkrRtSDHtTtuiV2wV { width:20rem;height:9.5rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k20QBem5tlV5o4x1lAZuA4xoXqc0XM52 { width:2.375rem;height:2.125rem;top:63.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCqWaZzVrJLLWsDzW5pdo6MmWbKwGFt { width:19.4375rem;height:3.65625rem;top:87.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d78p4oD1n70585eSazOkCHJCB36VFCxL { width:20rem;height:3.25rem;top:83.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmLX5l9AdpZZlV1RO4QSoDZchFcdZm8a { width:20rem;height:4.875rem;top:69.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLBiA0rZAEghxkdyLNpNW68VmUANkG5c { width:20rem;height:1.625rem;top:67.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfBpBg7T0vXq49vclFg8nVKrwBidM7qr { width:5.0625rem;height:5.0625rem;top:96.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTD8n6Ba5FiDhIRQ6W5COUAUNED0mgHl { width:20rem;height:9.8125rem;top:99.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyuCouUcMF6G1llTPIf5DstzGZItHKH { width:3.375rem;height:2.75rem;top:97.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFiWiEITk9LvKRiHc3F1m4UaFX5MXM6B { width:20rem;height:1.625rem;top:102.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEFrsuwMBWkFuzMxySEJUNi054U9v3Rm { width:20rem;height:3.65625rem;top:104.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwNuTCVZ9qbnJSZB27DbKVy9UKAmDK08 { width:20rem;height:auto;top:17.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #ZWVrKqGKIXrBa4sJzCD3H7Db9xBQUDMc { display:flex;width:3.125rem;height:3.125rem;top:114.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qdiPbAMcZZFGPSCSODNoITuVQtBIzuuz { width:20rem;height:0;top:6.3125rem;left:1.40625rem;font-size:3.3125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #LyzawSHDguai1LF2ISNwZS3fW3N8DbSw { width:17.8125rem;height:6.04980625rem;top:7.25rem;left:1.5625rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#1b2d29;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T5GStxXy06TL9gAqXs4RvFfqVzv96u4n { width:17.8125rem;height:12.099625rem;top:20.75rem;left:1.09375rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#1b2d29;z-index:15005;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5acf0yeMqR1KJm3bVOJ1SnLeFZ9Ty1 { width:17.5rem;height:3rem;top:33.537109375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15052;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rgRuk4HUZyFwkwwZdgtD1UmpkN2Thh1P { width:17.8125rem;height:6.04980625rem;top:119.0625rem;left:1.09375rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#1b2d29;z-index:15006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dDrsGclyGLEH6DgGzbO0vJwK6CnAZ66t { width:17.75rem;height:14.875rem;top:159.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVbtKpiSWivOe3kALJz9ETdbGMF4P4AC { display:flex;width:4.0625rem;height:4.0625rem;top:39.75rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #pHtCZvLucAHBbA41B3ClWJsbv6gSQXAQ { width:20rem;height:auto;top:4.0625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #HqLWFdApOFMUiKaV6WdCpnyfSqLI5LTF { width:20rem;height:auto;top:7.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #JJ63f26WWuip4dvQ852VEIZi1d8IT3sG { width:20rem;height:2.6806625rem;top:55rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPddPcqVVq3Cl7syypz6NoVQniJnovtf { width:20rem;height:0.1875rem;top:149.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8K5ctIXJTJZPHoQ9tiG9sIoSpGE0ecq { width:17.8125rem;height:9.0746875rem;top:44.5625rem;left:1.09375rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1.1;color:#1b2d29;z-index:15006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 { position:relative;z-index:auto;background-color:#030321;background-image:none;display:block; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { background-color: transparent; background-image: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row > .video-iframe-container { display: none; }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .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); }#nSGrSQLNT8xgGITVsbThtXOA4TatFqD7 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtctI89bdEqUdxgJ6XLAKqFc09RBTrqc { width:20rem;height:1.3999rem;top:30.7734375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5AbDyo6Mq1AsQsRug4i90kJZ4NZOrmc { top:24.1875rem;left:3.75rem;width:12.5rem;height:3.375rem;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FW3kNBOi0OyZvKFgwaLIdSfH3erE4M2d { width:8.0625rem;height:2.9375rem;top:5rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBcAThp07xTcu34L1alC9Id382fqGLzy { width:20rem;height:2.0996125rem;top:13.875rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fXRfH4v2xpOVBbrhv06b9R1NoPae2rBS { width:20rem;height:1.94970625rem;top:9.4375rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fcZMuFdCIxt7FrZLBruIqbNfvpgprMoT { width:7.8125rem;height:2.5625rem;top:21.6875rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yha4xBxuA4vdT3iVN1GPcfAMebrf3WNz { width:20rem;height:3.1494125rem;top:25.52490234375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUt76buXVeL4apf2PKkoDZbrhBL8HkFZ { width:12.5rem;height:0.1875rem;top:18.984375rem;left:3.75rem;display:block; }
 }