.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,227,239;--color-primary-1:137,161,202;--color-primary-2:19,67,149;--color-primary-3:10,34,75;--color-primary-4:3,10,22;--color-secondary-0:251,224,223;--color-secondary-1:241,152,149;--color-secondary-2:227,49,42;--color-secondary-3:114,25,21;--color-secondary-4:34,7,6;--color-tertiary-0:255,255,255;--color-tertiary-1:235,235,235;--color-tertiary-2:187,188,188;--color-tertiary-3:94,94,94;--color-tertiary-4:19,19,19;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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-primary-2),1);background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX { 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;z-index:auto;display:block; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container { background-color: transparent; background-image: none; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container > .video-iframe-container { display: none; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row > .video-iframe-container { display: none; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .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); }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container { border-width: 0; border-radius: 0; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#qaV7Pcb0zfqZMPV2i1m36Pv47T7CPiEJ { background-color:transparent;background-image:none;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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.311625rem;height:2.18659375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.217391371727rem;left:24.374097824097rem;display:block; }
#hHPqxxq2xnNzZNJDOBNku5hUu1WpdN0d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZmIJcE4USNtH5yJk4guZTWsR3Ce9nqR { background-color:transparent;background-image:none;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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499125rem;height:2.18659375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.217391371727rem;left:33.249097824097rem;display:block; }
#KaBTJUS8pKiyVcQTxs8lf3IWrCLEQLO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntVee3gTUtb9A5SrtsaKhUt5F1Nh8gDo { background-color:transparent;background-image:none;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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995rem;height:2.18700625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.2495058774948rem;left:41.249998092651rem;display:block; }
#TOSKlwPKkcx2VKATZCq62T9nT51dmIvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXsJUFWH2ZsKd80Ck86FhI7961zBIK2w { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-2),1), #c1221c);background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-2),1), #c1221c);background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-2),1), #c1221c);background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-2),1), #c1221c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#c1221c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#c1221c' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-2),1), #c1221c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3051631450653rem;left:50.000547409058rem;display:block; }
#WchHiovT3ugVWggQpTdbTe0K3kGMGTe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUT6n0wA6yfeHP4LIyxoG2aNQxHzWVmJ { background-color:transparent;background-image:none;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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499125rem;height:2.18659375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.217391371727rem;left:16.748189926148rem;display:block; }
#rcz1RJhqzyDwV4uTpNm2UUUTrOGTfHHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UOxGwz2h9bDsFboHTdH1TS8fUPodCW7n { background-color:transparent;background-image:none;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-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.311625rem;height:2.49909375rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:1.059782743454rem;left:0rem;display:block; }
#hFHUUBsKhEH1TmUhc2UqcydzLSqmxhQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddGlzkhGnQ4hBBHwZfycoVsC8OE51K7X { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(164deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(164deg, #ffffff, #e1ebf6);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; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3100280761719rem;left:0rem;height:5.52554375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { display:block;width:31.3125rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:17.920924663544rem;left:0rem;height:7.9646875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#f7nwtf6lmWEOMeZknCf20TBPMBnZgcV6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.8114375rem;height:2.872825rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.057610988617rem;left:0rem;display:block; }
#cdWsdeXRDUdbzITr9goTtM1QuwOEuliB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1QoyziapQmWhBD0RlCS3fVrUSgWBMv8 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.60324125rem;height:1.79130375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.9249992370606rem;left:0rem;display:block; }
#TPRPU4ZoooDDk8bb0ZCLGLwgATvpeehc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Npa8KqDF4zkDErRJmebhe6zdAfGkkOBQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.24973125rem;width:1.24973125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:6.1948356628418rem;left:0.81114006042481rem; }
#tXisIh7SHGnTygeTE9V9gfXIGShhHdp0 { display:block;width:14.4375rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19.8125rem;left:40.125rem;height:3.185875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#A5Q1dz0LBsGFh79dATTBcpnm38ciUyqI { display:block;width:14.25rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25rem;left:40.125rem;height:1.5929375rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#rk0MBXpqXyXPdJTSDT2XqOv3uL4JJmb6 { box-sizing:content-box;height:13.6875rem;width:18.375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.6875rem solid rgba(var(--color-primary-2),1);border-left:0.6875rem solid rgba(var(--color-primary-2),1);border-right:0.6875rem solid rgba(var(--color-primary-2),1);border-bottom:0.6875rem solid rgba(var(--color-primary-2),1);top:14.375rem;left:36.125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#fbgUFP7Eh82OeI6NxvP19elIfo9OCC92 { display:block;width:16.06225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.125rem;left:38.9375rem;height:2.4375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#GXTdtg2DycBFIzQtt7Gwn8H9urE6pG6z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62473125rem;width:1.62473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.4375rem;left:37.8125rem; }
#xmJoZTOBN0oWQ8a4pcadChsb4TtG180a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.0625rem;left:37.9375rem; }
#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 { 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; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container { background-color: transparent; background-image: none; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container > .video-iframe-container { display: none; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row > .video-iframe-container { display: none; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .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); }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container { border-width: 0; border-radius: 0; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#NKOQSIZs1KIRotutlAc5qWDFDT8TUhHt { display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8547430038452rem;left:2.5620059967041rem;height:2.4375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#bkhMoTvA5sTAeyMqWDBieIwAySahfMCP { display:block;width:49.9995rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.6986162662506rem;left:4.9987640380859rem;height:22.30110625rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#EGPzcEdlTaAsBNyN4zeJrfLczHs7bP9T { box-sizing:content-box;height:21.5rem;width:0.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1232702732087rem;left:2.3879608386908rem;display:block; }
#sTcxutAXQXd7rVPoCUBwsaBvO2T8DVs3 { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.403079986573rem;left:1.7871379852295rem;display:block; }
#hdqhwDD7FbZ9JqT1IEhiNkW8TLGi303u { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.087863922119rem;left:1.7871379852295rem;display:block; }
#raZ9rmOXFk9DhuZo0qbFimb0gmEVxgmL { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6358718872069rem;left:1.7871379852295rem;display:block; }
#M2su4VtuTRX2yL5uc89VeJp6MIT9L3C6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.32249125rem;height:1.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.929340362549rem;left:48.874101638794rem;display:block; }
#uAQfFhaT0v39Gw5DPdZS8Mko4Tt7q2Cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eN4HFTJRN9vnOJ39UNe7SIppC2tzoE9f { box-sizing:content-box;height:1.5rem;width:1.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.901268005371rem;left:1.7871379852295rem;display:block; }
#TITt6tsqcV7koy8y0s7OyK1rXZ1Ab13N { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.21555375rem;height:1.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.520826339722rem;left:48.872285842896rem;display:block; }
#qksh3FdX5U15t58rKE4lFDyQ5ol1pazc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTqwgPmL105Aa929ZEbEEtK60WRByMJL { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.13124125rem;height:1.353535rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.6980981826781rem;left:48.926092147827rem;display:block; }
#OSg5CQfhMLAvXgpSkEmsHxDIm14TwZDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVogSaPG8Bpm4EkTrHXVLQQdmewt6CEE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.160326778889rem;left:48.968481063843rem;display:block; }
#Rkn1r5EwOusd41w7cni0QH5pIAAgNqpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(164deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(164deg, #ffffff, #e1ebf6);background-size:auto !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; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5597820281983rem;left:23.248369216919rem;height:2.4375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:36.5rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.1239128112793rem;left:23.435869216919rem;height:31.85874375rem;color:rgba(var(--color-tertiary-3),1);text-align:left;text-align-last:left;display:block; }
#UiOHobpiQWFadG89F8NglCNVLs1ONGaL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:21.31225rem;top:6.7801613807681rem;left:0rem;overflow:hidden;display:block; }
#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(164deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(164deg, #ffffff, #e1ebf6);background-size:auto !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; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container { background-color: transparent; background-image: none; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container > .video-iframe-container { display: none; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row > .video-iframe-container { display: none; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .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); }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container { border-width: 0; border-radius: 0; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#SkOUBowHlnX0nGxEKf0UEkwSM7hBEZXw { color:#050b26;display:block;width:14.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGwk6iCkffXGBItec004DXIE9gCZPmxE { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.187rem;top:32.420453071594rem;left:15rem;display:block; }
#Db7WKNmCoOQiqs50e2LyrC4VCuCOZlbl { color:#050b26;display:block;width:14.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIuDhwS4BKsI6eef5Q93IHnld6rs6cHo { position:absolute;display:block;z-index:15044;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.187rem;top:32.420453071594rem;left:0rem;display:block; }
#SGo8rkFgJlz26H1WcXyg70GX7m9mMyk2 { color:#050b26;display:block;width:14.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.0625rem;left:30rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzBZWo8aooROB2TSDWsbMczoalFRFuiH { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.187rem;top:32.420453071594rem;left:44.999998092651rem;display:block; }
#kA4CQ1VPJbPziPBmFDli1T7Vv5ivzcIp { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.0625rem;left:46.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVxRwca7tr6JOh9SdOiwOxM0luRKUp0q { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:2.4375rem;color:rgba(var(--color-primary-2),1);font-style:normal;text-align:center;text-align-last:center;display:block; }
#lSX9ONG43ctTRzHOqKztaS3XH6hHPOIU { display:block;width:12.875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.124732971191rem;left:0.4375rem;height:11.25rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
#yK8CWf1gcNSDaRGoSx1K88VTEvk07CCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12450625rem;width:3.12450625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:12.985671579838rem;left:5.5620059967041rem; }
#lUGNckThL6r5z7eWci6iLm2SWRoKTkhm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12450625rem;width:3.12450625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13rem;left:20.5625rem; }
#cFapBguIscJfZ8JxegmVshpT1cGpifFG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.765490055084rem;left:35.718751907349rem; }
#E3i7Cr42WNLLDUuuL8iATW5VyrtFAr0q { display:block;width:12.68725rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.125rem;left:15.8125rem;height:9.84375rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
#qmO32Ti7GuxIaQyNolq55X0DvdKFP4xo { display:block;width:12.68725rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.125rem;left:30.875rem;height:8.4375rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
#h3FX0LrPaxBzLsEpTbMWtqq7lE1zSfVS { box-sizing:content-box;height:24.4375rem;width:14.1875rem;position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1247482299806rem;left:0rem;display:block; }
#ZqBO1XCTIphST34DCs3zFsbsOdTiXTLe { box-sizing:content-box;height:24.4375rem;width:14.1875rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1247482299806rem;left:15rem;display:block; }
#FMn0dGAu6tTWpdsF4ZcrBmRTxsrnoALy { box-sizing:content-box;height:24.4375rem;width:14.18625rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:30rem;display:block; }
#GdoHl0ao3eJkCMpLBxPhdTbyfMS8cpvn { box-sizing:content-box;height:24.4375rem;width:14.1855rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.125rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:45rem;display:block; }
#vaPhu1W2QW9iA4a9600lB5xvndX36At1 { display:block;width:12.687rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18.125rem;left:45.875rem;height:9.84375rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;display:block; }
#DWLhmX5W9kskw4JN0XgoI3EfqvMKHHfB { position:absolute;display:block;z-index:15045;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.18625rem;top:32.420453071594rem;left:29.999998092651rem;display:block; }
#ZSKkm6BKGtXKVDiyDrmG46CTxpS0ckpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.98567199707rem;left:50.937002182007rem; }
#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container { background-color: transparent; background-image: none; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container > .video-iframe-container { display: none; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row > .video-iframe-container { display: none; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .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); }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container { border-width: 0; border-radius: 0; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#yiNC9c830vnwVvdVDtSDnrkIiqqsU6gA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8103125rem;width:40.685875rem;top:1.1559782028198rem;left:9.65625rem;overflow:hidden;display:block; }
#BRxlRxyMeQXe3HPQN4Fg24muFir11xba { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(164deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(164deg, #ffffff, #e1ebf6);background-size:auto !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; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container { background-color: transparent; background-image: none; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container > .video-iframe-container { display: none; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row > .video-iframe-container { display: none; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .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); }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container { border-width: 0; border-radius: 0; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#hb8HRTUwArTpJPmB7TUEVE8DFx0u80DW { display:block;width:22.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9360198974609rem;left:1.5370559692382rem;height:2.4375rem;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#r1mJ9FCSdCVmIRQEdaitVzxzC09QcfgW { display:block;width:56.375rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.3848800659181rem;left:1.5370559692382rem;height:19.115225rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { border-bottom:0;border-left:0;border-right:0;border-top: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; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { border-width: 0; border-radius: 0; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-form-header {  }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:17.5rem;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; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-button { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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:16.25rem;overflow:hidden;font-style:normal; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-container:first-of-type{padding-top:0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-container:last-of-type{padding-bottom:0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur  { 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:17.5rem;height:auto;border-top:0.125rem solid #134395;border-left:0.125rem solid #134395;border-right:0.125rem solid #134395;border-bottom:0.125rem solid #134395;z-index:15002;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;position:absolute;top:4.8668355941772rem;left:36.605707168579rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .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; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur {display:block;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur { 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:17.5rem;height:auto;border-top:0.125rem solid #134395;border-left:0.125rem solid #134395;border-right:0.125rem solid #134395;border-bottom:0.125rem solid #134395;z-index:15002;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;position:absolute;top:4.8668355941772rem;left:36.605707168579rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #wtPv3OC5kP5cDseiJnJNZpTM90PKaPyt { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #dJ0cHfcXz7zxdzktaTuVNAOvTD3FEREF { position:relative;display:block; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #zTTMoaRWq2Ne6IJzRRLrG2eNiZa6dqQQ { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #qo3iDzHCwS4HeUqAKIbW2uGpeudaTDE7 { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #bNc89cRSXhHotutdocPgk6rHbmht10fc { position:relative;display:block; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #VXALzpphPGQvwB6TaTPL2cKzycLHIxG1 { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #JgvEA3TCWd2Q5U834cJN2FOCZI2R2w5g { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cyqn3ozVGbCGaazgWL8ZefP6fhnrECZz { position:relative;display:block; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #lWwA689A9ABmRTpJhlycBhVLhNewfwsg { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #yFWpTOfyUhBD9oxzlrTbtdwtC2rQEuDD { position:relative; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cRRRNNDH22mEbnDRVLqhhGGlHrwD6Sap { position:relative; }
#NHbSVf2GHlv55QrHkXylETwZlbdwoPkl { display:block;width:31.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6775360107425rem;left:2.273551940918rem;height:2.4375rem;color:rgba(var(--color-primary-2),1);font-style:normal;display:block; }
#STntKkSN62ywKT8bRhnXwwGM2io0W5gE { display:block;width:18.561625rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:19.6875rem;left:5.5625rem;height:1.5929375rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#zIkM85FZyVBuTtRBTmcRsEadNdGqOwEX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62409375rem;width:1.62409375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:19.6875rem;left:2.6875rem; }
#Gk0AsTZXNqmGQVLuFLxXNA39X5InaaRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43659375rem;width:2.43659375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:19.25rem;left:2.25rem; }
#NVkhDI7m2KK0XZWZmbfNTT38z5AVFwDF { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.49549125rem;height:1.68387875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.8659524917603rem;left:2.2726459503174rem;display:block; }
#xdGwPMEtpXdg3KKJQMdNI0n2y1MAAUTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImV8JebIc0lNG3m8caplJ4IIAvhoH0Me { display:block;width:31.936125rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.935331344604rem;left:2.0217380523682rem;height:3.18586875rem;color:rgba(var(--color-tertiary-3),1);display:block; }
#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az { position:relative;display:block; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az { background-color: transparent; background-image: none; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container > .video-iframe-container { display: none; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row > .video-iframe-container { display: none; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .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); }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az { border-width: 0; border-radius: 0; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .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; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#FWmEovrAQHieJv1tkTaNtTEpvOOkrUwo { display:block;width:22.9369375rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.2162990570069rem;left:1.4698352813721rem;height:3.65625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#HqyfvZpmKRL9e2lX5MDTxX7wCpMyhO48 { display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.0751647949219rem;left:44.686601638794rem;height:5.24675rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#O1FnKnFiHvgnLJWLuF4F7Udol6R014Lp { display:block;width:10.5rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0250015258789rem;left:49.251359939575rem;height:1.21875rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#tCWc00XiBGUyD1ieRhE2Ip3sITk0drBS { display:block;width:22.936625rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.321559906006rem;left:1.468297958374rem;height:1.21875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D { position:relative;display:none; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D { border-width: 0; border-radius: 0; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .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; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qGsDHVTMgmyWeNZ3VCM4pIJ4HVIqoz5f { display:block;width:22.9369375rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.2162990570069rem;left:1.4698352813721rem;height:3.65625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#AHLegw6XMVB1lSXL8QE9U1rl1zRtRKTp { display:block;width:15.0625rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.0751647949219rem;left:44.686601638794rem;height:5.24675rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#PSZkxZqyRTBRvIRq2gTVLsiP4ak7lrkw { display:block;width:10.5rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0250015258789rem;left:49.251359939575rem;height:1.21875rem;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#kkAth8qwNmLTaTesNX04cLWR0O4GMAgQ { display:block;width:22.936625rem;position:absolute;font-family:exo;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:12.321559906006rem;left:1.468297958374rem;height:1.21875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX { display:block; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaV7Pcb0zfqZMPV2i1m36Pv47T7CPiEJ { width:7.25rem;height:2.125rem;top:1.1875rem;left:18.249097824097rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHPqxxq2xnNzZNJDOBNku5hUu1WpdN0d { display:block; }
 }@media only screen and (max-width: 763px) { #TZmIJcE4USNtH5yJk4guZTWsR3Ce9nqR { width:6.4375rem;height:2.125rem;top:1.1875rem;left:27.124097824097rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaBTJUS8pKiyVcQTxs8lf3IWrCLEQLO4 { display:block; }
 }@media only screen and (max-width: 763px) { #ntVee3gTUtb9A5SrtsaKhUt5F1Nh8gDo { width:6.4375rem;height:2.125rem;top:1.1875rem;left:35.124998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSKlwPKkcx2VKATZCq62T9nT51dmIvF { display:block; }
 }@media only screen and (max-width: 763px) { #FXsJUFWH2ZsKd80Ck86FhI7961zBIK2w { width:9.9375rem;height:2.0625rem;top:1.25rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WchHiovT3ugVWggQpTdbTe0K3kGMGTe1 { display:block; }
 }@media only screen and (max-width: 763px) { #MUT6n0wA6yfeHP4LIyxoG2aNQxHzWVmJ { width:6.4375rem;height:2.125rem;top:1.1875rem;left:10.623189926148rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcz1RJhqzyDwV4uTpNm2UUUTrOGTfHHR { display:block; }
 }@media only screen and (max-width: 763px) { #UOxGwz2h9bDsFboHTdH1TS8fUPodCW7n { width:16.25rem;height:2.4375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFHUUBsKhEH1TmUhc2UqcydzLSqmxhQe { display:block; }
 }@media only screen and (max-width: 763px) { #ddGlzkhGnQ4hBBHwZfycoVsC8OE51K7X { display:none; }
 }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7nwtf6lmWEOMeZknCf20TBPMBnZgcV6 { width:16.75rem;height:2.8125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWsdeXRDUdbzITr9goTtM1QuwOEuliB { display:block; }
 }@media only screen and (max-width: 763px) { #U1QoyziapQmWhBD0RlCS3fVrUSgWBMv8 { width:8.5625rem;height:1.75rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPRPU4ZoooDDk8bb0ZCLGLwgATvpeehc { display:block; }
 }@media only screen and (max-width: 763px) { #Npa8KqDF4zkDErRJmebhe6zdAfGkkOBQ { top:6.1875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXisIh7SHGnTygeTE9V9gfXIGShhHdp0 { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Q1dz0LBsGFh79dATTBcpnm38ciUyqI { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk0MBXpqXyXPdJTSDT2XqOv3uL4JJmb6 { top:14.375rem;left:26.9375rem;width:18.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbgUFP7Eh82OeI6NxvP19elIfo9OCC92 { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTdtg2DycBFIzQtt7Gwn8H9urE6pG6z { top:20.4375rem;left:28.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmJoZTOBN0oWQ8a4pcadChsb4TtG180a { top:25.0625rem;left:28.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 { display:block; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKOQSIZs1KIRotutlAc5qWDFDT8TUhHt { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhMoTvA5sTAeyMqWDBieIwAySahfMCP { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGPzcEdlTaAsBNyN4zeJrfLczHs7bP9T { top:8.0625rem;left:0rem;width:0.3125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTcxutAXQXd7rVPoCUBwsaBvO2T8DVs3 { top:20.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdqhwDD7FbZ9JqT1IEhiNkW8TLGi303u { top:14.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raZ9rmOXFk9DhuZo0qbFimb0gmEVxgmL { top:7.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2su4VtuTRX2yL5uc89VeJp6MIT9L3C6 { width:8.3125rem;height:1.4375rem;top:26.875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAQfFhaT0v39Gw5DPdZS8Mko4Tt7q2Cy { display:block; }
 }@media only screen and (max-width: 763px) { #eN4HFTJRN9vnOJ39UNe7SIppC2tzoE9f { top:26.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TITt6tsqcV7koy8y0s7OyK1rXZ1Ab13N { width:8.1875rem;height:1.4375rem;top:20.5rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qksh3FdX5U15t58rKE4lFDyQ5ol1pazc { display:block; }
 }@media only screen and (max-width: 763px) { #KTqwgPmL105Aa929ZEbEEtK60WRByMJL { width:8.125rem;height:1.3125rem;top:7.6875rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSg5CQfhMLAvXgpSkEmsHxDIm14TwZDu { display:block; }
 }@media only screen and (max-width: 763px) { #uVogSaPG8Bpm4EkTrHXVLQQdmewt6CEE { width:8.0625rem;height:1.25rem;top:14.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkn1r5EwOusd41w7cni0QH5pIAAgNqpo { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:36.375rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:36.4375rem;height:31.8125rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOHobpiQWFadG89F8NglCNVLs1ONGaL { top:6.75rem;left:0rem;width:21.25rem;height:30.660183697169rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 { display:block; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkOUBowHlnX0nGxEKf0UEkwSM7hBEZXw { width:14.25rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGwk6iCkffXGBItec004DXIE9gCZPmxE { width:14.125rem;height:0.1875rem;top:32.375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db7WKNmCoOQiqs50e2LyrC4VCuCOZlbl { width:14.125rem;height:1.4375rem;top:10.0625rem;left:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIuDhwS4BKsI6eef5Q93IHnld6rs6cHo { width:14.125rem;height:0.1875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGo8rkFgJlz26H1WcXyg70GX7m9mMyk2 { width:14.25rem;height:1.4375rem;top:10rem;left:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzBZWo8aooROB2TSDWsbMczoalFRFuiH { width:14.125rem;height:0.1875rem;top:32.375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA4CQ1VPJbPziPBmFDli1T7Vv5ivzcIp { width:11.3125rem;height:1.4375rem;top:10rem;left:36.093255996704rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVxRwca7tr6JOh9SdOiwOxM0luRKUp0q { width:47.75rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSX9ONG43ctTRzHOqKztaS3XH6hHPOIU { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8CWf1gcNSDaRGoSx1K88VTEvk07CCb { top:12.9375rem;left:4.0307559967041rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUGNckThL6r5z7eWci6iLm2SWRoKTkhm { top:13rem;left:15.96875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFapBguIscJfZ8JxegmVshpT1cGpifFG { top:12.75rem;left:28.062501907349rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3i7Cr42WNLLDUuuL8iATW5VyrtFAr0q { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmO32Ti7GuxIaQyNolq55X0DvdKFP4xo { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FX0LrPaxBzLsEpTbMWtqq7lE1zSfVS { top:8.0625rem;left:0rem;width:14.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBO1XCTIphST34DCs3zFsbsOdTiXTLe { top:8.0625rem;left:9.75rem;width:14.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMn0dGAu6tTWpdsF4ZcrBmRTxsrnoALy { top:8.125rem;left:21.6875rem;width:14.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdoHl0ao3eJkCMpLBxPhdTbyfMS8cpvn { top:8.125rem;left:33.5625rem;width:14.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPhu1W2QW9iA4a9600lB5xvndX36At1 { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLhmX5W9kskw4JN0XgoI3EfqvMKHHfB { width:14.125rem;height:0.1875rem;top:32.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKkm6BKGtXKVDiyDrmG46CTxpS0ckpT { top:12.9375rem;left:40.218252182007rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM { display:block; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiNC9c830vnwVvdVDtSDnrkIiqqsU6gA { top:1.125rem;left:0rem;width:40.625rem;height:21.777679484895rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxlRxyMeQXe3HPQN4Fg24muFir11xba { display:block; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb8HRTUwArTpJPmB7TUEVE8DFx0u80DW { width:47.75rem;height:2.25rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1mJ9FCSdCVmIRQEdaitVzxzC09QcfgW { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur  { width:17.5rem;height:18.5625rem;top:4.8125rem;left:27.5rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur {display:block;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur { width:17.5rem;height:18.5625rem;top:4.8125rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #wtPv3OC5kP5cDseiJnJNZpTM90PKaPyt {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #dJ0cHfcXz7zxdzktaTuVNAOvTD3FEREF {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #zTTMoaRWq2Ne6IJzRRLrG2eNiZa6dqQQ {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #qo3iDzHCwS4HeUqAKIbW2uGpeudaTDE7 {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #bNc89cRSXhHotutdocPgk6rHbmht10fc {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #VXALzpphPGQvwB6TaTPL2cKzycLHIxG1 {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #JgvEA3TCWd2Q5U834cJN2FOCZI2R2w5g {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cyqn3ozVGbCGaazgWL8ZefP6fhnrECZz {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #lWwA689A9ABmRTpJhlycBhVLhNewfwsg {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #yFWpTOfyUhBD9oxzlrTbtdwtC2rQEuDD {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cRRRNNDH22mEbnDRVLqhhGGlHrwD6Sap {  }
 }@media only screen and (max-width: 763px) { #NHbSVf2GHlv55QrHkXylETwZlbdwoPkl { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STntKkSN62ywKT8bRhnXwwGM2io0W5gE { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkM85FZyVBuTtRBTmcRsEadNdGqOwEX { top:19.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk0AsTZXNqmGQVLuFLxXNA39X5InaaRw { top:19.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVkhDI7m2KK0XZWZmbfNTT38z5AVFwDF { width:8.4375rem;height:1.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdGwPMEtpXdg3KKJQMdNI0n2y1MAAUTf { display:block; }
 }@media only screen and (max-width: 763px) { #ImV8JebIc0lNG3m8caplJ4IIAvhoH0Me { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az { display:block; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWmEovrAQHieJv1tkTaNtTEpvOOkrUwo { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqyfvZpmKRL9e2lX5MDTxX7wCpMyhO48 { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1FnKnFiHvgnLJWLuF4F7Udol6R014Lp { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCWc00XiBGUyD1ieRhE2Ip3sITk0drBS { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D { display:none; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qGsDHVTMgmyWeNZ3VCM4pIJ4HVIqoz5f { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHLegw6XMVB1lSXL8QE9U1rl1zRtRKTp { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSZkxZqyRTBRvIRq2gTVLsiP4ak7lrkw { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkAth8qwNmLTaTesNX04cLWR0O4GMAgQ { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX { position:relative;z-index:auto;display:block; }#l30CuO2TuzGRDmOZHB5VTCKchWhhsrnX > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaV7Pcb0zfqZMPV2i1m36Pv47T7CPiEJ { width:5.68614375rem;height:2.25rem;top:4.0826091766358rem;left:3.6869566440583rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHPqxxq2xnNzZNJDOBNku5hUu1WpdN0d { display:block; }
 }@media only screen and (max-width: 763px) { #TZmIJcE4USNtH5yJk4guZTWsR3Ce9nqR { width:4.5rem;height:2.1875rem;top:4.1144104003906rem;left:9.9361422061919rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KaBTJUS8pKiyVcQTxs8lf3IWrCLEQLO4 { display:block; }
 }@media only screen and (max-width: 763px) { #ntVee3gTUtb9A5SrtsaKhUt5F1Nh8gDo { width:5.0625rem;height:2.25rem;top:4.0834240913391rem;left:14.937229394912rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TOSKlwPKkcx2VKATZCq62T9nT51dmIvF { display:block; }
 }@media only screen and (max-width: 763px) { #FXsJUFWH2ZsKd80Ck86FhI7961zBIK2w { width:8.25rem;height:1.75rem;top:6.8434786796569rem;left:5.6559784412384rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WchHiovT3ugVWggQpTdbTe0K3kGMGTe1 { display:block; }
 }@media only screen and (max-width: 763px) { #MUT6n0wA6yfeHP4LIyxoG2aNQxHzWVmJ { width:4.74945625rem;height:2.1875rem;top:4.1144022941589rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rcz1RJhqzyDwV4uTpNm2UUUTrOGTfHHR { display:block; }
 }@media only screen and (max-width: 763px) { #UOxGwz2h9bDsFboHTdH1TS8fUPodCW7n { width:19.75rem;height:2.4375rem;top:1.8644104003906rem;left:0.062500238418581rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hFHUUBsKhEH1TmUhc2UqcydzLSqmxhQe { display:block; }
 }@media only screen and (max-width: 763px) { #ddGlzkhGnQ4hBBHwZfycoVsC8OE51K7X { top:9.9377727508544rem;left:0rem;width:20rem;height:0.125rem;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:transparent;background-image: -webkit-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(164deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(164deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(164deg, #ffffff, #e1ebf6);background-size:cover !important;display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:19.99975rem;height:5.85rem;top:4.3124997615814rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RExTzTWoK3MkKb3ulIsPI72TddF4MkbJ { width:19.99975rem;height:9.1818125rem;top:10.623912572861rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7nwtf6lmWEOMeZknCf20TBPMBnZgcV6 { width:12.68725rem;height:2.18723125rem;top:20.736686706543rem;left:3.6562502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdWsdeXRDUdbzITr9goTtM1QuwOEuliB { display:block; }
 }@media only screen and (max-width: 763px) { #U1QoyziapQmWhBD0RlCS3fVrUSgWBMv8 { width:7.6875rem;height:1.875rem;top:1.7396740913391rem;left:0rem;font-size:0.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #TPRPU4ZoooDDk8bb0ZCLGLwgATvpeehc { display:block; }
 }@media only screen and (max-width: 763px) { #Npa8KqDF4zkDErRJmebhe6zdAfGkkOBQ { display:flex;width:1.24973125rem;height:1.24973125rem;top:1.9891304969787rem;left:0.55135869979858rem; }
 }@media only screen and (max-width: 763px) { #tXisIh7SHGnTygeTE9V9gfXIGShhHdp0 { width:14.37475rem;height:2.8125rem;top:29.3125rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Q1dz0LBsGFh79dATTBcpnm38ciUyqI { width:14.18725rem;height:1.40625rem;top:33.25rem;left:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk0MBXpqXyXPdJTSDT2XqOv3uL4JJmb6 { width:16.125rem;height:10.5rem;top:24.437230229378rem;left:1.3122284412384rem;border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #fbgUFP7Eh82OeI6NxvP19elIfo9OCC92 { width:15.9994375rem;height:2.19375rem;top:25.6875rem;left:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXTdtg2DycBFIzQtt7Gwn8H9urE6pG6z { display:flex;width:1.5625rem;height:1.5625rem;top:30rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #xmJoZTOBN0oWQ8a4pcadChsb4TtG180a { display:flex;width:1.5rem;height:1.5rem;top:33.3125rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 { display:block; }#XUkJQCUzaFDWvpJVEQy9GmeNAhn8d427 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKOQSIZs1KIRotutlAc5qWDFDT8TUhHt { width:19.99975rem;height:4.222825rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkhMoTvA5sTAeyMqWDBieIwAySahfMCP { width:19.99975rem;height:28.125rem;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGPzcEdlTaAsBNyN4zeJrfLczHs7bP9T { width:0.124728125rem;height:1.6875rem;top:24.2592420578rem;left:19.875002145767rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTcxutAXQXd7rVPoCUBwsaBvO2T8DVs3 { width:1.5rem;height:1.5rem;top:15.852714538574rem;left:18.499729394912rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdqhwDD7FbZ9JqT1IEhiNkW8TLGi303u { width:1.5rem;height:1.5rem;top:13.1345125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #raZ9rmOXFk9DhuZo0qbFimb0gmEVxgmL { width:1.5rem;height:1.5rem;top:7.6970125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2su4VtuTRX2yL5uc89VeJp6MIT9L3C6 { width:4.0625rem;height:1.4375rem;top:30.561412811279rem;left:15.886142969131rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAQfFhaT0v39Gw5DPdZS8Mko4Tt7q2Cy { display:block; }
 }@media only screen and (max-width: 763px) { #eN4HFTJRN9vnOJ39UNe7SIppC2tzoE9f { width:1.5rem;height:1.5rem;top:21.259240150452rem;left:18.499729394912rem;display:none; }
 }@media only screen and (max-width: 763px) { #TITt6tsqcV7koy8y0s7OyK1rXZ1Ab13N { width:4.125rem;height:1.5rem;top:22.124729156494rem;left:15.749185800552rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qksh3FdX5U15t58rKE4lFDyQ5ol1pazc { display:block; }
 }@media only screen and (max-width: 763px) { #KTqwgPmL105Aa929ZEbEEtK60WRByMJL { width:5.375rem;height:1.4375rem;top:5.4709243774414rem;left:14.646196603775rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSg5CQfhMLAvXgpSkEmsHxDIm14TwZDu { display:block; }
 }@media only screen and (max-width: 763px) { #uVogSaPG8Bpm4EkTrHXVLQQdmewt6CEE { width:5.375rem;height:1.375rem;top:14.373913915828rem;left:14.749729394912rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkn1r5EwOusd41w7cni0QH5pIAAgNqpo { display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #ffffff, #e1ebf6);background-image: -moz-linear-gradient(112deg, #ffffff, #e1ebf6);background-image: -ms-linear-gradient(112deg, #ffffff, #e1ebf6);background-image: -o-linear-gradient(112deg, #ffffff, #e1ebf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1ebf6' );";background-image: linear-gradient(112deg, #ffffff, #e1ebf6);background-size:auto !important;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:20rem;height:2.1114125rem;top:2.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:19.99975rem;height:38.038875rem;top:5.1864128112793rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiOHobpiQWFadG89F8NglCNVLs1ONGaL { width:13.24975rem;height:19.06225rem;top:44.602993011474rem;left:3.3750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 { display:block; }#UNZnFTMqzD0fdhxnEJMeF6t1OhTZ4Fz7 > .row .container { width:20rem;height:101rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkOUBowHlnX0nGxEKf0UEkwSM7hBEZXw { width:10.99975rem;height:1.30026875rem;top:9.5625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGwk6iCkffXGBItec004DXIE9gCZPmxE { width:14.0625rem;height:0.124728125rem;top:30.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db7WKNmCoOQiqs50e2LyrC4VCuCOZlbl { width:10.99975rem;height:1.30026875rem;top:33.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIuDhwS4BKsI6eef5Q93IHnld6rs6cHo { width:14.0625rem;height:0.124728125rem;top:51.875rem;left:2.9375rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #SGo8rkFgJlz26H1WcXyg70GX7m9mMyk2 { width:10.99975rem;height:1.30026875rem;top:55.375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzBZWo8aooROB2TSDWsbMczoalFRFuiH { width:14.0625rem;height:0.124728125rem;top:74.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA4CQ1VPJbPziPBmFDli1T7Vv5ivzcIp { width:10.99975rem;height:1.30026875rem;top:77.375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVxRwca7tr6JOh9SdOiwOxM0luRKUp0q { width:19.99975rem;height:4.222825rem;top:2.2035293579101rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSX9ONG43ctTRzHOqKztaS3XH6hHPOIU { width:12.623625rem;height:12.65625rem;top:16.25rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK8CWf1gcNSDaRGoSx1K88VTEvk07CCb { display:flex;width:3.06195625rem;height:3.06195625rem;top:12.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #lUGNckThL6r5z7eWci6iLm2SWRoKTkhm { display:flex;width:3.06195625rem;height:3.06195625rem;top:35.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #cFapBguIscJfZ8JxegmVshpT1cGpifFG { display:flex;width:3.5625rem;height:3.5625rem;top:57.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #E3i7Cr42WNLLDUuuL8iATW5VyrtFAr0q { width:12.623625rem;height:11.25rem;top:40.0625rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmO32Ti7GuxIaQyNolq55X0DvdKFP4xo { width:12.623625rem;height:9.84375rem;top:62.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3FX0LrPaxBzLsEpTbMWtqq7lE1zSfVS { width:14.1875rem;height:21.6875rem;top:8.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqBO1XCTIphST34DCs3zFsbsOdTiXTLe { width:14.1875rem;height:19.8125rem;top:32.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMn0dGAu6tTWpdsF4ZcrBmRTxsrnoALy { width:14.1875rem;height:20.3125rem;top:53.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdoHl0ao3eJkCMpLBxPhdTbyfMS8cpvn { width:14.1875rem;height:21.625rem;top:75.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPhu1W2QW9iA4a9600lB5xvndX36At1 { width:12.623625rem;height:11.25rem;top:84rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWLhmX5W9kskw4JN0XgoI3EfqvMKHHfB { width:14.1244375rem;height:0.1875rem;top:97.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSKkm6BKGtXKVDiyDrmG46CTxpS0ckpT { display:flex;width:3.12473125rem;height:3.12473125rem;top:79.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM { display:block; }#ZdHqLtJdZwm9IzLhDAe7wT6LROZiOWQM > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiNC9c830vnwVvdVDtSDnrkIiqqsU6gA { width:19.99975rem;height:10.72175rem;top:2.4163064956665rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRxlRxyMeQXe3HPQN4Fg24muFir11xba { display:block; }#BRxlRxyMeQXe3HPQN4Fg24muFir11xba > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb8HRTUwArTpJPmB7TUEVE8DFx0u80DW { width:19.99975rem;height:2.1114125rem;top:1.3744564056396rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1mJ9FCSdCVmIRQEdaitVzxzC09QcfgW { width:19.99975rem;height:32.792175rem;top:4.3124904632568rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-regular-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-text { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-textarea { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-select { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-input-button { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur  { width:16.3744375rem;height:auto;top:18.570678710938rem;left:0.47961962223053rem; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur .radio-container { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur {display:block;}#pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur { width:16.3744375rem;height:auto;top:18.570678710938rem;left:0.47961962223053rem; }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #wtPv3OC5kP5cDseiJnJNZpTM90PKaPyt {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #dJ0cHfcXz7zxdzktaTuVNAOvTD3FEREF {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #zTTMoaRWq2Ne6IJzRRLrG2eNiZa6dqQQ {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #qo3iDzHCwS4HeUqAKIbW2uGpeudaTDE7 {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #bNc89cRSXhHotutdocPgk6rHbmht10fc {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #VXALzpphPGQvwB6TaTPL2cKzycLHIxG1 {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #JgvEA3TCWd2Q5U834cJN2FOCZI2R2w5g {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cyqn3ozVGbCGaazgWL8ZefP6fhnrECZz {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #lWwA689A9ABmRTpJhlycBhVLhNewfwsg {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #yFWpTOfyUhBD9oxzlrTbtdwtC2rQEuDD {  }
 }@media only screen and (max-width: 763px) { #pZBhWxBA1DsaC6yBp3GhhqtRRL2MMOur #cRRRNNDH22mEbnDRVLqhhGGlHrwD6Sap {  }
 }@media only screen and (max-width: 763px) { #NHbSVf2GHlv55QrHkXylETwZlbdwoPkl { width:19.99975rem;height:4.222825rem;top:4.125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STntKkSN62ywKT8bRhnXwwGM2io0W5gE { width:13.5619375rem;height:1.40625rem;top:15.1875rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkM85FZyVBuTtRBTmcRsEadNdGqOwEX { display:flex;width:1.56195625rem;height:1.56195625rem;top:15.125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #Gk0AsTZXNqmGQVLuFLxXNA39X5InaaRw { display:flex;width:2.37473125rem;height:2.37473125rem;top:14.75rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #NVkhDI7m2KK0XZWZmbfNTT38z5AVFwDF { width:8.4375rem;height:1.625rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdGwPMEtpXdg3KKJQMdNI0n2y1MAAUTf { display:block; }
 }@media only screen and (max-width: 763px) { #ImV8JebIc0lNG3m8caplJ4IIAvhoH0Me { width:19.99975rem;height:3.93505625rem;top:9.6961965560912rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container { border-width: 0; border-radius: 0; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sov4EGoefb6I9uNmEyA05qIcUCAXs3Az > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FWmEovrAQHieJv1tkTaNtTEpvOOkrUwo { width:19.99975rem;height:7.03125rem;top:1.7804346084595rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqyfvZpmKRL9e2lX5MDTxX7wCpMyhO48 { width:15rem;height:7.03125rem;top:11.09347820282rem;left:4.9997284412384rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1FnKnFiHvgnLJWLuF4F7Udol6R014Lp { width:10.5rem;height:1.40625rem;top:8.3429346084594rem;left:9.4997284412381rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCWc00XiBGUyD1ieRhE2Ip3sITk0drBS { width:19.99975rem;height:1.40625rem;top:19.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container { background-color: transparent; background-image: none; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container > .video-iframe-container { display: none; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row > .video-iframe-container { display: none; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .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); }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container { border-width: 0; border-radius: 0; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xt1QM5TuiX4Lx6hwl14OEuIFfuCt3f4D > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGsDHVTMgmyWeNZ3VCM4pIJ4HVIqoz5f { width:19.99975rem;height:5.2467375rem;top:3.1540756225586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHLegw6XMVB1lSXL8QE9U1rl1zRtRKTp { width:15rem;height:5.24675rem;top:14.123641967774rem;left:2.4994566440583rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSZkxZqyRTBRvIRq2gTVLsiP4ak7lrkw { width:10.5rem;height:1.40625rem;top:11.202692985534rem;left:4.7494566440582rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkAth8qwNmLTaTesNX04cLWR0O4GMAgQ { width:19.99975rem;height:1.3116875rem;top:22.592120170593rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }