.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:214,215,241;--color-primary-1:194,194,255;--color-primary-2:51,53,185;--color-primary-3:0,2,168;--color-primary-4:0,0,102;--color-secondary-0:217,240,249;--color-secondary-1:130,206,236;--color-secondary-2:4,157,217;--color-secondary-3:2,79,109;--color-secondary-4:1,24,33;--color-tertiary-0:255,255,255;--color-tertiary-1:160,158,227;--color-tertiary-2:97,94,208;--color-tertiary-3:57,54,196;--color-tertiary-4:0,0,102;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YcfhqZLA/laptop_2562325.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK.adaptive-delivery-prevent-bg, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyload, #ey5z5T53bA1d52W2JzCziTGiHTIZicHK.lazyloading { background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,251,251,0.85); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,251,251,0.85); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::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; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { position:absolute;display:block;z-index:15001;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:46.5625rem;width:46.5625rem;top:0rem;left:36.312499046326rem;overflow:hidden;display:block; }
#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.125rem;left:3.5rem;height:7.6375rem;font-style:normal;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:#000000;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:22.8125rem;left:4.6875rem;height:7.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN li:before{  }
#sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { z-index:15004;top:31.875rem;left:6.25rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.1875rem 0.3125rem 0.125rem rgba(31,28,28,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BJMyR38dW7BWvgqBTuMzh684eG50TqV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.875rem;top:1.3125rem;left:3.5rem;overflow:hidden;display:block; }
#kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:5.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { position:absolute;display:block;z-index:15012;background-color:#bfbfbf;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.125rem;top:15.5rem;left:41.5625rem;display:block; }
#mqoqAyygbBH7s72GpxzxyzrAdTcNTcVR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.25rem;left:44.6875rem;overflow:hidden;display:block; }
#bVrkpHHqTusFw9z192nAinC73uVDuoUq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:1.3125rem;left:47.25rem;overflow:hidden;display:block; }
#HUJ88LQkqgkLA27XX72NVF7CT0estLCn { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-2),1));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:3.1875rem;width:42.9375rem;top:14.1875rem;left:2.09375rem;display:block; }
#ynabFxWVmO0lh3riZR2QZEhuT96tFXpA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3732625rem;width:4.9357625rem;top:12.183159828186rem;left:41.562500953674rem;overflow:hidden;display:block; }
#TKAIhV5AxluA5EUiBmXXoxkqM9LhEvgo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15004;top:39.1875rem;left:35.374999046326rem;display:block; }
#zzCZ78K9G6op3nWmHFtaJmkTfL9dgCXg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.875rem;top:41.4375rem;left:35.5625rem;display:block; }
#r5HNPnb5R2atMvWTkF6r0flM0tWb9xgA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:32.1875rem;left:50.875rem;overflow:hidden;display:block; }
#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container { background-color: transparent; background-image: none; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container > .video-iframe-container { display: none; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row > .video-iframe-container { display: none; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .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); }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container { border-width: 0; border-radius: 0; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#T2BU5GqyvopeqE4iGlrdUDIikbT8PJmk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.68125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aqddHxqOuIAZ0rxyb7Ht7Cayykk1n0Mi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:4.9375rem;width:40.25rem;top:3.9375rem;left:17.375rem;display:block; }
#r1909fwlh05mS7cto4TuGa74VWP0IMgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-2),1));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; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container { background-color: transparent; background-image: none; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container > .video-iframe-container { display: none; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row > .video-iframe-container { display: none; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .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); }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container { border-width: 0; border-radius: 0; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WzHN3Z4f/RE4GRHv.jpg");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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.0625rem 0.5rem rgba(var(--color-tertiary-0),1) ;height:31.25rem;width:28.4375rem;top:0rem;left:3.75rem;display:block; }#XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.adaptive-delivery-prevent-bg, #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.lazyload, #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.lazyloading { background-image: none; }
#qbTXQwIEAfoNg9ZPFFch6n4y0NM8gLwg { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.97466468811037rem;left:38.718750953674rem;height:30.3875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#uikT2e0tLlAUDeBgvbp2UNgf7LEFJWQd { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.9375rem;top:5.3742208480835rem;left:38.718749046326rem;display:block; }
#Et1gqy6aoUL5ZkhTMEKAoq0d3p1GAtTT { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.9375rem;top:12.811718463898rem;left:38.718749046326rem;display:block; }
#EGKfIUDkdbw4QL77pzOReeOB3x66F6Tb { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.9375rem;top:18.624218463897rem;left:38.718749046326rem;display:block; }
#N4iHeaxdJHlhXGWyyK46Stx2PGDsVtTr { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.9375rem;top:26.124218463897rem;left:38.718749046326rem;display:block; }
#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YcfhqZLA/laptop_2562325.jpg");background-position:center left !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; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34.adaptive-delivery-prevent-bg, #uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34.lazyload, #uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34.lazyloading { background-image: none; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container { background-color: transparent; background-image: none; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container > .video-iframe-container { display: none; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.95); }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row > .video-iframe-container { display: none; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .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); }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container { border-width: 0; border-radius: 0; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34::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; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#QQaw8nJ5zgISeL0AZXdbiNJ79iTmWLP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7.0625rem;left:6.9375009536744rem;height:4.4rem;font-style:normal;display:block; }
#lZa3Ba6uIgfpv9SCJSg2qwTJuqJwiNpF { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:13.310764312744rem;left:6.9375009536744rem;height:8.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xLvvUc7OPayCLPR35AcwlTz9h1u7ri1P { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:30rem;top:16.09375rem;left:37.46875rem;overflow:hidden;display:block; }
#luEZNEtiRrBLBuEebg3cCF5CiF1c8dgT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:32.0625rem;top:15.0625rem;left:36.4375rem;overflow:hidden;display:block; }
#gL1aZN3JDaJVVV4WiQE3tTk7qPqsBqWS { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.9375rem;top:29.0625rem;left:9.3125rem;display:block; }
#KZo238F2MyaixbklZIgkNBU8ugF39bRU { color:#030a8c;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.6875rem;left:14.812500953674rem;height:1.4625rem;display:block; }
#KlORLnCAJhCd9FqidhKpi6vdAmalug5O { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:31rem;top:33.3125rem;left:11.6875rem;display:block; }
#T7hIhTE9TmQK6TVuTRdLGZzJdCOsb0T1 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:37.5625rem;left:15.125rem;display:block; }
#R507c4hI2vvIP8MlqtIkTXGGlHtQnJo5 { color:#030a8c;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:36rem;left:19.750000953674rem;height:1.4625rem;display:block; }
#SWXWBgRR2wO9CvUg6ET8pxVmPir5DMSv { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.6875rem;top:41.5625rem;left:21.6875rem;display:block; }
#bq7dI42uyypvFMJBTJa8iKsNTQrD2MBx { color:#030a8c;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:40.125rem;left:24.3125rem;height:1.4625rem;display:block; }
#pvInQq9UmVW3UzBMCGBOvMSq4yUisQ3g { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:27.1875rem;left:10.125rem;overflow:hidden;display:block; }
#cROdd6MJsDdNfTRBI1m4ep4VNUVh2orp { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:31.3125rem;left:12.0625rem;overflow:hidden;display:block; }
#de85bkEUtGvU31wGzPovH4HwSNhrefO2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:35.5625rem;left:16.9375rem;overflow:hidden;display:block; }
#qFUhiXHNcTy2dw1GTArMp0DVTsVb49m2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:39.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#CyoWawaqt6X2rHKTw4y9KytHMp436tEc { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;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:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:44.5625rem;top:6.125rem;left:6.0000009536743rem;display:block; }
#rP0FhtqgTIDqns63nFfgbb5xPyL4kiGq { color:#030a8c;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:27.5625rem;left:13.3125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#B3ipvTaUIxJr4tSnKI8QATX4EdOV2sKL { position:absolute;display:block;z-index:15031;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.96) ;height:2.25rem;width:16.5rem;top:22.8125rem;left:6.3125rem;display:block; }
#MSENnUy6gAsTLmWHZFpQUMDUP7oVrFNF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:6.9375rem;height:1.3rem;font-style:normal;display:block; }
#n0pwLS6EZ1OVaycw9pizXDc1TaHOoSkI { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:42.680554389954rem;left:24.656250953674rem;overflow:hidden;display:block; }
#RRyJheruaRimuh2T7dIHbW55TyqGfTRx { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.6875rem;top:44.6875rem;left:27.375rem;display:block; }
#osdX43GRkBktHLxSK8bRJbMKRC8l39Cf { color:#030a8c;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:43.5rem;left:29.187500953674rem;height:1.4625rem;display:block; }
#AUyUMPUPQIUCMlUl7M95D1AE8gzoHaoS { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.9375rem;top:6.6371526718137rem;left:51.375000953674rem;overflow:hidden;display:block; }
#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container { background-color: transparent; background-image: none; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container > .video-iframe-container { display: none; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row > .video-iframe-container { display: none; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .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); }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container { border-width: 0; border-radius: 0; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#qkpuCJDV5HPANRMnhE2PGPuOZGHOu2Wf { color:#000000;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:3.9678802490234rem;left:2.9375rem;height:4.75rem;display:block; }
#iHFo62aqLHkZI46wVCyQBZpPbATkV3MD { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.96) ;height:2.625rem;width:18.875rem;top:9.4375rem;left:2.9375rem;display:block; }
#xmURvNzU7xTneRZsriAsm319P14qqxy8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:9.9375rem;left:3.96875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH { position:relative;display:block; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH { background-color: transparent; background-image: none; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container > .video-iframe-container { display: none; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row > .video-iframe-container { display: none; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .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); }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH { border-width: 0; border-radius: 0; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kCrDHX9sLQJT4L6hh4LfJ9AnRhUVNEKT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(36,48,100,0.15) ;height:11.375rem;width:16.4375rem;top:3.6875rem;left:1.15625rem;display:block; }
#ZJU4izWFCRnofischf4fPTga2izMkTgQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(36,48,100,0.15) ;height:11.375rem;width:16.4375rem;top:3.6875rem;left:19.905468940735rem;display:block; }
#afRmKJaxU3StHxdz9kkpTiinOybnOGn8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.3296871185302rem;height:5.525rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#siC5iX5DSDklc7Rqi0byw94UdyM5Ct5P { color:#243064;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.75rem;left:2.390625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3M38yO8snsZ0BHKzINwEdlZHxzNlrhX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(36,48,100,0.15) ;height:11.375rem;width:16.4375rem;top:3.6875rem;left:38.656250953674rem;display:block; }
#SWhCfVgV0IO54CuCq1yZmPQSM9EZca1c { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(36,48,100,0.15) ;height:11.375rem;width:16.4375rem;top:3.6875rem;left:57.406250953674rem;display:block; }
#vdnGS7doXMRQzsdzFzGxC6TpSK2zp8Kx { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.75rem;left:21.592968940735rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GQ5D92tAF76nrPJJW2A4tlrHdsqo8TtG { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.13125038147rem;left:39.656250953674rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UgO5X5lM8g7mThVmsXKKSucGWBur6BTZ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.75rem;left:59.093750953674rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HEpauZWig0uGnEhDECQqVbTwg1kq5iuD { color:#243064;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.75rem;left:21.592968940735rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CRZZyT9yxUG8zPzwteyLX1waOEAyaTsL { color:#243064;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.275000572204rem;left:39.656250953674rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9GldGTawcO5N3XegyqkmJ9iO937k1wT { color:#243064;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:11.75rem;left:59.093750953674rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 { position:relative;display:block; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 { background-color: transparent; background-image: none; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container > .video-iframe-container { display: none; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row > .video-iframe-container { display: none; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .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); }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 { border-width: 0; border-radius: 0; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pZeE6eXlTwG2ohElFTRSlgK1CTyHc072 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(36,48,100,0.15) ;height:11.375rem;width:16.4375rem;top:3.6875rem;left:1.15625rem;display:block; }
#UW9VTQrrn1kV5gdS5Ku6A7zPVNtqz2NX { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Swob2DMMqfswoACcQmSW3UJHrFROiROq { color:#243064;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:2.84375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container { background-color: transparent; background-image: none; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container > .video-iframe-container { display: none; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row > .video-iframe-container { display: none; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .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); }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container { border-width: 0; border-radius: 0; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#b2M56q2qhWdIO5I2kOzOOohHuazScsMi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.90625rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UPvgOVTCffTr4mfc1km4wDUZaSZ9THUN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.5625rem;width:32.25rem;top:0rem;left:21.375000953674rem;display:block; }
#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container { background-color: transparent; background-image: none; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container > .video-iframe-container { display: none; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row > .video-iframe-container { display: none; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .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); }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container { border-width: 0; border-radius: 0; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#oPFSTONrQSSWJ4AonnDT7iKab8e3Poih { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:9.875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#nzsNqTJOkNrsfTM0zNePy7bdR3lTQd7N { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:4.1875rem;left:8.8125rem;display:block; }
#oaKhbmCRZ4HE33vRLpm7axm8Twcl4D3i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:11.5625rem;left:4.1875rem;height:5.3125rem;text-align:center;text-align-last:center;display:block; }
#nQaQGfX5khP87FBKQDfMKP6sTw501aTy { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:4.3125rem;left:33rem;display:block; }
#epHFiTdBpTxI5JLybc6WDJTdfGxAWygG { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.25rem;left:34.0625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#bpS0m4i9M79u5fr1PU6KG766RIRohbMi { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:5rem;width:5rem;top:4.3125rem;left:59.9375rem;display:block; }
#FUu0KPyIq1HITG2K1ctx10nlQ9izUImo { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.25rem;left:61rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#Ro82BNkRnNS3bwnww6JtWxCFGFLyn8qg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:11.5625rem;left:25.625rem;height:5.3125rem;text-align:center;text-align-last:center;display:block; }
#HJPT3xKceiH7LOt39q1rGv9ozWopB8xy { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:11.5625rem;left:51.1875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#kBFitFvDEdn5T8vwHduF4eTfm4l43iIB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),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:6.25rem;top:6.8125rem;left:19.8125rem;display:block; }
#VTaKXFMUayz0ATGt9cRCJsHODGrlKUTh { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),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:6.25rem;top:6.8125rem;left:47rem;display:block; }
#BwKduM55V3dIsgxWQ4vTBD1xq67AqMFG { position:absolute;display:block;z-index:15000;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:60rem;width:60rem;display:none; }
#Eessut4TT3JbmSDg39llSTkdJm2dOXGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #030a8c, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #030a8c, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #030a8c, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #030a8c, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030a8c', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030a8c', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #030a8c, rgba(var(--color-secondary-2),1));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; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { background-color: transparent; background-image: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container > .video-iframe-container { display: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row > .video-iframe-container { display: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .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); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { border-width: 0; border-radius: 0; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#Qm1Ua1lBToe9MWmNPBi5TmPQcghpVI4P { 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:25.75rem;width:25.75rem;top:17.4365234375rem;left:44.375rem;overflow:hidden;display:block; }
#e3Ro0hVNzCtUVd7Gzr7n6mNvl0dnGH0V { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9365234375rem;left:6.03125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nuQpXk83vQBZ5QesdJJA5DXokRuBwfCM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),0.32);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30rem;width:29.3125rem;top:15.3125rem;left:4.8125rem;display:block; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-form-header {  }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:26rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-primary-4),1);font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .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; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #28bfff, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(178deg, #28bfff, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(178deg, #28bfff, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(178deg, #28bfff, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bfff', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bfff', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(178deg, #28bfff, rgba(var(--color-tertiary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:700;color:#f2f9ff;width:26rem;height:3.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#f6f6f6;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal;float:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .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; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-container:first-of-type{padding-top:0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-container:last-of-type{padding-bottom:0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.3125rem;left:4.81201171875rem; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn {display:block;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.3125rem;left:4.81201171875rem; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Xb8q3benOTPOuH4h37ayEmX9dmy1v2BT { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #B8NXMkfVA6rXINAmNcPT4QM9yUPukwH9 { position:relative;display:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #fJWCn0nqqHqRpnqase5TAsiRzBnuqGob { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #OL7ur92u70KMxKwnC62TUmam8eMzboiM { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IWhuNBTF6aKX47JFvF0ulkRUyOw3lnd3 { position:relative;display:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #CsvwSSOJiyqT9Km1MDcfRS3hHTEXFoqG { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #xMlzXytrPSwkQdwRvIeCwIQQE84OVvL4 { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #TmLw8qNTPOuUXiu3b06i2p7Anf0fzlAu { position:relative;display:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #NbKVtcIKgbvFWLMRiWNTF4Z86zbHLTP8 { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #gMpT38AXUXW0yWwCXa833X4lklHiNLvo { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Lto6Jy1m8V3k9uxSZ6USwKaBwDZw0PTk { position:relative;display:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #LiIVkrnMTOqU6RRRfDegrJEniltqbGD6 { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #rXzp8PmOdH22ORkJoghcqK0VgTOsecMC { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MZbsOpkZnv4slH4f3bhrAKnbgmwAZcme { position:relative;display:none; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #FELiBkoh23gD5WNtoLwZAs0XqnZL575f { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #JwixoQtDtqt8SS2hd4SufNFwMWQK5lXW { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #oc1Ao2c4kR208NOtqcsf62GI0b34gcE9 { position:relative;z-index:2; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IVq4qAB6H4sWlTXKnTUA17HDkwGuulxL { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #RUO5619tgCa5F3OQ2vsiBBpISTKCQ0KB { position:relative; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MbTBcq0WvKhhLTZAzlXmpDRofl86RTuu { position:relative; }
#hfULGpDuo1m44LNk7F5KTxuAQuuAX0DB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:24.5rem;width:24.5rem;top:17.625rem;left:45rem;display:block; }
#XMvPmtJdTsO5ASFZbUsqPL0pszabTpBb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.7250022888184rem;left:17.52499961853rem;height:;display:block; }
#l9b51VTVNfSsfTQJ8LLoaPbP7bIGvwbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:65.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.912109375rem;left:4.625rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container { background-color: transparent; background-image: none; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container > .video-iframe-container { display: none; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row > .video-iframe-container { display: none; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .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); }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container { border-width: 0; border-radius: 0; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#Z8fb4qBTJglTQbCcI5zhpSpXxONzJPGC { color:#030a8c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:50.3125rem;height:3.4125rem;text-align:right;text-align-last:right;display:block; }
#xtn3tDA2QlTkn6UUvI4tQETTDB7UmiVm { color:#030a8c;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0374946594238rem;left:7.5rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#TM1iTuh1qixo3PzA9w6i54Q6XVKzRXKT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.8125rem;top:2.0562515258789rem;left:31.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { top:0rem;left:1.1875rem;width:46.5625rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:14.125rem;left:0rem;width:40.5625rem;height:7.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:22.8125rem;left:0rem;width:29.25rem;height:7.5625rem;font-size:0.9375rem;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN li:before{  }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { top:31.875rem;left:0rem;width:23.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJMyR38dW7BWvgqBTuMzh684eG50TqV2 { display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { top:1.3125rem;left:0rem;width:9.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { top:5.8125rem;left:27.9375rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { top:15.5rem;left:27.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoqAyygbBH7s72GpxzxyzrAdTcNTcVR { top:3.25rem;left:31.0625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrkpHHqTusFw9z192nAinC73uVDuoUq { top:1.3125rem;left:33.625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJ88LQkqgkLA27XX72NVF7CT0estLCn { top:14.1875rem;left:0rem;width:42.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynabFxWVmO0lh3riZR2QZEhuT96tFXpA { width:4.875rem;height:3.3317354081563rem;top:12.125rem;left:27.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAIhV5AxluA5EUiBmXXoxkqM9LhEvgo { top:39.1875rem;left:21.749999046326rem;width:4.25rem;height:4.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzCZ78K9G6op3nWmHFtaJmkTfL9dgCXg { top:41.4375rem;left:21.9375rem;width:3.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5HNPnb5R2atMvWTkF6r0flM0tWb9xgA { top:32.1875rem;left:37.25rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 { display:block; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2BU5GqyvopeqE4iGlrdUDIikbT8PJmk { width:47.75rem;height:2.625rem;top:4.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqddHxqOuIAZ0rxyb7Ht7Cayykk1n0Mi { top:3.9375rem;left:3.75rem;width:40.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1909fwlh05mS7cto4TuGa74VWP0IMgz { display:block; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x { width:28.4375rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbTXQwIEAfoNg9ZPFFch6n4y0NM8gLwg { top:0.9375rem;left:12rem;width:35.75rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikT2e0tLlAUDeBgvbp2UNgf7LEFJWQd { top:5.3125rem;left:14.8125rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et1gqy6aoUL5ZkhTMEKAoq0d3p1GAtTT { top:12.75rem;left:14.8125rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKfIUDkdbw4QL77pzOReeOB3x66F6Tb { top:18.5625rem;left:14.8125rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4iHeaxdJHlhXGWyyK46Stx2PGDsVtTr { top:26.0625rem;left:14.8125rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 { display:block; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQaw8nJ5zgISeL0AZXdbiNJ79iTmWLP1 { top:7.0625rem;left:0rem;width:43.4375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZa3Ba6uIgfpv9SCJSg2qwTJuqJwiNpF { top:13.25rem;left:0rem;width:32.3125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLvvUc7OPayCLPR35AcwlTz9h1u7ri1P { top:16.0625rem;left:17.75rem;width:30rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #luEZNEtiRrBLBuEebg3cCF5CiF1c8dgT { top:15.0625rem;left:15.6875rem;width:32.0625rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL1aZN3JDaJVVV4WiQE3tTk7qPqsBqWS { top:29.0625rem;left:0rem;width:32.9375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo238F2MyaixbklZIgkNBU8ugF39bRU { top:31.6875rem;left:1.1875009536743rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlORLnCAJhCd9FqidhKpi6vdAmalug5O { top:33.3125rem;left:0rem;width:31rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hIhTE9TmQK6TVuTRdLGZzJdCOsb0T1 { top:37.5625rem;left:1.5rem;width:29.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R507c4hI2vvIP8MlqtIkTXGGlHtQnJo5 { top:36rem;left:6.1250009536743rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXWBgRR2wO9CvUg6ET8pxVmPir5DMSv { top:41.5625rem;left:8.0625rem;width:29.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq7dI42uyypvFMJBTJa8iKsNTQrD2MBx { top:40.125rem;left:10.687500953674rem;width:15.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvInQq9UmVW3UzBMCGBOvMSq4yUisQ3g { top:27.1875rem;left:0rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROdd6MJsDdNfTRBI1m4ep4VNUVh2orp { top:31.3125rem;left:0rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de85bkEUtGvU31wGzPovH4HwSNhrefO2 { top:35.5625rem;left:3.3125rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUhiXHNcTy2dw1GTArMp0DVTsVb49m2 { top:39.8125rem;left:7.9375rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoWawaqt6X2rHKTw4y9KytHMp436tEc { top:6.125rem;left:0rem;width:44.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP0FhtqgTIDqns63nFfgbb5xPyL4kiGq { top:27.5625rem;left:0rem;width:13.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3ipvTaUIxJr4tSnKI8QATX4EdOV2sKL { top:22.8125rem;left:0rem;width:16.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSENnUy6gAsTLmWHZFpQUMDUP7oVrFNF { top:23.3125rem;left:0rem;width:16.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0pwLS6EZ1OVaycw9pizXDc1TaHOoSkI { top:42.625rem;left:11.031250953674rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyJheruaRimuh2T7dIHbW55TyqGfTRx { top:44.6875rem;left:13.75rem;width:29.6875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osdX43GRkBktHLxSK8bRJbMKRC8l39Cf { top:43.5rem;left:15.562500953674rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyUMPUPQIUCMlUl7M95D1AE8gzoHaoS { top:6.625rem;left:37.750000953674rem;width:7.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg { display:block; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkpuCJDV5HPANRMnhE2PGPuOZGHOu2Wf { top:3.9375rem;left:0rem;width:39.625rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHFo62aqLHkZI46wVCyQBZpPbATkV3MD { top:9.4375rem;left:0rem;width:18.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmURvNzU7xTneRZsriAsm319P14qqxy8 { top:9.9375rem;left:0rem;width:26.125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH { display:block; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCrDHX9sLQJT4L6hh4LfJ9AnRhUVNEKT { width:16.4375rem;height:11.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJU4izWFCRnofischf4fPTga2izMkTgQ { width:16.4375rem;height:11.375rem;top:3.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRmKJaxU3StHxdz9kkpTiinOybnOGn8 { width:14.8125rem;height:;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siC5iX5DSDklc7Rqi0byw94UdyM5Ct5P { width:11.25rem;height:2.4375rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3M38yO8snsZ0BHKzINwEdlZHxzNlrhX { width:16.4375rem;height:11.375rem;top:3.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhCfVgV0IO54CuCq1yZmPQSM9EZca1c { width:16.4375rem;height:11.375rem;top:3.6875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdnGS7doXMRQzsdzFzGxC6TpSK2zp8Kx { width:13.0625rem;height:;top:5.75rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ5D92tAF76nrPJJW2A4tlrHdsqo8TtG { width:14.4375rem;height:1.375rem;top:7.125rem;left:21.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgO5X5lM8g7mThVmsXKKSucGWBur6BTZ { width:14.4375rem;height:;top:5.75rem;left:33.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEpauZWig0uGnEhDECQqVbTwg1kq5iuD { width:11.875rem;height:2.4375rem;top:11.75rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRZZyT9yxUG8zPzwteyLX1waOEAyaTsL { width:12.0625rem;height:2.4375rem;top:11.25rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9GldGTawcO5N3XegyqkmJ9iO937k1wT { width:11.875rem;height:2.4375rem;top:11.75rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 { display:block; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZeE6eXlTwG2ohElFTRSlgK1CTyHc072 { width:16.4375rem;height:11.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW9VTQrrn1kV5gdS5Ku6A7zPVNtqz2NX { width:13.5625rem;height:;top:5.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swob2DMMqfswoACcQmSW3UJHrFROiROq { width:11.375rem;height:2.4375rem;top:10rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2FFXpEEUILeUwqB8H7pErX75pvcHEgO { display:block; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2M56q2qhWdIO5I2kOzOOohHuazScsMi { top:0.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvgOVTCffTr4mfc1km4wDUZaSZ9THUN { top:0rem;left:7.7500009536744rem;width:32.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd { display:block; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPFSTONrQSSWJ4AonnDT7iKab8e3Poih { top:5.125rem;left:0rem;width:3.1875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzsNqTJOkNrsfTM0zNePy7bdR3lTQd7N { top:4.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaKhbmCRZ4HE33vRLpm7axm8Twcl4D3i { top:11.5625rem;left:0rem;width:14.25rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQaQGfX5khP87FBKQDfMKP6sTw501aTy { top:4.3125rem;left:19.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHFiTdBpTxI5JLybc6WDJTdfGxAWygG { top:5.25rem;left:20.4375rem;width:3.1875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpS0m4i9M79u5fr1PU6KG766RIRohbMi { top:4.3125rem;left:42.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUu0KPyIq1HITG2K1ctx10nlQ9izUImo { top:5.25rem;left:44.5625rem;width:3.1875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro82BNkRnNS3bwnww6JtWxCFGFLyn8qg { top:11.5625rem;left:12rem;width:20.0625rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJPT3xKceiH7LOt39q1rGv9ozWopB8xy { top:11.5625rem;left:23.9375rem;width:23.8125rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBFitFvDEdn5T8vwHduF4eTfm4l43iIB { top:6.8125rem;left:6.1875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaKXFMUayz0ATGt9cRCJsHODGrlKUTh { top:6.8125rem;left:33.375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwKduM55V3dIsgxWQ4vTBD1xq67AqMFG { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eessut4TT3JbmSDg39llSTkdJm2dOXGG { display:block; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm1Ua1lBToe9MWmNPBi5TmPQcghpVI4P { top:17.375rem;left:22rem;width:25.75rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Ro0hVNzCtUVd7Gzr7n6mNvl0dnGH0V { top:11.875rem;left:0rem;width:26.9375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuQpXk83vQBZ5QesdJJA5DXokRuBwfCM { width:29.3125rem;height:30rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn  { width:26rem;height:auto;top:15.3125rem;left:0rem; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn {display:block;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn { width:26rem;height:auto;top:15.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Xb8q3benOTPOuH4h37ayEmX9dmy1v2BT {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #B8NXMkfVA6rXINAmNcPT4QM9yUPukwH9 { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #fJWCn0nqqHqRpnqase5TAsiRzBnuqGob {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #OL7ur92u70KMxKwnC62TUmam8eMzboiM {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IWhuNBTF6aKX47JFvF0ulkRUyOw3lnd3 { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #CsvwSSOJiyqT9Km1MDcfRS3hHTEXFoqG {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #xMlzXytrPSwkQdwRvIeCwIQQE84OVvL4 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #TmLw8qNTPOuUXiu3b06i2p7Anf0fzlAu { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #NbKVtcIKgbvFWLMRiWNTF4Z86zbHLTP8 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #gMpT38AXUXW0yWwCXa833X4lklHiNLvo {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Lto6Jy1m8V3k9uxSZ6USwKaBwDZw0PTk { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #LiIVkrnMTOqU6RRRfDegrJEniltqbGD6 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #rXzp8PmOdH22ORkJoghcqK0VgTOsecMC {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MZbsOpkZnv4slH4f3bhrAKnbgmwAZcme { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #FELiBkoh23gD5WNtoLwZAs0XqnZL575f {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #JwixoQtDtqt8SS2hd4SufNFwMWQK5lXW {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #oc1Ao2c4kR208NOtqcsf62GI0b34gcE9 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IVq4qAB6H4sWlTXKnTUA17HDkwGuulxL {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #RUO5619tgCa5F3OQ2vsiBBpISTKCQ0KB {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MbTBcq0WvKhhLTZAzlXmpDRofl86RTuu {  }
 }@media only screen and (max-width: 763px) { #hfULGpDuo1m44LNk7F5KTxuAQuuAX0DB { width:24.5rem;height:24.5rem;top:17.625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvPmtJdTsO5ASFZbUsqPL0pszabTpBb { top:3.6875rem;left:3.8999996185302rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9b51VTVNfSsfTQJ8LLoaPbP7bIGvwbJ { top:3.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu { display:block; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8fb4qBTJglTQbCcI5zhpSpXxONzJPGC { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtn3tDA2QlTkn6UUvI4tQETTDB7UmiVm { top:2rem;left:0rem;width:18.3125rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM1iTuh1qixo3PzA9w6i54Q6XVKzRXKT { width:9.8125rem;height:3.375rem;top:2rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:transparent;background-image:none;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { width:20rem;height:20rem;top:36.56875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:16.6875rem;height:9.1rem;top:11.375rem;left:1.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:18.875rem;height:8.84375rem;top:21.725rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN li:before{  }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { top:31.81875rem;left:2.875rem;width:14.25rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJMyR38dW7BWvgqBTuMzh684eG50TqV2 { display:block; }
 }@media only screen and (max-width: 763px) { #hGcUzvwAsa8BhsMAFuUEqzpqQ9yPtBhs { width:7rem;height:2.5625rem;top:1.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWN9ZeFLdWI6AZPMNGThlbDIszshtQ0U { width:1.25rem;height:1.25rem;top:42.38125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaJiOeTDl0kTn6Urv69R7ZMzZFH8Tkcs { width:0.625rem;height:0.625rem;top:6.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoqAyygbBH7s72GpxzxyzrAdTcNTcVR { width:3.9375rem;height:3.9375rem;top:39.81875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrkpHHqTusFw9z192nAinC73uVDuoUq { width:2.875rem;height:2.875rem;top:37.88125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUJ88LQkqgkLA27XX72NVF7CT0estLCn { width:20rem;height:5.0625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynabFxWVmO0lh3riZR2QZEhuT96tFXpA { width:2.6875rem;height:1.75rem;top:48.751565551758rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAIhV5AxluA5EUiBmXXoxkqM9LhEvgo { width:4.25rem;height:4.25rem;top:75.75625rem;left:-0.9375rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzCZ78K9G6op3nWmHFtaJmkTfL9dgCXg { width:3.875rem;height:3.75rem;top:78.00625rem;left:-0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5HNPnb5R2atMvWTkF6r0flM0tWb9xgA { width:5.6875rem;height:5.6875rem;top:68.75625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 { display:block; }#TMv3yLHdLB9eziUmNa8qbSdNxJw1yed5 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2BU5GqyvopeqE4iGlrdUDIikbT8PJmk { width:20rem;height:2.75rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqddHxqOuIAZ0rxyb7Ht7Cayykk1n0Mi { width:18.0625rem;height:4.0625rem;top:5.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1909fwlh05mS7cto4TuGa74VWP0IMgz { display:block; }#r1909fwlh05mS7cto4TuGa74VWP0IMgz > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x { width:13.75rem;height:15.1875rem;top:1.25rem;left:3.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WzHN3Z4f/RE4GRHv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;display:block; }#XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.adaptive-delivery-prevent-bg, #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.lazyload, #XcLt6vEAAlQiIwPxLmGSISbeMoh52N9x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qbTXQwIEAfoNg9ZPFFch6n4y0NM8gLwg { width:19.625rem;height:39rem;top:22.9375rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uikT2e0tLlAUDeBgvbp2UNgf7LEFJWQd { width:20rem;height:0.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et1gqy6aoUL5ZkhTMEKAoq0d3p1GAtTT { width:20rem;height:0.0625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKfIUDkdbw4QL77pzOReeOB3x66F6Tb { width:20rem;height:0.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4iHeaxdJHlhXGWyyK46Stx2PGDsVtTr { width:20rem;height:0.0625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 { display:block; }#uLZuJ8LM1JMbh0TlFfkZcygIkH6cZc34 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQaw8nJ5zgISeL0AZXdbiNJ79iTmWLP1 { width:16.75rem;height:3.3rem;top:2.1875rem;left:2.5624990463257rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZa3Ba6uIgfpv9SCJSg2qwTJuqJwiNpF { width:15.625rem;height:9.75rem;top:13.6875rem;left:2.1875rem;font-size:0.9375rem;line-height:1.3;font-family:arial;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLvvUc7OPayCLPR35AcwlTz9h1u7ri1P { width:20rem;height:20rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #luEZNEtiRrBLBuEebg3cCF5CiF1c8dgT { width:20rem;height:20rem;top:15.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gL1aZN3JDaJVVV4WiQE3tTk7qPqsBqWS { width:17.5rem;height:0.125rem;top:27.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZo238F2MyaixbklZIgkNBU8ugF39bRU { width:14.3125rem;height:2.6rem;top:30.75rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlORLnCAJhCd9FqidhKpi6vdAmalug5O { width:17.5rem;height:0.0625rem;top:32.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hIhTE9TmQK6TVuTRdLGZzJdCOsb0T1 { width:17.5rem;height:0.0625rem;top:37.9125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R507c4hI2vvIP8MlqtIkTXGGlHtQnJo5 { width:10.5625rem;height:1.3rem;top:36.35rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWXWBgRR2wO9CvUg6ET8pxVmPir5DMSv { width:17.5rem;height:0.125rem;top:45.85rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq7dI42uyypvFMJBTJa8iKsNTQrD2MBx { width:12.3125rem;height:2.6rem;top:44.4125rem;left:3.8750019073486rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvInQq9UmVW3UzBMCGBOvMSq4yUisQ3g { width:2.25rem;height:2.0625rem;top:29.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cROdd6MJsDdNfTRBI1m4ep4VNUVh2orp { width:2.25rem;height:2.0625rem;top:34.6rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de85bkEUtGvU31wGzPovH4HwSNhrefO2 { width:2.25rem;height:2.0625rem;top:39.225rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFUhiXHNcTy2dw1GTArMp0DVTsVb49m2 { width:2.25rem;height:2.0625rem;top:42.5375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoWawaqt6X2rHKTw4y9KytHMp436tEc { width:16.75rem;height:4.6875rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP0FhtqgTIDqns63nFfgbb5xPyL4kiGq { width:12.0625rem;height:1.3rem;top:26.1875rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B3ipvTaUIxJr4tSnKI8QATX4EdOV2sKL { width:14.75rem;height:1.75rem;top:24.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSENnUy6gAsTLmWHZFpQUMDUP7oVrFNF { width:16.75rem;height:1.1375rem;top:25.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0pwLS6EZ1OVaycw9pizXDc1TaHOoSkI { width:2.25rem;height:2.0625rem;top:46.967973327637rem;left:4.2187519073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRyJheruaRimuh2T7dIHbW55TyqGfTRx { width:20rem;height:0.0625rem;top:50.280473327637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osdX43GRkBktHLxSK8bRJbMKRC8l39Cf { width:13.5625rem;height:1.3rem;top:51.592973327637rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyUMPUPQIUCMlUl7M95D1AE8gzoHaoS { width:7.9375rem;height:5.25rem;top:7.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg { display:block; }#XEkTe5Q6z5ZP3i4vLq8pHATg4c6x5KPg > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkpuCJDV5HPANRMnhE2PGPuOZGHOu2Wf { width:17.0625rem;height:5.85rem;top:1.25rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iHFo62aqLHkZI46wVCyQBZpPbATkV3MD { width:15.875rem;height:2.25rem;top:8.35rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmURvNzU7xTneRZsriAsm319P14qqxy8 { width:14.75rem;height:2.4375rem;top:8.725rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH { display:block; }#iOaoSep8GKSJRwgUGxuMc3krtHxeoZAH > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCrDHX9sLQJT4L6hh4LfJ9AnRhUVNEKT { width:16.625rem;height:11.4375rem;top:1.5625rem;left:1.5851562619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJU4izWFCRnofischf4fPTga2izMkTgQ { width:16.4375rem;height:11.375rem;top:15.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afRmKJaxU3StHxdz9kkpTiinOybnOGn8 { width:16.875rem;height:4.3875rem;top:2.75rem;left:2.0000000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #siC5iX5DSDklc7Rqi0byw94UdyM5Ct5P { width:14.8125rem;height:2.6rem;top:8.7500002384187rem;left:2.0226562619209rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3M38yO8snsZ0BHKzINwEdlZHxzNlrhX { width:16.4375rem;height:11.375rem;top:28.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWhCfVgV0IO54CuCq1yZmPQSM9EZca1c { width:16.4375rem;height:11.375rem;top:41.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdnGS7doXMRQzsdzFzGxC6TpSK2zp8Kx { width:13.0625rem;height:4.3875rem;top:17.375000238419rem;left:3.2187500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GQ5D92tAF76nrPJJW2A4tlrHdsqo8TtG { width:14.75rem;height:1.4625rem;top:31.812500953674rem;left:3.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UgO5X5lM8g7mThVmsXKKSucGWBur6BTZ { width:14.0625rem;height:4.3875rem;top:43.25rem;left:3.4375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HEpauZWig0uGnEhDECQqVbTwg1kq5iuD { width:11.5rem;height:2.6rem;top:23.0625rem;left:3.1250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CRZZyT9yxUG8zPzwteyLX1waOEAyaTsL { width:11.6875rem;height:2.6rem;top:34.9375rem;left:3.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G9GldGTawcO5N3XegyqkmJ9iO937k1wT { width:12.4375rem;height:2.6rem;top:48.712501525879rem;left:3.2187500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 { display:block; }#zNRwTszCxzs3yupsB6XWVECJtdeAq7I3 > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZeE6eXlTwG2ohElFTRSlgK1CTyHc072 { width:16.5625rem;height:11.4375rem;top:1.4375rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW9VTQrrn1kV5gdS5Ku6A7zPVNtqz2NX { width:16.875rem;height:2.925rem;top:3.3125rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Swob2DMMqfswoACcQmSW3UJHrFROiROq { width:14.8125rem;height:2.6rem;top:9.3125rem;left:2.2351560592651rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2FFXpEEUILeUwqB8H7pErX75pvcHEgO { display:block; }#a2FFXpEEUILeUwqB8H7pErX75pvcHEgO > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2M56q2qhWdIO5I2kOzOOohHuazScsMi { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPvgOVTCffTr4mfc1km4wDUZaSZ9THUN { width:20rem;height:4.5625rem;top:6.075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd { display:block; }#g1Qo1g2Kcr0vPPt2GHwnTNpsa2I5JXqd > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPFSTONrQSSWJ4AonnDT7iKab8e3Poih { width:3.1875rem;height:1.625rem;top:18.199219703674rem;left:8.4062505364419rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzsNqTJOkNrsfTM0zNePy7bdR3lTQd7N { width:1.5rem;height:1.5rem;top:18.161719083786rem;left:9.1500001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaKhbmCRZ4HE33vRLpm7axm8Twcl4D3i { width:14.25rem;height:4.6875rem;top:21.311718702316rem;left:2.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQaQGfX5khP87FBKQDfMKP6sTw501aTy { width:1.5rem;height:1.5rem;top:28.410157203674rem;left:9.1500001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHFiTdBpTxI5JLybc6WDJTdfGxAWygG { width:3.1875rem;height:1.625rem;top:28.448437452316rem;left:8.4062505364419rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpS0m4i9M79u5fr1PU6KG766RIRohbMi { width:1.5rem;height:1.5rem;top:38.660157203674rem;left:9.1500001549719rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUu0KPyIq1HITG2K1ctx10nlQ9izUImo { width:3.1875rem;height:1.625rem;top:38.698437690735rem;left:8.4062505364419rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ro82BNkRnNS3bwnww6JtWxCFGFLyn8qg { width:14.25rem;height:5.625rem;top:31.311718940735rem;left:2.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJPT3xKceiH7LOt39q1rGv9ozWopB8xy { width:14.25rem;height:8.4375rem;top:41.374219894409rem;left:2.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBFitFvDEdn5T8vwHduF4eTfm4l43iIB { width:6.25rem;height:0.0625rem;top:8.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaKXFMUayz0ATGt9cRCJsHODGrlKUTh { width:6.25rem;height:0.0625rem;top:8.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwKduM55V3dIsgxWQ4vTBD1xq67AqMFG { top:1.8125rem;left:2.6250000596046rem;width:14.75rem;height:14.75rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eessut4TT3JbmSDg39llSTkdJm2dOXGG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000066, #049dd9);background-image: -moz-linear-gradient(180deg, #000066, #049dd9);background-image: -ms-linear-gradient(180deg, #000066, #049dd9);background-image: -o-linear-gradient(180deg, #000066, #049dd9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#049dd9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#049dd9' );";background-image: linear-gradient(180deg, #000066, #049dd9);background-size:contain !important;display:block; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { background-color: transparent; background-image: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container > .video-iframe-container { display: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row > .video-iframe-container { display: none; }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .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); }#Eessut4TT3JbmSDg39llSTkdJm2dOXGG > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qm1Ua1lBToe9MWmNPBi5TmPQcghpVI4P { width:13.75rem;height:13.75rem;top:56.300001144409rem;left:3.1250001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3Ro0hVNzCtUVd7Gzr7n6mNvl0dnGH0V { width:16.75rem;height:4.14375rem;top:11.55rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuQpXk83vQBZ5QesdJJA5DXokRuBwfCM { width:20rem;height:30rem;top:16.94375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-text {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-select {padding-top: 0; padding-bottom: 0;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;font-size:1.1875rem;overflow:hidden; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn  { width:17.5rem;height:23.6875rem;top:18.25rem;left:0rem; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn {display:block;}#IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn { width:17.5rem;height:23.6875rem;top:16.94375rem;left:-0.00078201293945312rem; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Xb8q3benOTPOuH4h37ayEmX9dmy1v2BT {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #B8NXMkfVA6rXINAmNcPT4QM9yUPukwH9 { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #fJWCn0nqqHqRpnqase5TAsiRzBnuqGob {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #OL7ur92u70KMxKwnC62TUmam8eMzboiM {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IWhuNBTF6aKX47JFvF0ulkRUyOw3lnd3 { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #CsvwSSOJiyqT9Km1MDcfRS3hHTEXFoqG {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #xMlzXytrPSwkQdwRvIeCwIQQE84OVvL4 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #TmLw8qNTPOuUXiu3b06i2p7Anf0fzlAu { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #NbKVtcIKgbvFWLMRiWNTF4Z86zbHLTP8 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #gMpT38AXUXW0yWwCXa833X4lklHiNLvo {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #Lto6Jy1m8V3k9uxSZ6USwKaBwDZw0PTk { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #LiIVkrnMTOqU6RRRfDegrJEniltqbGD6 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #rXzp8PmOdH22ORkJoghcqK0VgTOsecMC {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MZbsOpkZnv4slH4f3bhrAKnbgmwAZcme { display:none; }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #FELiBkoh23gD5WNtoLwZAs0XqnZL575f {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #JwixoQtDtqt8SS2hd4SufNFwMWQK5lXW {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #oc1Ao2c4kR208NOtqcsf62GI0b34gcE9 {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #IVq4qAB6H4sWlTXKnTUA17HDkwGuulxL {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #RUO5619tgCa5F3OQ2vsiBBpISTKCQ0KB {  }
 }@media only screen and (max-width: 763px) { #IpS8bFxDNV2DlpsTpAmm0oDip2hxG5rn #MbTBcq0WvKhhLTZAzlXmpDRofl86RTuu {  }
 }@media only screen and (max-width: 763px) { #hfULGpDuo1m44LNk7F5KTxuAQuuAX0DB { width:11.1875rem;height:13.75rem;top:56.300001144409rem;left:4.4062498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMvPmtJdTsO5ASFZbUsqPL0pszabTpBb { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9b51VTVNfSsfTQJ8LLoaPbP7bIGvwbJ { width:16.75rem;height:7.8rem;top:2.5rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu { display:block; }#l7noWw7d4v67sKXBEQHfMNPsEUXtgRbu > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8fb4qBTJglTQbCcI5zhpSpXxONzJPGC { width:11.3125rem;height:2.925rem;top:9.425rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtn3tDA2QlTkn6UUvI4tQETTDB7UmiVm { width:12.625rem;height:2.925rem;top:1.25rem;left:3.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TM1iTuh1qixo3PzA9w6i54Q6XVKzRXKT { width:8rem;height:2.75rem;top:5.425rem;left:6rem;display:block; }
 }