.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:218,221,225;--color-primary-1:133,143,154;--color-primary-2:11,31,52;--color-primary-3:6,16,26;--color-primary-4:2,5,8;--color-secondary-0:218,221,225;--color-secondary-1:133,143,154;--color-secondary-2:11,31,52;--color-secondary-3:6,16,26;--color-secondary-4:2,5,8;--color-tertiary-0:255,255,255;--color-tertiary-1:228,231,237;--color-tertiary-2:137,139,142;--color-tertiary-3:82,83,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#a6dae6;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.94);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; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#NuyZOzRRKw7C46DHbTuXc5yTDz2ReT9U { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.34375rem;left:0.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.51rem;padding-right:0.4725rem;padding-bottom:0.51rem;padding-left:0.4725rem;display:block;align-items:center;width:2.830625rem;min-width:2.830625rem;height:2.685rem;position:relative;font-family:"open sans";font-size:2.04125rem;font-weight:700;line-height:42.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.056875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:16.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.625rem;height:5.205625rem;padding-top:0.638125rem;padding-right:0.674375rem;padding-bottom:0.638125rem;padding-left:0.674375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.5rem;left:3.0625rem;z-index:15003;display:none; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #TUUrbVWFiTktT9URDoypKOnLISpMUTN0 { display:flex;position:relative;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #aahTOcli55RTSs13z2n4WfTvG2rzPWgE { width:auto; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FHOodb74x6LqUA77ENonMFbiDEZlN4Ei {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rKvNVIiwgTUn3Rg1W2a4vTuMBFiT1893 { display:flex;position:relative;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #VF8EC6J6xg82ggLeCuLElJcFeXVLbQSp {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #MteZPXC7MfeifE10ZB9vvI49bBpcdnya {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #ABPyvBPCfoP7He6d0uFx6ddeMFI3Taqo { display:flex;position:relative;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #gCtzkfULa9FR3wlBysHV3P26gGK5teyl {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #RzRBrX1SG7wnBpwEibvBPHSGbil4Taem {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rRamHuGsQG8wHAa1pcRqvWeaIIFEEKdK { display:flex;position:relative;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FM9CEBWysiOeJTyz9x4cE0aD9G6kVLGb {  }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #AqgWX5TI5V2qnMvkld5kkyhIrVTogfyA {  }
#bS56VufV0ZOXy10gsEPyRzMXe81d1mcm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:13.666667938233rem;left:3.0625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AywNXciHDms4ZVf402AK2NTszi5HFwe4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.25rem;left:3.0625rem;height:5.60449375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OTLcLT8NxRyp28M0eMs3dOvSEpnA441Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:40.125rem;top:35.6875rem;left:0rem;overflow:hidden;display:none; }
#OV7dTazE04ATSvOVQE3hwUA3dkn6gnb7 { background-color:#dd1b20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e7eb;border-left:0.0625rem solid #e0e7eb;border-right:0.0625rem solid #e0e7eb;border-bottom:0.0625rem solid #e0e7eb;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.78361125rem;height:4.034505rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.173394203186rem;left:2.9405384063721rem;display:none; }
#Rk98d4nGBzNJQTtxfxKqpisKgJy8w4U9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBQHlerTZPQH0OlQmigNIcD6J8e3fJXA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.25rem;left:3.0625rem;height:5.60449375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uyJo3QKTwTDkBv3VLQZU9zRWwKNT9Hz2 { 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:48.375rem;width:43.375rem;display:none; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e988391-7ecf-414c-91d9-e1462d6f8c09/iarslavic.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 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; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:27.057292461395rem;left:1.9972515106201rem;height:5.3624125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#olR0CJww02tqnJIwCic5TdUL4rC1yOhm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:13.666667938233rem;left:3.0625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:32.967449188233rem;left:3.7604160308838rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { background-color:rgba(var(--color-secondary-2),1);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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:3.65625rem;display:none; }
#b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-top:0.0775rem solid rgba(var(--color-tertiary-0),1);border-left:0.078125rem solid rgba(var(--color-tertiary-0),1);border-right:0.078125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0775rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(221,27,32,0.88);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.568125rem;padding-right:0.531875rem;padding-bottom:0.568125rem;padding-left:0.531875rem;display:block;align-items:center;width:3.184375rem;min-width:3.184375rem;height:2.99125rem;position:relative;font-family:"open sans";font-size:2.274375rem;font-weight:700;line-height:47.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.249375rem;height:1.1775rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.853125rem;font-weight:400;line-height:18.84px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.625rem;height:5.815rem;padding-top:0.71125rem;padding-right:0.75875rem;padding-bottom:0.71125rem;padding-left:0.75875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.5594620704651rem;left:3.7706165313721rem;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#BTQ8snRoINBGfW1BazO8qz7d5ANorxsz { position:absolute;display:block;z-index:15000;background-color:rgba(11,31,52,0.95);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.8125rem;width:31.6875rem;top:0rem;left:0rem;display:block; }
#xFys1Otot7vOyhGT8B1NOh8TgUmWxbNL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:12.887008190155rem;left:1.9003181457519rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWrFFlwcoLeBTKICnS7MKAWsqnMxa7LH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:16.134259700775rem;left:1.9003181457519rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VhLi9mSwLclRSPnviaxruRs0vGzKZLnO { color:#8d3737;display:block;width:24.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:43.10040640831rem;left:3.2472515106201rem;height:3.57494375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLMpgLecdEkViUi5vrcXMLPfLwbI1J0c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,8,28,0.5);top:19.507234096527rem;left:1.9003181457519rem;height:6.4988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wKCJaxpaol019u1ata1rynnEFTn5Knvk { background-color:#dd1b20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e0e7eb;border-left:0.0625rem solid #e0e7eb;border-right:0.0625rem solid #e0e7eb;border-bottom:0.0625rem solid #e0e7eb;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.690844875rem;height:3.941694875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.800494909286rem;left:2.4942131042481rem;display:block; }
#q5bKapMISepXsq2SKeTIyeXz49vyAhxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1f34;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; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#RvZNkzTqNmQmXgDUrxBCBIeDLXlpS1VB { color:#f3f8fa;display:block;width:50.187375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.1118354797363rem;left:7.8703708648681rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOKD2UCS1Eo1ceDByqrRaqdETTIRJq0x { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f1035;border-left:0.0625rem solid #0f1035;border-right:0.0625rem solid #0f1035;border-bottom:0.0625rem solid #0f1035;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:6.375rem;display:none; }
#hm01deH9k5PJLVUyXt5H32wso3QgcM3H { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec9f24a9-66e1-4873-8fd4-79659129cf2e/PrezentareWEBINAR4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.5rem;left:7.6875rem;display:none; }#hm01deH9k5PJLVUyXt5H32wso3QgcM3H.adaptive-delivery-prevent-bg, #hm01deH9k5PJLVUyXt5H32wso3QgcM3H.lazyload, #hm01deH9k5PJLVUyXt5H32wso3QgcM3H.lazyloading { background-image: none; }
#DUiGzZzl9Hk16HQIE0IGFAVcO00n8vXc { position:absolute;display:block;z-index:14999;background-color:#0f1035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.125rem;left:11.125rem;display:none; }
#iWK60oH9mwgeoPecfuiVstzfqP6MEibH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:6.8125rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:6.375rem;height:15.872375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d02b5b2d2100660462ec1b48d92aa0fd4351065f.svg); }
#UOEXCJ14RUBMORONflH8EySRzvTeoPvH { position:absolute;display:block;z-index:14997;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:7.3125rem;width:24.1875rem;top:4.3125rem;left:6.375rem;overflow:hidden;display:none; }
#LsdzFtnCDsG5JqHXIRSRTpVFXJtbNCR6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #0f1035;border-left:0.0625rem solid #0f1035;border-right:0.0625rem solid #0f1035;border-bottom:0.0625rem solid #0f1035;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:39.9375rem;display:none; }
#f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e83ab26-1695-4926-9c2c-ffd94b70d6d0/PrezentareWEBINAR2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:41.25rem;display:none; }#f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3.adaptive-delivery-prevent-bg, #f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3.lazyload, #f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3.lazyloading { background-image: none; }
#uTfBWxoXRLWva5kTW4iRRHdtGHHdIDrT { position:absolute;display:block;z-index:14999;background-color:#0f1035;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.125rem;left:11.125rem;display:none; }
#FCkkOkeF5kOsNaMZ5TruDlJCUxnrnAc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:38rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rTXlaWziZsDvEAkBwEPxfB7AVk9ffphD { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.0625rem;left:38.125rem;height:1.349825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vcunASg4TPcezVE0JtbTm5y4AL9kZwFO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:38.0625rem;height:9.3359375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#vcunASg4TPcezVE0JtbTm5y4AL9kZwFO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vcunASg4TPcezVE0JtbTm5y4AL9kZwFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
#rbnuuXCSszBwFOhWIEfT6H0ntqLTW5KG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.375rem;left:6.8125rem;height:1.349825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d8C0qsbBtDDk7Wmz5L1w2Emn4ACyCugT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:38rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IXtA3imIwhcfZD8qdsursGnT1PglOu3x { 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; }
#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #a6dae6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #a6dae6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #a6dae6);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #a6dae6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#a6dae6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#a6dae6' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #a6dae6);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; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #dd1b20;border-left:0.125rem solid #dd1b20;border-right:0.125rem solid #dd1b20;border-bottom:0.125rem solid #dd1b20;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:5rem;left:7.4375rem;display:block; }
#rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.405961990356rem;left:9.5095500946044rem;height:1.6247125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#milG0GuPhRRorna0nSzH8xatRP3dWSKf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:24.410448074341rem;left:11.449651718139rem;height:1.349825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { color:#f3f8fa;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;text-shadow:0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.687356948852rem;left:5.4665813446045rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e34ce55dfb5df2794b6210cdfb24e988b746aa84.svg); }
#qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #dd1b20;border-left:0.125rem solid #dd1b20;border-right:0.125rem solid #dd1b20;border-bottom:0.125rem solid #dd1b20;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:5.125rem;left:40.75rem;display:block; }
#QaWmfC942buZCExDlmrdDVsNi0soCRzw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.405961990356rem;left:43.061346054077rem;height:1.6247125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9995625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:24.409723281861rem;left:43.749280929566rem;height:1.349825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { color:#dde3e8;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:27.6875rem;left:38.0625rem;height:9.3294375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec9f24a9-66e1-4873-8fd4-79659129cf2e/PrezentareWEBINAR4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:6.3125rem;left:8.75rem;display:block; }#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.adaptive-delivery-prevent-bg, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyload, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyloading { background-image: none; }
#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e83ab26-1695-4926-9c2c-ffd94b70d6d0/PrezentareWEBINAR2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:6.5625rem;left:42.0625rem;display:block; }#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.adaptive-delivery-prevent-bg, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyload, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyloading { background-image: none; }
#lMKzlTuBZw39OIsTFeBRASq7HyuDrDc9 { color:#2f2121;display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.4296875rem;left:10.187501907349rem;height:4.7109375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gBQz5zXcMcrWJk4um1wkTwDg6TFMbsIP { box-sizing:content-box;height:41.3125rem;width:20.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(31,58,74,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.2986125946045rem;left:4.6658000946045rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#nLvKGr4uonkMmkzc3FCDf9ua86tqoT8L { box-sizing:content-box;height:41.375rem;width:21.4375rem;position:absolute;display:block;z-index:15014;background-color:rgba(31,58,74,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.1558160781861rem;left:37.621526718139rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#d6eVGBX94e7UIt3wxc6nGpTBu0IiuOup { color:#c7dae6;display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2326393127441rem;left:26.884405136108rem;height:2.11154375rem;display:block; }
#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { background-color: transparent; background-image: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .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); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { border-width: 0; border-radius: 0; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#HD3ebbTlItAygQw3TEsNITDT7xNucdmV { position:absolute;display:block;z-index:15000;background-color:rgba(166,218,230,0.98);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:32.8125rem;width:60rem;top:9.4994201660156rem;left:0rem;display:block; }
#Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14rem;left:28.5rem; }
#waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.9375rem;left:10.25rem; }
#HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.874420166016rem;left:46.687215805054rem; }
#LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { background-color:rgba(221,27,32,0.78);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1895025rem;height:4.50217125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:43.561931610108rem;left:18.904081344604rem;display:block; }
#TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { position:absolute;display:block;z-index:15014;background-color:rgba(221,27,32,0.68);background-image:none;border-top:0.1875rem solid rgba(11,31,52,0.44);border-left:0.1875rem solid rgba(11,31,52,0.44);border-right:0.1875rem solid rgba(11,31,52,0.44);border-bottom:0.1875rem solid rgba(11,31,52,0.44);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:9.25rem;display:block; }
#rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { position:absolute;display:block;z-index:15012;background-color:rgba(221,27,32,0.65);background-image:none;border-top:0.1875rem solid rgba(11,31,52,0.44);border-left:0.1875rem solid rgba(11,31,52,0.44);border-right:0.1875rem solid rgba(11,31,52,0.44);border-bottom:0.1875rem solid rgba(11,31,52,0.44);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:27.4375rem;display:block; }
#EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { position:absolute;display:block;z-index:15010;background-color:rgba(221,27,32,0.65);background-image:none;border-top:0.1875rem solid rgba(11,31,52,0.44);border-left:0.1875rem solid rgba(11,31,52,0.44);border-right:0.1875rem solid rgba(11,31,52,0.44);border-bottom:0.1875rem solid rgba(11,31,52,0.44);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:45.6875rem;display:block; }
#O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.8125rem;top:15.5rem;left:13.625rem;display:block; }
#D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:16.9375rem;top:23.561199247837rem;left:3.3123531341552rem;display:block; }
#su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,10,16,0.93);top:4.7497110366821rem;left:4.7771968841553rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { position:absolute;display:block;z-index:14998;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:11.5625rem;width:39.125rem;top:4.75rem;left:20.875rem;overflow:hidden;display:block; }
#yl16iiCXrExsgG2JCsfLMkBczEThiKHb { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:41.125rem;top:37.375rem;left:0rem;overflow:hidden;display:block; }
#wTRsFiV7IkThzeQUWFauqm3Ge5GL4WeA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.995227813721rem;left:4.1558170318604rem;height:13.8092875rem;text-align:left;text-align-last:left;display:block; }
#a70aU5mLmgcmNXGvIsXmiJCAnzwiMLwn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:24.057727813721rem;left:21.997976303101rem;height:15.19025rem;text-align:left;text-align-last:left;display:block; }
#vVNCLXWhXwyn11Qs8Dw08ErpzxWZusxq { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1245625rem;width:16.9371875rem;top:23.559751570225rem;left:21.437356948852rem;display:block; }
#KJJ1QFizU39cZf50nGRwbSNrwBXZQGTL { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1245625rem;width:16.9371875rem;top:23.559751570225rem;left:39.749715805054rem;display:block; }
#Ihd7PFg6uKew0vyiZicwb6isGfJFgoxl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.995227813721rem;left:40.373991012573rem;height:11.04745rem;display:block; }
#xN4OLsGIUkUs9ICqQi36g6XGgaDoeKiN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.298322677613rem;left:1.8424472808838rem;height:3.57494375rem;text-align:center;text-align-last:center;display:block; }
#sC8maQ8NWywTktXECI3Sr6WfXqhIlGQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.298322677613rem;left:20.000001907349rem;height:3.57494375rem;text-align:center;text-align-last:center;display:block; }
#rbR6usQzJFKEBQsLuPGDInd48f4v5P3T { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9985625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.298322677613rem;left:38.249425888061rem;height:3.57494375rem;text-align:center;text-align-last:center;display:block; }
#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,218,230,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,218,230,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { border-width: 0; border-radius: 0; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3747125rem;width:5.3747125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.6073493957519rem;left:7.6092319488525rem; }
#TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.62355625rem;width:5.62355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.937501907349rem;left:44.810476303101rem; }
#i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.5rem;width:24.3125rem;top:8.1242771148681rem;left:27.249711990356rem;display:block; }
#aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:27.5rem;width:24.375rem;top:0rem;left:5.5rem;display:block; }
#UlZlG7HTy25MtAhfpvR9pKkJ4u6CTLiI { color:#fbf6f6;display:block;width:16.8120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1239891052244rem;left:7.6092319488525rem;height:4.22309375rem;font-style:normal;display:block; }
#Q8pRZq7A1hK8RHS4B59xQzN74IfA8dn1 { color:#ffffff;display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:14.911750793457rem;left:7.6092319488525rem;height:6.2991875rem;display:block; }
#Q1RbKXGPwI0zHaxr3InJcpJ0SFfL7oWE { color:#fbf6f6;display:block;width:19.37425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.755500793457rem;left:30.324075698852rem;height:2.11154375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RK1HUQusaHEflTlLoismIt9Z5XaN7oPM { color:#ffffff;display:block;width:22.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:24.232494354248rem;left:28.980760574341rem;height:9.4488125rem;display:block; }
#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container { background-color: transparent; background-image: none; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container > .video-iframe-container { display: none; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row > .video-iframe-container { display: none; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .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); }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container { border-width: 0; border-radius: 0; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#X0f57qWQ3TrWaIRSIzk0u9NhCKg0NNxR { color:rgba(var(--color-tertiary-1),1);display:block;width:59.99925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.7915210723877rem;left:0rem;height:7.4739375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #0b1f34);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #0b1f34);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #0b1f34);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #0b1f34);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0b1f34' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#0b1f34' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #0b1f34);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; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container { background-color: transparent; background-image: none; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container > .video-iframe-container { display: none; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row > .video-iframe-container { display: none; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .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); }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container { border-width: 0; border-radius: 0; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container { font-size:0.875rem;font-family:arial;height:97.1875rem;width:60rem;position:relative;display:block; }#aDNuN5GR0KPo8zOc0PXguO2EPxn5lIh6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.68675rem;width:52.8746875rem;top:1.4930553436279rem;left:4.6187801361084rem;display:block; }
#gQZXArgc6TumD5PQcMzTB6TP5QCV8SKC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.6860625rem;width:52.874rem;top:33.367341995239rem;left:4.6187801361084rem;display:block; }
#dMcGfbVxFWTLc4RSlpLzoOkt4bcJVPDg { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.6860625rem;width:52.874rem;top:65.594631195069rem;left:4.6187801361084rem;display:block; }
#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1f34;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; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { background-color: transparent; background-image: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .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); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { border-width: 0; border-radius: 0; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { color:rgba(var(--color-tertiary-1),1);display:block;width:42.81175rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0616321563721rem;left:2.4992771148682rem;height:11.2109375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-form-header {  }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#0ff415;width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:#00081c;background-image:none;border-top:0.0625rem solid rgba(58,86,92,0.7);border-left:0.0625rem solid rgba(58,86,92,0.7);border-right:0.0625rem solid rgba(58,86,92,0.7);border-bottom:0.0625rem solid rgba(58,86,92,0.7);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:23.875rem;box-sizing:border-box;height:3rem;color:rgba(250,249,249,0.67);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:#00081c;background-image:none;border-top:0.0625rem solid rgba(58,86,92,0.7);border-left:0.0625rem solid rgba(58,86,92,0.7);border-right:0.0625rem solid rgba(58,86,92,0.7);border-bottom:0.0625rem solid rgba(58,86,92,0.7);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:23.875rem;box-sizing:border-box;height:4.375rem;color:rgba(250,249,249,0.67);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { 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(221,27,32,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-moz-placeholder { color:#dbe5e8;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-moz-placeholder { color:#dbe5e8;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-ms-input-placeholder { color:#dbe5e8;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-webkit-input-placeholder { color:#dbe5e8;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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-0),1);vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:first-of-type{padding-top:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:last-of-type{padding-bottom:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.811492919922rem;left:27.935476303101rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-info-text { display:block;height:auto;font-family:arial;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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.811492919922rem;left:27.935476303101rem; }
#k7324uB6SxJ6AvMVABdSMpA78qdXB6eK { position:relative;display:block; }
#BeE0Luqkf6VBg5mhgH8kCd8LnAAThR1T { position:relative;display:block; }
#GNPSwKeA1FvVz7ut9rcBTy0kZT4106iR { position:relative;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c35hoxNFnQVi5IJfRD7U07csrQ7KNPMm { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #bT0d4na6IcUpmhqTLklCBJBBqd2tfsIQ { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #yMVFf3nprPHelUeJyei26V6VKWgcWTqc { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RS8CzfIinWu2ovJhUO0IL0qn9AydJoX6 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rqG11B9mInZ1MGxlGTlZMNp44XUF9PST { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #uV1EcfrgLeEqNVvN1CkkVg3SLeykWxxL { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RNTKCKC6lziUXoEz8K7SUNgsFUu8442D { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #HwAz7SSRgNFiAcGql9aa9RwKkgdao1Iu { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #pnG9zrJSMK49R2pT3ptkX0i6PI1JQZw9 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f { position:relative;z-index:2; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 { position:relative; }
#uCT3tzCWclgucwraoDNrbpnbVTbhFXMr { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.307144165039rem;left:2.4992771148682rem;height:3.9004625rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fGmzZAWK6TNSb0g95ic6nB6OXzWwE3Mh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.498125rem;width:39.0610625rem;top:26.286170959472rem;left:0.74580383300781rem;overflow:hidden;display:block; }
#ZXllnWNzERkPD2lacbvQf067oWMSz6uN { color:rgba(var(--color-tertiary-0),1);display:block;width:25.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.324495077133rem;left:2.2316265106201rem;height:7.149875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { background-color: transparent; background-image: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container > .video-iframe-container { display: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container { display: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .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); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { border-width: 0; border-radius: 0; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.3125rem;left:15.8125rem;height:1.22540625rem;font-style:normal;display:block; }
#VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:3.25rem;left:2rem;height:1.22540625rem;font-style:normal;display:block; }
#nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:1.25rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:3.125rem;left:0rem; }
#oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.1875rem;left:13.875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuyZOzRRKw7C46DHbTuXc5yTDz2ReT9U { top:1.3125rem;left:0rem;width:27.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT { display:flex;width:18.5rem;height:5.1875rem;top:2.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #TUUrbVWFiTktT9URDoypKOnLISpMUTN0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #aahTOcli55RTSs13z2n4WfTvG2rzPWgE {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FHOodb74x6LqUA77ENonMFbiDEZlN4Ei {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rKvNVIiwgTUn3Rg1W2a4vTuMBFiT1893 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #VF8EC6J6xg82ggLeCuLElJcFeXVLbQSp {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #MteZPXC7MfeifE10ZB9vvI49bBpcdnya {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #ABPyvBPCfoP7He6d0uFx6ddeMFI3Taqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #gCtzkfULa9FR3wlBysHV3P26gGK5teyl {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #RzRBrX1SG7wnBpwEibvBPHSGbil4Taem {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rRamHuGsQG8wHAa1pcRqvWeaIIFEEKdK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FM9CEBWysiOeJTyz9x4cE0aD9G6kVLGb {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #AqgWX5TI5V2qnMvkld5kkyhIrVTogfyA {  }
 }@media only screen and (max-width: 763px) { #bS56VufV0ZOXy10gsEPyRzMXe81d1mcm { top:27.5625rem;left:0rem;width:18.5rem;height:9.625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AywNXciHDms4ZVf402AK2NTszi5HFwe4 { top:46.4375rem;left:0rem;width:16.5625rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTLcLT8NxRyp28M0eMs3dOvSEpnA441Q { top:35.6875rem;left:0rem;width:40.125rem;height:12.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV7dTazE04ATSvOVQE3hwUA3dkn6gnb7 { width:25.75rem;height:4rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk98d4nGBzNJQTtxfxKqpisKgJy8w4U9 { display:block; }
 }@media only screen and (max-width: 763px) { #tBQHlerTZPQH0OlQmigNIcD6J8e3fJXA { top:34.9375rem;left:0rem;width:16.5625rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyJo3QKTwTDkBv3VLQZU9zRWwKNT9Hz2 { width:43.375rem;height:48.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:27rem;left:0rem;width:26.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { top:13.625rem;left:0rem;width:25.5rem;height:7rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:32.9375rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:18.9375rem;height:3.5625rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:18.625rem;height:5.2175rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #BTQ8snRoINBGfW1BazO8qz7d5ANorxsz { top:0rem;left:0rem;width:31.6875rem;height:52.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFys1Otot7vOyhGT8B1NOh8TgUmWxbNL { top:12.875rem;left:0rem;width:27.8125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrFFlwcoLeBTKICnS7MKAWsqnMxa7LH { top:16.125rem;left:0rem;width:27.8125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLi9mSwLclRSPnviaxruRs0vGzKZLnO { top:43.0625rem;left:0rem;width:24.125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLMpgLecdEkViUi5vrcXMLPfLwbI1J0c { top:19.5rem;left:0rem;width:27.8125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCJaxpaol019u1ata1rynnEFTn5Knvk { width:25.6875rem;height:3.9375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bKapMISepXsq2SKeTIyeXz49vyAhxD { display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvZNkzTqNmQmXgDUrxBCBIeDLXlpS1VB { top:6.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOKD2UCS1Eo1ceDByqrRaqdETTIRJq0x { top:4.1875rem;left:0.25rem;width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #hm01deH9k5PJLVUyXt5H32wso3QgcM3H { top:5.5rem;left:1.5625rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUiGzZzl9Hk16HQIE0IGFAVcO00n8vXc { top:3.125rem;left:5rem;width:5.6875rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWK60oH9mwgeoPecfuiVstzfqP6MEibH { top:21.75rem;left:0.6875rem;width:18.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH { top:27.6875rem;left:0.25rem;width:20.5625rem;height:15.8125rem;font-size:1rem;display:none; }#aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d02b5b2d2100660462ec1b48d92aa0fd4351065f.svg); }
 }@media only screen and (max-width: 763px) { #UOEXCJ14RUBMORONflH8EySRzvTeoPvH { top:4.3125rem;left:0.25rem;width:24.1875rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LsdzFtnCDsG5JqHXIRSRTpVFXJtbNCR6 { top:4.1875rem;left:32.625rem;width:15rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3 { top:5.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTfBWxoXRLWva5kTW4iRRHdtGHHdIDrT { top:3.125rem;left:5rem;width:5.6875rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCkkOkeF5kOsNaMZ5TruDlJCUxnrnAc8 { top:21.4375rem;left:28.9375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTXlaWziZsDvEAkBwEPxfB7AVk9ffphD { top:23.0625rem;left:32.000001907349rem;width:14rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcunASg4TPcezVE0JtbTm5y4AL9kZwFO { top:27.6875rem;left:27.4375rem;width:20.3125rem;height:9.3125rem;font-size:1rem;display:none; }#vcunASg4TPcezVE0JtbTm5y4AL9kZwFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
 }@media only screen and (max-width: 763px) { #rbnuuXCSszBwFOhWIEfT6H0ntqLTW5KG { top:23.375rem;left:0.6875rem;width:14.625rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8C0qsbBtDDk7Wmz5L1w2Emn4ACyCugT { top:1.8125rem;left:0rem;width:16.75rem;height:1.5625rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXtA3imIwhcfZD8qdsursGnT1PglOu3x { display:none; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { top:5rem;left:1.3125rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { top:22.375rem;left:3.3845500946045rem;width:18.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { top:24.375rem;left:5.3246517181396rem;width:14.5625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { top:27.625rem;left:0rem;width:20.5rem;height:;font-size:1rem;display:block; }#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e34ce55dfb5df2794b6210cdfb24e988b746aa84.svg); }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { top:5.125rem;left:32.5rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { top:22.375rem;left:36.936346054077rem;width:10.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { top:24.375rem;left:33.8125rem;width:13.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { top:27.6875rem;left:27.4375rem;width:20.3125rem;height:9.3125rem;font-size:1rem;display:block; }#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { top:6.3125rem;left:2.625rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { top:6.5625rem;left:35.25rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMKzlTuBZw39OIsTFeBRASq7HyuDrDc9 { top:4.9375rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBQz5zXcMcrWJk4um1wkTwDg6TFMbsIP { top:3.25rem;left:0rem;width:20.75rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvKGr4uonkMmkzc3FCDf9ua86tqoT8L { top:3.125rem;left:26.3125rem;width:21.4375rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6eVGBX94e7UIt3wxc6nGpTBu0IiuOup { top:1.1875rem;left:20.759405136108rem;width:19.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { top:9.4375rem;left:0rem;width:47.75rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { top:14rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { top:13.9375rem;left:4.125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { top:13.8125rem;left:40.562215805054rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:22.1875rem;height:4.5rem;top:43.5rem;left:12.779081344604rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { top:13rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { top:23.5rem;left:0rem;width:16.9375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { top:4.6875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl16iiCXrExsgG2JCsfLMkBczEThiKHb { top:37.375rem;left:0rem;width:41.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTRsFiV7IkThzeQUWFauqm3Ge5GL4WeA { top:23.9375rem;left:0rem;width:15.3125rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70aU5mLmgcmNXGvIsXmiJCAnzwiMLwn { top:24rem;left:15.872976303101rem;width:15.9375rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNCLXWhXwyn11Qs8Dw08ErpzxWZusxq { top:23.5rem;left:15.312356948852rem;width:16.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJ1QFizU39cZf50nGRwbSNrwBXZQGTL { top:23.5rem;left:30.5625rem;width:16.875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihd7PFg6uKew0vyiZicwb6isGfJFgoxl { top:23.9375rem;left:31.9375rem;width:15.8125rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN4OLsGIUkUs9ICqQi36g6XGgaDoeKiN { top:19.25rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC8maQ8NWywTktXECI3Sr6WfXqhIlGQ8 { top:19.25rem;left:13.875001907349rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbR6usQzJFKEBQsLuPGDInd48f4v5P3T { top:19.25rem;left:27.8125rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { top:1.5625rem;left:1.4842319488526rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { top:10.9375rem;left:38.685476303101rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { top:8.0625rem;left:21.124711990356rem;width:24.3125rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { top:0rem;left:0rem;width:24.375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZlG7HTy25MtAhfpvR9pKkJ4u6CTLiI { top:9.0625rem;left:1.4842319488526rem;width:16.75rem;height:4.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pRZq7A1hK8RHS4B59xQzN74IfA8dn1 { top:14.875rem;left:1.4842319488526rem;width:12.4375rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1RbKXGPwI0zHaxr3InJcpJ0SFfL7oWE { top:19.75rem;left:24.199075698852rem;width:19.3125rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1HUQusaHEflTlLoismIt9Z5XaN7oPM { top:24.1875rem;left:22.855760574341rem;width:22rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 { display:block; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0f57qWQ3TrWaIRSIzk0u9NhCKg0NNxR { top:2.75rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG { display:block; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDNuN5GR0KPo8zOc0PXguO2EPxn5lIh6 { top:1.4375rem;left:0rem;width:47.75rem;height:26.809469323105rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZXArgc6TumD5PQcMzTB6TP5QCV8SKC { top:33.3125rem;left:0rem;width:47.75rem;height:26.809197041552rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMcGfbVxFWTLc4RSlpLzoOkt4bcJVPDg { top:65.5625rem;left:0rem;width:47.75rem;height:26.809197041552rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { top:2rem;left:0rem;width:42.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:23.875rem;height:auto;top:13.75rem;left:21.375rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:23.875rem;height:auto;top:13.75rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #k7324uB6SxJ6AvMVABdSMpA78qdXB6eK { display:block; }
 }@media only screen and (max-width: 763px) { #BeE0Luqkf6VBg5mhgH8kCd8LnAAThR1T { display:block; }
 }@media only screen and (max-width: 763px) { #GNPSwKeA1FvVz7ut9rcBTy0kZT4106iR { display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c35hoxNFnQVi5IJfRD7U07csrQ7KNPMm {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #bT0d4na6IcUpmhqTLklCBJBBqd2tfsIQ {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #yMVFf3nprPHelUeJyei26V6VKWgcWTqc {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RS8CzfIinWu2ovJhUO0IL0qn9AydJoX6 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rqG11B9mInZ1MGxlGTlZMNp44XUF9PST {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #uV1EcfrgLeEqNVvN1CkkVg3SLeykWxxL {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RNTKCKC6lziUXoEz8K7SUNgsFUu8442D {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #HwAz7SSRgNFiAcGql9aa9RwKkgdao1Iu {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #pnG9zrJSMK49R2pT3ptkX0i6PI1JQZw9 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #uCT3tzCWclgucwraoDNrbpnbVTbhFXMr { top:16.25rem;left:0rem;width:25.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGmzZAWK6TNSb0g95ic6nB6OXzWwE3Mh { top:26.25rem;left:0rem;width:39rem;height:11.480150469537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXllnWNzERkPD2lacbvQf067oWMSz6uN { top:21.3125rem;left:0rem;width:25.6875rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { display:block; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { top:3.3125rem;left:9.6875019073488rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { top:3.25rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { top:1.25rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { top:3.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { top:3.1875rem;left:7.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:47.429110064697rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuyZOzRRKw7C46DHbTuXc5yTDz2ReT9U { width:20rem;height:1.46195rem;top:-1.59375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:rgba(221,27,32,0.83);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;color:#ffffff; }
#yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT { display:flex;width:19rem;height:5.3125rem;top:0.81163197755812rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #TUUrbVWFiTktT9URDoypKOnLISpMUTN0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #aahTOcli55RTSs13z2n4WfTvG2rzPWgE {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FHOodb74x6LqUA77ENonMFbiDEZlN4Ei {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rKvNVIiwgTUn3Rg1W2a4vTuMBFiT1893 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #VF8EC6J6xg82ggLeCuLElJcFeXVLbQSp {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #MteZPXC7MfeifE10ZB9vvI49bBpcdnya {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #ABPyvBPCfoP7He6d0uFx6ddeMFI3Taqo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #gCtzkfULa9FR3wlBysHV3P26gGK5teyl {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #RzRBrX1SG7wnBpwEibvBPHSGbil4Taem {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #rRamHuGsQG8wHAa1pcRqvWeaIIFEEKdK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #FM9CEBWysiOeJTyz9x4cE0aD9G6kVLGb {  }
 }@media only screen and (max-width: 763px) { #yScIwTT0Xdrh5VAk7Eo2VbDoXkhKEtzT #AqgWX5TI5V2qnMvkld5kkyhIrVTogfyA {  }
 }@media only screen and (max-width: 763px) { #bS56VufV0ZOXy10gsEPyRzMXe81d1mcm { width:18.2494375rem;height:7.7980625rem;top:7.9571762084963rem;left:0.87384271621706rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AywNXciHDms4ZVf402AK2NTszi5HFwe4 { width:16.624rem;height:2.7618625rem;top:44.668693542481rem;left:1.6861981153488rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #OTLcLT8NxRyp28M0eMs3dOvSEpnA441Q { width:8.75rem;height:8.75rem;top:22.25rem;left:-17.84375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #OV7dTazE04ATSvOVQE3hwUA3dkn6gnb7 { width:18.675469875rem;height:3.799913625rem;top:39.716438293457rem;left:0.660445690155rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk98d4nGBzNJQTtxfxKqpisKgJy8w4U9 { display:block; }
 }@media only screen and (max-width: 763px) { #tBQHlerTZPQH0OlQmigNIcD6J8e3fJXA { width:19.124rem;height:4.14279375rem;top:16.495950698852rem;left:0.43619799613952rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uyJo3QKTwTDkBv3VLQZU9zRWwKNT9Hz2 { top:21.52850151062rem;left:2.2800928354263rem;width:15.4369375rem;height:17.2496875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0eade60-d670-4283-b9c4-f589ca311980/maltehelmholdVy2Y1cCLiT8unsplash.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:104.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:17.8125rem;height:4.875rem;top:14.21375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { width:18.75rem;height:0;top:8.96375rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:18.5625rem;height:0;top:10.478515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:16.8125rem;height:3.5625rem;top:9.3564453125rem;left:1.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:18.625rem;height:5.2175rem;top:1.25rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #BTQ8snRoINBGfW1BazO8qz7d5ANorxsz { width:20rem;height:52.8125rem;top:20.33854675293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFys1Otot7vOyhGT8B1NOh8TgUmWxbNL { width:20rem;height:2.5996125rem;top:31.83854675293rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWrFFlwcoLeBTKICnS7MKAWsqnMxa7LH { width:20rem;height:2.5996125rem;top:35.27604675293rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhLi9mSwLclRSPnviaxruRs0vGzKZLnO { width:20rem;height:2.92448125rem;top:50.255214691162rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLMpgLecdEkViUi5vrcXMLPfLwbI1J0c { width:20rem;height:0;top:74.401039123538rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCJaxpaol019u1ata1rynnEFTn5Knvk { width:18.875rem;height:4rem;top:79.713539123538rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5bKapMISepXsq2SKeTIyeXz49vyAhxD { display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a6dae6, #0b1f34);background-image: -moz-linear-gradient(180deg, #a6dae6, #0b1f34);background-image: -ms-linear-gradient(180deg, #a6dae6, #0b1f34);background-image: -o-linear-gradient(180deg, #a6dae6, #0b1f34);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dae6', endColorstr='#0b1f34' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dae6', endColorstr='#0b1f34' );";background-image: linear-gradient(180deg, #a6dae6, #0b1f34);background-size:auto !important;display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvZNkzTqNmQmXgDUrxBCBIeDLXlpS1VB { width:20rem;height:0;top:4.6725273132324rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FOKD2UCS1Eo1ceDByqrRaqdETTIRJq0x { width:15rem;height:15rem;top:5.875rem;left:2.5rem;z-index:15003;border-top:0.125rem solid rgba(221,27,32,0.72);border-left:0.125rem solid rgba(221,27,32,0.72);border-right:0.125rem solid rgba(221,27,32,0.72);border-bottom:0.125rem solid rgba(221,27,32,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #hm01deH9k5PJLVUyXt5H32wso3QgcM3H { width:12.5rem;height:12.5rem;top:7.1875rem;left:3.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DUiGzZzl9Hk16HQIE0IGFAVcO00n8vXc { width:5.6875rem;height:17.6875rem;top:4.5625rem;left:7.1875rem;z-index:14996;background-color:#0b1f34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iWK60oH9mwgeoPecfuiVstzfqP6MEibH { width:16.875rem;height:1.6247125rem;top:23.020833313465rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH { width:20rem;height:15.8608125rem;top:25.994141578674rem;left:0rem;font-size:1rem;z-index:15007;display:block; }#aw7rZR7Tl8WuL2HRyi5eU81BOweTnHUH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d02b5b2d2100660462ec1b48d92aa0fd4351065f.svg); }
 }@media only screen and (max-width: 763px) { #UOEXCJ14RUBMORONflH8EySRzvTeoPvH { width:20rem;height:6.044925rem;top:5.875rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #LsdzFtnCDsG5JqHXIRSRTpVFXJtbNCR6 { width:15rem;height:15rem;top:45.9375rem;left:2.5rem;z-index:15003;border-top:0.125rem solid rgba(221,27,32,0.8);border-left:0.125rem solid rgba(221,27,32,0.8);border-right:0.125rem solid rgba(221,27,32,0.8);border-bottom:0.125rem solid rgba(221,27,32,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #f5SvgSl1W64Lw8J2QU6u5xA1IbScbmy3 { width:12.5rem;height:12.5rem;top:47.25rem;left:3.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uTfBWxoXRLWva5kTW4iRRHdtGHHdIDrT { width:5.6875rem;height:17.6875rem;top:44.625rem;left:7.125rem;z-index:15000;background-color:#0b1f34;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FCkkOkeF5kOsNaMZ5TruDlJCUxnrnAc8 { width:16.8125rem;height:1.6247125rem;top:63.375rem;left:1.625rem;font-size:1.25rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTXlaWziZsDvEAkBwEPxfB7AVk9ffphD { width:12.1875rem;height:1.349825rem;top:65rem;left:3.9375rem;font-size:1.125rem;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcunASg4TPcezVE0JtbTm5y4AL9kZwFO { width:20rem;height:9.3294375rem;top:66.833333969119rem;left:0rem;font-size:1rem;z-index:15008;display:block; }#vcunASg4TPcezVE0JtbTm5y4AL9kZwFO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
 }@media only screen and (max-width: 763px) { #rbnuuXCSszBwFOhWIEfT6H0ntqLTW5KG { width:14.0625rem;height:1.349825rem;top:24.645183563233rem;left:2.9687500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #d8C0qsbBtDDk7Wmz5L1w2Emn4ACyCugT { width:16.8120625rem;height:2.5180875rem;top:1.0163488388061rem;left:1.5928820371627rem;font-size:1.9375rem;z-index:15017;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXtA3imIwhcfZD8qdsursGnT1PglOu3x { top:79.190544128419rem;left:0rem;width:20rem;height:0.0625rem;z-index:15019;background-color:#78b4d7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:206.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { width:15rem;height:15rem;top:8.545575rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { width:16.875rem;height:1.625rem;top:79.08724175rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { width:14.0625rem;height:1.3496125rem;top:84.83724175rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { width:20rem;height:15.872375rem;top:89.5986328125rem;left:0rem;font-size:1rem;display:block; }#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e34ce55dfb5df2794b6210cdfb24e988b746aa84.svg); }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { width:15rem;height:15rem;top:43.816408375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { width:16.8125rem;height:1.625rem;top:81.96224175rem;left:1.5625rem;font-size:1.25rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { width:12.1875rem;height:1.3496125rem;top:87.43685425rem;left:3.875rem;font-size:1.125rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { width:20rem;height:9.3359375rem;top:107.15821675rem;left:0rem;font-size:1rem;display:block; }#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d612329d0196e72081d39171dc201bb58fe1f8b0.svg); }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { width:12.5rem;height:12.5rem;top:9.858075rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { width:12.5rem;height:12.5rem;top:45.253908375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMKzlTuBZw39OIsTFeBRASq7HyuDrDc9 { width:19.1875rem;height:10.9668125rem;top:19.297527313233rem;left:0.40625005960464rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15007;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-shadow:-0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gBQz5zXcMcrWJk4um1wkTwDg6TFMbsIP { width:20rem;height:41.3125rem;top:121.055890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvKGr4uonkMmkzc3FCDf9ua86tqoT8L { width:20rem;height:41.375rem;top:163.618390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6eVGBX94e7UIt3wxc6nGpTBu0IiuOup { width:19.9375rem;height:0;top:117.743390625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { width:20rem;height:85.5625rem;top:6.67028427124rem;left:0.00072342157363894rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { display:flex;width:3.06206875rem;height:3.06206875rem;top:35.104892253876rem;left:8.4671589136125rem; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { display:flex;width:3.1872125rem;height:3.1872125rem;top:8.7471065521237rem;left:8.4042249917981rem; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { display:flex;width:2.6237rem;height:2.6237rem;top:66.100265502931rem;left:8.6856199502944rem; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:17.6893775rem;height:3.93938375rem;top:93.998846054075rem;left:1.1537905931473rem;font-size:1.1875rem;background-color:rgba(221,27,32,0.84);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { width:4.999275rem;height:4.999275rem;top:7.7495670318606rem;left:7.4059606790544rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { width:4.99855625rem;height:4.99855625rem;top:34.044431000948rem;left:7.4059606790544rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { width:4.99855625rem;height:4.99855625rem;top:64.820606231688rem;left:7.4059606790544rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { width:0.0625rem;height:17.4375rem;top:10.0996125rem;left:13.625001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { width:16.8735625rem;height:14.3735625rem;top:74.6643447876rem;left:1.4691840410232rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { width:15.7494375rem;height:4.5486125rem;top:1.3729743957519rem;left:2.1238428354263rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { width:19.99925rem;height:5.56206875rem;top:95.598237991331rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #yl16iiCXrExsgG2JCsfLMkBczEThiKHb { width:11.4375rem;height:3.5rem;top:34.6875rem;left:8.125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #wTRsFiV7IkThzeQUWFauqm3Ge5GL4WeA { width:15.3110625rem;height:13.8092875rem;top:18.776766777039rem;left:2.3430267572403rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a70aU5mLmgcmNXGvIsXmiJCAnzwiMLwn { width:15.9360625rem;height:16.5711875rem;top:45.432586669922rem;left:2.0305267572403rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNCLXWhXwyn11Qs8Dw08ErpzxWZusxq { width:16.87425rem;height:17.062375rem;top:45.094041824341rem;left:1.4691840410232rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJJ1QFizU39cZf50nGRwbSNrwBXZQGTL { width:17rem;height:14.6875rem;top:18.154939651489rem;left:1.4684606790543rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ihd7PFg6uKew0vyiZicwb6isGfJFgoxl { width:15.812375rem;height:12.42838125rem;top:75.7284488678rem;left:2.0920139551163rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN4OLsGIUkUs9ICqQi36g6XGgaDoeKiN { width:19.936375rem;height:3.57494375rem;top:13.477286338806rem;left:0.062934041023256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sC8maQ8NWywTktXECI3Sr6WfXqhIlGQ8 { width:19.936375rem;height:3.57494375rem;top:40.281391143799rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbR6usQzJFKEBQsLuPGDInd48f4v5P3T { width:19.936375rem;height:3.57494375rem;top:70.504922866819rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,218,230,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,218,230,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { display:flex;width:4.56235625rem;height:4.56235625rem;top:2.1079292297363rem;left:1.3100405931473rem; }
 }@media only screen and (max-width: 763px) { #TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { display:flex;width:4.25rem;height:4.25rem;top:27.625rem;left:15.104167282581rem; }
 }@media only screen and (max-width: 763px) { #i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { width:20rem;height:25.1875rem;top:26.749132633209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { width:18.6875rem;height:23.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlZlG7HTy25MtAhfpvR9pKkJ4u6CTLiI { width:16.749875rem;height:4.386575rem;top:7.7322063446044rem;left:1.3093172311783rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pRZq7A1hK8RHS4B59xQzN74IfA8dn1 { width:12.4363125rem;height:6.2991875rem;top:12.782821655274rem;left:1.3107639551162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1RbKXGPwI0zHaxr3InJcpJ0SFfL7oWE { width:9.37425rem;height:4.386575rem;top:33.141599655151rem;left:9.3735538721088rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK1HUQusaHEflTlLoismIt9Z5XaN7oPM { width:16.24925rem;height:12.598375rem;top:38.501882553101rem;left:3.1503185033798rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 { display:block; }#v7xG2atmpyASH2KlWq7Wp41uXPBUXpX7 > .row .container { width:20rem;height:5.5982591796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0f57qWQ3TrWaIRSIzk0u9NhCKg0NNxR { width:19.9985625rem;height:3.57494375rem;top:2.0240154266358rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG { display:block; }#tKTC2Mx9l4L8hCyCKikyq0S9DyztiEmG > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDNuN5GR0KPo8zOc0PXguO2EPxn5lIh6 { height:11.229097098683rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQZXArgc6TumD5PQcMzTB6TP5QCV8SKC { height:11.228983054053rem;width:20rem;top:13.729rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMcGfbVxFWTLc4RSlpLzoOkt4bcJVPDg { height:11.228983054053rem;width:20rem;top:26.2073125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:20rem;height:35.834049316406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { width:19.562375rem;height:5.85069375rem;top:1.1241607666016rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:17.5rem;height:auto;top:11.906799316406rem;left:0rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:17.5rem;height:auto;top:11.906799316406rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k7324uB6SxJ6AvMVABdSMpA78qdXB6eK { display:block; }
 }@media only screen and (max-width: 763px) { #BeE0Luqkf6VBg5mhgH8kCd8LnAAThR1T { display:block; }
 }@media only screen and (max-width: 763px) { #GNPSwKeA1FvVz7ut9rcBTy0kZT4106iR { display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c35hoxNFnQVi5IJfRD7U07csrQ7KNPMm {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #bT0d4na6IcUpmhqTLklCBJBBqd2tfsIQ { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #yMVFf3nprPHelUeJyei26V6VKWgcWTqc {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RS8CzfIinWu2ovJhUO0IL0qn9AydJoX6 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rqG11B9mInZ1MGxlGTlZMNp44XUF9PST { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #uV1EcfrgLeEqNVvN1CkkVg3SLeykWxxL {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #RNTKCKC6lziUXoEz8K7SUNgsFUu8442D {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #HwAz7SSRgNFiAcGql9aa9RwKkgdao1Iu { display:none; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #pnG9zrJSMK49R2pT3ptkX0i6PI1JQZw9 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #uCT3tzCWclgucwraoDNrbpnbVTbhFXMr { width:19.1869375rem;height:2.9239rem;top:8.4389476776125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fGmzZAWK6TNSb0g95ic6nB6OXzWwE3Mh { width:20rem;height:5.9153625rem;top:0rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #ZXllnWNzERkPD2lacbvQf067oWMSz6uN { width:19.9985625rem;height:0;top:37.837111473084rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { display:block; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { width:20rem;height:13.221894726562rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { width:7.3125rem;height:1.3997375rem;top:11.82356875rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { width:11.375rem;height:1.3997375rem;top:6.36198125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { width:20rem;height:1.04980625rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { width:1.5625rem;height:1.5625rem;top:3.54948125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { width:1.5625rem;height:1.5625rem;top:9.01106875rem;left:9.1875rem;display:block; }
 }