.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:220,248,231;--color-primary-1:151,234,182;--color-primary-2:81,220,133;--color-primary-3:37,211,102;--color-primary-4:27,169,80;--color-secondary-0:221,234,247;--color-secondary-1:154,193,232;--color-secondary-2:86,151,216;--color-secondary-3:44,125,206;--color-secondary-4:8,13,137;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:48,48,48;--color-tertiary-3:46,46,46;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#PxWHWvv433gHxTrO1r8QEM77n6utKMc2 { position:absolute;display:block;z-index:15003;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:5.6875rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#eS1hOgqzQI6yTQxPTZIdCVdaixLq1W9S { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:13.9375rem;left:0rem;height:10.931rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQfROKtBNfylz7t8cGDyyEKCE8lkReRn { background-color:#01ba2e;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-0),1);border-left:2.5rem solid rgba(0,0,0,0);border-right:0rem solid rgba(var(--color-tertiary-0),1);border-bottom:0rem solid #0f823a;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: 0rem 0rem 2.5rem rgba(var(--color-primary-3),0.5) ;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34rem;left:0rem;display:block; }
#c4ue0t8fTpUNSazuRxu6E12fRnzNb7Pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8QfsrveeObT922fTTKFdSgx8t94Alsl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:35.1875rem;left:2.3125rem; }
#gS9HfQOOg9H05MpZOLGV6tqZog1vdPu9 { position:absolute;display:block;z-index:15043;background-color:#01d332;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:313.75rem;border-top-right-radius:313.75rem;border-bottom-left-radius:313.75rem;border-bottom-right-radius:313.75rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-3),1) ;height:0.75rem;width:0.75rem;top:35.6875rem;left:23.5625rem;display:block; }
#tBdtqUxNDPA4AzJasWPWg5WKAq25d2Cd { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:34.96875rem;left:24.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TwthSv9d5eMa0KaJPRtNTcdTCJ0AM2n7 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:19.4375rem;top:15.3125rem;left:13.194791793823rem;display:none; }
#UVFHyzb4klFAK3nipUoJ9T3tKifx51O8 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #f8f8f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:19.4375rem;top:15.3125rem;left:13.194791793823rem;display:none; }
#UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr { box-sizing:content-box;height:34.75rem;width:40.9375rem;position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5d20bbdf-d216-4c0a-b1d3-87cab34372f6/aad5e2c928.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.875rem;left:36.625rem;border-top-left-radius:0.625rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0;border-left:0;border-right:0.625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.625rem solid rgba(var(--color-secondary-3),1);display:block; }#UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.adaptive-delivery-prevent-bg, #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.lazyload, #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.lazyloading { background-image: none; }
#Ex4RbrDEzAO9TzmIBI8yL9cFDWUykTEk { box-sizing:content-box;height:12.4375rem;width:12.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3.0625rem;left:34.1875rem;display:block; }
#oncCiIGdvm2OKgOD9kxFEiK1wf1kvIxo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15046;line-height:.9;letter-spacing:0;top:8.0625rem;left:35.59375rem;height:4.5540375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bli4TVTNwNSQAmmAul6EoQDZnwvevPxE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:4.75rem;left:38.125rem; }
#cX5UNQXZ4eHtwAVxXTF68zfA5N2gxziK { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:27.798828125rem;left:0rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v2ri2nwf5Cla06fr8fCkOx0mgN0CpnUT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:4.083984375rem;left:6.9375rem;height:2.95605625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { background-color: transparent; background-image: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container > .video-iframe-container { display: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container { display: none; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .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); }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { border-width: 0; border-radius: 0; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { background-color:#00c52e;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);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;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:17.5rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.34375rem;left:3.75rem;display:block; }
#rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZytTygawPsTFSg0rSvr1kPL8BBF3Eis { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:5.5625rem;left:2.375rem;overflow:hidden;display:block; }
#mWH72EPL5WTuwVRnNIaTS3hdyaHxtlk0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.6875rem;left:11.125rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw4E4xTT2pdMI2PpMBaEIrFV8oHLgyty { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.2265625rem;left:4.3125rem;height:4.4596375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mekzOuGsnRoBHrAawU4eumN4EbwMG0s4 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:5rem;left:26.75rem;overflow:hidden;display:block; }
#q6I9FuRtXCppSnr73C3z29b4Ng3y4b5R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:5.744140625rem;left:36.0625rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eXKkzEVWpOwSVcSckq5plS78oA4rrvXW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:14.3125rem;left:29.3125rem;height:4.4596375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbL9qzVmfAw6rd1zxouk4FTUmT0TwWAz { background-color:#00c52e;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);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;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:17.5rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.4375rem;left:28.75rem;display:block; }
#MhBIorGncWkund4flklweChrslS1LyFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gvJrZaFcio6TN2NCSFM67Ngfg4n6HQHe { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:7.6875rem;top:5rem;left:51.6875rem;overflow:hidden;display:block; }
#e6t6kbkAbtsa7vPB6DDwGzcAviktDABD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:14.3125rem;left:54.25rem;height:4.4596375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRvwrNMKFRi9vXns9KO9Lx6m3Bktainf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:6.6865234375rem;left:60.25rem;height:4.548825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r3qPS9C6KgsVvPZtDsWW113MJ3SCPWuJ { background-color:#00c52e;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.2);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;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:17.5rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.4375rem;left:53.6875rem;display:block; }
#XWOpJgNyQCSTZwGIFv5S9sICmuIWswLr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #171717, #333333);background-image: -moz-linear-gradient(90deg, #171717, #333333);background-image: -ms-linear-gradient(90deg, #171717, #333333);background-image: -o-linear-gradient(90deg, #171717, #333333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#333333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#333333' );";background-image: linear-gradient(90deg, #171717, #333333);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; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { background-color: transparent; background-image: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container > .video-iframe-container { display: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container { display: none; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .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); }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { border-width: 0; border-radius: 0; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.25rem;left:0rem; }
#lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:3.5rem;height:3.14886875rem;font-style:normal;display:block; }
#CODH8HCTJLepleQwELIRudN4lPsQToJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.1875rem;left:18.75rem; }
#y2UTEQguJPiNzSPwICMuWx308mI7uc2t { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:22.4375rem;height:3.14886875rem;font-style:normal;display:block; }
#UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:4.3125rem;left:37.5rem; }
#sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9366302490234rem;left:40.999353408814rem;height:2.92535rem;font-style:normal;display:block; }
#KraQonxwVFnKmwcO12rBvPNcmbQUHofE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:3.8125rem;left:59.75rem;height:3.14886875rem;font-style:normal;display:block; }
#UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.1875rem;left:56.25rem; }
#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { background-color: transparent; background-image: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container > .video-iframe-container { display: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container { display: none; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .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); }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { border-width: 0; border-radius: 0; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#RTIllAswAo2rfW488wurVGGeeUsa8TzB { position:absolute;display:block;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d75276d0-cf72-409c-ad78-70d7dc9c0897/33cec6d556.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #03e558;border-left:0.1875rem solid #03e558;border-right:0rem solid #03e558;border-bottom:0rem solid #03e558;border-top-left-radius:0.625rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:26rem;width:31.5625rem;top:5.75rem;left:5rem;display:block; }#RTIllAswAo2rfW488wurVGGeeUsa8TzB.adaptive-delivery-prevent-bg, #RTIllAswAo2rfW488wurVGGeeUsa8TzB.lazyload, #RTIllAswAo2rfW488wurVGGeeUsa8TzB.lazyloading { background-image: none; }
#WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { color:rgba(var(--color-tertiary-3),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:8.125rem;left:40.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E93CsSC76Dqc3oo39Bo8rCfLTA6xbcWJ { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.1;letter-spacing:0;top:11.4375rem;left:40.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:14.6875rem;left:40.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA li:before{  }
#czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { background-color:#00c52e;background-image:none;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;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.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.9375rem;left:40.0625rem;display:block; }
#J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #141aa2, #282ebc);background-image: -moz-linear-gradient(90deg, #141aa2, #282ebc);background-image: -ms-linear-gradient(90deg, #141aa2, #282ebc);background-image: -o-linear-gradient(90deg, #141aa2, #282ebc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#141aa2', endColorstr='#282ebc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#141aa2', endColorstr='#282ebc' );";background-image: linear-gradient(90deg, #141aa2, #282ebc);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; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { background-color: transparent; background-image: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container > .video-iframe-container { display: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row > .video-iframe-container { display: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .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); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { border-width: 0; border-radius: 0; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#PlrM6xLQExoawFzMyqfxHBzmVmkimtCM { 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:7.6875rem;width:8.6875rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#xTxpKNHn1rhehq0cvFJtq4HxCaXd3Giz { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:1.5625rem solid rgba(var(--color-primary-4),1);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;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.375rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.875rem;left:41.1875rem;display:block; }
#aTirJO9X6dRweJ17znCBqhfTXaBkZVyR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4bxNXo1LoSB8Q6sdyrhHJg2Tz6pQTRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.8125rem;left:42.625rem; }
#wrwOAhXauAQgzKHiHKuP9yaBttTJsgIn { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.0625rem;top:5.6875rem;left:36.6875rem;display:none; }
#usc8sQnPIFuK6aQlVio14MXuscpnOwoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;top:13.3125rem;left:0rem;height:2.95605625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HpG9n2A4nVG0W0hKDvek459t9T9KxSn8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:5.625rem;left:41.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { background-color: transparent; background-image: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container > .video-iframe-container { display: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row > .video-iframe-container { display: none; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .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); }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { border-width: 0; border-radius: 0; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .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; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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; }#TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { background-color:#00c52e;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#no6KmSCtA0Fa2tmEtvcST3FkmLvzavnG { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:74.15625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxWHWvv433gHxTrO1r8QEM77n6utKMc2 { width:5.6875rem;height:5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1hOgqzQI6yTQxPTZIdCVdaixLq1W9S { width:34.1875rem;height:10.9375rem;top:13.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQfROKtBNfylz7t8cGDyyEKCE8lkReRn { width:21.625rem;height:4.1875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ue0t8fTpUNSazuRxu6E12fRnzNb7Pr { display:block; }
 }@media only screen and (max-width: 763px) { #N8QfsrveeObT922fTTKFdSgx8t94Alsl { width:1.8125rem;height:1.8125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS9HfQOOg9H05MpZOLGV6tqZog1vdPu9 { width:0.75rem;height:0.75rem;top:35.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBdtqUxNDPA4AzJasWPWg5WKAq25d2Cd { width:7.8125rem;height:;top:34.9375rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwthSv9d5eMa0KaJPRtNTcdTCJ0AM2n7 { width:19.4375rem;height:2rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UVFHyzb4klFAK3nipUoJ9T3tKifx51O8 { width:19.4375rem;height:2rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr { width:40.9375rem;height:34.75rem;top:4.875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4RbrDEzAO9TzmIBI8yL9cFDWUykTEk { width:12.4375rem;height:12.4375rem;top:3.0625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncCiIGdvm2OKgOD9kxFEiK1wf1kvIxo { width:8.75rem;height:4.5rem;top:8.0625rem;left:21.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bli4TVTNwNSQAmmAul6EoQDZnwvevPxE { width:3.625rem;height:3.625rem;top:4.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX5UNQXZ4eHtwAVxXTF68zfA5N2gxziK { width:32.375rem;height:3.25rem;top:27.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ri2nwf5Cla06fr8fCkOx0mgN0CpnUT { width:14.75rem;height:2.9375rem;top:4.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { display:block; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { width:17.5rem;height:3.75rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block; }
 }@media only screen and (max-width: 763px) { #BZytTygawPsTFSg0rSvr1kPL8BBF3Eis { width:7.1875rem;height:7.1875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWH72EPL5WTuwVRnNIaTS3hdyaHxtlk0 { width:11.5rem;height:4.5rem;top:6.6875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4E4xTT2pdMI2PpMBaEIrFV8oHLgyty { width:16.375rem;height:4.4375rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekzOuGsnRoBHrAawU4eumN4EbwMG0s4 { width:7.6875rem;height:7.6875rem;top:5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6I9FuRtXCppSnr73C3z29b4Ng3y4b5R { width:12.3125rem;height:6.8125rem;top:5.6875rem;left:17.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXKkzEVWpOwSVcSckq5plS78oA4rrvXW { width:16.375rem;height:4.4619125rem;top:14.3125rem;left:15.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbL9qzVmfAw6rd1zxouk4FTUmT0TwWAz { width:17.5rem;height:3.75rem;top:22.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhBIorGncWkund4flklweChrslS1LyFn { display:block; }
 }@media only screen and (max-width: 763px) { #gvJrZaFcio6TN2NCSFM67Ngfg4n6HQHe { width:7.6875rem;height:7.6875rem;top:5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6t6kbkAbtsa7vPB6DDwGzcAviktDABD { width:16.375rem;height:4.4375rem;top:14.3125rem;left:31.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRvwrNMKFRi9vXns9KO9Lx6m3Bktainf { width:12.375rem;height:4.5625rem;top:6.625rem;left:34.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3qPS9C6KgsVvPZtDsWW113MJ3SCPWuJ { width:17.5rem;height:3.75rem;top:22.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOpJgNyQCSTZwGIFv5S9sICmuIWswLr { display:block; }
 }@media only screen and (max-width: 763px) { #QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { display:block; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { width:2.25rem;height:2.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { width:12.4375rem;height:2.9746125rem;top:3.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CODH8HCTJLepleQwELIRudN4lPsQToJX { width:2.25rem;height:2.25rem;top:4.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2UTEQguJPiNzSPwICMuWx308mI7uc2t { width:12.375rem;height:3.125rem;top:3.8125rem;left:11.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { width:2.25rem;height:2.25rem;top:4.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { width:13.875rem;height:2.9375rem;top:3.875rem;left:23.968103408814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KraQonxwVFnKmwcO12rBvPNcmbQUHofE { width:12.1875rem;height:2.9746125rem;top:3.8125rem;left:35.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { width:2.25rem;height:2.25rem;top:4.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { display:block; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTIllAswAo2rfW488wurVGGeeUsa8TzB { width:31.5625rem;height:26rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { width:25.0625rem;height:2.625rem;top:8.125rem;left:22.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E93CsSC76Dqc3oo39Bo8rCfLTA6xbcWJ { width:21.5625rem;height:1.375rem;top:11.4375rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { width:30.0625rem;height:;top:14.6875rem;left:17.6875rem;font-size:0.9375rem;display:block; }#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA li:before{  }
 }@media only screen and (max-width: 763px) { #czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { width:18.25rem;height:3.625rem;top:26.9375rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block; }
 }@media only screen and (max-width: 763px) { #sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR { display:block; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlrM6xLQExoawFzMyqfxHBzmVmkimtCM { width:8.6875rem;height:7.6875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxpKNHn1rhehq0cvFJtq4HxCaXd3Giz { width:14.375rem;height:3.4375rem;top:12.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTirJO9X6dRweJ17znCBqhfTXaBkZVyR { display:block; }
 }@media only screen and (max-width: 763px) { #m4bxNXo1LoSB8Q6sdyrhHJg2Tz6pQTRt { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrwOAhXauAQgzKHiHKuP9yaBttTJsgIn { width:0.0625rem;height:23.75rem;top:5.6875rem;left:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #usc8sQnPIFuK6aQlVio14MXuscpnOwoQ { width:14.75rem;height:2.9375rem;top:13.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpG9n2A4nVG0W0hKDvek459t9T9KxSn8 { width:25.0625rem;height:5.25rem;top:5.625rem;left:22.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block; }
 }@media only screen and (max-width: 763px) { #owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { display:block; }
 }@media only screen and (max-width: 763px) { #no6KmSCtA0Fa2tmEtvcST3FkmLvzavnG { width:0.5rem;height:0.5rem;top:0.3125rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#080d89;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxWHWvv433gHxTrO1r8QEM77n6utKMc2 { width:4.1875rem;height:3.6875rem;top:2.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1hOgqzQI6yTQxPTZIdCVdaixLq1W9S { width:20rem;height:6.39325rem;top:8.3125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AQfROKtBNfylz7t8cGDyyEKCE8lkReRn { width:19.625rem;height:4.4375rem;top:23.09375rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;border-top:0rem solid #ffffff;border-left:1.875rem solid rgba(0,0,0,0);border-right:0rem solid #ffffff;border-bottom:0rem solid #0f823a;z-index:15044;background-color:#00c52e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #c4ue0t8fTpUNSazuRxu6E12fRnzNb7Pr { display:block; }
 }@media only screen and (max-width: 763px) { #N8QfsrveeObT922fTTKFdSgx8t94Alsl { display:flex;width:2.0625rem;height:2.0625rem;top:24.28125rem;left:0.6875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #gS9HfQOOg9H05MpZOLGV6tqZog1vdPu9 { width:0.75rem;height:0.75rem;top:28.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBdtqUxNDPA4AzJasWPWg5WKAq25d2Cd { width:10.875rem;height:0.899525rem;top:28.6875rem;left:5.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwthSv9d5eMa0KaJPRtNTcdTCJ0AM2n7 { width:6.125rem;height:2rem;top:12.3125rem;left:0.001042366027832rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #f8f8f8, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UVFHyzb4klFAK3nipUoJ9T3tKifx51O8 { width:20rem;height:6.5rem;top:40.75rem;left:-1.375rem;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8f8f8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f8f8f8);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr { width:19.375rem;height:12.1875rem;top:34rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/456beebe-9e24-4915-a78e-0fb8afec3bf3/oticacentral.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.adaptive-delivery-prevent-bg, #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.lazyload, #UdpwXGHeDwlKuWc7pSXBAT8bAPH0XUdr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ex4RbrDEzAO9TzmIBI8yL9cFDWUykTEk { width:7rem;height:7rem;top:31.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oncCiIGdvm2OKgOD9kxFEiK1wf1kvIxo { width:4.625rem;height:2.1940125rem;top:34.1875rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bli4TVTNwNSQAmmAul6EoQDZnwvevPxE { display:flex;width:1.875rem;height:1.875rem;top:32.1875rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #cX5UNQXZ4eHtwAVxXTF68zfA5N2gxziK { width:19.5rem;height:3.8216125rem;top:15.96875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v2ri2nwf5Cla06fr8fCkOx0mgN0CpnUT { width:11.25rem;height:2.3994125rem;top:2.9375rem;left:6.6875rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq { display:block; }#u8HgHksDXa50xTTz2ggi3Eoa3vuGT7Mq > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVKxovHdh3lfRDsphbBxwv3UdGh6fwvZ { width:15.125rem;height:3.6035125rem;top:15.0234375rem;left:0rem;background-color:#00c52e;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxixgCeCl2OMSSMBl440nn6SGlh1RW6W { display:block; }
 }@media only screen and (max-width: 763px) { #BZytTygawPsTFSg0rSvr1kPL8BBF3Eis { width:4.5625rem;height:4.5625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWH72EPL5WTuwVRnNIaTS3hdyaHxtlk0 { width:8.875rem;height:3.57421875rem;top:3.375rem;left:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4E4xTT2pdMI2PpMBaEIrFV8oHLgyty { width:15.5625rem;height:4.4596375rem;top:8.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mekzOuGsnRoBHrAawU4eumN4EbwMG0s4 { width:4.5625rem;height:4.5625rem;top:23.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6I9FuRtXCppSnr73C3z29b4Ng3y4b5R { width:12.4375rem;height:4.62890625rem;top:23.125rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXKkzEVWpOwSVcSckq5plS78oA4rrvXW { width:16.375rem;height:4.4596375rem;top:28.9375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbL9qzVmfAw6rd1zxouk4FTUmT0TwWAz { width:15.125rem;height:3.6328125rem;top:35.273956298828rem;left:0rem;background-color:#00c52e;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhBIorGncWkund4flklweChrslS1LyFn { display:block; }
 }@media only screen and (max-width: 763px) { #gvJrZaFcio6TN2NCSFM67Ngfg4n6HQHe { width:4.5625rem;height:4.5625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6t6kbkAbtsa7vPB6DDwGzcAviktDABD { width:16.375rem;height:4.4596375rem;top:48.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRvwrNMKFRi9vXns9KO9Lx6m3Bktainf { width:9.9375rem;height:3.57421875rem;top:43.125rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3qPS9C6KgsVvPZtDsWW113MJ3SCPWuJ { width:15.1328125rem;height:3.5078125rem;top:54.7734375rem;left:0rem;background-color:#00c52e;background-image:none;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWOpJgNyQCSTZwGIFv5S9sICmuIWswLr { display:block; }
 }@media only screen and (max-width: 763px) { #QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv { display:block; }#QLWK1RDMm6STny7O0fOiZ8TeZQ8PbsXv > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EoQXyCsA039EJyRr1oAwNL7vB0F7Ts11 { display:flex;width:1.875rem;height:1.875rem;top:4.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lzHvZs8I34lqJdrxJBVErEmbWZiJ1Tdi { width:12.3125rem;height:3.1857625rem;top:3.8125rem;left:3.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CODH8HCTJLepleQwELIRudN4lPsQToJX { display:flex;width:1.875rem;height:1.875rem;top:9.5rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #y2UTEQguJPiNzSPwICMuWx308mI7uc2t { width:11.625rem;height:3.1857625rem;top:9.125rem;left:3.125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTrcyRiudzykSMeJA8LMqCWhnkUFwexH { display:flex;width:1.875rem;height:1.875rem;top:14.8125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sBbs7k7z9KkbJ9KMyt7yrhwRtd6EU4yI { width:9.3120625rem;height:4.4596375rem;top:13.518886566162rem;left:3.1250000596046rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KraQonxwVFnKmwcO12rBvPNcmbQUHofE { width:10.4375rem;height:2.9730875rem;top:19.5625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgTAVVpqORrxlLGUtdiZdUB4WKN52se { display:flex;width:1.875rem;height:1.875rem;top:19.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof { display:block; }#di2qm9gUiHCNfDzmi8e5AyE1Eeys7Bof > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTIllAswAo2rfW488wurVGGeeUsa8TzB { width:19.8125rem;height:15.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlBUydg8pa7WauJXRRs4lxomPN6QTG5f { width:20rem;height:4.4987rem;top:0.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E93CsSC76Dqc3oo39Bo8rCfLTA6xbcWJ { width:16.9375rem;height:1.16796875rem;top:6.375rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA { width:20rem;height:6.5625rem;top:27.014602661132rem;left:0rem;font-size:0.9375rem;display:block; }#ybHs1kQXZoQQFO9EFCT8ggnWou5ye3cA li:before{  }
 }@media only screen and (max-width: 763px) { #czCnTmHEnwPQCoqEPf9b13bBwmfPFUNB { width:18.28335375rem;height:3.658335rem;top:35.75rem;left:0rem;background-color:#00c52e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J7DiAT17AmBuG3vAKTwCLUtT3dEy3qHQ { display:block; }
 }@media only screen and (max-width: 763px) { #sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1441a2, #284bbc);background-image: -moz-linear-gradient(90deg, #1441a2, #284bbc);background-image: -ms-linear-gradient(90deg, #1441a2, #284bbc);background-image: -o-linear-gradient(90deg, #1441a2, #284bbc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1441a2', endColorstr='#284bbc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1441a2', endColorstr='#284bbc' );";background-image: linear-gradient(90deg, #1441a2, #284bbc);background-size:auto !important;display:block; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { background-color: transparent; background-image: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container > .video-iframe-container { display: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row > .video-iframe-container { display: none; }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .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); }#sCKpPfAI1CoJuSUrb9gmpmvrwrgb58NR > .row .container { width:20rem;height:40.37434387207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlrM6xLQExoawFzMyqfxHBzmVmkimtCM { width:5.0625rem;height:4.4375rem;top:18.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxpKNHn1rhehq0cvFJtq4HxCaXd3Giz { width:14.375rem;height:3.4375rem;top:10.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTirJO9X6dRweJ17znCBqhfTXaBkZVyR { display:block; }
 }@media only screen and (max-width: 763px) { #m4bxNXo1LoSB8Q6sdyrhHJg2Tz6pQTRt { display:flex;width:1.5625rem;height:1.5625rem;top:11.4375rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #wrwOAhXauAQgzKHiHKuP9yaBttTJsgIn { width:15.625rem;height:0.0625rem;top:16.625rem;left:2.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #usc8sQnPIFuK6aQlVio14MXuscpnOwoQ { width:14.75rem;height:2.3994125rem;top:23.36328125rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HpG9n2A4nVG0W0hKDvek459t9T9KxSn8 { width:20rem;height:4.4987rem;top:4.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#J3PNZ0lLoTWNnQ1nskCRnX11NNnVRhqR > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpT0CaQotAzeBPgmbQPPwow88tZwW7xH { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6GeV9XknVbRwgA5amIP3wTfxgoVysT { display:block; }
 }@media only screen and (max-width: 763px) { #owzvFPaJmSbJ3l9eyVb7wikQuzfXy18N { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChgE408Lu4Ad7zE9D47NmQKRHW7r4r6 { display:block; }
 }@media only screen and (max-width: 763px) { #no6KmSCtA0Fa2tmEtvcST3FkmLvzavnG { width:0.5rem;height:0.5rem;top:0.1875rem;left:19.375rem;display:block; }
 }