.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,247,220;--color-primary-1:255,227,139;--color-primary-2:255,199,23;--color-primary-3:128,100,12;--color-primary-4:38,30,3;--color-secondary-0:213,227,247;--color-secondary-1:129,170,230;--color-secondary-2:45,114,214;--color-secondary-3:27,68,128;--color-secondary-4:6,27,133;--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:"WorkSans";--paragraphs-font-family:"WorkSans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { background-color: transparent; background-image: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container > .video-iframe-container { display: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container { display: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .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); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { border-width: 0; border-radius: 0; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#U4tGrkxilxEEMMG4RfGLNrfW0qXlmznp { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top: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.5625rem;width:18.125rem;top:1.1248553991318rem;left:0rem;overflow:hidden;display:block; }
#GdfkuSggEUmyGeFXHuOmH07EnrTt84fw { background-color:rgba(var(--color-primary-2),0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:2.3125rem;left:49.437213897705rem;display:block; }
#geR06DBm0VBPsq6cyJWSl7q4CInmHJIn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d74NqN2aIcTwPzE1pZQlr9v1Je2SZ8zp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:2.3125rem;left:63rem;display:block; }
#a1BUQnQ4gRSgerpibJTQVZNo5Chdtokm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { background-color: transparent; background-image: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container > .video-iframe-container { display: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container { display: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .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); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { border-width: 0; border-radius: 0; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:75rem;position:relative;display:block; }#eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:12.125rem;left:5.0625rem;height:7.3495375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { z-index:15004;top:39.0625rem;left:19.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MuvZffD0PKuLysNVO4Jeg0uM5nayBNkd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8744375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:21.9375rem;left:5.0625rem;height:3.67476875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zyHftxkKhIq8lgsLB8L55wmQk84vvFy7 { box-sizing:content-box;height:8rem;width:46rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:28.3125rem;left:3.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#uDNrCun27JBD3y0y7bd6BGvtetOXTQKp { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:30.0625rem;left:5.25rem;height:4.5486125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkKK7VTLw7O4xhaXf27KKQzLpRlG4Qge { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8744375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:20.25rem;left:22.625rem;height:5.7747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzGPOIKLlPcsOF06fNJ3lHstZnJUnboy { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:16.6246875rem;width:28.5619375rem;top:30.0625rem;left:41.5rem;overflow:hidden;display:block; }
#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { background-color: transparent; background-image: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container > .video-iframe-container { display: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row > .video-iframe-container { display: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .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); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { border-width: 0; border-radius: 0; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { font-size:0.875rem;font-family:arial;height:78.4375rem;width:75rem;position:relative;display:block; }#uMOBnU9ZWtCHZS6Und2NuJlkS5m5OnK2 { box-sizing:content-box;height:44.6875rem;width:74.875rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:16.305988311767rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 1.25rem rgba(0,0,0,0.5) ;display:block; }
#IlCO4IISPpikvcASLGDQ2VNJtfLAQdE0 { color:rgba(var(--color-primary-2),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.7593994140625rem;left:0rem;height:4.2230875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXohdKvQshbqJ8wafP9X3DS0yEyDWNya { z-index:15005;top:71.061782836912rem;left:29.374279022217rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sksLNkI6koHMnNI8wN2Xw8tFZd2u2Tqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgDeVuGC5g54hX9seCmFQIaHCekXU52c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.554397583007rem;left:15.623554229736rem;height:3.57494375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hgTwKpz1FhnKeaM6zESWNEoAOwzQAlSO { color:rgba(var(--color-primary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.44921875rem;left:50.186634063721rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLDtgTWazJ5BCgnaD5TIIqD7qNyp6afM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:28.506797790528rem;left:15.621383666993rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U8NzznaNTG2JWVmwoqBnAQyxtFNCGtHb { color:rgba(var(--color-tertiary-4),1);display:block;width:8.624875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.667823791504rem;left:15.623554229736rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXNOEEFosfVQROnXhNXO2wFaLpErD2tt { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:22.124420166016rem;left:45.436923980713rem; }
#NM3rKAMpDrtOfruMchBF4D4febl6J7TJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:28.249275207519rem;left:11.187065124512rem; }
#CBy9a3TzXgUXh9Kz5QNtvHENEGXXhBwB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.311920166016rem;left:10.936775207519rem; }
#hoQg7bfSCX48kasrmwKIJcdtbxAvB6wV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:21.437210083007rem;left:10.311775207519rem; }
#AH7XTdXAoJSKx9IETZpvI86SCseaNKe7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:22.187355041504rem;left:11.061920166016rem; }
#aga9K7n0MgHofTVWVdwhN3X9c8NFhipR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:21.437210083007rem;left:44.749713897705rem; }
#zlTTLTBmId0KnoEw6DtT3vZs7mLKNkPI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:27.374710083007rem;left:10.311775207519rem; }
#L8ifT9oS9ZLxvdDVv2UhLAWKWGByyXMC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:33.437355041504rem;left:10.249565124512rem; }
#J1W8s5Gq3nMT4OfIIQiITAJSZmiOEN2p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:65.561920166012rem;left:0rem;height:2.11154375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UL1AOBSFT9vvBcEzTXCORviAWePHwRID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:27.374710083007rem;left:44.686779022217rem; }
#aOme7ahF6WF2Hus78ugLsreJE4UCarrk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:28.061920166016rem;left:45.436923980713rem; }
#w4x9hy0h2wUVG562mNeUiI86yP3v8fa1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.506797790528rem;left:50.186634063721rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A7SInMr7c5AxgvM3xxCEb5twx1B1vCQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:39.624420166016rem;left:10.249565124512rem; }
#ITvLy4K2HQQWaz4o6lVOtUToR8iyd5V3 { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:40.436775207519rem;left:11.061920166016rem;overflow:hidden;display:block; }
#TXg5TFpcIAoArWglBrZoD4hBqXzWVKWe { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.635704040528rem;left:15.623554229736rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qf7gZboV8IB3FuIktdlPPqMVRxKl0JeG { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.0625rem;top:34.249710083007rem;left:45.562068939209rem;overflow:hidden;display:block; }
#uuJCPeThGzTwQ6lAKC7yX483wMCEZSFA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.81225625rem;width:3.81225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:33.437355041504rem;left:44.686779022217rem; }
#inIUTTvlWuI7ZPFKnZTe896K71DSKGvz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.687355041504rem;left:50.186634063721rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d8oXzsFZzDVs0SD7VEBmgOZ88PDWMBPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8122125rem;width:3.8122125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:46.186920166016rem;left:10.249565124512rem; }
#b2IzXXauEHyi4RNl6DAhocPsQPlVSItn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:46.874855041504rem;left:10.936775207519rem; }
#ZlTBK0lr7p6IfxCLxrdSAucQnPMnpth5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:47.199653625488rem;left:15.623554229736rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aX6RI9Qrfrlr2dO6aHW7d7tZvZVGIfH4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8122125rem;width:3.8122125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:39.624420166016rem;left:44.686779022217rem; }
#u5lGf98M36NvPZKTruGWLumZ0LdTNFzM { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:40.624855041504rem;left:50.186634063721rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EIrP14kznwiHkhpnGXfmrvx7QxzfkGo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.186775rem;width:2.186775rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:40.374565124512rem;left:45.499858856201rem; }
#qJcn70p4DHfKDxHRzVzrZP1Tsi64A7Tx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8122125rem;width:3.8122125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:46.186920166016rem;left:44.686779022217rem; }
#i24xpQWRPfTJ0pQKT2ylNNXLWMoiQfPO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:47.187355041504rem;left:50.186634063721rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOyRLoQZnzbNFTK2RclOK7TLJZvSNe2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:47.124420166016rem;left:45.624279022217rem; }
#fWtUQ1T2ESaS1D8GXz1ynsRxAOLvkK26 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:16.127893447876rem;left:33.817127227783rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FzUQ87UAAH9OTdTAFdAcg6dGasuS7DZy { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3598098754883rem;left:-0.0017356872558594rem;height:3.169125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZEKguof2bNyHo4s2X1LKqFC50SpVybM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8122125rem;width:3.8122125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(var(--color-tertiary-4),0.48));top:52.186630249024rem;left:10.279949188233rem; }
#e4Wf2t8Q1sIzXgM2R2tpBq5tBePvUXQi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:59.549480438233rem;left:20.129627227783rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OB8R7TyOv9vGiT40Vm6JTwBPonI5mRlO { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:52.305267333984rem;left:15.623554229736rem;height:3.57494375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uP17roMww4m0JX83rJLFb4bHqHwkfuZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:53.030097961426rem;left:11.12340927124rem; }
#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg { 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; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { background-color: transparent; background-image: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container > .video-iframe-container { display: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row > .video-iframe-container { display: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .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); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { border-width: 0; border-radius: 0; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#neTc2sLda368tW8ezxi0kntKmKwHVAw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.229745864868rem;left:20.623989105224rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HUZIlCFcexQPLV7RJSeeqSa9NLW93pa7 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:19.372541427613rem;left:20.621818542481rem;height:1.65003125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ex95wM0w147yHvqeiNnJlM9hr50JZv5C { box-sizing:content-box;height:5.5625rem;width:46.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:11.248844146729rem;left:15.186344146729rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;display:block; }
#XUIiMyT2SLLRIg7QCTIrdzpWg8oUkt7H { box-sizing:content-box;height:10.8125rem;width:46.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:17.874422073364rem;left:15.186344146729rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;display:block; }
#nLQDZBaCziHXLg8n4HTRGGcIsneBEKGV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.6125564575195rem;left:0rem;height:2.84360625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cH8OO1mR47RLAF5MEo5VTHFyMIP2AAR4 { z-index:15005;top:42.058584690094rem;left:30.029369354248rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.56175rem;height:3.37456875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sKxtGL9pCaaUbr2x0T8ILb5GGd6vQB9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oq4GhHicQPF6hZFfGmT0Ri7lETpczmHs { box-sizing:content-box;height:8.5625rem;width:46.25rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:29.854890823364rem;left:15.184173583984rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;display:block; }
#eSGfmdaSuqJkOoZAUCToJ6wxTOCBT8Qq { color:rgba(var(--color-tertiary-4),1);display:block;width:39.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:31.621385574341rem;left:20.623989105224rem;height:4.9500875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbpZOfaWHEFbKrSVzO4KgiKxdahSR15H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.05975151062rem;left:17.54528427124rem; }
#ibLyH1ScGh1wNTi5qRhZyAcCq7yIJtMC { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.122686386108rem;left:17.54528427124rem; }
#MnHdEt5sC3oSKQOCelRe8CiqDso1MT6T { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.12456875rem;width:2.12456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.308885574341rem;left:17.54528427124rem; }
#W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:21.775320053101rem;left:20.559894561767rem;height:5.5736375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 li:before{  }
#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { background-color: transparent; background-image: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container > .video-iframe-container { display: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container { display: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .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); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { border-width: 0; border-radius: 0; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#F7scbGkE2SPzUr08Vwl0Ou0iNiqFQh99 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.69921875rem;left:0.0625rem;height:2.62441875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp4N3hH6FONDEb3LAwlAhuGtuvt29dNl { color:rgba(var(--color-primary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9rem;left:15.4375rem;height:4.2230875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KsESdZtyeqPPP8vsCuxbAACUbmby82vs { box-sizing:content-box;height:0.5rem;width:5.125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.498554229736rem;left:42.561489105224rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#s8qTfR3W9iLiWtQW5GxBVXqdlvZ8a2Ss { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.987556457519rem;left:43.379627227783rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vWysBITeBGinBxfqnEEgoQVQ82kTsiuU { color:rgba(var(--color-primary-4),1);display:block;width:48.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:15.0625rem;left:15.4375rem;height:4.2230875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MnWtB1TLw4lARILd63D7UsGugqT1M0cC { color:rgba(var(--color-primary-4),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.061920166016rem;left:15.436199188233rem;height:4.2230875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aD3ps0TUKsXRMpta9vye3GizbUnsiPcw { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.5rem;left:5.375rem;display:none; }
#M1Go8EqVxiDHBcA3zMJw4P3K3HqQ0Q0z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:5.5rem;left:0.625rem;display:none; }
#hnC1S5PWwU26tWuzcf1LUsk0oP03eRPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:10.625rem;left:0.625rem;display:none; }
#TATxzhJv75KSqJXDB1Or2nDPHREcIlML { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:17.625rem;left:0.5rem;display:none; }
#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dc081fc4-8408-4b6d-911e-2eb60a6f8882/Projektbeznazwy77.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.adaptive-delivery-prevent-bg, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyload, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyloading { background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { background-color: transparent; background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .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); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { border-width: 0; border-radius: 0; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:75rem;height:59.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#dndteAZzXghhbprlOlc81nbqg8PGFa8p { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:8.5927734375rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.5rem;top:3.1748046875rem;left:24.1201171875rem;overflow:hidden;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-form-header { font-size:0.75rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:34.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:34.3125rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:34.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.3125rem;height:3.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:33.0625rem;overflow:hidden;font-style:normal;float:none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .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; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:3.875rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container:first-of-type{padding-top:0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-container:last-of-type{padding-bottom:0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:18.968099594116rem;top:17.433792114257rem;z-index:15003;position:absolute; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.3125rem;display:block;vertical-align:top; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0.125rem solid #ffc717;border-left:0.125rem solid #ffc717;border-right:0.125rem solid #ffc717;border-bottom:0.125rem solid #ffc717;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:18.968099594116rem;top:17.433792114257rem;z-index:15003;position:absolute; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #aSaxEQ0CEaMEX56NJMNWtgIvPy6FC5Qq { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #QmhgbRQoIzRrSmp7O75i6K8nT5DFbcXi { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #BBFsb7F6rMdFZRpzNWt2X40B1nMzVWqD { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IJe4dxAu46czVNcOXpqgTQMxbysfnDxg { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bf0V3oRScKqPEe9zl7eAvzlnreF9vRfS { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #NfhT9u0lpE8xlAcsUqB9trpA8XaSBsdS { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { position:relative;z-index:2; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { position:relative;display:block; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { position:relative;z-index:15000; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { position:relative;z-index:15000; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT { position:relative; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 { position:relative; }
#Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { z-index:15004;top:29.061685562134rem;left:16.687010765076rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.62075rem;height:3.9982125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { 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; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { border-width: 0; border-radius: 0; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7763671875rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { color:rgba(var(--color-tertiary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.546875rem;left:0.061199188232422rem;height:4.87413125rem;text-align:center;text-align-last:center;display:block; }
#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { background-color: transparent; background-image: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container > .video-iframe-container { display: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row > .video-iframe-container { display: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .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); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { border-width: 0; border-radius: 0; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#ApPfsZAgEqa56uHldedJZ8yLi1n6EI8L { color:rgba(var(--color-tertiary-4),1);display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5885429382324rem;left:0.12239837646484rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xy2RuEpAPl7lK8snSCEf9D7L8lE9VuEb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4970703125rem;left:0rem;height:3.249425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbmC76Xg5sQCFnTibLRiCUtLqq7gmAhP { position:absolute;display:block;z-index:15011;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9371875rem;top:13.875rem;left:8.0625rem;display:block; }
#wga6QzkkBxnfP0gOSI99PsgHnAiG0I7J { 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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9371875rem;top:13.875rem;left:28rem;display:block; }
#hhOS6etJQvDFHC2ES3ihobSpVVblAMKl { position:absolute;display:block;z-index:15017;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9371875rem;top:13.875rem;left:48rem;display:block; }
#A3w8DumC5acTb7725ZIfFvPizmopih41 { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.625rem;left:8.4375rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQ5a3uV4Igo1f60Mhd31i0Dn5LJdHT8k { color:#333333;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.0625rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F32nVSIEHVGCByv6wV6ACbTvdeTAfO8I { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4heusbENxrnNlvAR9dadya90GvNEv4Z { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:28.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BB6r1UUaPhiNTJiQXO3XMONALo5x2AMr { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.625rem;left:48.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cia0eq8B5Ep0vR8MbfH73T95gqf7BaX4 { color:#333333;display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.625rem;left:47.8125rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kisv61h8zKNy7rovXulfTqikakqhCtxG { 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; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { background-color: transparent; background-image: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { display: none; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .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); }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { border-width: 0; border-radius: 0; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#ai2xIW616d2ncc6oayKI2rnGykEXzvNo { box-sizing:content-box;color:#323130;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:15001;top:2.0625rem;left:34.25rem;display:block; }
#EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { box-sizing:content-box;color:#323130;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:15002;top:2.0625rem;left:38.75rem;display:block; }
#IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { color:#bcb293;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:57.4375rem;height:1.2999125rem;display:block; }
#oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.375rem;top:1.9375rem;left:3.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GksLxO19D72dVJsE5DVsJLpCmMkgi4vs { display:block; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4tGrkxilxEEMMG4RfGLNrfW0qXlmznp { top:1.0625rem;left:0rem;width:18.125rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdfkuSggEUmyGeFXHuOmH07EnrTt84fw { width:11.875rem;height:3.125rem;top:2.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geR06DBm0VBPsq6cyJWSl7q4CInmHJIn { display:block; }
 }@media only screen and (max-width: 763px) { #d74NqN2aIcTwPzE1pZQlr9v1Je2SZ8zp { width:11.875rem;height:3.125rem;top:2.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BUQnQ4gRSgerpibJTQVZNo5Chdtokm { display:block; }
 }@media only screen and (max-width: 763px) { #fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb { display:block; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { top:12.125rem;left:0rem;width:31.5625rem;height:7.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:39.0625rem;left:5.875rem;width:16.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #MuvZffD0PKuLysNVO4Jeg0uM5nayBNkd { top:21.9375rem;left:0rem;width:18.8125rem;height:3.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyHftxkKhIq8lgsLB8L55wmQk84vvFy7 { top:28.3125rem;left:0rem;width:45.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDNrCun27JBD3y0y7bd6BGvtetOXTQKp { top:30.0625rem;left:0rem;width:42.875rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKK7VTLw7O4xhaXf27KKQzLpRlG4Qge { top:20.25rem;left:9rem;width:18.8125rem;height:5.75rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzGPOIKLlPcsOF06fNJ3lHstZnJUnboy { top:30.0625rem;left:19.25rem;width:28.5rem;height:16.587950309744rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v { display:block; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMOBnU9ZWtCHZS6Und2NuJlkS5m5OnK2 { top:16.25rem;left:0rem;width:47.75rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlCO4IISPpikvcASLGDQ2VNJtfLAQdE0 { width:47.75rem;height:4.1875rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXohdKvQshbqJ8wafP9X3DS0yEyDWNya { top:71rem;left:15.749279022217rem;width:16.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sksLNkI6koHMnNI8wN2Xw8tFZd2u2Tqr { display:block; }
 }@media only screen and (max-width: 763px) { #pgDeVuGC5g54hX9seCmFQIaHCekXU52c { width:27.5rem;height:3.5625rem;top:21.5rem;left:1.9985542297363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgTwKpz1FhnKeaM6zESWNEoAOwzQAlSO { width:18.125rem;height:1.75rem;top:22.4375rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLDtgTWazJ5BCgnaD5TIIqD7qNyp6afM { width:27.5rem;height:1.75rem;top:28.5rem;left:1.9963836669922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8NzznaNTG2JWVmwoqBnAQyxtFNCGtHb { width:8.5625rem;height:1.75rem;top:34.625rem;left:1.9985542297363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNOEEFosfVQROnXhNXO2wFaLpErD2tt { top:22.0625rem;left:31.811923980713rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3rKAMpDrtOfruMchBF4D4febl6J7TJ { top:28.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBy9a3TzXgUXh9Kz5QNtvHENEGXXhBwB { top:34.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoQg7bfSCX48kasrmwKIJcdtbxAvB6wV { top:21.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH7XTdXAoJSKx9IETZpvI86SCseaNKe7 { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aga9K7n0MgHofTVWVdwhN3X9c8NFhipR { top:21.375rem;left:31.124713897705rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlTTLTBmId0KnoEw6DtT3vZs7mLKNkPI { top:27.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ifT9oS9ZLxvdDVv2UhLAWKWGByyXMC { top:33.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1W8s5Gq3nMT4OfIIQiITAJSZmiOEN2p { top:65.5rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1AOBSFT9vvBcEzTXCORviAWePHwRID { top:27.3125rem;left:31.061779022217rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOme7ahF6WF2Hus78ugLsreJE4UCarrk { top:28rem;left:31.811923980713rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4x9hy0h2wUVG562mNeUiI86yP3v8fa1 { width:14.9375rem;height:1.75rem;top:28.5rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7SInMr7c5AxgvM3xxCEb5twx1B1vCQq { top:39.5625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITvLy4K2HQQWaz4o6lVOtUToR8iyd5V3 { top:40.375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXg5TFpcIAoArWglBrZoD4hBqXzWVKWe { width:11.25rem;height:1.75rem;top:40.625rem;left:1.9985542297363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf7gZboV8IB3FuIktdlPPqMVRxKl0JeG { top:34.1875rem;left:31.937068939209rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuJCPeThGzTwQ6lAKC7yX483wMCEZSFA { top:33.375rem;left:31.061779022217rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIUTTvlWuI7ZPFKnZTe896K71DSKGvz { width:19.3125rem;height:1.75rem;top:34.625rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8oXzsFZzDVs0SD7VEBmgOZ88PDWMBPv { top:46.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2IzXXauEHyi4RNl6DAhocPsQPlVSItn { top:46.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlTBK0lr7p6IfxCLxrdSAucQnPMnpth5 { width:25.875rem;height:1.75rem;top:47.1875rem;left:1.9985542297363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX6RI9Qrfrlr2dO6aHW7d7tZvZVGIfH4 { top:39.5625rem;left:31.061779022217rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lGf98M36NvPZKTruGWLumZ0LdTNFzM { width:14.875rem;height:1.75rem;top:40.5625rem;left:32.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIrP14kznwiHkhpnGXfmrvx7QxzfkGo0 { top:40.3125rem;left:31.874858856201rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJcn70p4DHfKDxHRzVzrZP1Tsi64A7Tx { top:46.125rem;left:31.061779022217rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i24xpQWRPfTJ0pQKT2ylNNXLWMoiQfPO { width:20.3125rem;height:1.75rem;top:47.125rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyRLoQZnzbNFTK2RclOK7TLJZvSNe2R { top:47.0625rem;left:31.999279022217rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWtUQ1T2ESaS1D8GXz1ynsRxAOLvkK26 { top:16.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzUQ87UAAH9OTdTAFdAcg6dGasuS7DZy { width:47.75rem;height:3.1875rem;top:4.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZEKguof2bNyHo4s2X1LKqFC50SpVybM { top:52.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Wf2t8Q1sIzXgM2R2tpBq5tBePvUXQi { top:60.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OB8R7TyOv9vGiT40Vm6JTwBPonI5mRlO { width:22.8125rem;height:3.5625rem;top:52.25rem;left:1.9985542297363rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP17roMww4m0JX83rJLFb4bHqHwkfuZ2 { top:53rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg { display:block; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neTc2sLda368tW8ezxi0kntKmKwHVAw1 { width:40.6875rem;height:1.75rem;top:13.1875rem;left:6.9989891052244rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUZIlCFcexQPLV7RJSeeqSa9NLW93pa7 { width:40.8125rem;height:1.625rem;top:19.3125rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex95wM0w147yHvqeiNnJlM9hr50JZv5C { top:11.1875rem;left:1.5rem;width:46.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIiMyT2SLLRIg7QCTIrdzpWg8oUkt7H { top:17.8125rem;left:1.5rem;width:46.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQDZBaCziHXLg8n4HTRGGcIsneBEKGV { width:47.75rem;height:2.875rem;top:4.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8OO1mR47RLAF5MEo5VTHFyMIP2AAR4 { top:42rem;left:16.404369354248rem;width:16.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKxtGL9pCaaUbr2x0T8ILb5GGd6vQB9z { display:block; }
 }@media only screen and (max-width: 763px) { #oq4GhHicQPF6hZFfGmT0Ri7lETpczmHs { top:29.8125rem;left:1.5rem;width:46.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSGfmdaSuqJkOoZAUCToJ6wxTOCBT8Qq { width:39.1875rem;height:4.9375rem;top:31.5625rem;left:6.9989891052244rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbpZOfaWHEFbKrSVzO4KgiKxdahSR15H { top:13rem;left:3.9202842712402rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibLyH1ScGh1wNTi5qRhZyAcCq7yIJtMC { top:19.0625rem;left:3.9202842712402rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnHdEt5sC3oSKQOCelRe8CiqDso1MT6T { top:31.25rem;left:3.9202842712402rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 { width:40.8125rem;height:5.5625rem;top:21.75rem;left:6.9348945617675rem;font-size:1rem;display:block; }#W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 li:before{  }
 }@media only screen and (max-width: 763px) { #ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC { display:block; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7scbGkE2SPzUr08Vwl0Ou0iNiqFQh99 { top:3.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4N3hH6FONDEb3LAwlAhuGtuvt29dNl { top:8.9375rem;left:1.8119201660156rem;width:45.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsESdZtyeqPPP8vsCuxbAACUbmby82vs { top:12.4375rem;left:28.936489105224rem;width:5.125rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8qTfR3W9iLiWtQW5GxBVXqdlvZ8a2Ss { top:20.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWysBITeBGinBxfqnEEgoQVQ82kTsiuU { top:15rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnWtB1TLw4lARILd63D7UsGugqT1M0cC { top:21rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD3ps0TUKsXRMpta9vye3GizbUnsiPcw { top:3.5rem;left:0rem;width:19.9375rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1Go8EqVxiDHBcA3zMJw4P3K3HqQ0Q0z { top:5.5rem;left:0rem;width:18.625rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnC1S5PWwU26tWuzcf1LUsk0oP03eRPJ { top:10.625rem;left:0rem;width:19.1875rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TATxzhJv75KSqJXDB1Or2nDPHREcIlML { top:17.625rem;left:0rem;width:17.3125rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dndteAZzXghhbprlOlc81nbqg8PGFa8p { width:47.75rem;height:5.625rem;top:8.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { top:3.125rem;left:10.4951171875rem;width:4.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { display:block;width:34.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { width:34.3125rem;height:auto;top:17.375rem;left:5.3430995941162rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { width:34.3125rem;height:auto;top:17.375rem;left:5.3430995941162rem; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #aSaxEQ0CEaMEX56NJMNWtgIvPy6FC5Qq {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #QmhgbRQoIzRrSmp7O75i6K8nT5DFbcXi {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #BBFsb7F6rMdFZRpzNWt2X40B1nMzVWqD {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IJe4dxAu46czVNcOXpqgTQMxbysfnDxg {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bf0V3oRScKqPEe9zl7eAvzlnreF9vRfS {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #NfhT9u0lpE8xlAcsUqB9trpA8XaSBsdS {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { z-index:2; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 {  }
 }@media only screen and (max-width: 763px) { #Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { width:47.75rem;height:2.625rem;top:3.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:29rem;left:3.0620107650757rem;width:19.5625rem;height:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { top:8.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD { display:block; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApPfsZAgEqa56uHldedJZ8yLi1n6EI8L { width:47.75rem;height:2.8125rem;top:3.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2RuEpAPl7lK8snSCEf9D7L8lE9VuEb { width:47.75rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbmC76Xg5sQCFnTibLRiCUtLqq7gmAhP { width:18.875rem;height:10.3125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wga6QzkkBxnfP0gOSI99PsgHnAiG0I7J { width:18.875rem;height:10.3125rem;top:13.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOS6etJQvDFHC2ES3ihobSpVVblAMKl { width:18.875rem;height:10.3125rem;top:13.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3w8DumC5acTb7725ZIfFvPizmopih41 { width:18.125rem;height:1.4375rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ5a3uV4Igo1f60Mhd31i0Dn5LJdHT8k { width:18.875rem;height:1.4375rem;top:20.625rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32nVSIEHVGCByv6wV6ACbTvdeTAfO8I { width:18.125rem;height:4.875rem;top:15.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4heusbENxrnNlvAR9dadya90GvNEv4Z { width:18.125rem;height:4.875rem;top:15.625rem;left:14.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6r1UUaPhiNTJiQXO3XMONALo5x2AMr { width:18.125rem;height:4.875rem;top:15.625rem;left:29.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cia0eq8B5Ep0vR8MbfH73T95gqf7BaX4 { width:19.125rem;height:1.4375rem;top:20.625rem;left:28.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { top:2.0625rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { top:2.0625rem;left:25.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { top:2.9375rem;left:36.4375rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { top:1.9375rem;left:0rem;width:9.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GksLxO19D72dVJsE5DVsJLpCmMkgi4vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { background-color: transparent; background-image: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container > .video-iframe-container { display: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container { display: none; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .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); }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { border-width: 0; border-radius: 0; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GksLxO19D72dVJsE5DVsJLpCmMkgi4vs > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4tGrkxilxEEMMG4RfGLNrfW0qXlmznp { width:13.125rem;height:4.6875rem;top:0.625rem;left:3.4852941176471rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdfkuSggEUmyGeFXHuOmH07EnrTt84fw { width:9.8125rem;height:2.5rem;top:6.56033039093rem;left:5.2495661973953rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #geR06DBm0VBPsq6cyJWSl7q4CInmHJIn { display:block; }
 }@media only screen and (max-width: 763px) { #d74NqN2aIcTwPzE1pZQlr9v1Je2SZ8zp { width:9.75rem;height:2.5rem;top:10.247396469116rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BUQnQ4gRSgerpibJTQVZNo5Chdtokm { display:block; }
 }@media only screen and (max-width: 763px) { #fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb { background-color:#ffc717;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; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { background-color: transparent; background-image: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container > .video-iframe-container { display: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container { display: none; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .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); }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { border-width: 0; border-radius: 0; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUFruxuLnBwkZRnchV2PQAX2wGDp6Dyb > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCiGGyZJBuVFeVa2s1I5Qor8wT61Tcsa { width:19.9370625rem;height:3.5995375rem;top:2.8624134063721rem;left:0rem;font-size:1.5rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgvhhcWrRvIprprTHzHqhxLF42GpcFHI { top:29.006801605224rem;left:3.7478300333023rem;width:12.5rem;height:3.125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #t4xxQO1byD3RoNirs0n4rtq830R2iQNs { display:block; }
 }@media only screen and (max-width: 763px) { #MuvZffD0PKuLysNVO4Jeg0uM5nayBNkd { width:20rem;height:2.400175rem;top:7.4435768127444rem;left:0rem;font-size:2rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyHftxkKhIq8lgsLB8L55wmQk84vvFy7 { width:20rem;height:9.625rem;top:17.678674936294rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uDNrCun27JBD3y0y7bd6BGvtetOXTQKp { width:19.9985625rem;height:5.8478rem;top:19.921152353287rem;left:0rem;font-size:1.125rem;color:#ffffff;z-index:14997;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xkKK7VTLw7O4xhaXf27KKQzLpRlG4Qge { width:20rem;height:2.400175rem;top:9.8430271148681rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzGPOIKLlPcsOF06fNJ3lHstZnJUnboy { width:13.12425rem;height:7.6244375rem;top:12.297454118729rem;left:6.8757239580156rem;display:block; }
 }@media only screen and (max-width: 763px) { #V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v { background-color:#000000;background-image:none;display:block; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { background-color: transparent; background-image: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container > .video-iframe-container { display: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row > .video-iframe-container { display: none; }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .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); }#V49ciUbZIZFeZghQpBPUhSDXKcLy1M8v > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMOBnU9ZWtCHZS6Und2NuJlkS5m5OnK2 { width:20rem;height:55.5625rem;top:12.248989105224rem;left:0.00072342157363894rem;background-color:rgba(var(--color-tertiary-0),0.13);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IlCO4IISPpikvcASLGDQ2VNJtfLAQdE0 { width:18.937375rem;height:3.89756875rem;top:5.4188365936279rem;left:0.52951395511627rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fXohdKvQshbqJ8wafP9X3DS0yEyDWNya { top:70.436923980713rem;left:3.75rem;width:12.5rem;height:3.125rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sksLNkI6koHMnNI8wN2Xw8tFZd2u2Tqr { display:block; }
 }@media only screen and (max-width: 763px) { #pgDeVuGC5g54hX9seCmFQIaHCekXU52c { width:13.875rem;height:4.39815rem;top:14.956020355224rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hgTwKpz1FhnKeaM6zESWNEoAOwzQAlSO { width:13.4996875rem;height:1.0995375rem;top:21.042533874512rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OLDtgTWazJ5BCgnaD5TIIqD7qNyp6afM { width:13.8121875rem;height:1.0995375rem;top:25.542678833007rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U8NzznaNTG2JWVmwoqBnAQyxtFNCGtHb { width:6.6869375rem;height:1.2991875rem;top:29.755641937256rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #vXNOEEFosfVQROnXhNXO2wFaLpErD2tt { display:flex;width:1.6875rem;height:1.6875rem;top:20.749565124512rem;left:2.2497106790543rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #NM3rKAMpDrtOfruMchBF4D4febl6J7TJ { display:flex;width:1.6875rem;height:1.6875rem;top:25.249710083007rem;left:2.1867767572403rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #CBy9a3TzXgUXh9Kz5QNtvHENEGXXhBwB { display:flex;width:1.6875rem;height:1.6875rem;top:29.561779022217rem;left:2.1245661973953rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #hoQg7bfSCX48kasrmwKIJcdtbxAvB6wV { display:flex;width:3.0625rem;height:3.0625rem;top:15.624420166016rem;left:1.4373553991318rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AH7XTdXAoJSKx9IETZpvI86SCseaNKe7 { display:flex;width:1.6875rem;height:1.6875rem;top:16.312355041504rem;left:2.1245661973953rem; }
 }@media only screen and (max-width: 763px) { #aga9K7n0MgHofTVWVdwhN3X9c8NFhipR { display:flex;width:3.0625rem;height:3.0625rem;top:20.062355041504rem;left:1.5617767572403rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #zlTTLTBmId0KnoEw6DtT3vZs7mLKNkPI { display:flex;width:3.0625rem;height:3.0625rem;top:24.561779022217rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #L8ifT9oS9ZLxvdDVv2UhLAWKWGByyXMC { display:flex;width:3.0625rem;height:3.0625rem;top:28.874568939209rem;left:1.4373553991318rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #J1W8s5Gq3nMT4OfIIQiITAJSZmiOEN2p { width:19.99925rem;height:2.9239rem;top:75.9998588562rem;left:0.06221067905426rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1AOBSFT9vvBcEzTXCORviAWePHwRID { display:flex;width:3.0625rem;height:3.0625rem;top:33.249568939209rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #aOme7ahF6WF2Hus78ugLsreJE4UCarrk { display:flex;width:1.875rem;height:1.875rem;top:33.874568939209rem;left:2.1245661973953rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #w4x9hy0h2wUVG562mNeUiI86yP3v8fa1 { width:12.1238125rem;height:1.2991875rem;top:34.130641937256rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #A7SInMr7c5AxgvM3xxCEb5twx1B1vCQq { display:flex;width:3.0625rem;height:3.0625rem;top:37.686779022217rem;left:1.6247106790543rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #ITvLy4K2HQQWaz4o6lVOtUToR8iyd5V3 { width:1.68728125rem;height:1.68728125rem;top:38.374713897705rem;left:2.3119214773178rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXg5TFpcIAoArWglBrZoD4hBqXzWVKWe { width:9.1869375rem;height:1.2991875rem;top:38.568576812744rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #qf7gZboV8IB3FuIktdlPPqMVRxKl0JeG { width:1.81206875rem;height:1.81206875rem;top:42.686779022217rem;left:2.3748553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuJCPeThGzTwQ6lAKC7yX483wMCEZSFA { display:flex;width:3.0625rem;height:3.0625rem;top:42.061779022217rem;left:1.6869214773178rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #inIUTTvlWuI7ZPFKnZTe896K71DSKGvz { width:13.43675rem;height:1.2991875rem;top:42.943576812744rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #d8oXzsFZzDVs0SD7VEBmgOZ88PDWMBPv { display:flex;width:3.0625rem;height:3.0625rem;top:51.561923980713rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #b2IzXXauEHyi4RNl6DAhocPsQPlVSItn { display:flex;width:1.874275rem;height:1.874275rem;top:52.124713897705rem;left:2.1867767572403rem; }
 }@media only screen and (max-width: 763px) { #ZlTBK0lr7p6IfxCLxrdSAucQnPMnpth5 { width:11.4995625rem;height:1.2991875rem;top:52.44299697876rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #aX6RI9Qrfrlr2dO6aHW7d7tZvZVGIfH4 { display:flex;width:3.0625rem;height:3.0625rem;top:46.624858856201rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #u5lGf98M36NvPZKTruGWLumZ0LdTNFzM { width:10.7494375rem;height:1.46195rem;top:47.42346572876rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #EIrP14kznwiHkhpnGXfmrvx7QxzfkGo0 { display:flex;width:1.874275rem;height:1.874275rem;top:47.186923980713rem;left:2.1867767572403rem; }
 }@media only screen and (max-width: 763px) { #qJcn70p4DHfKDxHRzVzrZP1Tsi64A7Tx { display:flex;width:3.0625rem;height:3.0625rem;top:55.999858856201rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #i24xpQWRPfTJ0pQKT2ylNNXLWMoiQfPO { width:13.9995625rem;height:1.2991875rem;top:56.880214691162rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TOyRLoQZnzbNFTK2RclOK7TLJZvSNe2R { display:flex;width:1.874275rem;height:1.874275rem;top:56.561923980713rem;left:2.1867767572403rem; }
 }@media only screen and (max-width: 763px) { #fWtUQ1T2ESaS1D8GXz1ynsRxAOLvkK26 { width:20rem;height:4.798175rem;top:16.75rem;left:0rem;font-size:2rem;color:#000000;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #FzUQ87UAAH9OTdTAFdAcg6dGasuS7DZy { width:17.123875rem;height:1.5125875rem;top:2.8399891853333rem;left:1.4366320371627rem;text-align:center;text-align-last:center;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qZEKguof2bNyHo4s2X1LKqFC50SpVybM { display:flex;width:3.0625rem;height:3.0625rem;top:60.999858856201rem;left:1.4995659589768rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #e4Wf2t8Q1sIzXgM2R2tpBq5tBePvUXQi { width:20rem;height:4.798175rem;top:60.125rem;left:0rem;font-size:2rem;color:#000000;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #OB8R7TyOv9vGiT40Vm6JTwBPonI5mRlO { width:14.5rem;height:3.89756875rem;top:60.581020355224rem;left:5.3117767572403rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #uP17roMww4m0JX83rJLFb4bHqHwkfuZ2 { display:flex;width:2.06235625rem;height:2.06235625rem;top:61.499713897705rem;left:2.0623553991318rem; }
 }@media only screen and (max-width: 763px) { #gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg { background-color:#ffffff;background-image:none;display:block; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { background-color: transparent; background-image: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container > .video-iframe-container { display: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row > .video-iframe-container { display: none; }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .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); }#gC4Feuo2l1a1qnX85RB6KSGoZowSgTlg > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neTc2sLda368tW8ezxi0kntKmKwHVAw1 { width:18.624875rem;height:2.59838125rem;top:9.3125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUZIlCFcexQPLV7RJSeeqSa9NLW93pa7 { width:18.5619375rem;height:1.2991875rem;top:17.5rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ex95wM0w147yHvqeiNnJlM9hr50JZv5C { width:20rem;height:6.0625rem;top:7.5625rem;left:0.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XUIiMyT2SLLRIg7QCTIrdzpWg8oUkt7H { width:20rem;height:11.6875rem;top:15.812355995178rem;left:0.06221067905426rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nLQDZBaCziHXLg8n4HTRGGcIsneBEKGV { width:20rem;height:1.95023125rem;top:2.6245660781861rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH8OO1mR47RLAF5MEo5VTHFyMIP2AAR4 { top:41.685476839543rem;left:3.7492767572403rem;width:12.4985625rem;height:3.12355625rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sKxtGL9pCaaUbr2x0T8ILb5GGd6vQB9z { display:block; }
 }@media only screen and (max-width: 763px) { #oq4GhHicQPF6hZFfGmT0Ri7lETpczmHs { width:20rem;height:8.9375rem;top:29.749278068542rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eSGfmdaSuqJkOoZAUCToJ6wxTOCBT8Qq { width:17.8746875rem;height:5.1967625rem;top:32.249278068543rem;left:1.0619213581085rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JbpZOfaWHEFbKrSVzO4KgiKxdahSR15H { display:flex;width:2.0625rem;height:2.0625rem;top:6.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ibLyH1ScGh1wNTi5qRhZyAcCq7yIJtMC { display:flex;width:2.125rem;height:2.125rem;top:14.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MnHdEt5sC3oSKQOCelRe8CiqDso1MT6T { display:flex;width:2.06235625rem;height:2.06235625rem;top:28.874712944031rem;left:8.8744217157363rem; }
 }@media only screen and (max-width: 763px) { #W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 { width:18.625rem;height:6.620375rem;top:19.622393608093rem;left:1.0007234215736rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }#W2Sx3KctRn9euoBtmfy4dysT0mwfBqg2 li:before{  }
 }@media only screen and (max-width: 763px) { #ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC { background-color:#f4f3f3;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; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { background-color: transparent; background-image: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container > .video-iframe-container { display: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container { display: none; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .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); }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { border-width: 0; border-radius: 0; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngbkTQOk3QwgXEHBLrdPkTle7vkMvwiC > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7scbGkE2SPzUr08Vwl0Ou0iNiqFQh99 { width:20rem;height:1.79980625rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;color:rgba(var(--color-primary-4),1);display:none; }
 }@media only screen and (max-width: 763px) { #Qp4N3hH6FONDEb3LAwlAhuGtuvt29dNl { width:18.6875rem;height:3.89756875rem;top:5.625rem;left:0.74797463417056rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);line-height:1.3;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #KsESdZtyeqPPP8vsCuxbAACUbmby82vs { width:3.125rem;height:0.436198125rem;top:9.0234375rem;left:0.87167251110075rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #s8qTfR3W9iLiWtQW5GxBVXqdlvZ8a2Ss { width:20rem;height:4.798175rem;top:20.5625rem;left:0rem;font-size:2rem;color:#000000;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #vWysBITeBGinBxfqnEEgoQVQ82kTsiuU { width:18.75rem;height:5.1967625rem;top:10.849975585938rem;left:0.74797463417056rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);line-height:1.3;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #MnWtB1TLw4lARILd63D7UsGugqT1M0cC { width:20rem;height:3.89756875rem;top:17.205585479736rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-4),1);line-height:1.3;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #aD3ps0TUKsXRMpta9vye3GizbUnsiPcw { top:1.916955947876rem;left:0rem;width:20rem;height:1.95023125rem;z-index:15029;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1Go8EqVxiDHBcA3zMJw4P3K3HqQ0Q0z { top:5.6083641052246rem;left:0.5rem;width:18.686375rem;height:3.89756875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #hnC1S5PWwU26tWuzcf1LUsk0oP03eRPJ { top:10.828994750976rem;left:0.5rem;width:19.249875rem;height:5.1967625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TATxzhJv75KSqJXDB1Or2nDPHREcIlML { top:17.663482666016rem;left:0.5rem;width:17.375rem;height:3.89756875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4489e525-e17a-446c-bdbb-503741b64cf0/Beznazwy320x467px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.adaptive-delivery-prevent-bg, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyload, #DytnWWyhNTHxH9HEuI21xAdqbLAOgooA.lazyloading { background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { background-color: transparent; background-image: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row > .video-iframe-container { display: none; }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .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); }#DytnWWyhNTHxH9HEuI21xAdqbLAOgooA > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dndteAZzXghhbprlOlc81nbqg8PGFa8p { width:16.875rem;height:4.4987rem;top:5.2685546875rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PAqn51J7hxbpmI7GLyCg2RfT29t8mcfa { width:2rem;height:1.9375rem;top:4.9560546875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-regular-label { display:block;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-text {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-select {padding-top: 0; padding-bottom: 0;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn  { width:17.25rem;height:auto;top:17.375rem;left:0rem; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn {display:block;}#UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn { width:17.25rem;height:auto;top:17.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #aSaxEQ0CEaMEX56NJMNWtgIvPy6FC5Qq {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #QmhgbRQoIzRrSmp7O75i6K8nT5DFbcXi {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #BBFsb7F6rMdFZRpzNWt2X40B1nMzVWqD {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IJe4dxAu46czVNcOXpqgTQMxbysfnDxg {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bf0V3oRScKqPEe9zl7eAvzlnreF9vRfS {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #NfhT9u0lpE8xlAcsUqB9trpA8XaSBsdS {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #DU044z8BNFtCqTnx4DmuKNSWAMfc3ibK {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #GLQTfHFcIUx7qrxDFeGF0xzWH73lzQVN { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #VzkNTI4fgdtIR0VtIuTzCVTFPu1ducw1 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #l9WVwsrJ9nxSUZieyJmpyyOryDguG16S {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #IAfkZGL0vnvS6XGykh1ieRJtKttAfWgV { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bCgzH9d49oy6HHwBE7XcK3n2QEoqWxSt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XoxDRt0I1RxbMXvWntLmmTtXEgHcgl0V {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gEBo5rF2P9iodFN4IgLGbkFSxnc85UQk { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #bTfHT2S2dCMW69iBW5U9erK7ReeltN94 {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #gfmJEAXgpbkfofCN6CKv8B9pNeWKrlRt {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #XwmIdJx09prmDf1xX0xSxaNrv4yTZ7yo { z-index:2; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LbBadPafIzWEuwmKImBhS473TrdwrPT2 { display:block; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #AN0SiHWVfswEx4v8TsIPZ6SSzimffChg { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #LNRfqylrtMyO9EqifXPs82O5qLz5DI2h { z-index:15000; }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #awXHK7ZrNC5Cg8bJcl3q7B6kxfEL16xT {  }
 }@media only screen and (max-width: 763px) { #UdE0pMu9tTVOmehqS7E34ZRJnoKBvKBn #uEWxVXLMiwaMoLkuJwavhWu9Xm44VuR9 {  }
 }@media only screen and (max-width: 763px) { #Gr6Kx8okF2feqmUkc0fnLrTHU34MOR0E { width:19.9980625rem;height:1.79980625rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZtEwsI37ECEr7aZ3OGZQldvMvbqNEFy { top:12.5rem;left:2.15625rem;width:15.6855625rem;height:3.24805rem;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #kJO9XGcyc0sl6KEq4ysTpRXPyPd4Q8dk { display:block; }
 }@media only screen and (max-width: 763px) { #cfn7VkwwBp1JHHymZcz9slVot3Mt22ma { background-color:#ffffff;background-image:none;display:block; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { background-color: transparent; background-image: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row > .video-iframe-container { display: none; }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .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); }#cfn7VkwwBp1JHHymZcz9slVot3Mt22ma > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkmlfVQT6nrbXBgGpdDUTtTTu7IFFfVo { width:20rem;height:1.95023125rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGSL5UVH9iC78tfcODmv7ML9BHgXUTwq { width:18.1871875rem;height:11.6927rem;top:5.5107069015503rem;left:0.90422463417056rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD { background-color:#f4f3f3;background-image:none;display:block; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { background-color: transparent; background-image: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container > .video-iframe-container { display: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row > .video-iframe-container { display: none; }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .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); }#UGi2DSriF8ZKiDZkS5RO2l0TTun4eTlD > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApPfsZAgEqa56uHldedJZ8yLi1n6EI8L { width:20rem;height:1.95023125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2RuEpAPl7lK8snSCEf9D7L8lE9VuEb { width:18.125rem;height:5.1967625rem;top:5.3740234375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbmC76Xg5sQCFnTibLRiCUtLqq7gmAhP { width:18.875rem;height:10.3125rem;top:12.999847412109rem;left:0.56206607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #wga6QzkkBxnfP0gOSI99PsgHnAiG0I7J { width:18.875rem;height:10.3125rem;top:24.562347412109rem;left:0.56206607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhOS6etJQvDFHC2ES3ihobSpVVblAMKl { width:18.875rem;height:10.3125rem;top:36.124847412109rem;left:0.56206607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3w8DumC5acTb7725ZIfFvPizmopih41 { width:18.125rem;height:1.46195rem;top:19.436492919922rem;left:0.936053276062rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ5a3uV4Igo1f60Mhd31i0Dn5LJdHT8k { width:16.1873125rem;height:2.9239rem;top:30.622833251953rem;left:1.9039353132248rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F32nVSIEHVGCByv6wV6ACbTvdeTAfO8I { width:18.8745rem;height:3.24941875rem;top:15.498413085938rem;left:0.55989587306976rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4heusbENxrnNlvAR9dadya90GvNEv4Z { width:18.125rem;height:3.24941875rem;top:26.872833251953rem;left:0.936053276062rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6r1UUaPhiNTJiQXO3XMONALo5x2AMr { width:18.125rem;height:3.24941875rem;top:38.404937744141rem;left:0.936053276062rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cia0eq8B5Ep0vR8MbfH73T95gqf7BaX4 { width:19.124375rem;height:1.46195rem;top:42.561492919922rem;left:0.43547463417053rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kisv61h8zKNy7rovXulfTqikakqhCtxG { display:block; }#Kisv61h8zKNy7rovXulfTqikakqhCtxG > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ai2xIW616d2ncc6oayKI2rnGykEXzvNo { width:3.125rem;height:3.125rem;top:6.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQhuPamD5ITtPDuCHSnDB9CRZ7gobwy { width:3.125rem;height:3.125rem;top:11rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIS5eIE0G0Q9q6OnqnFJK8DrFMgssk7 { width:11.6875rem;height:1.2999125rem;top:15.375rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHZct1VMTmlm6RAK4Ov54p706K6S2BBQ { width:10.875rem;height:4.125rem;top:1.25rem;left:4.5625rem;display:block; }
 }