.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,242,233;--color-primary-1:132,212,183;--color-primary-2:9,169,111;--color-primary-3:5,85,56;--color-primary-4:1,25,17;--color-secondary-0:217,236,244;--color-secondary-1:129,191,218;--color-secondary-2:2,127,181;--color-secondary-3:1,64,91;--color-secondary-4:0,19,27;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:249,243,250;--color-tertiary-3:149,146,150;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#110a18;background-image:url("https://images.assets-landingi.com/uc/6dd4d42c-0b01-4d8b-bcbf-f88ffbc1133a/3533cd5.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd21ead-bec7-406c-b646-3292d6951bd9/3533cd13.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;overflow:visible;position:relative;display:block; }#dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:10.4765625rem;left:0rem;height:14.005875rem;font-style:normal;display:block; }
#rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { color:rgba(var(--color-tertiary-0),1);display:block;width:35.1245rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:25.186767578125rem;left:0rem;height:6.0546875rem;font-style:normal;display:block; }
#mzGPub9qnnziq55xhdAD4ZTryayr4yUW { 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:2.6875rem;width:6.8125rem;top:3.8427734375rem;left:0rem;overflow:hidden;display:block; }
#JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { background-color:rgba(var(--color-tertiary-0),0.2);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.218994140625rem;left:15.374755859375rem;display:block; }
#NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { z-index:15003;top:33.062744140625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7rem;top:3.1011962890625rem;left:7.6641845703125rem;overflow:hidden;display:block; }
#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { background-color: transparent; background-image: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { display: none; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .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); }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { border-width: 0; border-radius: 0; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { 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:13.499125rem;width:54.436625rem;top:2.6531982421875rem;left:2.78076171875rem;overflow:hidden;display:block; }
#rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { color:#58abad;display:block;width:54.811375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6531982421875rem;left:2.4444580078125rem;height:1.92480625rem;font-style:normal;display:block; }
#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #211761, #000000);background-image: -moz-linear-gradient(top, #211761, #000000);background-image: -ms-linear-gradient(top, #211761, #000000);background-image: -o-linear-gradient(top, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #211761, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { background-color: transparent; background-image: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { display: none; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .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); }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { border-width: 0; border-radius: 0; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.9339599609375rem;left:2.2509765625rem;height:3.0247375rem;font-style:normal;display:block; }
#oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { color:rgba(var(--color-tertiary-0),1);display:block;width:58.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:6.820068359375rem;left:2.2509765625rem;height:2.125rem;font-style:normal;display:block; }
#koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { position:absolute;display:block;z-index:15005;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:28.875rem;width:38.0625rem;top:10.984377622604rem;left:21.882794119414rem;overflow:hidden;display:block; }
#QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:15.654907226562rem;left:2.2509765625rem;height:15rem;font-style:normal;display:block; }
#ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { color:#58abad;display:block;width:23.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.091064453125rem;left:2.2509765625rem;height:1.99401875rem;font-style:normal;display:block; }
#KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { z-index:15004;top:32.505493164062rem;left:2.2509765625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { background-color: transparent; background-image: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { display: none; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .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); }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { border-width: 0; border-radius: 0; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.187255859375rem;left:2.2509765625rem;height:3.0249rem;font-style:normal;display:block; }
#uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.062377929688rem;left:2.2509765625rem;height:13.125rem;font-style:normal;display:block; }
#CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.2115478515625rem;left:2.2509765625rem;height:3.0249rem;font-style:normal;display:block; }
#FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15028;background-color:rgba(137,46,255,0.3);background-image:none;top:10.1875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:11.5625rem;left:36.1875rem; }
#VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:12.0625rem;left:29.3125rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15033;background-color:rgba(137,46,255,0.3);background-image:none;top:18.1875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.686625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:11rem;left:42.375rem;height:5.19791875rem;display:block; }
#McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.437375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:19.6875rem;left:42.375rem;height:3.8984375rem;display:block; }
#EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:19.8125rem;left:29.3125rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15038;background-color:rgba(137,46,255,0.3);background-image:none;top:25.875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.686625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:27.375rem;left:42.375rem;height:3.8984375rem;display:block; }
#JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { color:rgba(var(--color-tertiary-0),1);display:block;width:4.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:27.75rem;left:29.625rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { box-sizing:content-box;height:6.875rem;width:32.37425rem;position:absolute;display:block;z-index:15043;background-color:rgba(137,46,255,0.3);background-image:none;top:33.875rem;left:27.6875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
#QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6860625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:35.375rem;left:42.375rem;height:3.8984375rem;display:block; }
#aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { color:rgba(var(--color-tertiary-0),1);display:block;width:5.81176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:35.5rem;left:29.3125rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { z-index:15005;top:31.976318359375rem;left:1.9696044921875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkx1v9rJ47vzOt59WTDGeAhMT2Vp57eP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:19.53125rem;left:36.187133789062rem; }
#HlLTz1dsbeUgotlQmb5oR9RunM45qrB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:27.218627929688rem;left:36.187133789062rem; }
#aXKiywMIrBPuktsOxEmA3vlR27HBslb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:35.374755859375rem;left:36.187133789062rem; }
#lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { color:rgba(var(--color-tertiary-0),1);display:block;width:22.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:14.242553710938rem;left:1.9696044921875rem;height:1.99401875rem;font-style:normal;display:block; }
#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #211761, #000000);background-image: -moz-linear-gradient(top, #211761, #000000);background-image: -ms-linear-gradient(top, #211761, #000000);background-image: -o-linear-gradient(top, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #211761, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { background-color: transparent; background-image: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { display: none; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .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); }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { border-width: 0; border-radius: 0; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:12.3125rem;left:1.875rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14rem;left:4.375rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:12.3125rem;left:20.625rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:23.125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:12.3125rem;left:39.375rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14rem;left:41.875rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:22.5390625rem;left:2.2509765625rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25rem;left:4.375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:22.5390625rem;left:20.625rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25rem;left:23.125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { color:#58abad;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:22.5390625rem;left:39.375rem;height:1.25024375rem;text-align:center;text-align-last:center;display:block; }
#CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:41.875rem;height:6.497375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { z-index:15005;top:33.187255859375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { color:rgba(var(--color-tertiary-2),1);display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.255859375rem;left:2.2513008117676rem;height:6.5989625rem;font-style:normal;display:block; }
#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #211761);background-image: -moz-linear-gradient(top, #000000, #211761);background-image: -ms-linear-gradient(top, #000000, #211761);background-image: -o-linear-gradient(top, #000000, #211761);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211761' );";background-image: linear-gradient(to bottom, #000000, #211761);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { background-color: transparent; background-image: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { display: none; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .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); }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { border-width: 0; border-radius: 0; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { 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:24.9375rem;width:58.6875rem;top:8.936767578125rem;left:1.3128662109375rem;overflow:hidden;display:block; }
#lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { color:#58abad;display:block;width:23.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.1231689453125rem;left:2.249755859375rem;height:1.99401875rem;font-style:normal;display:block; }
#kPJmBs3INptZJ9z7eibzK6ClxIkfmUPx { 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:26.0625rem;width:27.625rem;top:7.8125rem;left:32.374347686767rem;overflow:hidden;display:block; }
#eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { color:#539294;display:block;width:57.7484375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.4029541015625rem;left:1.12548828125rem;height:3.0249rem;font-style:normal;display:block; }
#gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3111875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:11.311645507812rem;left:2.530517578125rem;height:11.25rem;font-style:normal;display:block; }
#Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { z-index:15007;top:27.235717773438rem;left:2.2509765625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(216deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(216deg, rgba(var(--color-secondary-2),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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyJWTvN9qsMAgDudCIHHf559vWbzEltm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #211761, #000000);background-image: -moz-linear-gradient(180deg, #211761, #000000);background-image: -ms-linear-gradient(180deg, #211761, #000000);background-image: -o-linear-gradient(180deg, #211761, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#211761', endColorstr='#000000' );";background-image: linear-gradient(180deg, #211761, #000000);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; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { background-color: transparent; background-image: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { display: none; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .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); }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { border-width: 0; border-radius: 0; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { 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:2.25rem;width:5.8125rem;top:2rem;left:1.744140625rem;overflow:hidden;display:block; }
#JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.76953125rem;left:51.9931640625rem;height:1.13736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:37.375rem;height:14rem;top:10.4375rem;left:0rem;font-size:5.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:35.0625rem;height:6rem;top:25.125rem;left:0rem;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mzGPub9qnnziq55xhdAD4ZTryayr4yUW { top:3.8125rem;left:0rem;width:6.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { width:13.75rem;height:3.125rem;top:33.1875rem;left:9.249755859375rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:33.0625rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { top:3.0625rem;left:1.5391845703125rem;width:7rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { top:2.625rem;left:0rem;width:47.75rem;height:11.840984240849rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:47.75rem;height:1.875rem;top:2.625rem;left:0rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:47.75rem;height:3rem;top:2.875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:47.75rem;height:2.125rem;top:6.8125rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { top:10.9375rem;left:9.6875rem;width:38.0625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:23.25rem;height:15rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:23.8125rem;height:1.9375rem;top:12.0625rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { top:32.5rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { width:47.75rem;height:3rem;top:3.125rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:23.25rem;height:13.125rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { width:47.75rem;height:3rem;top:6.1875rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { width:32.3125rem;height:6.875rem;top:10.1875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { top:11.5625rem;left:30.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { width:4.8125rem;height:3.5625rem;top:12.0625rem;left:23.1875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { width:32.3125rem;height:6.875rem;top:18.1875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { top:11rem;left:32.125rem;width:15.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { top:19.6875rem;left:31.375rem;width:16.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { width:5.75rem;height:3.5625rem;top:19.8125rem;left:23.1875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { width:32.3125rem;height:6.875rem;top:25.875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { top:27.375rem;left:32.125rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { width:4.8125rem;height:3.5625rem;top:27.75rem;left:23.5rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { width:32.3125rem;height:6.875rem;top:33.875rem;left:15.4375rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { top:35.375rem;left:32.125rem;width:15.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { width:5.75rem;height:3.5625rem;top:35.5rem;left:23.1875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { top:31.9375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block; }
 }@media only screen and (max-width: 763px) { #rkx1v9rJ47vzOt59WTDGeAhMT2Vp57eP { top:19.5rem;left:30.062133789062rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLTz1dsbeUgotlQmb5oR9RunM45qrB6 { top:27.1875rem;left:30.062133789062rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXKiywMIrBPuktsOxEmA3vlR27HBslb8 { top:35.3125rem;left:30.062133789062rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { width:22.9375rem;height:1.9375rem;top:14.1875rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:12.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:13.75rem;height:5.1875rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { width:18.75rem;height:1.25rem;top:12.25rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { width:13.75rem;height:5.1875rem;top:13.9375rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { width:18.75rem;height:1.25rem;top:12.25rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { width:13.75rem;height:5.1875rem;top:13.9375rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { width:18.75rem;height:1.25rem;top:22.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { width:13.75rem;height:3.875rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { width:18.75rem;height:1.25rem;top:22.5rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { width:13.75rem;height:3.875rem;top:25rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { width:18.75rem;height:1.25rem;top:22.5rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { width:13.75rem;height:6.4375rem;top:25rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { top:33.125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block; }
 }@media only screen and (max-width: 763px) { #vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { width:47.75rem;height:6.5625rem;top:2.25rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { top:8.875rem;left:0rem;width:47.75rem;height:20.289936102236rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { width:23.8125rem;height:1.9375rem;top:8.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kPJmBs3INptZJ9z7eibzK6ClxIkfmUPx { top:7.8125rem;left:20.125rem;width:27.625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:47.75rem;height:3rem;top:2.375rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:23.25rem;height:11.25rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { top:27.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:5.8125rem;height:2.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:7.3125rem;height:1.125rem;top:2.75rem;left:40.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a449UnPOD3uAPvinT6NMRwbaQZTSBApB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef76cb46-db62-4e39-8343-988f0e8a818e/hero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB.adaptive-delivery-prevent-bg, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyload, #a449UnPOD3uAPvinT6NMRwbaQZTSBApB.lazyloading { background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { background-color: transparent; background-image: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row > .video-iframe-container { display: none; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .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); }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { border-width: 0; border-radius: 0; }#a449UnPOD3uAPvinT6NMRwbaQZTSBApB > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQhayDVho8KTmGiwg9MkMcqTn5ACxXk8 { width:20rem;height:3.5996125rem;top:10.669921875rem;left:0rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT8dyIQRugtytTrCBqfTuehR2tWwwKpy { width:17.5rem;height:7.9980625rem;top:16.232421875rem;left:1.25rem;font-size:1rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzGPub9qnnziq55xhdAD4ZTryayr4yUW { width:6.8125rem;height:2.6875rem;top:1.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmskJsMTlPGv7NaRx0nkoGEQ9oyKF12r { width:7.5625rem;height:2.6875rem;top:24.630859375rem;left:11.25rem;background-color:rgba(255,255,255,0.2);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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NfDp8UB34Rff3l9a1bR44A6En4uhxlD9 { display:block; }
 }@media only screen and (max-width: 763px) { #KndBDnZAnF4dLLR1M05P6PRPkkSrBgG1 { top:24.630859375rem;left:2.1875rem;width:7.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHRmLgWIGPxTOXLTDhab7MZPxq10DT2 { display:block; }
 }@media only screen and (max-width: 763px) { #Da4FMeuG3m5U2ghCaK87QOKHV94gbbq8 { width:7rem;height:2.8125rem;top:28.567871484375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ { display:block; }#KJiLB94lZp5nrE04AUa21Q7kbGOOBotJ > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goMtkwVtIuTlKtbXBrAEcqrIXI8VoHmx { width:19.74975rem;height:4.93725625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDITz1AhbgE9E52nBG4SrtPyyv1FksQg { width:20rem;height:auto;top:2.625rem;left:0rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz { display:block; }#P3ARnSgU2yv98XdFqRuN5lOwiOohJbFz > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbT16zNwCGwW46NwzEwTz6dMmt8fDXMl { width:20rem;height:5.36133125rem;top:1.875rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHaFxSQuFM0GTKG98swsdrZTRTBCFmai { width:19.9995rem;height:6rem;top:7.235595703125rem;left:0rem;font-size:1.25rem;line-height:1.6;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koP3TNQ9vQQqrwGwbFtD75ZP3Rgq5dER { width:14.6875rem;height:11.1875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGxWAE3ClLovE6zDixa8gSdTy3tTdiFQ { width:19.9995rem;height:15.1875rem;top:14.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVvr6Ju1IueLKt2lrUTJkPvfix235c5 { width:20rem;height:0;top:18.123046875rem;left:0rem;font-size:1.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KX7zPLNuEPOxIU84tWJ3lmVAP5Zngq2G { top:31.7958984375rem;left:2.9677734375rem;width:14.0625rem;height:3.43725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0cZArsyNTVh66J7be5q9LogN2bPhXJV { display:block; }
 }@media only screen and (max-width: 763px) { #TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I { display:block; }#TSHfFplwDNl6AqXZNRZ2OR6nh8xbEO6I > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vG82Z5GeA3FDow3hypOaxTkuuTA6ZJCC { width:20rem;height:1.7871125rem;top:1.875rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOrShCapvnUKB77yxiZvP5wa8QRWcqZ9 { width:19.9995rem;height:13.5rem;top:6.922119140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCgAmk6XFkmQb36NA7E55nGyIIIh0S6C { width:19.9995rem;height:1.7871125rem;top:3.984130859375rem;left:0rem;font-size:1.625rem;color:#58abad;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAmH9TWwsSBkKF9l4ycAWJhXu32IHN9r { width:19.9995rem;height:11.12475rem;top:23.74951171875rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #VTpDhPbLOQIDOpcAm38G4dUSyp2unV7T { display:flex;width:2.25rem;height:2.25rem;top:25.683349609375rem;left:1.4833984375rem; }
 }@media only screen and (max-width: 763px) { #VlxBRbUZVeMRMxOLFoFxi10CehdGOre5 { width:10.6875rem;height:1.5rem;top:25.433349609375rem;left:4.6552734375rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKpiIlyxxkx8h5uQoeatcMLfCUpnPPFP { width:20rem;height:11.9375rem;top:37.5625rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #IQW4PJa6f792OMXT4T4zIP2LFcpFdpmI { width:15.62475rem;height:5.19921875rem;top:27.886962890625rem;left:4.37548828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McKD0ocsOuHMZlnDgNbszdfywgFm4zFP { width:14.87475rem;height:5.19921875rem;top:42.620361328125rem;left:4.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsKiC5H66kb3qgQOOQJ6la2tChsipQn { width:11.25rem;height:1.79980625rem;top:39.724365234375rem;left:4.6552734375rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MNCxdPHxhJuhNdrOibOQDh4Sql3GucnU { width:20rem;height:10.5rem;top:52.33447265625rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #b7LukT5n4HqKLD7zUxVNcKCT3tVo69UP { width:15.62475rem;height:3.8994125rem;top:56.45947578125rem;left:4.37525rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDOSMv3GvATTlfUhTcpMJwe5cSIUNf3X { width:6.99975rem;height:1.79980625rem;top:54.032958984375rem;left:4.6552734375rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sRrJ9grnvDr4hXb8HTnMfDzX8DPR5kkl { width:20rem;height:11.0625rem;top:66.48486328125rem;left:0rem;background-color:rgba(137,46,255,0.3);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(28,22,72,0.03) ;display:block; }
 }@media only screen and (max-width: 763px) { #QX2tgpfOepNZAgtobRWoxuZfTTUVPzni { width:14.31225rem;height:3.8994125rem;top:71.88916015625rem;left:4.6552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFwTbFLcWcivFcOabu2L5n4VSh3DEIRo { width:10.18725rem;height:1.79980625rem;top:69.021240234375rem;left:4.6552734375rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o0Jsbe2rTFlOlUsbfND8kw5AGccHhFyJ { top:80.249267578125rem;left:2.9677734375rem;width:14.0625rem;height:3.43725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6bpMzXRABqaGy6ThEpvbERhnhA29oz { display:block; }
 }@media only screen and (max-width: 763px) { #rkx1v9rJ47vzOt59WTDGeAhMT2Vp57eP { display:flex;width:2.49975625rem;height:2.49975625rem;top:39.999267578125rem;left:1.29638671875rem; }
 }@media only screen and (max-width: 763px) { #HlLTz1dsbeUgotlQmb5oR9RunM45qrB6 { display:flex;width:2.4375rem;height:2.4375rem;top:54.677490234375rem;left:1.327880859375rem; }
 }@media only screen and (max-width: 763px) { #aXKiywMIrBPuktsOxEmA3vlR27HBslb8 { display:flex;width:2.5620125rem;height:2.5620125rem;top:68.640380859375rem;left:1.326416015625rem; }
 }@media only screen and (max-width: 763px) { #lw3oSnrkzHn2C7q2I47EDZ9ZSF4glF9e { width:20rem;height:auto;top:14.1875rem;left:0rem;font-size:1.8125rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq { display:block; }#IPrFUsG6hRFDlaeTQz5bL95wcXHMOkrq > .row .container { width:20rem;height:78.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhtFlWRVF64hdWVg2wUwsIeokq3hv6nT { width:18.75rem;height:1.25rem;top:11rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBbn6kX68FT9CLHJ0dPOdRgXhac8cty { width:13.75rem;height:5.19921875rem;top:13rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXH3fM9mnxuN7GGbQ4IFcneeuAQR1Wqm { width:18.75rem;height:1.25rem;top:21.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7gXKaK1yzIi70SZqZ4md5xmVn28sat { width:13.75rem;height:5.19921875rem;top:23.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbwr6XUg3mKwT2ys1aAdPsrPuqoXwXm { width:18.75rem;height:1.25rem;top:29.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcFF7yUsfnnD25mweiCLG1KnBnaBwHgB { width:13.75rem;height:5.19921875rem;top:32.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciW1MfL43W23Uhia7p4EVOuHPW9S3KNJ { width:18.75rem;height:1.25rem;top:40.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUNxMwUFHeU6XdnqK6trQMkJVtQC7vkU { width:13.75rem;height:3.8994125rem;top:42.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOm95V5dJP7qZknIIyT3tn79fgRuzBhw { width:18.75rem;height:1.25rem;top:48.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lewUPafwvZk1Fh7z6Ezz5kpu1dgSknaN { width:13.75rem;height:3.8994125rem;top:50.75rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0XvdpCvK3f1LwtCSRx2R0dS00eG2kt { width:18.75rem;height:1.25rem;top:58rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfIuT6AySsMwgCvtkF8JRXXB5nQ2uko { width:13.75rem;height:6.499rem;top:60.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRyHD6ToqwCRlWucmG7BboTGbzTtzTSs { top:68.5rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlwelWa7COvo0cpbtdeUOFCoNTvF5pET { display:block; }
 }@media only screen and (max-width: 763px) { #vrG4DK3MgCdxD6lRaqZbEopyCUMLeokT { width:20rem;height:7.1484375rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o { display:block; }#TDyy73W5UNhltRSkuGLmCLT3hBmMeK2o > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKMAfzqQc8IK2XaDk4FrGiLhavMRysgN { width:20rem;height:8.4984025559105rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBGDPnUNPQ9MXcydixDm01TWu1HVUwUp { width:20rem;height:0;top:5.260498046875rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kPJmBs3INptZJ9z7eibzK6ClxIkfmUPx { width:19.875rem;height:18.75rem;top:29.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBugBUcW5dRahmhNmhtv2eDkkS5PPkr { width:19.9995rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGIwSuU2koMmGdmxB9qF9ywxkDKXLeUf { width:19.9995rem;height:10.125rem;top:8.449462890625rem;left:0.00049999999999884rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa5a8V4TZEexuTtHwz6LHG2MoEURzcD3 { top:22.498046875rem;left:2.96875rem;width:14.0625rem;height:3.43725625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch89LHphh8kahffrJMNodPQQ5FkqC9ql { display:block; }
 }@media only screen and (max-width: 763px) { #WyJWTvN9qsMAgDudCIHHf559vWbzEltm { display:block; }#WyJWTvN9qsMAgDudCIHHf559vWbzEltm > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2WMR3K0TdrnHPyb7dvc2WnRniTx0xSX { width:3.5rem;height:1.4375rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQVHxqJ24lGyRyKsHTw1ZwtgyNvn0tXl { width:4.5rem;height:0.89355625rem;top:5.375rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }