.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:215,220,250;--color-primary-1:134,149,241;--color-primary-2:53,79,232;--color-primary-3:13,37,174;--color-primary-4:11,16,46;--color-secondary-0:255,221,227;--color-secondary-1:255,142,160;--color-secondary-2:255,28,65;--color-secondary-3:128,14,33;--color-secondary-4:38,4,10;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:50,51,48;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ { 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;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container { background-color: transparent; background-image: none; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container > .video-iframe-container { display: none; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row > .video-iframe-container { display: none; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .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); }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container { border-width: 0; border-radius: 0; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KtTuRUTptqIDT0AxEhe6z0EIXPp5UTMD { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKPgiHZ85QH7sdSZgS4cx9FtpNkU2mzl { color:rgba(var(--color-tertiary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqNaaiEMDWAFlbwAUsWqHOcTbXhHZpgo { color:rgba(var(--color-tertiary-2),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5625rem;left:46.5625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTZh8ywBZPknq0Px10LeSt3fw4XEUNUD { color:rgba(var(--color-tertiary-2),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:51.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkSTx8TRRr2MtrDnG9BCvry7PlNL9MDV { box-sizing:content-box;height:3.75rem;width:14.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:1.25rem;left:60.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Pcm6mBBQ7T1Wq84hUzwTHI0hq5kDMzuW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.25rem;left:60.3125rem;display:block; }
#SARyFCFK1M9Vmdbdg9AHiOdSLyLixGyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFdONwwa5EV8R4L6yS8OSOKbnvkJfE6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2rem;left:61rem; }
#Uf2KFUO7nTd7IRdtTRCHppxidLun0ot2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:63.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#Bq29m3CmylqhoLkVim8rigPwTRJbiuUX { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:63.875rem;height:0.97473125rem;display:block; }
#lRNSuXcqsSObfVZEQKKezzlJGn5QvCTH { 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:5rem;width:10.875rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL { position:relative;display:block; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL { background-color: transparent; background-image: none; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row .container > .video-iframe-container { display: none; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row > .video-iframe-container { display: none; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .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); }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL { border-width: 0; border-radius: 0; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .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; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .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:6.25rem;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; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed { position:relative;display:none; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed { border-width: 0; border-radius: 0; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .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; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .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:none; }#tTsRxrsiN8LxA9CQoGQ2aEPwq8oPzOSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tUDKJHRHAzXDnVBXlCWGgE2LvOOslVoi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RW3RQuOiaLslhIJZcHXsAfty1TT59M3n { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#od6dTTSKIiBIIlAu8pAqFI86BC1p4Ihu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#trxnS3EVNPvFZTHOPhdhpqZsfwOTFX8p { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FdO4Cz4cTT94wPnhkJA7G0S3xVr0XMBa { background-color:#fcdc2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:74.375rem;left:27.5rem;display:none; }
#R6F0ITq0XItKCMvtZ6rr6RNqdo15b8sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvaHZy4b5yKDzhHr6T5PzNTb5BchAGwy { 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:8.3125rem;width:18.125rem;display:none; }
#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47f32f9a-8324-41af-b646-300a56e62377/HEROrecommande1200.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.adaptive-delivery-prevent-bg, #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.lazyload, #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.lazyloading { background-image: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { background-color: transparent; background-image: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container > .video-iframe-container { display: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.73); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row > .video-iframe-container { display: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .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); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { border-width: 0; border-radius: 0; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;overflow:visible;position:relative;display:block; }#exFkJVMBoN19Ez2zg0cmzTugnDKiRQTT { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eB5ZsqltHswixIfauz0N95xkGqFrolsK { background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:24.1875rem;left:0rem;display:block; }
#B6nfibMVXrqvzob3L9XLeSD21kbqy9c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UCFwMMLMLhpCQGsxguqf3Tf9Mr0th0DU { box-sizing:content-box;height:32.125rem;width:27.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.3125rem;left:47.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#sHegF0z2bfJ26H5B2rWW1P6h2ItaGqGr { color:rgba(var(--color-tertiary-1),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:49.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-form-header { font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .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:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-text {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;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:22.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .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; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .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(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.9375rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss [class*="-text"]:-moz-placeholder { color:#1e1e1e;font-family:montserrat;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss [class*="-text"]::-moz-placeholder { color:#1e1e1e;font-family:montserrat;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss [class*="-text"]:-ms-input-placeholder { color:#1e1e1e;font-family:montserrat;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss [class*="-text"]::-webkit-input-placeholder { color:#1e1e1e;font-family:montserrat;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#042440;vertical-align:top;width:21.6875rem;overflow:hidden;font-style:normal;float:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .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; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-container:first-of-type{padding-top:0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-container:last-of-type{padding-bottom:0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.3125rem;left:48.5625rem;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss {display:block;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.3125rem;left:48.5625rem;font-size:0.875rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #XpdRVK1ccD0Xzo1S6wfIQa2w9ZzFhbFe { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #DiO5qGdfpDlNsu7Hvm6DnJF4foou6KFQ { position:relative;display:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #dmnKgTcDlWNwpVuN2XXa8shmhR5zPouk { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #oEutcvVTe4euWJH7WA1OOnLWzP9qksDO { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #TJmzPREZxlhKKwSppCxtG3wVtKSETBEP { position:relative;display:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #hkkvGIZeUQI7l92zSsXxtptTeFthodJv { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #sQuxbAS9tT8Rx2PcDqZBqBcSLppWmqrX { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #DC9NULBmJ4ay3tZ0b9lMNtqmdWb6fIg1 { position:relative;display:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #vH1pUF7JVmIEW9TuSeMosnoRfIP09Euz { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #zM0sNNq8qclxA1DOSfAG8yBZ856vNgbe { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #HXLVxwHTtkThwzBRuSF2nvAyCangcDCy { position:relative;display:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #VPM1411buQbDRK2s1s2k8tWVk7t4lw8w { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #dUMrofDnFzAK9Nd7hcOAUHcI19NHkF6J { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #RfRTxNZVgHTy3MWukxRtM8gpsmF9lpWV { position:relative;display:none; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #TOpibmr724lWM4pvOKV9sd8i1TqkvZqo { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #S7wNDydv12htV7u8WdAT2UrX2CECByBW { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #DnWleP0GmcmeCvcR7axyZIeobtXncCVs { position:relative;z-index:2; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #shI7KLPGuaR8cW45cWHUgzo7lHMuZvaG { position:relative; }
#EkcIL4B1pcDTSSAUf9TiaCyTFzvOdzAK { position:relative;display:block; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #kM6TT4N8bLl0MRlZUWTdpvFLdMa9FX2P { position:relative; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss #dc9U8od80WZ3kTOHEpwsp4nMTX07Q6FA { position:relative; }
#Gh1sOhvvNXD9LetuwgdRCaKH0fqowX5t { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:18.0625rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#iG4i1Cqe6yqad4cAIZaBDs5RtxBnkXoi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.75rem;left:0rem; }
#gU6NRtDKDFb4eNcazQmQQuhSHNowd1o1 { color:rgba(var(--color-secondary-2),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:13.724609375rem;left:2.5rem;height:2.54980625rem;font-style:normal;display:block; }
#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container { background-color: transparent; background-image: none; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container > .video-iframe-container { display: none; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row > .video-iframe-container { display: none; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .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); }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container { border-width: 0; border-radius: 0; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#GUW1Q0deTx4K7GsCh4sAKfDUDcfFlZGE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.6875rem;left:3.0625rem;height:1.6499rem;font-style:normal;display:block; }
#gMq5nZ36L4Tir0kd24G37pgFfoDuGGre { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.03125rem;left:3.0625rem;height:3rem;display:block; }
#HieNP5aPDyXcySzA4gpXU0OeQEcOk5e1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#Kz6FtvVGDm0t89AMmCMnxuzooTsk4qSu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.0625rem;left:28.875rem;height:3rem;display:block; }
#DQ1dJseG9by5PCtwvcDxNTIhKTWdD4s2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.75rem;left:28.875rem;height:1.6499rem;font-style:normal;display:block; }
#v8MsJAPS5RQqpAVeQCif97ozrX4wZtzN { 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:2.875rem;width:2.875rem;top:2.5625rem;left:25.625rem;overflow:hidden;display:block; }
#IcvhT8XilkAp4vzRUwoOmThFq60msUEi { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.0625rem;left:54.625rem;height:3rem;display:block; }
#D4mQF7Pk1N8XTPCGzIg0U8iKihfZXCum { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.75rem;left:54.625rem;height:1.6499rem;font-style:normal;display:block; }
#ZTaO033U864ASJ8Gvz4eLvsqVMI8UObG { 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:2.5rem;width:2.5rem;top:2.6875rem;left:51.6875rem;overflow:hidden;display:block; }
#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container { background-color: transparent; background-image: none; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container > .video-iframe-container { display: none; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row > .video-iframe-container { display: none; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .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); }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container { border-width: 0; border-radius: 0; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#J8dKvrOCr3oWlSMOCdGQ216DPt3Q4B8z { color:rgba(var(--color-tertiary-1),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.4375rem;left:34.75rem;height:2.69970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xg6bhIat0ewr68lngzrqSCZZP9AZJme2 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.6875rem;left:34.75rem;height:18.5625rem;display:block; }
#olNcoTHR8LriTOSHqG8lZmgpfXVAwRxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#IH7kC9bU1aySoUfT2akzQHymaFf4kC81 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.625rem;left:55.4375rem;display:block; }
#ryKamBChLTrm98lmtzK07BzXEttw5RJ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0aoV2PPSVvQ759MPTd7ZZ5ClF6QHkxD { background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:31.625rem;left:34.75rem;display:block; }
#FBnmGZUTHJkdp5Ar7JxLhfPn6hug8hfE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcrNPhMccdlGQfeNNPvaKnJwTN4DkTlJ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.875rem;width:31.25rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO { position:relative;display:block; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO { background-color: transparent; background-image: none; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row .container > .video-iframe-container { display: none; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row > .video-iframe-container { display: none; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .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); }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO { border-width: 0; border-radius: 0; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .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; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .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:33.25rem;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; }#c7aNhDZovl27kS0AeNtCLu9fPfOafOTB { position:absolute;display:block;z-index:15001;height:26.0625rem;width:63.4375rem;top:5.8125rem;left:5.78125rem;display:block; }
#f70kAqEqPi0t25ideJsfrlJGV7AtED64 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:22.875rem;height:1.4624rem;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; }
#EuoGNs6fIXxswQVMKEkoSb4ONBEBvuJX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:22.875rem;height:1.4624rem;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; }
#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container { background-color: transparent; background-image: none; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container > .video-iframe-container { display: none; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row > .video-iframe-container { display: none; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .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); }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container { border-width: 0; border-radius: 0; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Bdv9kxl56ysft4P059acutffiQo3flqC { color:#042440;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.75rem;left:7rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgIedlM6fsGEoTygipXe5wA6y5vgGt5u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15rem;left:3rem;overflow:hidden;display:block; }
#VB6ky7oCmyl6fQrT6EEqtafAcUBPbElv { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.75rem;left:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#t9kwraMpgWMZzlCTMOT8y4Vs7TX7qCc7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.0625rem;left:7.03125rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2hmc8sVDy7v3nH80mb0DBZJU9aByLUq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.44921875rem;left:12.9375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#wK5WOt3vhXnk5OgHRdV0e6JZa1E7U2tk { color:#042440;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:14.75rem;left:31.1875rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KOZK7IXw5eQcTBGJu8hueAkSZLvk0rly { 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.125rem;width:3.125rem;top:15rem;left:27.1875rem;overflow:hidden;display:block; }
#aRiksrFb87IcX5pxNMbDt6xmB4w5HgKw { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.75rem;left:25.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UGuLQtnkD1BWuwlfhvDcS2KqLV0bxRvW { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.75rem;left:50.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#maxRhaZJUmPlPsO6If6rNAwdDrTN5Crw { color:#042440;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:14.75rem;left:55.3125rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QT1icCBcomwHCTpp66We8TboixTOpTGe { 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.125rem;width:3.125rem;top:15rem;left:51.3125rem;overflow:hidden;display:block; }
#a8m6HbXQlxfnuOTLvF8wT17NfMbAp7ob { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#LgJRS0AfJXZUnb4b5hDVoZ0xrSQb91za { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:50.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SGDCya8bFQVIte2y2AA4Ks2mbilmtWxU { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.625rem;left:1.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dEMM11MGcosLAaJKW1DkvKHmSp1dXx22 { color:#042440;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:21.6875rem;left:7.0625rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1eN8MD4OCO6rzynTaX8gZB1sdPETCuO { color:#042440;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:21.6875rem;left:31.25rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLARJvnVMiskaQKxn0ITRId5B9H40suP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.875rem;left:27.25rem;overflow:hidden;display:block; }
#TKSCgWlQN29FxCev6oW2JbNDcDL4CfIO { color:#042440;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:21.6875rem;left:55.375rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ao2eG48M4vTxNMTRa9suANPa9rCcokUc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.875rem;left:51.375rem;overflow:hidden;display:block; }
#il26f2TTCsHdlhodzS32KZ0SZyKNLqAP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:21.875rem;left:3.0625rem;overflow:hidden;display:block; }
#qcR1GPaH2ye9WT6Vd86sChuENgfTTCHs { box-sizing:content-box;height:5.625rem;width:23.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.5625rem;left:25.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#H4Qv8ea3RpPtMuI1tUWxShmkmPFTqZ4k { color:#042440;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:28.625rem;left:31.1875rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnxUEl4Baogq428WI9ZtUHpMBxHsI3FE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:28.8125rem;left:27.1875rem;overflow:hidden;display:block; }
#bhDy7uuy2IBh8RtVrtaq184uZIE1JXV5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.75rem;left:29.03125rem;display:block; }
#ZZN2VrsPpFtOCndidC2STQSL6m15yTQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G { border-top:0.0625rem solid #dddddd;border-left:0;border-right:0;border-bottom:0.0625rem solid #dddddd;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; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container { background-color: transparent; background-image: none; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container > .video-iframe-container { display: none; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row > .video-iframe-container { display: none; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .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); }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container { border-width: 0; border-radius: 0; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#KIlKe3d0gHRUMneeweyVvaysndoAvvz9 { position:absolute;display:block;z-index:15000;height:10.375rem;width:75rem;top:6.6875rem;left:0rem;display:block; }
#FMbImTRW35Huh7eUHR1KkuOyvo3WKTpJ { color:#042440;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.23828125rem;left:19.96875rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd { position:relative;display:block; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd { background-color: transparent; background-image: none; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row .container > .video-iframe-container { display: none; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row > .video-iframe-container { display: none; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .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); }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd { border-width: 0; border-radius: 0; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .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; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .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:39.4375rem;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; }#Turw9fSTMZqOSOH12D7Bb7JqCWwnSIrJ { color:rgba(var(--color-tertiary-1),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:5.3994125rem;font-style:normal;display:block; }
#NM8tFayf1W8e2H3ilM3OW1GNMW5B9uar { color:rgba(var(--color-tertiary-1),1);display:block;width:36rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13rem;left:0rem;height:13.5rem;display:block; }
#C0QJ8AqbabMc26u1PTedyh3Xt9BwwUEZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29rem;left:20.1875rem;display:block; }
#l9Kqv9K7ua9m8CP1N6FXEiOKOcCnIq1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hDUFkzBk8yZnbxeoPHhopB7dfzNJBAWS { background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#LZ4aThwbRqgU9PCxsTcHRuxizKrsrmfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7BNvZ3zTm2egpsePqOGaxUrNagHghmZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.875rem;width:31.25rem;top:3.8125rem;left:43.75rem;overflow:hidden;display:block; }
#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc { background-color:#e2e2e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container { background-color: transparent; background-image: none; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container > .video-iframe-container { display: none; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row > .video-iframe-container { display: none; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .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); }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container { border-width: 0; border-radius: 0; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Uy8EJWlkTWMszAkECPTkUXV14HmTsJx0 { color:rgba(var(--color-tertiary-1),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.75rem;left:17.65625rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT54ltk6nTfKoMAgIN90dFTy6H8ISQ5C { box-sizing:content-box;height:22rem;width:24.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.8125rem;left:25.5rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SribMgcrK8QDJJV0r8OJHR4eMxCqqh0k { color:#04162b;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:15.875rem;left:26.875rem;height:9.5625rem;text-align:left;text-align-last:left;display:block; }
#e9ATZHR1K5HZ88nTTGrwCRbfXsdDTwTB { color:#04162b;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:10.5rem;left:30.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cVuXqAnDPb5bfu86RHFmqWmMuolzz4e4 { 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:1.25rem;width:6.875rem;top:12.15625rem;left:30.5625rem;overflow:hidden;display:block; }
#NRI53eeahwBers2rxXSs0GxIc776vCS1 { box-sizing:content-box;height:22rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.8125rem;left:0rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dwlHwbe20MBbZmntvh0SOXTVfchls36A { color:#04162b;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:10.515625rem;left:5.09375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lADwK08mFFJprk8sinT3f1ESTgJGsTox { color:#04162b;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:15.84375rem;left:1.40625rem;height:12.75rem;text-align:left;text-align-last:left;display:block; }
#U4tWRmbd5IH7F9OWeRNV8TT2A72lHv72 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:12.1875rem;left:5.09375rem;overflow:hidden;display:block; }
#qXphCq46WOQWmHcidzUR5rtAm0x1gKiT { box-sizing:content-box;height:22rem;width:24.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.8125rem;left:50.9375rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lfCuQX4vez8TiS1VBXHOXw4EApepipAm { color:#04162b;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:10.25rem;left:56.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epIfBmqSBQoQE7k3TD5NhJ8Zoi4txyxy { color:#04162b;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:15.625rem;left:52.375rem;height:11.15625rem;text-align:left;text-align-last:left;display:block; }
#oggugF4wKoFSz9d0nuTXTfq7nCuasDxQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:11.9375rem;left:55.9375rem;overflow:hidden;display:block; }
#nDURdE1xR1zTpQTfzNVD4uTaG4p4GtOG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.1875rem;left:38.5rem;display:block; }
#aZwmBsgvWufmWIvlGalP8lmfBSO525Vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qECcMRLApzW1P5thS4kJXOMvytU3iPF9 { background-color:transparent;background-image: -webkit-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(80deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:34.1875rem;left:18.3125rem;display:block; }
#nPHp0itT0TZmWGdMiOQKMz1qMOl8VNCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGLKI72Q6VkztTDUf6HxEORyTo3IQ9TZ { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15034;background-color:#dddddd;background-image:none;top:14.9375rem;left:1.40625rem;display:block; }
#TDHQy0anQ893V6WMvPKTk8n7FhmTLFap { 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:3.125rem;width:3.125rem;top:10.5625rem;left:1.40625rem;overflow:hidden;display:block; }
#XcHlXAVT14gUf8oXNkz7EcLQecLLM1KE { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15035;background-color:#dddddd;background-image:none;top:14.9375rem;left:26.90625rem;display:block; }
#whlSeLlT1KwRciKXHy50OXxvuNZy710G { box-sizing:content-box;height:0.0625rem;width:21.25rem;position:absolute;display:block;z-index:15036;background-color:#dddddd;background-image:none;top:14.6875rem;left:52.375rem;display:block; }
#ko0FyiBB0lUuyFBqqpZfsZhoMO2TME4k { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.5625rem;left:26.875rem;overflow:hidden;display:block; }
#Gn0FkcyCayBxsU0KwTAXZmhEzeVgB9cJ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:10.3125rem;left:52.375rem;overflow:hidden;display:block; }
#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 { position:relative;display:block; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 { background-color: transparent; background-image: none; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row .container > .video-iframe-container { display: none; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row > .video-iframe-container { display: none; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .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); }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 { border-width: 0; border-radius: 0; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .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; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .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:33.625rem;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; }#ZgrbUs55FK679cUUk3T2s9PEFD03s8LN { position:absolute;display:block;z-index:15000;height:28.125rem;width:75rem;top:2.75rem;left:0rem;display:block; }
#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN { background-color:#111119;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container { background-color: transparent; background-image: none; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container > .video-iframe-container { display: none; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row > .video-iframe-container { display: none; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .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); }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container { border-width: 0; border-radius: 0; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#zavSRDb7AvsCbLcxSiF5wXWqzDs9059q { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:34.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qs5nPKPXmhg9RD3TkC8pqiQLf99gkE8g { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:55.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9375rem;left:55.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.9375rem;left:55.4375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#VFuHOTDsWfXX6fUfG1cCrL6CfBSHzXw6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#787878;background-image:none;top:18.25rem;left:0rem;display:block; }
#lEb8JniqL1IWp0DBdBipXRQe8TU1DZOJ { color:#e5e5e5;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.75rem;left:0rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#vmPuvxBfmN7m5Sw0cqO3uzMit7w004Rz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:6.8525390625rem;left:34.4375rem;height:5.99853125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQRGTVQE91OreHuGN5vKmflcsyySIuWO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:1.9375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:19.390625rem;left:66.3125rem;display:block; }
#rTAw6byTx8tBQAoLy5d02RS9t0on5nJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JO7NI4DduPUIgHlrDZLeUHgbskMGRwfd { 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:6.5625rem;width:14.625rem;top:3.875rem;left:1.5615234375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ { display:block; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtTuRUTptqIDT0AxEhe6z0EIXPp5UTMD { top:2.5rem;left:11.875rem;width:11.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKPgiHZ85QH7sdSZgS4cx9FtpNkU2mzl { top:2.5rem;left:24.0625rem;width:8.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqNaaiEMDWAFlbwAUsWqHOcTbXhHZpgo { top:2.5625rem;left:32.9375rem;width:4.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZh8ywBZPknq0Px10LeSt3fw4XEUNUD { top:2.5625rem;left:38rem;width:5.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkSTx8TRRr2MtrDnG9BCvry7PlNL9MDV { top:1.25rem;left:33rem;width:14.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcm6mBBQ7T1Wq84hUzwTHI0hq5kDMzuW { width:14.6875rem;height:3.75rem;top:1.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SARyFCFK1M9Vmdbdg9AHiOdSLyLixGyA { display:block; }
 }@media only screen and (max-width: 763px) { #OFdONwwa5EV8R4L6yS8OSOKbnvkJfE6R { top:2rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf2KFUO7nTd7IRdtTRCHppxidLun0ot2 { top:2.6875rem;left:37.25rem;width:10.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq29m3CmylqhoLkVim8rigPwTRJbiuUX { top:1.75rem;left:37.75rem;width:10rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNSuXcqsSObfVZEQKKezzlJGn5QvCTH { top:0.625rem;left:0rem;width:10.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL { display:block; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed { display:none; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTsRxrsiN8LxA9CQoGQ2aEPwq8oPzOSG { display:none; }
 }@media only screen and (max-width: 763px) { #tUDKJHRHAzXDnVBXlCWGgE2LvOOslVoi { top:6.125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW3RQuOiaLslhIJZcHXsAfty1TT59M3n { top:8.5rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #od6dTTSKIiBIIlAu8pAqFI86BC1p4Ihu { top:10.8125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #trxnS3EVNPvFZTHOPhdhpqZsfwOTFX8p { top:13.1875rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdO4Cz4cTT94wPnhkJA7G0S3xVr0XMBa { width:20rem;height:3.4375rem;top:74.375rem;left:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6F0ITq0XItKCMvtZ6rr6RNqdo15b8sw { display:block; }
 }@media only screen and (max-width: 763px) { #kvaHZy4b5yKDzhHr6T5PzNTb5BchAGwy { width:18.125rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 { display:block; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exFkJVMBoN19Ez2zg0cmzTugnDKiRQTT { top:5.625rem;left:0rem;width:41.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB5ZsqltHswixIfauz0N95xkGqFrolsK { width:20rem;height:3.4375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6nfibMVXrqvzob3L9XLeSD21kbqy9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #UCFwMMLMLhpCQGsxguqf3Tf9Mr0th0DU { top:3.3125rem;left:20.25rem;width:27.5rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHegF0z2bfJ26H5B2rWW1P6h2ItaGqGr { top:4.625rem;left:23.5625rem;width:24.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-regular-label { width:22.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-text { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-text {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-textarea { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-button { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-checkbox-label { width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss  { width:22.9375rem;height:auto;top:6.3125rem;left:22.3125rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .radio-container { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss {display:block;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss { width:22.9375rem;height:auto;top:6.3125rem;left:22.3125rem; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #XpdRVK1ccD0Xzo1S6wfIQa2w9ZzFhbFe {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DiO5qGdfpDlNsu7Hvm6DnJF4foou6KFQ {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dmnKgTcDlWNwpVuN2XXa8shmhR5zPouk {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #oEutcvVTe4euWJH7WA1OOnLWzP9qksDO {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #TJmzPREZxlhKKwSppCxtG3wVtKSETBEP {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #hkkvGIZeUQI7l92zSsXxtptTeFthodJv {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #sQuxbAS9tT8Rx2PcDqZBqBcSLppWmqrX {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DC9NULBmJ4ay3tZ0b9lMNtqmdWb6fIg1 {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #vH1pUF7JVmIEW9TuSeMosnoRfIP09Euz {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #zM0sNNq8qclxA1DOSfAG8yBZ856vNgbe {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #HXLVxwHTtkThwzBRuSF2nvAyCangcDCy {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #VPM1411buQbDRK2s1s2k8tWVk7t4lw8w {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dUMrofDnFzAK9Nd7hcOAUHcI19NHkF6J {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #RfRTxNZVgHTy3MWukxRtM8gpsmF9lpWV {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #TOpibmr724lWM4pvOKV9sd8i1TqkvZqo {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #S7wNDydv12htV7u8WdAT2UrX2CECByBW {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DnWleP0GmcmeCvcR7axyZIeobtXncCVs {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #shI7KLPGuaR8cW45cWHUgzo7lHMuZvaG {  }
 }@media only screen and (max-width: 763px) { #EkcIL4B1pcDTSSAUf9TiaCyTFzvOdzAK { display:block; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #kM6TT4N8bLl0MRlZUWTdpvFLdMa9FX2P {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dc9U8od80WZ3kTOHEpwsp4nMTX07Q6FA {  }
 }@media only screen and (max-width: 763px) { #Gh1sOhvvNXD9LetuwgdRCaKH0fqowX5t { top:18.0625rem;left:0rem;width:37.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4i1Cqe6yqad4cAIZaBDs5RtxBnkXoi { top:13.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU6NRtDKDFb4eNcazQmQQuhSHNowd1o1 { top:13.6875rem;left:0rem;width:28.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC { display:block; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUW1Q0deTx4K7GsCh4sAKfDUDcfFlZGE { top:2.6875rem;left:0rem;width:20.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMq5nZ36L4Tir0kd24G37pgFfoDuGGre { top:5rem;left:0rem;width:20.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HieNP5aPDyXcySzA4gpXU0OeQEcOk5e1 { top:2.625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz6FtvVGDm0t89AMmCMnxuzooTsk4qSu { top:5.0625rem;left:15.25rem;width:20.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ1dJseG9by5PCtwvcDxNTIhKTWdD4s2 { top:2.75rem;left:15.25rem;width:20.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8MsJAPS5RQqpAVeQCif97ozrX4wZtzN { top:2.5625rem;left:12rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvhT8XilkAp4vzRUwoOmThFq60msUEi { top:5.0625rem;left:27.375rem;width:20.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4mQF7Pk1N8XTPCGzIg0U8iKihfZXCum { top:2.75rem;left:27.375rem;width:20.375rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTaO033U864ASJ8Gvz4eLvsqVMI8UObG { top:2.6875rem;left:38.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb { display:block; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8dKvrOCr3oWlSMOCdGQ216DPt3Q4B8z { top:6.4375rem;left:12.6875rem;width:35.0625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6bhIat0ewr68lngzrqSCZZP9AZJme2 { top:10.6875rem;left:7.5rem;width:40.25rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olNcoTHR8LriTOSHqG8lZmgpfXVAwRxI { display:none; }
 }@media only screen and (max-width: 763px) { #IH7kC9bU1aySoUfT2akzQHymaFf4kC81 { width:18.125rem;height:3.4375rem;top:31.625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKamBChLTrm98lmtzK07BzXEttw5RJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #l0aoV2PPSVvQ759MPTd7ZZ5ClF6QHkxD { width:20rem;height:3.4375rem;top:31.625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnmGZUTHJkdp5Ar7JxLhfPn6hug8hfE { display:block; }
 }@media only screen and (max-width: 763px) { #VcrNPhMccdlGQfeNNPvaKnJwTN4DkTlJ { top:5.0625rem;left:0rem;width:31.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO { display:block; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7aNhDZovl27kS0AeNtCLu9fPfOafOTB { top:5.8125rem;left:0rem;width:47.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70kAqEqPi0t25ideJsfrlJGV7AtED64 { top:1.375rem;left:9.25rem;width:29.3125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuoGNs6fIXxswQVMKEkoSb4ONBEBvuJX { top:3.0625rem;left:9.25rem;width:29.3125rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR { display:block; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdv9kxl56ysft4P059acutffiQo3flqC { top:14.75rem;left:0rem;width:12.625rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIedlM6fsGEoTygipXe5wA6y5vgGt5u { top:15rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB6ky7oCmyl6fQrT6EEqtafAcUBPbElv { top:13.75rem;left:0rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9kwraMpgWMZzlCTMOT8y4Vs7TX7qCc7 { top:3.0625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2hmc8sVDy7v3nH80mb0DBZJU9aByLUq { top:6.4375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK5WOt3vhXnk5OgHRdV0e6JZa1E7U2tk { top:14.75rem;left:17.5625rem;width:12.625rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZK7IXw5eQcTBGJu8hueAkSZLvk0rly { top:15rem;left:13.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRiksrFb87IcX5pxNMbDt6xmB4w5HgKw { top:13.75rem;left:12.3125rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGuLQtnkD1BWuwlfhvDcS2KqLV0bxRvW { top:13.75rem;left:24.625rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maxRhaZJUmPlPsO6If6rNAwdDrTN5Crw { top:14.75rem;left:35.125rem;width:12.625rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT1icCBcomwHCTpp66We8TboixTOpTGe { top:15rem;left:37.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8m6HbXQlxfnuOTLvF8wT17NfMbAp7ob { top:20.625rem;left:12.375rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJRS0AfJXZUnb4b5hDVoZ0xrSQb91za { top:20.625rem;left:24.625rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDCya8bFQVIte2y2AA4Ks2mbilmtWxU { top:20.625rem;left:0rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMM11MGcosLAaJKW1DkvKHmSp1dXx22 { top:21.6875rem;left:0rem;width:17.0625rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1eN8MD4OCO6rzynTaX8gZB1sdPETCuO { top:21.6875rem;left:17.625rem;width:16.875rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLARJvnVMiskaQKxn0ITRId5B9H40suP { top:21.875rem;left:13.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSCgWlQN29FxCev6oW2JbNDcDL4CfIO { top:21.6875rem;left:33.9375rem;width:13.8125rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao2eG48M4vTxNMTRa9suANPa9rCcokUc { top:21.875rem;left:37.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il26f2TTCsHdlhodzS32KZ0SZyKNLqAP { top:21.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcR1GPaH2ye9WT6Vd86sChuENgfTTCHs { top:27.5625rem;left:12.3125rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Qv8ea3RpPtMuI1tUWxShmkmPFTqZ4k { top:28.625rem;left:17.5625rem;width:13.8125rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnxUEl4Baogq428WI9ZtUHpMBxHsI3FE { top:28.8125rem;left:13.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDy7uuy2IBh8RtVrtaq184uZIE1JXV5 { width:18.125rem;height:3.4375rem;top:35.75rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZN2VrsPpFtOCndidC2STQSL6m15yTQJ { display:block; }
 }@media only screen and (max-width: 763px) { #KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G { display:block; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlKe3d0gHRUMneeweyVvaysndoAvvz9 { top:6.6875rem;left:0rem;width:47.75rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMbImTRW35Huh7eUHR1KkuOyvo3WKTpJ { top:2.1875rem;left:6.34375rem;width:35.0625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd { display:block; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw9fSTMZqOSOH12D7Bb7JqCWwnSIrJ { top:6.6875rem;left:0rem;width:35rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8tFayf1W8e2H3ilM3OW1GNMW5B9uar { top:13rem;left:0rem;width:36rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0QJ8AqbabMc26u1PTedyh3Xt9BwwUEZ { width:18.25rem;height:3.4375rem;top:29rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Kqv9K7ua9m8CP1N6FXEiOKOcCnIq1B { display:block; }
 }@media only screen and (max-width: 763px) { #hDUFkzBk8yZnbxeoPHhopB7dfzNJBAWS { width:19.5rem;height:3.4375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ4aThwbRqgU9PCxsTcHRuxizKrsrmfQ { display:block; }
 }@media only screen and (max-width: 763px) { #u7BNvZ3zTm2egpsePqOGaxUrNagHghmZ { top:3.8125rem;left:16.5rem;width:31.25rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc { display:block; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uy8EJWlkTWMszAkECPTkUXV14HmTsJx0 { top:3.75rem;left:4.03125rem;width:39.6875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT54ltk6nTfKoMAgIN90dFTy6H8ISQ5C { top:8.8125rem;left:11.875rem;width:24.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #SribMgcrK8QDJJV0r8OJHR4eMxCqqh0k { top:15.875rem;left:13.25rem;width:21.25rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ATZHR1K5HZ88nTTGrwCRbfXsdDTwTB { top:10.5rem;left:17.0625rem;width:9.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVuXqAnDPb5bfu86RHFmqWmMuolzz4e4 { top:12.125rem;left:16.9375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRI53eeahwBers2rxXSs0GxIc776vCS1 { top:8.8125rem;left:0rem;width:24.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlHwbe20MBbZmntvh0SOXTVfchls36A { top:10.5rem;left:0rem;width:14.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lADwK08mFFJprk8sinT3f1ESTgJGsTox { top:15.8125rem;left:0rem;width:21.25rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4tWRmbd5IH7F9OWeRNV8TT2A72lHv72 { top:12.1875rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXphCq46WOQWmHcidzUR5rtAm0x1gKiT { top:8.8125rem;left:23.6875rem;width:24.0625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfCuQX4vez8TiS1VBXHOXw4EApepipAm { top:10.25rem;left:36.625rem;width:11.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIfBmqSBQoQE7k3TD5NhJ8Zoi4txyxy { top:15.625rem;left:26.5rem;width:21.25rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggugF4wKoFSz9d0nuTXTfq7nCuasDxQ { top:11.9375rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDURdE1xR1zTpQTfzNVD4uTaG4p4GtOG { width:18.25rem;height:3.4375rem;top:34.1875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwmBsgvWufmWIvlGalP8lmfBSO525Vh { display:block; }
 }@media only screen and (max-width: 763px) { #qECcMRLApzW1P5thS4kJXOMvytU3iPF9 { width:19.5rem;height:3.4375rem;top:34.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHp0itT0TZmWGdMiOQKMz1qMOl8VNCk { display:block; }
 }@media only screen and (max-width: 763px) { #gGLKI72Q6VkztTDUf6HxEORyTo3IQ9TZ { top:14.9375rem;left:0rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDHQy0anQ893V6WMvPKTk8n7FhmTLFap { top:10.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHlXAVT14gUf8oXNkz7EcLQecLLM1KE { top:14.9375rem;left:13.28125rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whlSeLlT1KwRciKXHy50OXxvuNZy710G { top:14.6875rem;left:26.5rem;width:21.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko0FyiBB0lUuyFBqqpZfsZhoMO2TME4k { top:10.5625rem;left:13.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0FkcyCayBxsU0KwTAXZmhEzeVgB9cJ { top:10.3125rem;left:38.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 { display:block; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrbUs55FK679cUUk3T2s9PEFD03s8LN { top:2.75rem;left:0rem;width:47.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN { display:block; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zavSRDb7AvsCbLcxSiF5wXWqzDs9059q { top:3.875rem;left:20.8125rem;width:12.875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5nPKPXmhg9RD3TkC8pqiQLf99gkE8g { top:3.875rem;left:36.8125rem;width:10.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So { top:6.9375rem;left:33.5rem;width:14.25rem;height:;font-size:1rem;display:block; }#BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf { top:8.9375rem;left:28.25rem;width:19.5rem;height:;font-size:1rem;display:block; }#OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #VFuHOTDsWfXX6fUfG1cCrL6CfBSHzXw6 { top:18.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEb8JniqL1IWp0DBdBipXRQe8TU1DZOJ { top:19.75rem;left:0rem;width:29.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmPuvxBfmN7m5Sw0cqO3uzMit7w004Rz { top:6.8125rem;left:20.812255859375rem;width:14.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQRGTVQE91OreHuGN5vKmflcsyySIuWO { width:8.6875rem;height:1.9375rem;top:19.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTAw6byTx8tBQAoLy5d02RS9t0on5nJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #JO7NI4DduPUIgHlrDZLeUHgbskMGRwfd { top:3.875rem;left:0rem;width:14.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ { position:relative;z-index:auto;display:none; }#aA6pyCV3wIsJPzsk7WAoeD0W4FDGeAPZ > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtTuRUTptqIDT0AxEhe6z0EIXPp5UTMD { width:6.875rem;height:1.29980625rem;top:3.3125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKPgiHZ85QH7sdSZgS4cx9FtpNkU2mzl { width:6.5rem;height:1.29980625rem;top:5.875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqNaaiEMDWAFlbwAUsWqHOcTbXhHZpgo { width:11.5625rem;height:1.29980625rem;top:8.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZh8ywBZPknq0Px10LeSt3fw4XEUNUD { width:4rem;height:1.29980625rem;top:11rem;left:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkSTx8TRRr2MtrDnG9BCvry7PlNL9MDV { width:15.8125rem;height:4.1875rem;top:26.04980625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pcm6mBBQ7T1Wq84hUzwTHI0hq5kDMzuW { width:15.875rem;height:4.375rem;top:20.42480625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SARyFCFK1M9Vmdbdg9AHiOdSLyLixGyA { display:block; }
 }@media only screen and (max-width: 763px) { #OFdONwwa5EV8R4L6yS8OSOKbnvkJfE6R { display:flex;width:2.4375rem;height:2.4375rem;top:26.92480625rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #Uf2KFUO7nTd7IRdtTRCHppxidLun0ot2 { width:10rem;height:0;top:27.67480625rem;left:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq29m3CmylqhoLkVim8rigPwTRJbiuUX { width:11.3125rem;height:0;top:26.79980625rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRNSuXcqsSObfVZEQKKezzlJGn5QvCTH { width:3.875rem;height:1.75rem;top:31.48730625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL { display:none; }#IPaMuD6FWpt0Xsccsy2DGHDmO3JqQTwL > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container { background-color: transparent; background-image: none; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container > .video-iframe-container { display: none; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row > .video-iframe-container { display: none; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .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); }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container { border-width: 0; border-radius: 0; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPPgZNfRzZlA4kTcnU1d2F1UAFRh20Ed > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTsRxrsiN8LxA9CQoGQ2aEPwq8oPzOSG { display:flex;top:1.7373046875rem;left:8.25rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tUDKJHRHAzXDnVBXlCWGgE2LvOOslVoi { width:17.5rem;height:1.29980625rem;top:6.3125rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:ubuntu;font-weight:700;font-style:normal;color:#04162b;display:block; }
 }@media only screen and (max-width: 763px) { #RW3RQuOiaLslhIJZcHXsAfty1TT59M3n { width:17.5rem;height:1.29980625rem;top:9rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:ubuntu;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #od6dTTSKIiBIIlAu8pAqFI86BC1p4Ihu { width:17.5rem;height:1.29980625rem;top:11.75rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:ubuntu;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #trxnS3EVNPvFZTHOPhdhpqZsfwOTFX8p { width:17.5rem;height:1.29980625rem;top:14.5625rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:ubuntu;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FdO4Cz4cTT94wPnhkJA7G0S3xVr0XMBa { width:8.81225rem;height:2.68676875rem;top:1.33056640625rem;left:11.187744140625rem;z-index:15031;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(80deg, #0d25ae, #354fe8);background-image: -moz-linear-gradient(80deg, #0d25ae, #354fe8);background-image: -ms-linear-gradient(80deg, #0d25ae, #354fe8);background-image: -o-linear-gradient(80deg, #0d25ae, #354fe8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe8' );";background-image: linear-gradient(80deg, #0d25ae, #354fe8);background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R6F0ITq0XItKCMvtZ6rr6RNqdo15b8sw { display:block; }
 }@media only screen and (max-width: 763px) { #kvaHZy4b5yKDzhHr6T5PzNTb5BchAGwy { top:1.3310546875rem;left:0rem;width:6.875rem;height:2.8125rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1b0f96c-2030-4770-b2bd-5d1efd0d5b9b/HEROMOBILE900.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.adaptive-delivery-prevent-bg, #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.lazyload, #a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0.lazyloading { background-image: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { background-color: transparent; background-image: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,36,64,0.69); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container > .video-iframe-container { display: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,36,64,0.69); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row > .video-iframe-container { display: none; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .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); }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { border-width: 0; border-radius: 0; }#a5BhhW5InEdfe4P36H3qnTeiDJlsWIR0 > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exFkJVMBoN19Ez2zg0cmzTugnDKiRQTT { width:20rem;height:6.2988125rem;top:1.0859375rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eB5ZsqltHswixIfauz0N95xkGqFrolsK { width:20rem;height:3.4375rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6nfibMVXrqvzob3L9XLeSD21kbqy9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #UCFwMMLMLhpCQGsxguqf3Tf9Mr0th0DU { width:19.875rem;height:32.75rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHegF0z2bfJ26H5B2rWW1P6h2ItaGqGr { width:17.75rem;height:1.4624rem;top:19.375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-text {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-select {padding-top: 0; padding-bottom: 0;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss  { width:17.5rem;height:auto;top:20.4375rem;left:0rem; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vpItpos01hEgB8kMR5HvkwXMlAxthTss {display:block;}#vpItpos01hEgB8kMR5HvkwXMlAxthTss { width:17.5rem;height:auto;top:20.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #XpdRVK1ccD0Xzo1S6wfIQa2w9ZzFhbFe {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DiO5qGdfpDlNsu7Hvm6DnJF4foou6KFQ { display:none; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dmnKgTcDlWNwpVuN2XXa8shmhR5zPouk {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #oEutcvVTe4euWJH7WA1OOnLWzP9qksDO {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #TJmzPREZxlhKKwSppCxtG3wVtKSETBEP { display:none; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #hkkvGIZeUQI7l92zSsXxtptTeFthodJv {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #sQuxbAS9tT8Rx2PcDqZBqBcSLppWmqrX {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DC9NULBmJ4ay3tZ0b9lMNtqmdWb6fIg1 { display:none; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #vH1pUF7JVmIEW9TuSeMosnoRfIP09Euz {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #zM0sNNq8qclxA1DOSfAG8yBZ856vNgbe {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #HXLVxwHTtkThwzBRuSF2nvAyCangcDCy { display:none; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #VPM1411buQbDRK2s1s2k8tWVk7t4lw8w {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dUMrofDnFzAK9Nd7hcOAUHcI19NHkF6J {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #RfRTxNZVgHTy3MWukxRtM8gpsmF9lpWV { display:none; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #TOpibmr724lWM4pvOKV9sd8i1TqkvZqo {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #S7wNDydv12htV7u8WdAT2UrX2CECByBW {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #DnWleP0GmcmeCvcR7axyZIeobtXncCVs {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #shI7KLPGuaR8cW45cWHUgzo7lHMuZvaG {  }
 }@media only screen and (max-width: 763px) { #EkcIL4B1pcDTSSAUf9TiaCyTFzvOdzAK { display:block; }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #kM6TT4N8bLl0MRlZUWTdpvFLdMa9FX2P {  }
 }@media only screen and (max-width: 763px) { #vpItpos01hEgB8kMR5HvkwXMlAxthTss #dc9U8od80WZ3kTOHEpwsp4nMTX07Q6FA {  }
 }@media only screen and (max-width: 763px) { #Gh1sOhvvNXD9LetuwgdRCaKH0fqowX5t { width:20rem;height:5.0625rem;top:11.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iG4i1Cqe6yqad4cAIZaBDs5RtxBnkXoi { display:flex;width:1.875rem;height:1.875rem;top:7.625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #gU6NRtDKDFb4eNcazQmQQuhSHNowd1o1 { width:17.6875rem;height:3.75rem;top:7.5rem;left:1.9375rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC { display:block; }#fgxmo3G19bO7B3cAJUEiPZywAyCJO8PC > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUW1Q0deTx4K7GsCh4sAKfDUDcfFlZGE { width:16.875rem;height:1.6499rem;top:1.875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMq5nZ36L4Tir0kd24G37pgFfoDuGGre { width:16.875rem;height:3rem;top:4.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HieNP5aPDyXcySzA4gpXU0OeQEcOk5e1 { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz6FtvVGDm0t89AMmCMnxuzooTsk4qSu { width:16.875rem;height:3rem;top:11.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ1dJseG9by5PCtwvcDxNTIhKTWdD4s2 { width:16.875rem;height:1.6499rem;top:8.875rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8MsJAPS5RQqpAVeQCif97ozrX4wZtzN { width:2.5rem;height:2.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcvhT8XilkAp4vzRUwoOmThFq60msUEi { width:16.875rem;height:4.5rem;top:18.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4mQF7Pk1N8XTPCGzIg0U8iKihfZXCum { width:16.875rem;height:1.6499rem;top:15.9375rem;left:3.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTaO033U864ASJ8Gvz4eLvsqVMI8UObG { width:2.5rem;height:2.5rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb { display:block; }#iXPAv0JuEFoI2oVHcI5Ne8Emom2TSnOb > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8dKvrOCr3oWlSMOCdGQ216DPt3Q4B8z { width:20rem;height:4.5rem;top:24.5244140625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg6bhIat0ewr68lngzrqSCZZP9AZJme2 { width:20rem;height:31.875rem;top:29.6455078125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #olNcoTHR8LriTOSHqG8lZmgpfXVAwRxI { display:flex;top:15.9375rem;left:0rem;width:2.5rem;height:2.5rem;z-index:15009;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH7kC9bU1aySoUfT2akzQHymaFf4kC81 { width:20rem;height:3.4375rem;top:67.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKamBChLTrm98lmtzK07BzXEttw5RJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #l0aoV2PPSVvQ759MPTd7ZZ5ClF6QHkxD { width:20rem;height:3.4375rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBnmGZUTHJkdp5Ar7JxLhfPn6hug8hfE { display:block; }
 }@media only screen and (max-width: 763px) { #VcrNPhMccdlGQfeNNPvaKnJwTN4DkTlJ { width:20rem;height:20.3994375rem;top:2.4892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO { display:block; }#pqsT0sc8EB0VqWpKcWEeUq7bJIyBcJMO > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7aNhDZovl27kS0AeNtCLu9fPfOafOTB { width:20rem;height:26.5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f70kAqEqPi0t25ideJsfrlJGV7AtED64 { width:20rem;height:1.21875rem;top:0.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuoGNs6fIXxswQVMKEkoSb4ONBEBvuJX { width:20rem;height:1.21875rem;top:2.59375rem;left:0rem;font-size:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR { display:block; }#JwX4FbTnTWl72dT7Ap2HgZmq7xrTMkRR > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bdv9kxl56ysft4P059acutffiQo3flqC { width:14.0625rem;height:3.29980625rem;top:18.4375rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIedlM6fsGEoTygipXe5wA6y5vgGt5u { width:2.5rem;height:2.5rem;top:18.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB6ky7oCmyl6fQrT6EEqtafAcUBPbElv { width:20rem;height:5.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9kwraMpgWMZzlCTMOT8y4Vs7TX7qCc7 { width:20rem;height:4.5rem;top:0.6123046875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2hmc8sVDy7v3nH80mb0DBZJU9aByLUq { width:20rem;height:10.5rem;top:6.1748046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wK5WOt3vhXnk5OgHRdV0e6JZa1E7U2tk { width:14.0625rem;height:3.29980625rem;top:24.875rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOZK7IXw5eQcTBGJu8hueAkSZLvk0rly { width:2.5rem;height:2.5rem;top:25.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRiksrFb87IcX5pxNMbDt6xmB4w5HgKw { width:20rem;height:5.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGuLQtnkD1BWuwlfhvDcS2KqLV0bxRvW { width:20rem;height:5.0625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maxRhaZJUmPlPsO6If6rNAwdDrTN5Crw { width:14.0625rem;height:3.29980625rem;top:31.125rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT1icCBcomwHCTpp66We8TboixTOpTGe { width:2.5rem;height:2.5rem;top:31.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8m6HbXQlxfnuOTLvF8wT17NfMbAp7ob { width:20rem;height:7.3125rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgJRS0AfJXZUnb4b5hDVoZ0xrSQb91za { width:20rem;height:5.0625rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGDCya8bFQVIte2y2AA4Ks2mbilmtWxU { width:20rem;height:7.3125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEMM11MGcosLAaJKW1DkvKHmSp1dXx22 { width:14.0625rem;height:4.94970625rem;top:37.75rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1eN8MD4OCO6rzynTaX8gZB1sdPETCuO { width:14.0625rem;height:4.94970625rem;top:46.25rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLARJvnVMiskaQKxn0ITRId5B9H40suP { width:2.5rem;height:2.5rem;top:47.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKSCgWlQN29FxCev6oW2JbNDcDL4CfIO { width:14.0625rem;height:3.29980625rem;top:54.5625rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao2eG48M4vTxNMTRa9suANPa9rCcokUc { width:2.5rem;height:2.5rem;top:55.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #il26f2TTCsHdlhodzS32KZ0SZyKNLqAP { width:2.5rem;height:2.5rem;top:39.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcR1GPaH2ye9WT6Vd86sChuENgfTTCHs { width:20rem;height:5.0625rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4Qv8ea3RpPtMuI1tUWxShmkmPFTqZ4k { width:14.0625rem;height:3.29980625rem;top:60.875rem;left:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnxUEl4Baogq428WI9ZtUHpMBxHsI3FE { width:2.5rem;height:2.5rem;top:61.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhDy7uuy2IBh8RtVrtaq184uZIE1JXV5 { width:18.125rem;height:3.4375rem;top:67.8125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZN2VrsPpFtOCndidC2STQSL6m15yTQJ { display:block; }
 }@media only screen and (max-width: 763px) { #KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G { display:block; }#KPfICSFnfRvHh6ElqRMu4yUeOVEquS3G > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlKe3d0gHRUMneeweyVvaysndoAvvz9 { width:20rem;height:9.375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMbImTRW35Huh7eUHR1KkuOyvo3WKTpJ { width:20rem;height:2.25rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd { display:block; }#ZBoTcIlM0VFL1KpyPR6D51bGKVk7Vvtd > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Turw9fSTMZqOSOH12D7Bb7JqCWwnSIrJ { width:20rem;height:9rem;top:24.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8tFayf1W8e2H3ilM3OW1GNMW5B9uar { width:20rem;height:22.3125rem;top:34.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0QJ8AqbabMc26u1PTedyh3Xt9BwwUEZ { width:20rem;height:3.4375rem;top:63rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Kqv9K7ua9m8CP1N6FXEiOKOcCnIq1B { display:block; }
 }@media only screen and (max-width: 763px) { #hDUFkzBk8yZnbxeoPHhopB7dfzNJBAWS { width:20rem;height:3.4375rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ4aThwbRqgU9PCxsTcHRuxizKrsrmfQ { display:block; }
 }@media only screen and (max-width: 763px) { #u7BNvZ3zTm2egpsePqOGaxUrNagHghmZ { width:20rem;height:20.3994375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc { display:block; }#N2Qiabr8umHAhiAyEfeWLxMXhaie7mpc > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uy8EJWlkTWMszAkECPTkUXV14HmTsJx0 { width:20rem;height:4.5rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT54ltk6nTfKoMAgIN90dFTy6H8ISQ5C { width:20rem;height:17.9375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SribMgcrK8QDJJV0r8OJHR4eMxCqqh0k { width:18.125rem;height:9rem;top:39.3125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ATZHR1K5HZ88nTTGrwCRbfXsdDTwTB { width:14.4375rem;height:1.59375rem;top:33.9375rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVuXqAnDPb5bfu86RHFmqWmMuolzz4e4 { width:6.875rem;height:1.25rem;top:35.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRI53eeahwBers2rxXSs0GxIc776vCS1 { width:20rem;height:22.375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlHwbe20MBbZmntvh0SOXTVfchls36A { width:14.4375rem;height:1.59375rem;top:10.25rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lADwK08mFFJprk8sinT3f1ESTgJGsTox { width:18.125rem;height:13.5rem;top:15.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4tWRmbd5IH7F9OWeRNV8TT2A72lHv72 { width:6.875rem;height:1.25rem;top:11.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXphCq46WOQWmHcidzUR5rtAm0x1gKiT { width:20rem;height:21.1875rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfCuQX4vez8TiS1VBXHOXw4EApepipAm { width:14.4375rem;height:1.59375rem;top:53.1875rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epIfBmqSBQoQE7k3TD5NhJ8Zoi4txyxy { width:18.125rem;height:12rem;top:58.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggugF4wKoFSz9d0nuTXTfq7nCuasDxQ { width:6.875rem;height:1.25rem;top:54.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDURdE1xR1zTpQTfzNVD4uTaG4p4GtOG { width:20rem;height:3.4375rem;top:80rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwmBsgvWufmWIvlGalP8lmfBSO525Vh { display:block; }
 }@media only screen and (max-width: 763px) { #qECcMRLApzW1P5thS4kJXOMvytU3iPF9 { width:20rem;height:3.4375rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHp0itT0TZmWGdMiOQKMz1qMOl8VNCk { display:block; }
 }@media only screen and (max-width: 763px) { #gGLKI72Q6VkztTDUf6HxEORyTo3IQ9TZ { width:18.125rem;height:0.0625rem;top:14.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDHQy0anQ893V6WMvPKTk8n7FhmTLFap { width:2.75rem;height:2.75rem;top:10.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHlXAVT14gUf8oXNkz7EcLQecLLM1KE { width:18.125rem;height:0.0625rem;top:38.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whlSeLlT1KwRciKXHy50OXxvuNZy710G { width:18.125rem;height:0.0625rem;top:57.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko0FyiBB0lUuyFBqqpZfsZhoMO2TME4k { width:2.75rem;height:2.75rem;top:34.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn0FkcyCayBxsU0KwTAXZmhEzeVgB9cJ { width:2.75rem;height:2.75rem;top:53.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 { display:block; }#JGSRPaEU716iLZpnwxyuT6lFwTP1ZgS9 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgrbUs55FK679cUUk3T2s9PEFD03s8LN { width:20rem;height:28.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN { display:block; }#bczsAw9zRlGrLNuoLGIG1b6C7XdtxaCN > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zavSRDb7AvsCbLcxSiF5wXWqzDs9059q { width:12.5rem;height:1.625rem;top:8rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5nPKPXmhg9RD3TkC8pqiQLf99gkE8g { width:14.4375rem;height:1.625rem;top:17.75rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So { width:8.6875rem;height:1.13720625rem;top:20.5rem;left:5.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#BtlKZb2buw2eG8HnfzV6ERkd6Ghnu8So li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf { width:9.6875rem;height:1.13720625rem;top:22.375rem;left:5.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }#OH5nBiK4nT9WllBKIOrCf4qdWdMTPTrf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #VFuHOTDsWfXX6fUfG1cCrL6CfBSHzXw6 { width:20rem;height:0.0625rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEb8JniqL1IWp0DBdBipXRQe8TU1DZOJ { width:20rem;height:2.25rem;top:32.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmPuvxBfmN7m5Sw0cqO3uzMit7w004Rz { width:20rem;height:5.24903125rem;top:10.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQRGTVQE91OreHuGN5vKmflcsyySIuWO { width:8.6875rem;height:1.9375rem;top:25.1875rem;left:5.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTAw6byTx8tBQAoLy5d02RS9t0on5nJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #JO7NI4DduPUIgHlrDZLeUHgbskMGRwfd { width:8.625rem;height:3.875rem;top:2.1015625rem;left:5.6875rem;overflow:hidden;display:block; }
 }