.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:232,247,224;--color-primary-1:179,230,153;--color-primary-2:102,204,51;--color-primary-3:51,102,26;--color-primary-4:15,31,8;--color-secondary-0:255,241,220;--color-secondary-1:255,208,137;--color-secondary-2:255,161,19;--color-secondary-3:128,81,10;--color-secondary-4:38,24,3;--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:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/PavZwxst/slider_rumunia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.adaptive-delivery-prevent-bg, #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.lazyload, #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.lazyloading { background-image: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { background-color: transparent; background-image: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,42,39,0.44); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container > .video-iframe-container { display: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,42,39,0.44); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row > .video-iframe-container { display: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .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); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { border-width: 0; border-radius: 0; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#Dm6I6p7cpT9Rl8DC6A1WBgkZ49hlQ9Ta { color:#1e1e1e;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:30.3125rem;left:17.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FZCz5I4GkUyLp1SxNET7MhW9SJ0HOA8r { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:42.75rem;left:27.40625rem;display:none; }
#Q1NniDqC8Lw3CBUkcOXdFOwnwPiMnQp3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:28.75rem;top:29.3125rem;left:15.625rem;display:block; }
#ngrXKlRBFKEs9Gb2aTUO1aItdPixClbT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:16.75rem;top:4.3121070861816rem;left:21.625rem;overflow:hidden;display:block; }
#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o { position:relative;display:block; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o { background-color: transparent; background-image: none; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container > .video-iframe-container { display: none; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row > .video-iframe-container { display: none; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .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); }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o { border-width: 0; border-radius: 0; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WZdWxqTLRyQWR9II1TVvdZObzTcymNC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.75rem;height:1.57551875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:1.75rem;height:;text-align:left;text-align-last:left;display:block; }#H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK li:before{  }
#V0y5oA1N0v6cyq1NtXK0mMv9JiVdkZSh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.125rem;width:29.125rem;top:2rem;left:30.875rem;display:block; }
#XTVX0JAxixsQ2EyvMeN3vmuxgESAkcya { position:absolute;display:block;z-index:15006;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3125rem;width:29.1875rem;top:2rem;left:0rem;display:block; }
#K6MTwkrARq3hLJoqaQF4lcHZTTrRRHy0 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15014;top:3.25rem;left:1rem;display:block; }
#P5Kh7QX8U0oAKcLT0mTyrWqUrBQi8ers { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:15015;top:3.25rem;left:32rem;display:block; }
#Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.5625rem;height:;text-align:left;text-align-last:left;display:block; }#Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 li:before{  }
#fo4kGUtFn5mhsZTofG6AOeFQ9dmMfe0x { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:6.25rem;left:32.5625rem;height:1.57551875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oKkwxpJVardHqBtXZeAWu7EW7FSDvqcq { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.25rem;left:10.875rem;height:7.47395625rem;text-align:left;text-align-last:left;display:block; }
#wnHeoUUItHDg7CwWZpgrC2i5dtLeUXnR { color:#1e1e1e;display:block;width:39.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.6875rem;left:10.875rem;height:6.449625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO { position:relative;display:block; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO { background-color: transparent; background-image: none; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container > .video-iframe-container { display: none; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row > .video-iframe-container { display: none; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .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); }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO { border-width: 0; border-radius: 0; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h0iPLrknlSdiNdXrKwLDkneGoHNPZwzg { color:#1e1e1e;display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:13.0625rem;left:5.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xgW85TEoDWuKp8T3ViWED0Z5lRH3gb8z { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.125rem;left:41.5625rem;height:6.0926625rem;text-align:left;text-align-last:left;display:block; }
#VsT8TCC83PAC14HOkip9tsRanuwCVu4o { position:absolute;display:block;z-index:15018;background-color:#d9dcdc;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: none;height:0.0625rem;width:20rem;top:7.6875rem;left:39.875rem;display:block; }
#E4HdWc8UOtWlwexktieiZZ0mL0xhDxor { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:17.5rem;left:41.75rem;height:4.87413125rem;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; }
#ufJ2MZkMzHrh2tso14HXFxBBtffgNe6r { position:absolute;display:block;z-index:15020;background-color:#d9dcdc;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: none;height:0.0625rem;width:20rem;top:16.0625rem;left:40rem;display:block; }
#AmSh8mQhXecSaVkIqu59aVRwanPmamBg { position:absolute;display:block;z-index:15021;background-color:#d9dcdc;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: none;height:0.0625rem;width:20rem;top:33.25rem;left:40rem;display:block; }
#s7y4eLCNrSFthWLUFZgzTX2AILuwHB5m { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:34.4375rem;left:41.5625rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#J98THLaGNFUilUumqGNDA1Xzq1mhN1aF { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:33.875rem;top:6.8125rem;left:3.0625rem;display:block; }
#NHQo9mM4mrMfSEhDVq4i957TVtwhITti { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-4),0.27) ;height:13.4375rem;width:26.625rem;top:22.75rem;left:1.9375rem;overflow:hidden;display:block; }
#rGrmB4rwG12zz1QQNEv7KIPMOxWD2ygF { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.28) ;height:13.4375rem;width:26.625rem;top:26.4375rem;left:7rem;overflow:hidden;display:block; }
#zWrwq4SPZiAtB2LL2N3lnwpthm2N4rPf { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.5rem;width:24.8125rem;top:6.3125rem;left:12.1875rem;display:block; }
#hMS20NVFsxlC0R6TrgyrI671ydtLVdDg { box-sizing:content-box;color:#414141;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:15036;top:7rem;left:32.6875rem;display:block; }
#w2A6pV8s0SPeKhqZDiGzoHbIRQipP5Vo { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:7.25rem;left:29.0625rem;overflow:hidden;display:block; }
#x7kAXGKaRV9r0bkMAe8vcT30aDNCAC20 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:7.25rem;left:25.6875rem;overflow:hidden;display:block; }
#CMdGmg8J5y9PWGbaxryH7Www8CmDLw5W { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:2.6875rem;top:7.3125rem;left:22.25rem;overflow:hidden;display:block; }
#xbBJn97RuKaMxLoMEdckRrOkCZotThfc { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:7.6875rem;left:12.875rem;height:2.2721375rem;text-align:left;text-align-last:left;display:block; }
#IQgz53qEca7rbNkVKQ5fqM6SHXrsTdBf { position:absolute;display:block;z-index:15021;background-color:#d9dcdc;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: none;height:0.0625rem;width:20rem;top:23.75rem;left:40rem;display:block; }
#ICJOsmSTxXttvUZqy0R3rwkhZDB0fNNx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:24.875rem;left:41.75rem;height:7.3111875rem;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; }
#fkVil5T2gP7b8D00LZK3KHSL7pZcqfZu { color:rgba(var(--color-primary-2),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.25rem;left:5.28125rem;height:2.68771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { position:relative;display:block; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { background-color: transparent; background-image: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container > .video-iframe-container { display: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row > .video-iframe-container { display: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .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); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { border-width: 0; border-radius: 0; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CRD3hfxJ8V9prI3Qv1GCaQD2X2fQwWIk { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:25rem;width:60rem;top:0rem;left:0rem;display:block; }
#gGv5kfFtKz8IXwA7XenOABtTiDEHhfWT { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:24.9375rem;top:0rem;left:35.0625rem;overflow:hidden;display:block; }
#F3VxLfrmDiUkqu8zf05mJzT73N8FSfPL { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:17.6025390625rem;left:3.0625rem;height:5.2517375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#POW6XTcnvAS43aIVXSIOML3ITTb8zOOz { color:#1e1e1e;display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(var(--color-tertiary-4),0.5);top:1.7216796875rem;left:1.125rem;height:7.7636875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lSv6NlaWUgKhutoFJyHXwARD5rcuhZdd { color:#1e1e1e;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:10.3466796875rem;left:-0.3125rem;height:6.18815rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z { position:relative;display:block; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z { background-color: transparent; background-image: none; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container > .video-iframe-container { display: none; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row > .video-iframe-container { display: none; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .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); }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z { border-width: 0; border-radius: 0; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qwzRTmqvHTwTng0NRocIx2HLuTqNryTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:4.90625rem;left:41.59375rem;height:15.3613125rem;text-align:left;text-align-last:left;display:block; }
#GeeWzrdJIW5PlxE5qzz3b2BHcekbio0q { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9375rem;width:39.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ClHE3s8qMFuUCKIeK0V2JdnkiVhAyrGG { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:25rem;width:60rem;top:0rem;left:0rem;display:block; }
#iCm899d5erK5DVgTqI0lyeLnfCad1tlT { position:relative;display:block; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT { background-color: transparent; background-image: none; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container > .video-iframe-container { display: none; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row > .video-iframe-container { display: none; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .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); }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT { border-width: 0; border-radius: 0; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Qn2Q1pOrp3n6SJT7aE1mZ6klRudMLVK7 { position:absolute;display:block;z-index:15006;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.6875rem;width:14.5rem;top:7.25rem;left:0rem;display:block; }
#IdJgApRKnUCLXCAzn1MaGwH0kpJWQO9A { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.6875rem;width:14.5rem;top:7.25rem;left:15rem;display:block; }
#t1PMewq3cUfZcmIw78AGKQWiSFiAcZdH { position:absolute;display:block;z-index:15007;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.6875rem;width:14.5rem;top:7.25rem;left:30rem;display:block; }
#iL4gHV8NITiLGalp1ce7aZJpuv3ATXvK { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:19.6875rem;width:14.5rem;top:7.25rem;left:45.5rem;display:block; }
#NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0.625rem;height:;text-align:left;text-align-last:left;display:block; }#NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd li:before{  }
#Uh3fQLkZecJ83eFFxRQ0ATfS5x2nmANq { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:2.68771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:15.625rem;height:;text-align:left;text-align-last:left;display:block; }#RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq li:before{  }
#I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.625rem;height:;text-align:left;text-align-last:left;display:block; }#I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP li:before{  }
#JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.4375rem;left:46.125rem;height:;text-align:left;text-align-last:left;display:block; }#JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA li:before{  }
#GsAO3ZzNozvKsFfm5A1U4GGhosfcWHtT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15012;top:8.375rem;left:5.34375rem;display:block; }
#ew7s5rM05qMMA29hXS8AnWfQOylUBFh5 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15013;top:8.375rem;left:35.46875rem;display:block; }
#pBTv0isM6pSaONkXmEUB6HTBHScQ0ul1 { box-sizing:content-box;color:#fefdfb;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:15013;top:8.375rem;left:20.15625rem;display:block; }
#gXLGLkTTQCSZe4AhwTceLbMWWmLoZgOv { box-sizing:content-box;color:#fefdfb;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:15014;top:8.375rem;left:50.9375rem;display:block; }
#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uDIdIydT/paralax.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM.adaptive-delivery-prevent-bg, #D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM.lazyload, #D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM.lazyloading { background-image: none; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container { background-color: transparent; background-image: none; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container > .video-iframe-container { display: none; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row > .video-iframe-container { display: none; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .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); }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container { border-width: 0; border-radius: 0; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container { background-color: transparent; background-image: none; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container > .video-iframe-container { display: none; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row > .video-iframe-container { display: none; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .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); }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container { border-width: 0; border-radius: 0; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;position:relative;display:block; }#Gm56Fyz17Sga3VBUKMQCoGfwS0FZJ7hz { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:2.68771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HeQzbXom3KCy1VZlkL9hKeQQNkOr0dGv { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:6.5rem;left:0rem;height:10.750875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RJ7a78fSRNdDT74kyoDV9v55Znhy1wN6 { position:absolute;display:block;z-index:15011;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:65.875rem;width:46.75rem;top:2.0625rem;left:6.09375rem;overflow:hidden;display:block; }
#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 { 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; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container { background-color: transparent; background-image: none; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container > .video-iframe-container { display: none; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row > .video-iframe-container { display: none; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .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); }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container { border-width: 0; border-radius: 0; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#t8ihvR8a416i91dzAAS2ZaxWSSwqWTZP { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:11.8125rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p30P1OZegO2f9HkUIUbTZtvmBo1i6QvI { color:rgba(var(--color-tertiary-4),0.7);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.125rem;left:11.8125rem;height:1.38020625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WaS1DtIIrzo1RHqnf6nEBchewcBOX6ZT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.375rem;left:8.625rem;height:2.7604125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nheClInoRTENrdHiMVFD5qPMM16TfUvr { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15022;top:16.375rem;left:8.25rem;display:block; }
#m5ec5EaZnmNeBPRKTLV1SfHMUqkGvuKR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15022;top:18.8125rem;left:8.25rem;display:block; }
#RyoPfNlBf4MyT68WInkTHAWFzteW8HrT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.375rem;left:34.25rem;height:1.38020625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCwCZAIv92Tt1BOhGycyPTagb4DiyFSA { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15021;top:13.9375rem;left:33.5rem;display:block; }
#lkfBQqPEU9cxStLtRn3ZVI1y4EDUwIJa { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15022;top:18.7529296875rem;left:33.5rem;display:block; }
#DHFRnreQQPZJ2pnhGPcXHPmb6wGpNdFD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.80859375rem;left:36.625rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IABFLZC6dONWGuB3TZtGLVItOvXUovUt { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:36.625rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5L85kLMNaMgbGq7sqskKUXXx9yXDgbI { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:2.3125rem;left:0rem;height:1.93793125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HiObcre5Vcfx2CkNEZ58M7uMq4u3TFTQ { color:#1e1e1e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:1.43771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D9HmUMsIHXElAH2tPPl63n9vWD5pX9U3 { color:#1e1e1e;display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:7.3125rem;left:5.71875rem;height:2.12456875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HDkma5VfowI6gGzxR2HzRGACVoTHI3SP { color:rgba(var(--color-tertiary-4),0.7);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.125rem;left:36.8125rem;height:1.38125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vs01hhNJbBVlbPGvofhR5STLemtiE4TR { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:15023;top:16.2529296875rem;left:33.5rem;display:block; }
#mt822ws8RKRaKFFpDIrWN7OhtEt4K00V { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.8125rem;top:12.03125rem;left:18.625rem;overflow:hidden;display:block; }
#tqHIFdvyHzbGWl6v6745dc8JKTQdloIu { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.8125rem;top:12.03125rem;left:22.3125rem;overflow:hidden;display:block; }
#FveNOFFm1BGI1wWqGApZPMxgx9zrB4MU { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.8125rem;top:12.0625rem;left:42rem;overflow:hidden;display:block; }
#iTB4TMOiuQrqlpuQ4lNtslTcI1LoIA2n { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.8125rem;top:12.0625rem;left:45.6875rem;overflow:hidden;display:block; }
#ltbGopzp0GKnPaCqX5J6I0A3F56yVnnl { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #dadae5;border-left:0.0625rem solid #dadae5;border-right:0.0625rem solid #dadae5;border-bottom:0.0625rem solid #dadae5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:2.8125rem;top:11.96875rem;left:26.03125rem;overflow:hidden;display:block; }
#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa { 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:none; }#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa > .row .container { border-width: 0; border-radius: 0; }#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:none; }#lZrnt7daD5uuHdPc0tTXg4ebuHsGuEKB { position:absolute;display:block;z-index:15012;background-color:#d9dcdc;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: none;height:0.1875rem;width:60rem;top:23.375rem;left:0rem;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-form-header {  }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:30.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:30.6875rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:30.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-secondary-2),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:21.8125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.875rem;height:2.375rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.1; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.3125rem;overflow:hidden;font-style:normal; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .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; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-container:first-of-type{padding-top:0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-container:last-of-type{padding-bottom:0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3125rem;left:12.4375rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.6875rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP {display:block;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.3125rem;left:12.4375rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Ow35bDPoT7huquS2uqTkiJ4g9hFJbgpP { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #v8fZ7KqfWnb4Tvv8QoObL3ACDKa5FJDG { position:relative;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #uRctu1y3NkT0euFRlCFkZpTw0PGRVZVJ { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #inrQJFi79bUd9UeQSodGMKQVbiIKSJiE { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #vlT5vvz04Ke3q56h5627bVvW8TeCx4ho { position:relative;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #dPJgTVmPTBDJQUUEq6BLD0K9ErWLVuUM { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #DXmtA0JbfDw9K5HWTJoE5byE9667o5JC { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PT5e0lm8ozxUtLOArGeEIRCOBiyAfPn3 { position:relative;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #SDfyS9uCOLeX7gWI7xzHsuOn11Jggc2x { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Jl3TnmkyTAc4laDuN55CeUqaxZfATcC7 { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #mTCgmUco28yxBm34koc6B9BU2B4hANV9 { position:relative;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #iTi4X11Ay5h3mFgUF3RDOcnie3tPtvW6 { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Tfc04C2zcNRAcGhRkuaChmZSHEt4f3gT { position:relative; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PnAfz9uoOpOdTGhQamioxcouJEkLmiTy { position:relative; }
#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM { 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; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container { background-color: transparent; background-image: none; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container > .video-iframe-container { display: none; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row > .video-iframe-container { display: none; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .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); }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container { border-width: 0; border-radius: 0; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#dQX2ITsecEIOTlFUGJybGJUMUxOlhBe4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.125rem;top:1.8746070861816rem;left:3.125rem;overflow:hidden;display:block; }
#IhIWqu4eugHq4bqumhlmrgQh5JVVQlhc { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.7183570861816rem;left:38.125rem;display:block; }
#mSJoiwC3wL5EmN6qusP2avSJopAXJTx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt { display:block; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dm6I6p7cpT9Rl8DC6A1WBgkZ49hlQ9Ta { width:24.9375rem;height:;top:30.3125rem;left:11.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZCz5I4GkUyLp1SxNET7MhW9SJ0HOA8r { top:42.75rem;left:21.28125rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1NniDqC8Lw3CBUkcOXdFOwnwPiMnQp3 { top:29.3125rem;left:9.5rem;width:28.75rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngrXKlRBFKEs9Gb2aTUO1aItdPixClbT { top:4.25rem;left:15.5rem;width:16.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o { display:block; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZdWxqTLRyQWR9II1TVvdZObzTcymNC1 { top:6.25rem;left:0rem;width:13.25rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK { top:8.5625rem;left:0rem;width:13.8125rem;height:;font-size:0.875rem;display:block; }#H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK li:before{  }
 }@media only screen and (max-width: 763px) { #V0y5oA1N0v6cyq1NtXK0mMv9JiVdkZSh { top:2rem;left:18.625rem;width:29.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVX0JAxixsQ2EyvMeN3vmuxgESAkcya { top:2rem;left:0rem;width:29.1875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6MTwkrARq3hLJoqaQF4lcHZTTrRRHy0 { top:3.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Kh7QX8U0oAKcLT0mTyrWqUrBQi8ers { top:3.25rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 { top:8.5625rem;left:23.875rem;width:13.8125rem;height:;font-size:0.875rem;display:block; }#Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #fo4kGUtFn5mhsZTofG6AOeFQ9dmMfe0x { top:6.25rem;left:23.875rem;width:14.9375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkwxpJVardHqBtXZeAWu7EW7FSDvqcq { top:25.25rem;left:0rem;width:39.125rem;height:7.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnHeoUUItHDg7CwWZpgrC2i5dtLeUXnR { width:39.75rem;height:6.4375rem;top:17.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO { display:block; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0iPLrknlSdiNdXrKwLDkneGoHNPZwzg { width:28.875rem;height:;top:13rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgW85TEoDWuKp8T3ViWED0Z5lRH3gb8z { top:9.125rem;left:29.9375rem;width:17.6875rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsT8TCC83PAC14HOkip9tsRanuwCVu4o { width:20rem;height:0.0625rem;top:7.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4HdWc8UOtWlwexktieiZZ0mL0xhDxor { top:17.5rem;left:29.375rem;width:18.25rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ2MZkMzHrh2tso14HXFxBBtffgNe6r { width:20rem;height:0.0625rem;top:16.0625rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmSh8mQhXecSaVkIqu59aVRwanPmamBg { width:20rem;height:0.0625rem;top:33.25rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7y4eLCNrSFthWLUFZgzTX2AILuwHB5m { top:34.4375rem;left:30.1875rem;width:17.4375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J98THLaGNFUilUumqGNDA1Xzq1mhN1aF { top:6.8125rem;left:0rem;width:33.875rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHQo9mM4mrMfSEhDVq4i957TVtwhITti { top:22.75rem;left:0rem;width:26.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGrmB4rwG12zz1QQNEv7KIPMOxWD2ygF { top:26.4375rem;left:0rem;width:26.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWrwq4SPZiAtB2LL2N3lnwpthm2N4rPf { top:6.3125rem;left:0rem;width:24.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMS20NVFsxlC0R6TrgyrI671ydtLVdDg { top:7rem;left:26.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2A6pV8s0SPeKhqZDiGzoHbIRQipP5Vo { top:7.25rem;left:22.875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kAXGKaRV9r0bkMAe8vcT30aDNCAC20 { top:7.25rem;left:19.5rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMdGmg8J5y9PWGbaxryH7Www8CmDLw5W { top:7.3125rem;left:16.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBJn97RuKaMxLoMEdckRrOkCZotThfc { top:7.6875rem;left:7rem;width:8.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQgz53qEca7rbNkVKQ5fqM6SHXrsTdBf { width:20rem;height:0.0625rem;top:23.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICJOsmSTxXttvUZqy0R3rwkhZDB0fNNx { top:24.875rem;left:29.375rem;width:18.25rem;height:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVil5T2gP7b8D00LZK3KHSL7pZcqfZu { width:47.75rem;height:2.6875rem;top:2.1875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { display:block; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRD3hfxJ8V9prI3Qv1GCaQD2X2fQwWIk { top:0rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGv5kfFtKz8IXwA7XenOABtTiDEHhfWT { top:0rem;left:6.8125rem;width:24.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VxLfrmDiUkqu8zf05mJzT73N8FSfPL { width:29.5625rem;height:5.25rem;top:17.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POW6XTcnvAS43aIVXSIOML3ITTb8zOOz { width:33.9375rem;height:7.75rem;top:1.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSv6NlaWUgKhutoFJyHXwARD5rcuhZdd { width:35.9375rem;height:6.1875rem;top:10.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmVllLg5otuoZeTrTQvgPsRHxwaFho1z { display:block; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwzRTmqvHTwTng0NRocIx2HLuTqNryTJ { top:4.875rem;left:30.8125rem;width:16.8125rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeeWzrdJIW5PlxE5qzz3b2BHcekbio0q { top:0rem;left:0rem;width:39.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHE3s8qMFuUCKIeK0V2JdnkiVhAyrGG { top:0rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCm899d5erK5DVgTqI0lyeLnfCad1tlT { display:block; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn2Q1pOrp3n6SJT7aE1mZ6klRudMLVK7 { top:7.25rem;left:0rem;width:14.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJgApRKnUCLXCAzn1MaGwH0kpJWQO9A { top:7.25rem;left:9.375rem;width:14.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1PMewq3cUfZcmIw78AGKQWiSFiAcZdH { top:7.25rem;left:21.3125rem;width:14.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL4gHV8NITiLGalp1ce7aZJpuv3ATXvK { top:7.25rem;left:33.25rem;width:14.5rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd { top:11.375rem;left:0rem;width:12.5625rem;height:;font-size:0.875rem;display:block; }#NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd li:before{  }
 }@media only screen and (max-width: 763px) { #Uh3fQLkZecJ83eFFxRQ0ATfS5x2nmANq { width:47.75rem;height:2.6875rem;top:2.375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq { top:11.4375rem;left:11.6875rem;width:12.1875rem;height:;font-size:0.875rem;display:block; }#RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq li:before{  }
 }@media only screen and (max-width: 763px) { #I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP { top:11.375rem;left:23rem;width:12.8125rem;height:;font-size:0.875rem;display:block; }#I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP li:before{  }
 }@media only screen and (max-width: 763px) { #JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA { top:11.375rem;left:35.8125rem;width:11.375rem;height:;font-size:0.875rem;display:block; }#JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA li:before{  }
 }@media only screen and (max-width: 763px) { #GsAO3ZzNozvKsFfm5A1U4GGhosfcWHtT { top:8.375rem;left:3.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew7s5rM05qMMA29hXS8AnWfQOylUBFh5 { top:8.375rem;left:27.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBTv0isM6pSaONkXmEUB6HTBHScQ0ul1 { top:8.375rem;left:15.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXLGLkTTQCSZe4AhwTceLbMWWmLoZgOv { top:8.375rem;left:40.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM { display:block; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIzySKDarwt2G54k6hTqprVrPcyHyqTe { display:block; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm56Fyz17Sga3VBUKMQCoGfwS0FZJ7hz { width:47.75rem;height:2.6875rem;top:2.8125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeQzbXom3KCy1VZlkL9hKeQQNkOr0dGv { width:47.75rem;height:10.75rem;top:6.4375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ7a78fSRNdDT74kyoDV9v55Znhy1wN6 { top:2.0625rem;left:0rem;width:46.75rem;height:65.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 { display:block; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8ihvR8a416i91dzAAS2ZaxWSSwqWTZP { width:13.5rem;height:1.375rem;top:19.625rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30P1OZegO2f9HkUIUbTZtvmBo1i6QvI { width:10.9375rem;height:1.375rem;top:17.125rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaS1DtIIrzo1RHqnf6nEBchewcBOX6ZT { width:16.25rem;height:2.75rem;top:12.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nheClInoRTENrdHiMVFD5qPMM16TfUvr { top:16.375rem;left:2.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ec5EaZnmNeBPRKTLV1SfHMUqkGvuKR { top:18.8125rem;left:2.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyoPfNlBf4MyT68WInkTHAWFzteW8HrT { width:16.5rem;height:1.375rem;top:12.375rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwCZAIv92Tt1BOhGycyPTagb4DiyFSA { top:13.9375rem;left:27.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkfBQqPEU9cxStLtRn3ZVI1y4EDUwIJa { top:18.75rem;left:27.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHFRnreQQPZJ2pnhGPcXHPmb6wGpNdFD { width:12.875rem;height:1.375rem;top:14.75rem;left:30.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IABFLZC6dONWGuB3TZtGLVItOvXUovUt { width:13.5rem;height:1.375rem;top:19.625rem;left:30.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5L85kLMNaMgbGq7sqskKUXXx9yXDgbI { width:47.75rem;height:1.9375rem;top:2.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiObcre5Vcfx2CkNEZ58M7uMq4u3TFTQ { width:47.75rem;height:1.4375rem;top:5.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9HmUMsIHXElAH2tPPl63n9vWD5pX9U3 { width:47.75rem;height:2.0625rem;top:7.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkma5VfowI6gGzxR2HzRGACVoTHI3SP { width:12.875rem;height:1.375rem;top:17.125rem;left:30.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs01hhNJbBVlbPGvofhR5STLemtiE4TR { top:16.25rem;left:27.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt822ws8RKRaKFFpDIrWN7OhtEt4K00V { top:12rem;left:12.5rem;width:2.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqHIFdvyHzbGWl6v6745dc8JKTQdloIu { top:12rem;left:16.1875rem;width:2.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FveNOFFm1BGI1wWqGApZPMxgx9zrB4MU { top:12.0625rem;left:35.875rem;width:2.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB4TMOiuQrqlpuQ4lNtslTcI1LoIA2n { top:12.0625rem;left:39.5625rem;width:2.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbGopzp0GKnPaCqX5J6I0A3F56yVnnl { top:11.9375rem;left:19.90625rem;width:2.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa { display:block; }#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZrnt7daD5uuHdPc0tTXg4ebuHsGuEKB { width:47.75rem;height:0.1875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-regular-label { width:30.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text { width:30.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-textarea { width:30.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select { width:30.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-button { width:8.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:21.8125rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-checkbox-label { width:29.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP  { width:30.6875rem;height:17.25rem;top:1.3125rem;left:6.3125rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .radio-container { width:30.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP {display:block;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP { width:30.6875rem;height:17.25rem;top:1.3125rem;left:6.3125rem; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Ow35bDPoT7huquS2uqTkiJ4g9hFJbgpP {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #v8fZ7KqfWnb4Tvv8QoObL3ACDKa5FJDG { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #uRctu1y3NkT0euFRlCFkZpTw0PGRVZVJ {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #inrQJFi79bUd9UeQSodGMKQVbiIKSJiE {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #vlT5vvz04Ke3q56h5627bVvW8TeCx4ho { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #dPJgTVmPTBDJQUUEq6BLD0K9ErWLVuUM {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #DXmtA0JbfDw9K5HWTJoE5byE9667o5JC {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PT5e0lm8ozxUtLOArGeEIRCOBiyAfPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #SDfyS9uCOLeX7gWI7xzHsuOn11Jggc2x {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Jl3TnmkyTAc4laDuN55CeUqaxZfATcC7 {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #mTCgmUco28yxBm34koc6B9BU2B4hANV9 { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #iTi4X11Ay5h3mFgUF3RDOcnie3tPtvW6 {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Tfc04C2zcNRAcGhRkuaChmZSHEt4f3gT {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PnAfz9uoOpOdTGhQamioxcouJEkLmiTy {  }
 }@media only screen and (max-width: 763px) { #z6Ci6SFme98z3auRtlKSHXlICqvAyPcM { display:block; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQX2ITsecEIOTlFUGJybGJUMUxOlhBe4 { top:1.875rem;left:0rem;width:11.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIWqu4eugHq4bqumhlmrgQh5JVVQlhc { width:18.75rem;height:3.4375rem;top:1.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSJoiwC3wL5EmN6qusP2avSJopAXJTx8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt { background-color:transparent;background-image:url("https://images.assets-landingi.com/PavZwxst/slider_rumunia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.adaptive-delivery-prevent-bg, #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.lazyload, #pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt.lazyloading { background-image: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { background-color: transparent; background-image: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,42,39,0.58); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container > .video-iframe-container { display: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,42,39,0.58); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row > .video-iframe-container { display: none; }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .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); }#pzwSa3gIgPuDMD34JBMVVfKKiJZE6ekt > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dm6I6p7cpT9Rl8DC6A1WBgkZ49hlQ9Ta { width:20rem;height:4.94921875rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZCz5I4GkUyLp1SxNET7MhW9SJ0HOA8r { width:4.25rem;height:4.25rem;top:27.779296875rem;left:7.875rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1NniDqC8Lw3CBUkcOXdFOwnwPiMnQp3 { width:20rem;height:7.6875rem;top:10.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngrXKlRBFKEs9Gb2aTUO1aItdPixClbT { width:8.875rem;height:2.5rem;top:2rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o { display:block; }#uIXUsGHpQvCe4i5AffPOAmQ0q1I6CD2o > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZdWxqTLRyQWR9II1TVvdZObzTcymNC1 { width:13.25rem;height:1.57421875rem;top:2.125rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK { width:17.375rem;height:2.5859375rem;top:4.1875rem;left:1.875rem;font-size:0.875rem;display:block; }#H0iPfTtdT3tng5rzIC6aObJmlo5VM6vK li:before{  }
 }@media only screen and (max-width: 763px) { #V0y5oA1N0v6cyq1NtXK0mMv9JiVdkZSh { width:19.125rem;height:6.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTVX0JAxixsQ2EyvMeN3vmuxgESAkcya { width:19.125rem;height:6.75rem;top:1.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6MTwkrARq3hLJoqaQF4lcHZTTrRRHy0 { width:3.125rem;height:3.125rem;top:7.125rem;left:1.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5Kh7QX8U0oAKcLT0mTyrWqUrBQi8ers { width:3.125rem;height:3.125rem;top:18.4375rem;left:1.0625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 { width:13.8125rem;height:2.5859375rem;top:12.9375rem;left:1.875rem;font-size:0.875rem;display:block; }#Z2cw5qApUT9UX6JDwnOtV4KQHQPeBZQ5 li:before{  }
 }@media only screen and (max-width: 763px) { #fo4kGUtFn5mhsZTofG6AOeFQ9dmMfe0x { width:14.9375rem;height:1.57421875rem;top:10.6875rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKkwxpJVardHqBtXZeAWu7EW7FSDvqcq { width:20rem;height:8.92383125rem;top:26.375rem;left:0rem;font-size:1.0625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnHeoUUItHDg7CwWZpgrC2i5dtLeUXnR { width:20rem;height:5.84765625rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#050b26;display:block; }
 }@media only screen and (max-width: 763px) { #zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO { display:block; }#zIbESQdV8SQLfEA6Pv8FrbUUnIF05WxO > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0iPLrknlSdiNdXrKwLDkneGoHNPZwzg { width:20rem;height:2.875rem;top:7.4619140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgW85TEoDWuKp8T3ViWED0Z5lRH3gb8z { width:17.4375rem;height:6.09375rem;top:24.1806640625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsT8TCC83PAC14HOkip9tsRanuwCVu4o { width:20rem;height:0.0625rem;top:48.244125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4HdWc8UOtWlwexktieiZZ0mL0xhDxor { width:16.75rem;height:4.875rem;top:32.4931640625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ2MZkMzHrh2tso14HXFxBBtffgNe6r { width:20rem;height:0.0625rem;top:31.4306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmSh8mQhXecSaVkIqu59aVRwanPmamBg { width:20rem;height:0.0625rem;top:77.681625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7y4eLCNrSFthWLUFZgzTX2AILuwHB5m { width:16.5rem;height:4.875rem;top:38.7431640625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J98THLaGNFUilUumqGNDA1Xzq1mhN1aF { width:20rem;height:13.125rem;top:5.4931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHQo9mM4mrMfSEhDVq4i957TVtwhITti { width:17.25rem;height:8.6875rem;top:12.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGrmB4rwG12zz1QQNEv7KIPMOxWD2ygF { width:16.875rem;height:8.5rem;top:14.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWrwq4SPZiAtB2LL2N3lnwpthm2N4rPf { width:20rem;height:4.5rem;top:5.1806640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMS20NVFsxlC0R6TrgyrI671ydtLVdDg { width:2.5625rem;height:2.5625rem;top:1.3125rem;left:16.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2A6pV8s0SPeKhqZDiGzoHbIRQipP5Vo { width:2.125rem;height:2.125rem;top:1.625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kAXGKaRV9r0bkMAe8vcT30aDNCAC20 { width:2.125rem;height:2.125rem;top:1.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMdGmg8J5y9PWGbaxryH7Www8CmDLw5W { width:2.0625rem;height:2.0625rem;top:1.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBJn97RuKaMxLoMEdckRrOkCZotThfc { width:8.875rem;height:2.2734375rem;top:1.6875rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQgz53qEca7rbNkVKQ5fqM6SHXrsTdBf { width:20rem;height:0.0625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICJOsmSTxXttvUZqy0R3rwkhZDB0fNNx { width:18.25rem;height:7.3125rem;top:46.875rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkVil5T2gP7b8D00LZK3KHSL7pZcqfZu { width:20rem;height:4rem;top:55.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);display:block; }
 }@media only screen and (max-width: 763px) { #wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { display:block; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz { background-color: transparent; background-image: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container > .video-iframe-container { display: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row > .video-iframe-container { display: none; }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .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); }#wl7KmR18JH6RFciR2Leso5zQ2o9ZI9Fz > .row .container { width:20rem;height:48.6875rem;background-color:#66cc33;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRD3hfxJ8V9prI3Qv1GCaQD2X2fQwWIk { width:20rem;height:25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGv5kfFtKz8IXwA7XenOABtTiDEHhfWT { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3VxLfrmDiUkqu8zf05mJzT73N8FSfPL { width:20rem;height:10.1035rem;top:37.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #POW6XTcnvAS43aIVXSIOML3ITTb8zOOz { width:20rem;height:7.19925rem;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSv6NlaWUgKhutoFJyHXwARD5rcuhZdd { width:20rem;height:8rem;top:29.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmVllLg5otuoZeTrTQvgPsRHxwaFho1z { display:block; }#kmVllLg5otuoZeTrTQvgPsRHxwaFho1z > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwzRTmqvHTwTng0NRocIx2HLuTqNryTJ { width:16.5rem;height:10.3984375rem;top:14.2431640625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeeWzrdJIW5PlxE5qzz3b2BHcekbio0q { width:20rem;height:12.4873125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClHE3s8qMFuUCKIeK0V2JdnkiVhAyrGG { width:20rem;height:25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCm899d5erK5DVgTqI0lyeLnfCad1tlT { display:block; }#iCm899d5erK5DVgTqI0lyeLnfCad1tlT > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qn2Q1pOrp3n6SJT7aE1mZ6klRudMLVK7 { width:19.125rem;height:12.1875rem;top:6.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdJgApRKnUCLXCAzn1MaGwH0kpJWQO9A { width:19.125rem;height:12.8125rem;top:19.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1PMewq3cUfZcmIw78AGKQWiSFiAcZdH { width:19.125rem;height:12.25rem;top:34.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL4gHV8NITiLGalp1ce7aZJpuv3ATXvK { width:19.125rem;height:5.3125rem;top:47.71875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd { width:16.25rem;height:8.2695rem;top:8.5rem;left:1.25rem;font-size:0.875rem;display:block; }#NLyrNQ0rIdReDKXBH1vGPFJLe4CqSPSd li:before{  }
 }@media only screen and (max-width: 763px) { #Uh3fQLkZecJ83eFFxRQ0ATfS5x2nmANq { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq { width:16.4375rem;height:9.40625rem;top:21.75rem;left:1.3125rem;font-size:0.875rem;display:block; }#RTXhuTKoK1B3xrgfkqN8wZBJ1msJLwiq li:before{  }
 }@media only screen and (max-width: 763px) { #I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP { width:16.75rem;height:8.2695rem;top:36.3125rem;left:1.1875rem;font-size:0.875rem;display:block; }#I2RNop6q2pcPC5Xcloy5LRHcsiGrnqTP li:before{  }
 }@media only screen and (max-width: 763px) { #JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA { width:14.875rem;height:2.2734375rem;top:49.5rem;left:1.25rem;font-size:0.875rem;display:block; }#JrO5kzxO3DuEdDSBUAqt0zF98fdm5RCA li:before{  }
 }@media only screen and (max-width: 763px) { #GsAO3ZzNozvKsFfm5A1U4GGhosfcWHtT { width:3.125rem;height:3.125rem;top:64.4375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew7s5rM05qMMA29hXS8AnWfQOylUBFh5 { width:3.125rem;height:3.125rem;top:73.1875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBTv0isM6pSaONkXmEUB6HTBHScQ0ul1 { width:3.125rem;height:3.125rem;top:68.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXLGLkTTQCSZe4AhwTceLbMWWmLoZgOv { width:3.125rem;height:3.125rem;top:77.5625rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM { display:block; }#D0o9e5QGT8crSTnmQ2X8ZQVEgd5femnM > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIzySKDarwt2G54k6hTqprVrPcyHyqTe { display:block; }#AIzySKDarwt2G54k6hTqprVrPcyHyqTe > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm56Fyz17Sga3VBUKMQCoGfwS0FZJ7hz { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #HeQzbXom3KCy1VZlkL9hKeQQNkOr0dGv { width:20rem;height:16rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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; }
 }@media only screen and (max-width: 763px) { #RJ7a78fSRNdDT74kyoDV9v55Znhy1wN6 { width:16.8125rem;height:24.3125rem;top:21rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 { display:block; }#uOIuf8cthMFz78WGiAQV4lqJknKqNLo5 > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8ihvR8a416i91dzAAS2ZaxWSSwqWTZP { width:13.5rem;height:1.3808625rem;top:28rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30P1OZegO2f9HkUIUbTZtvmBo1i6QvI { width:10.9375rem;height:1.3808625rem;top:25.75rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaS1DtIIrzo1RHqnf6nEBchewcBOX6ZT { width:16.25rem;height:2.5996125rem;top:22.375rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nheClInoRTENrdHiMVFD5qPMM16TfUvr { width:3.125rem;height:3.125rem;top:24.875rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ec5EaZnmNeBPRKTLV1SfHMUqkGvuKR { width:3.125rem;height:3.125rem;top:27.125rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyoPfNlBf4MyT68WInkTHAWFzteW8HrT { width:16.5rem;height:1.29980625rem;top:31.875rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwCZAIv92Tt1BOhGycyPTagb4DiyFSA { width:3.125rem;height:3.125rem;top:33.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkfBQqPEU9cxStLtRn3ZVI1y4EDUwIJa { width:3.125rem;height:3.125rem;top:37.755859375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHFRnreQQPZJ2pnhGPcXHPmb6wGpNdFD { width:12.875rem;height:1.3808625rem;top:34.0625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IABFLZC6dONWGuB3TZtGLVItOvXUovUt { width:13.5rem;height:1.3808625rem;top:38.6279296875rem;left:4.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5L85kLMNaMgbGq7sqskKUXXx9yXDgbI { width:20rem;height:5.8125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HiObcre5Vcfx2CkNEZ58M7uMq4u3TFTQ { width:20rem;height:4.3125rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D9HmUMsIHXElAH2tPPl63n9vWD5pX9U3 { width:20rem;height:5.3125rem;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HDkma5VfowI6gGzxR2HzRGACVoTHI3SP { width:12.875rem;height:1.3808625rem;top:36.375rem;left:4.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs01hhNJbBVlbPGvofhR5STLemtiE4TR { width:3.125rem;height:3.125rem;top:35.4375rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt822ws8RKRaKFFpDIrWN7OhtEt4K00V { width:2.8125rem;height:1.375rem;top:21.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqHIFdvyHzbGWl6v6745dc8JKTQdloIu { width:2.8125rem;height:1.375rem;top:21.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FveNOFFm1BGI1wWqGApZPMxgx9zrB4MU { width:2.8125rem;height:1.375rem;top:31.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTB4TMOiuQrqlpuQ4lNtslTcI1LoIA2n { width:2.8125rem;height:1.375rem;top:31.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbGopzp0GKnPaCqX5J6I0A3F56yVnnl { width:2.8125rem;height:1.375rem;top:21.75rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa { display:none; }#XlPhQeF7Sm2s2K0utt9kSp5Ts8U9hWEa > .row .container { width:20rem;height:22.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lZrnt7daD5uuHdPc0tTXg4ebuHsGuEKB { width:20rem;height:0.0625rem;top:14.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-input-button { width:5.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:12.4375rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP  { width:17.5rem;height:auto;top:2.25rem;left:0rem; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP {display:block;}#cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP { width:17.5rem;height:auto;top:2.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Ow35bDPoT7huquS2uqTkiJ4g9hFJbgpP {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #v8fZ7KqfWnb4Tvv8QoObL3ACDKa5FJDG { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #uRctu1y3NkT0euFRlCFkZpTw0PGRVZVJ {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #inrQJFi79bUd9UeQSodGMKQVbiIKSJiE {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #vlT5vvz04Ke3q56h5627bVvW8TeCx4ho { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #dPJgTVmPTBDJQUUEq6BLD0K9ErWLVuUM {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #DXmtA0JbfDw9K5HWTJoE5byE9667o5JC {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PT5e0lm8ozxUtLOArGeEIRCOBiyAfPn3 { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #SDfyS9uCOLeX7gWI7xzHsuOn11Jggc2x {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Jl3TnmkyTAc4laDuN55CeUqaxZfATcC7 {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #mTCgmUco28yxBm34koc6B9BU2B4hANV9 { display:block; }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #iTi4X11Ay5h3mFgUF3RDOcnie3tPtvW6 {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #Tfc04C2zcNRAcGhRkuaChmZSHEt4f3gT {  }
 }@media only screen and (max-width: 763px) { #cCBkglOpXlaIgL4E4ueoxAik3AhQNLVP #PnAfz9uoOpOdTGhQamioxcouJEkLmiTy {  }
 }@media only screen and (max-width: 763px) { #z6Ci6SFme98z3auRtlKSHXlICqvAyPcM { display:block; }#z6Ci6SFme98z3auRtlKSHXlICqvAyPcM > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQX2ITsecEIOTlFUGJybGJUMUxOlhBe4 { width:10.1875rem;height:2.875rem;top:1.875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIWqu4eugHq4bqumhlmrgQh5JVVQlhc { width:15.625rem;height:3.4375rem;top:6rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSJoiwC3wL5EmN6qusP2avSJopAXJTx8 { display:block; }
 }