.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:224,231,242;--color-primary-1:153,175,210;--color-primary-2:51,94,165;--color-primary-3:26,47,83;--color-primary-4:8,14,25;--color-secondary-0:217,241,237;--color-secondary-1:128,208,196;--color-secondary-2:0,160,136;--color-secondary-3:0,80,68;--color-secondary-4:0,24,20;--color-tertiary-0:255,255,255;--color-tertiary-1:241,245,248;--color-tertiary-2:145,147,149;--color-tertiary-3:87,88,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);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); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { background-color: transparent; background-image: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { display: none; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .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); }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { border-width: 0; border-radius: 0; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81185rem;width:19.74825rem;top:0.99934899806975rem;left:0rem;overflow:hidden;display:block; }
#PJ7bv14VyOpNETBAlO85oQl617JnsToA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(189deg, #335ea5, #00a088);background-image: -moz-linear-gradient(189deg, #335ea5, #00a088);background-image: -ms-linear-gradient(189deg, #335ea5, #00a088);background-image: -o-linear-gradient(189deg, #335ea5, #00a088);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );";background-image: linear-gradient(189deg, #335ea5, #00a088);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { border-width: 0; border-radius: 0; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { color:rgba(var(--color-tertiary-1),1);display:block;width:42.2485625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.656982421875rem;left:1.5625rem;height:5.84765625rem;display:block; }
#D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { color:rgba(var(--color-tertiary-1),1);display:block;width:43.999rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.5625rem;height:7.3125rem;font-style:normal;display:block; }
#zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3728125rem;height:4.4360375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.310546875rem;left:1.5625rem;display:block; }
#KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.9375rem;left:11.1875rem;height:1.94921875rem;display:block; }
#U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:9.1873125rem;top:30.625rem;left:1.5625rem;overflow:hidden;display:block; }
#H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:6.0625rem;top:30.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#pVoyyw7bo6fS2vEtTcRqqbZkIoJHtsyA { box-sizing:content-box;height:28.125rem;width:28.125rem;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:15023;background-color:#feea93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875rem;left:45.841064453125rem;display:block; }
#tWqyM5NBzJz7iS3GpzPX0Tpmu1gK2QFd { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.7480625rem;width:21.9360625rem;top:5.374755859375rem;left:50.811767578125rem;overflow:hidden;display:block; }
#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { background-color: transparent; background-image: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { display: none; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .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); }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { border-width: 0; border-radius: 0; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0610625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.995361328125rem;left:33.0615234375rem;height:5.5234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.812rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.717529296875rem;left:35.18798828125rem;height:20.1875rem;overflow:hidden;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
#evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:25.625rem;top:3.995361328125rem;left:3.433837890625rem;overflow:hidden;display:block; }
#QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3720625rem;height:4.43555rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.8154296875rem;left:41.404296875rem;display:block; }
#twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3pHF206lnW5uEtOq36gDuKKZVlK2PIi { box-sizing:content-box;height:30.6875rem;width:30.6875rem;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:15000;background-color:#feea93;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.7185rem;left:1.278564453125rem;display:block; }
#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { background-color: transparent; background-image: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { display: none; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .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); }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { border-width: 0; border-radius: 0; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.5302734375rem;left:7.562255859375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container { background-color: transparent; background-image: none; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container > .video-iframe-container { display: none; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row > .video-iframe-container { display: none; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .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); }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container { border-width: 0; border-radius: 0; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#erpvaHCOvoBPTcofDW7XM8nAeES3D53c { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:8.4375rem;left:3.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmMFJzhTD8RT29DPWDX8zRmLwNiRfM9G { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5rem;left:3.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s73TUfFZRybeHvgR3db2ht1rRa5cluXy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:25.625rem;left:3.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGEcW6dKoN5uolhyqMT449bw0MQHWabn { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.9375rem;left:3.8125rem;display:block; }
#cr4qB3fM9zht6PFb93xGVT6nGKclFXZM { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.625rem;left:3.8125rem;display:block; }
#HOKlRDiekC5krqzQu8W5RQyOxv4LeNp7 { 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:32.6233125rem;width:28.0603125rem;top:4.0576171875rem;left:23.46923828125rem;overflow:hidden;display:block; }
#B8A31NS9xnC1L2sJDgZvKsWDLq0FhdOk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:25.25rem;left:53.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gqZoQRAiZThGpKioBA042vkvoO6p6Nc6 { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.6875rem;left:53.3125rem;display:block; }
#UMggLToFbWtcCQndz1wKdJ9CwG8EtpNF { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20rem;left:53.3125rem;display:block; }
#vmUvxTqN4QCqTi393arfPDoqT0ysE6fW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:17rem;left:53.375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgDTcTVx3Ko3osZH7ZFMtyEHn9hcWIdT { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.6875rem;left:53rem;display:block; }
#fHe4p3gp5V3aeoaX7nKyt9hCrQ3gplZJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4375rem;left:53rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfIwrRSfArfr4tbWWWGihkhzGkpW9WzX { background-color:transparent;background-image: -webkit-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(123deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3728125rem;height:4.43725625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.62353515625rem;left:25.81298828125rem;display:block; }
#xzdykTxit683WD9fzpqZeM6FXzI4G9ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7hHC2aewt81Jmiw7rFDpEykZpVgqOxN { box-sizing:content-box;height:0.3125rem;width:16.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.625rem;left:3.8125rem;display:block; }
#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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:none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.adaptive-delivery-prevent-bg, #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.lazyload, #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF.lazyloading { background-image: none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { border-width: 0; border-radius: 0; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:none; }#WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.3125rem;top:16.15625rem;left:2.6875rem;overflow:hidden;display:block; }
#Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.1875rem;top:28.25rem;left:27.625rem;overflow:hidden;display:block; }
#ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:41.6875rem;left:50.6875rem;overflow:hidden;display:block; }
#qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.0625rem;top:42.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:16.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { color:rgba(var(--color-tertiary-1),1);display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3999519348144rem;left:12.248266220092rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { color:rgba(var(--color-tertiary-1),1);display:block;width:54.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:65.335289001462rem;left:0.35047912597656rem;height:2.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG.adaptive-delivery-prevent-bg, #aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG.lazyload, #aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG.lazyloading { background-image: none; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container { background-color: transparent; background-image: none; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container > .video-iframe-container { display: none; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row > .video-iframe-container { display: none; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .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); }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container { border-width: 0; border-radius: 0; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#JaUwMTeAD30my1XORkvssRQod31ABVd6 { position:absolute;display:block;z-index:15000;height:19.375rem;width:75rem;top:9.375rem;left:0rem;display:block; }
#Rx95UftQ0HiSEZ5iM0eoKyEsL9ToJnZt { color:#ffffff;display:block;width:73.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.90625rem;height:1.29980625rem;display:block; }
#u9m3WpTB5urHhB3ISG4Gsc8P1EIxusuD { color:rgba(var(--color-tertiary-1),1);display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.1875rem;left:12.03125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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:none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.adaptive-delivery-prevent-bg, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyload, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyloading { background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { border-width: 0; border-radius: 0; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { font-size:0.875rem;font-family:arial;height:69.375rem;width:75rem;position:relative;display:none; }#UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.3125rem;top:15.1875rem;left:2.75rem;overflow:hidden;display:block; }
#NESqBzXH15yp2Xfly3PpoxezFS8pQquR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:20.1875rem;top:28.25rem;left:27.625rem;overflow:hidden;display:block; }
#NHn21WtRFZDX0q482JFo22x9mtOrw9wh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:41.6875rem;left:50.6875rem;overflow:hidden;display:block; }
#MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.0625rem;top:42.9375rem;left:2.8125rem;overflow:hidden;display:block; }
#sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.125rem;top:16.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#TSKWvnc39kCFAtlTKM30xpotn1AouxoT { color:rgba(var(--color-tertiary-1),1);display:block;width:50.9375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3999519348144rem;left:12.248266220092rem;height:5.24956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nKewpfImEN948P9KTdTQNS8U52FXyqri { color:rgba(var(--color-tertiary-1),1);display:block;width:54.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:65.335289001462rem;left:0.35047912597656rem;height:2.400175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtexsyItezCTvxPOxBRG3CZTya4nOnzq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { background-color: transparent; background-image: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { display: none; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .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); }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { border-width: 0; border-radius: 0; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:9.4375052452087rem;left:35.062500953674rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.309326171875rem;left:35.872802734375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:10.948351383209rem;left:35.873483657837rem;height:10.95898125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { position:absolute;display:block;z-index:15007;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:20.99975rem;width:20.99975rem;top:3.309326171875rem;left:4.49951171875rem;overflow:hidden;display:block; }
#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.adaptive-delivery-prevent-bg, #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.lazyload, #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0.lazyloading { background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { background-color: transparent; background-image: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { display: none; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .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); }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { border-width: 0; border-radius: 0; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:47.4375rem;width:47.9375rem;top:7.249755859375rem;left:12.7490234375rem;display:block; }
#gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { display:block;width:35.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:13.311614990234rem;left:19.531251907349rem;height:2.76171875rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { display:block;width:33.5608125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9.874267578125rem;left:19.9365234375rem;height:2.0996125rem;text-align:center;text-align-last:center;color:rgba(13,35,57,0.5);display:block; }
#vb36GI6uZxJwElws4Jq3ioya33qpF4SC { position:absolute;z-index:15010;top:19.6875rem;left:21.4375rem;width:32.125rem;height:30.3125rem;display:block; }
#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { background-color: transparent; background-image: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { display: none; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .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); }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { border-width: 0; border-radius: 0; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { font-size:0.875rem;font-family:"open sans";height:19.3125rem;width:75rem;position:relative;display:block; }#uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { display:block;width:59.9365rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.27978515625rem;left:7.53173828125rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#xr7Otz46l1VgApZJJV6BAeK5qZhcJJtr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:15.68725rem;top:3.497314453125rem;left:19.310302734375rem;overflow:hidden;display:block; }
#VOJlmvhu1GhVApTRrGQ5Mx3X40wKhkEw { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:15.9375rem;top:2.7783203125rem;left:37.896728515625rem;overflow:hidden;display:block; }
#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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:none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { border-width: 0; border-radius: 0; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:none; }#uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.2802734375rem;left:4.700927734375rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:18.5rem;left:4.6875rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:7.2802734375rem;left:55.587158203125rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TH1pElwM520PawJQJnBizxRMxT4uKWTi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.38916015625rem;left:2.652587890625rem;display:block; }
#Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { 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:32.6245rem;width:28.0615rem;top:4.12109375rem;left:23.468017578125rem;overflow:hidden;display:block; }
#TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:32.01416015625rem;left:54.56298828125rem;height:1.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:18.499755859375rem;left:54.6240234375rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { color:rgba(var(--color-tertiary-4),1);display:block;width:16.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:32.01416015625rem;left:4.700927734375rem;height:2.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3728125rem;height:4.43725625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.62353515625rem;left:25.81298828125rem;display:block; }
#wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1hTZq3ES0DtK0zXpZqJn3lbCy9DVLzZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8115rem;width:14.812rem;top:27.247314453125rem;left:16.773681640625rem;overflow:hidden;display:block; }
#UR5HsPuWRK9TEar1yI5s6p2uXVNcT1oK { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9995rem;width:12.6245rem;top:15.31005859375rem;left:15.106201171875rem;overflow:hidden;display:block; }
#UO5cBOo7ucAsVvduR2aAs2gUeThbJZgl { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.93725rem;width:11.12425rem;top:17.327880859375rem;left:49.7705078125rem;overflow:hidden;display:block; }
#grrXM6g2TfhC93G7MD5yIFGqfu0GmT8M { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.249rem;width:10.81175rem;top:29.263916015625rem;left:48.582763671875rem;overflow:hidden;display:block; }
#FiW9ky3aNl9W2uLPA5JuWAQ9KHSJ2xd9 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:12.5rem;top:8.20068359375rem;left:43.088282942708rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { width:19.6875rem;height:3.8001239033838rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:25.7495rem;height:5.84765625rem;top:14.068603515625rem;left:1.34033203125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:29.56175rem;height:8.53125rem;top:3.232421875rem;left:1.34033203125rem;font-size:2.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:17.9373125rem;height:3.31163125rem;top:21.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 1199px) { #eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { width:14.3120625rem;height:2.4375rem;top:29.1875rem;left:10.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { width:8.4375rem;height:2.99913125rem;top:27.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { width:6.06228125rem;height:0.99935rem;top:27.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVoyyw7bo6fS2vEtTcRqqbZkIoJHtsyA { width:19.9365rem;height:19.9365rem;top:7.779541015625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWqyM5NBzJz7iS3GpzPX0Tpmu1gK2QFd { width:14.87425rem;height:18.18725rem;top:8.656005859375rem;left:31.998291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:35.37475rem;height:4.875rem;top:2.745361328125rem;left:10.684814453125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:28.8745rem;height:20rem;top:11.397705078125rem;left:18.87451171875rem;font-size:1rem;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 1199px) { #evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { width:16.25rem;height:24.375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { width:17.9375rem;height:3.3125rem;top:55.3125rem;left:14.90625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block; }
 }@media only screen and (max-width: 1199px) { #D3pHF206lnW5uEtOq36gDuKKZVlK2PIi { width:17.0625rem;height:17.0625rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:47.75rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { top:2.9992218017578rem;left:0rem;width:47.75rem;height:2.1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC { display:block; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container { width:47.75rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #erpvaHCOvoBPTcofDW7XM8nAeES3D53c { top:2.8266067504883rem;left:2.1234810352326rem;width:17.374125rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmMFJzhTD8RT29DPWDX8zRmLwNiRfM9G { top:12.542318344116rem;left:2.1234810352326rem;width:12.374125rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s73TUfFZRybeHvgR3db2ht1rRa5cluXy { top:23.934461593628rem;left:2.3719618320465rem;width:16.875rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGEcW6dKoN5uolhyqMT449bw0MQHWabn { width:16.25rem;height:0.3125rem;top:28.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cr4qB3fM9zht6PFb93xGVT6nGKclFXZM { width:16.25rem;height:0.3125rem;top:11.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HOKlRDiekC5krqzQu8W5RQyOxv4LeNp7 { width:13.8125rem;height:16.0625rem;top:6.5071620941163rem;left:15.437284231186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8A31NS9xnC1L2sJDgZvKsWDLq0FhdOk { top:10.860460281372rem;left:32.059465169907rem;width:14.874125rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqZoQRAiZThGpKioBA042vkvoO6p6Nc6 { width:16.25rem;height:0.3125rem;top:28.6875rem;left:31.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UMggLToFbWtcCQndz1wKdJ9CwG8EtpNF { width:16.25rem;height:0.3125rem;top:20rem;left:29rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vmUvxTqN4QCqTi393arfPDoqT0ysE6fW { top:21.235895156861rem;left:32.809247732162rem;width:13.3745625rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mgDTcTVx3Ko3osZH7ZFMtyEHn9hcWIdT { width:18.75rem;height:0.3125rem;top:11.924218654633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fHe4p3gp5V3aeoaX7nKyt9hCrQ3gplZJ { top:2.8266067504883rem;left:28.189019918442rem;width:16.25rem;height:2.70019375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JfIwrRSfArfr4tbWWWGihkhzGkpW9WzX { width:17.9373125rem;height:3.31163125rem;top:30.625002384186rem;left:14.905599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzdykTxit683WD9fzpqZeM6FXzI4G9ex { display:block; }
 }@media only screen and (max-width: 1199px) { #z7hHC2aewt81Jmiw7rFDpEykZpVgqOxN { width:16.25rem;height:0.3125rem;top:19.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { display:none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { width:47.75rem;height:66.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { width:20.3125rem;height:15.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { width:20.1245rem;height:15.5761875rem;top:29.638671875rem;left:15.62255859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { width:20.06225rem;height:15.5126875rem;top:45.137939453125rem;left:27.686767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { width:20rem;height:15.451322471105rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { width:20.0625rem;height:15.513877652587rem;top:16.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:38.3745625rem;height:4.5rem;top:4.6592884063721rem;left:4.8730471134186rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { top:61.561418533325rem;left:0.88216149806975rem;width:36.9998125rem;height:3.59765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG { display:block; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container { width:47.75rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JaUwMTeAD30my1XORkvssRQod31ABVd6 { width:47.75rem;height:21.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rx95UftQ0HiSEZ5iM0eoKyEsL9ToJnZt { width:38.75rem;height:3.8994125rem;top:30.498046875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #u9m3WpTB5urHhB3ISG4Gsc8P1EIxusuD { width:38.374rem;height:4.5rem;top:1.2841796875rem;left:5.623046875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { display:none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { width:20.3125rem;height:15.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NESqBzXH15yp2Xfly3PpoxezFS8pQquR { width:20.125rem;height:15.577300564111rem;top:28.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NHn21WtRFZDX0q482JFo22x9mtOrw9wh { width:20.0625rem;height:15.513877652587rem;top:41.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { width:20rem;height:15.451322471105rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { width:20.0625rem;height:15.513877652587rem;top:16.1875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSKWvnc39kCFAtlTKM30xpotn1AouxoT { width:47.7494375rem;height:4.875rem;top:2.1608657836914rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKewpfImEN948P9KTdTQNS8U52FXyqri { top:1.875rem;left:0rem;width:17.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { top:5.7929692268372rem;left:18.874999582768rem;width:28.0625rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { top:1.8120670318604rem;left:18.874784231186rem;width:18.624125rem;height:6.2988125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { top:15.539281845092rem;left:2.3231337070465rem;width:40.625rem;height:10.83398125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { top:1.25rem;left:2.3231337070465rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:47.75rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:32.8125rem;height:43.75rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:28.9375rem;height:4.048825rem;top:7.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:28.9375rem;height:1.8rem;top:4.26171875rem;left:9.40625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vb36GI6uZxJwElws4Jq3ioya33qpF4SC { width:28.9375rem;height:19.125rem;top:12.4375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:47.75rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xr7Otz46l1VgApZJJV6BAeK5qZhcJJtr { width:15.625rem;height:3.36059375rem;top:9.124755859375rem;left:2.43408203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOJlmvhu1GhVApTRrGQ5Mx3X40wKhkEw { width:15.9375rem;height:4.8120125rem;top:8.3984375rem;left:26.6455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:47.75rem;height:37.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { top:2.8266067504883rem;left:2.1234810352326rem;width:17.374125rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { top:12.542318344116rem;left:2.1234810352326rem;width:12.374125rem;height:4.04948125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { top:23.934461593628rem;left:2.3719618320465rem;width:16.875rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:41.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:13.8125rem;height:16.0625rem;top:6.5071620941163rem;left:15.437284231186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { top:10.860460281372rem;left:32.059465169907rem;width:14.874125rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { top:21.235895156861rem;left:32.809247732162rem;width:13.3745625rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { top:2.8266067504883rem;left:28.189019918442rem;width:16.25rem;height:2.69965rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { width:17.9373125rem;height:3.31163125rem;top:30.625002384186rem;left:14.905599355698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block; }
 }@media only screen and (max-width: 1199px) { #V1hTZq3ES0DtK0zXpZqJn3lbCy9DVLzZ { width:14.75rem;height:6.7829884553065rem;top:27.1875rem;left:3.148681640625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UR5HsPuWRK9TEar1yI5s6p2uXVNcT1oK { width:12.5625rem;height:11.940569428492rem;top:15.25rem;left:1.481201171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UO5cBOo7ucAsVvduR2aAs2gUeThbJZgl { width:11.0625rem;height:11.870987089017rem;top:17.3125rem;left:36.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #grrXM6g2TfhC93G7MD5yIFGqfu0GmT8M { width:10.75rem;height:10.190464078433rem;top:29.25rem;left:34.957763671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FiW9ky3aNl9W2uLPA5JuWAQ9KHSJ2xd9 { width:12.5rem;height:5.8125rem;top:8.1875rem;left:29.463282942708rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mckR0O6nBr2ct66DTrGbxeUgy971LDbn { display:block; }#mckR0O6nBr2ct66DTrGbxeUgy971LDbn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrughEWV8zXLRwnhfUpPmsuw2pkpUsk { width:19.6875rem;height:3.8003283695463rem;top:0.65972226858137rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7bv14VyOpNETBAlO85oQl617JnsToA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #335ea5, #00a088);background-image: -moz-linear-gradient(180deg, #335ea5, #00a088);background-image: -ms-linear-gradient(180deg, #335ea5, #00a088);background-image: -o-linear-gradient(180deg, #335ea5, #00a088);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ea5', endColorstr='#00a088' );";background-image: linear-gradient(180deg, #335ea5, #00a088);background-size:contain !important;display:block; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { background-color: transparent; background-image: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row > .video-iframe-container { display: none; }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .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); }#PJ7bv14VyOpNETBAlO85oQl617JnsToA > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytEMs7JEHJ8giuh6Q2bPTv724oet03XQ { width:20rem;height:9.75rem;top:14.091796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6gyh1ZnSTlORnnbCOFQExa5SOs9ligC { width:20rem;height:9.097625rem;top:2.681884765625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zR5mLEAJJx2wPiClR4rZA0PbMSFXrI7F { width:19.4360625rem;height:3.93555rem;top:46.5283203125rem;left:0.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtvxIAdong3Q5q9CgAbUK77EXvW0uV1W { display:block; }
 }@media only screen and (max-width: 763px) { #eHpBQ9lxOVXE9iC3VuVsbLMcAyRAt5RI { width:20rem;height:0;top:70.227862744137rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U3RHcgwxtrNXRtF1adM0OuEZ3GpBVTRF { width:9.125rem;height:3.165235344939rem;top:63.563362744137rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H83L6UZbFPftgMfLbnr313A3SMOfIVPZ { width:6.0625rem;height:0.99938606032176rem;top:67.978512744138rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVoyyw7bo6fS2vEtTcRqqbZkIoJHtsyA { width:16.43675rem;height:16.43675rem;top:26.151123046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqyM5NBzJz7iS3GpzPX0Tpmu1gK2QFd { width:13.4375rem;height:16.43675rem;top:27.0361328125rem;left:3.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9hZQMnfmNHEXenzHheUCADD4f1CbG3m { display:block; }#T9hZQMnfmNHEXenzHheUCADD4f1CbG3m > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJ0DxRNk6fenz50x1B5hOepdPxGi6nN { width:20rem;height:5.8483875rem;top:2.996826171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV { width:17.937rem;height:27.5rem;top:11.053466796875rem;left:1.0302734375rem;font-size:1rem;display:block; }#ViUwy8RwTrf5QedBVpFc2xKdW3mULDKV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65e7148f6cd03e76095fd611681699c7c71b6313.svg); }
 }@media only screen and (max-width: 763px) { #evayEBwdduqCXUPRRAs4BOC8mQVo27Pi { width:18.999rem;height:28.49975rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRDqVIKK8LGX1JSu4TCob2MCqz2y1PVN { width:18.999rem;height:4.375rem;top:42.066650390625rem;left:0.50048828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMdyoyK7gZLNHMEzvMybCWVWWmprdgX { display:block; }
 }@media only screen and (max-width: 763px) { #D3pHF206lnW5uEtOq36gDuKKZVlK2PIi { width:19.43725rem;height:19.87425rem;top:53.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 { display:block; }#TEE0NB5mtAweKd3lG17bNSBs8pyPSnM5 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TguXatW61AH2h68PlRWLEQxiu2ZVAhmm { width:20rem;height:4.19921875rem;top:3.4716796875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC { display:block; }#pqGT4Goa8KHyRizB5kE8gzVPOhXRtTiC > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erpvaHCOvoBPTcofDW7XM8nAeES3D53c { width:18.6870625rem;height:2.8496125rem;top:1.8739070892334rem;left:0.65538197755812rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmMFJzhTD8RT29DPWDX8zRmLwNiRfM9G { width:18.6230625rem;height:2.8496125rem;top:6.2467346191406rem;left:0.68793410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73TUfFZRybeHvgR3db2ht1rRa5cluXy { width:18.186875rem;height:2.8496125rem;top:10.872398376465rem;left:0.90603309869769rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGEcW6dKoN5uolhyqMT449bw0MQHWabn { width:18.75rem;height:0.3125rem;top:93.334375381469rem;left:0.62421876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr4qB3fM9zht6PFb93xGVT6nGKclFXZM { width:18.75rem;height:0.3125rem;top:96.210151672362rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOKlRDiekC5krqzQu8W5RQyOxv4LeNp7 { width:8.625rem;height:10.0625rem;top:15.62283039093rem;left:5.1247833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8A31NS9xnC1L2sJDgZvKsWDLq0FhdOk { width:18.3105625rem;height:2.8496125rem;top:36.309682369232rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqZoQRAiZThGpKioBA042vkvoO6p6Nc6 { width:16.25rem;height:0.3125rem;top:28.6875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMggLToFbWtcCQndz1wKdJ9CwG8EtpNF { width:16.25rem;height:0.3125rem;top:20rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmUvxTqN4QCqTi393arfPDoqT0ysE6fW { width:19.124375rem;height:2.8496125rem;top:32.059464931488rem;left:0.87456601858137rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgDTcTVx3Ko3osZH7ZFMtyEHn9hcWIdT { width:16.25rem;height:0.3125rem;top:11.6875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHe4p3gp5V3aeoaX7nKyt9hCrQ3gplZJ { width:18.3105625rem;height:2.8496125rem;top:27.937278747559rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfIwrRSfArfr4tbWWWGihkhzGkpW9WzX { width:19rem;height:4.375rem;top:43.281251907349rem;left:0.49913197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzdykTxit683WD9fzpqZeM6FXzI4G9ex { display:block; }
 }@media only screen and (max-width: 763px) { #z7hHC2aewt81Jmiw7rFDpEykZpVgqOxN { width:16.25rem;height:0.3125rem;top:19.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gni8gDFF4qhLprQfmEfETyTxuT4ZLifF { display:none; }#gni8gDFF4qhLprQfmEfETyTxuT4ZLifF > .row .container { width:20rem;height:125.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WR6gtyhfd2ORBaHLU1vdIFtPvJSpZM6z { width:20rem;height:15.384615384615rem;top:17.69423125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0M1JtU6w0Cg0bMVdc02pyFZpEMOkEFr { width:20rem;height:15.480547144458rem;top:51.02866875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHkPRvBTWK4fn23o1nV2rDKV7rSSO457 { width:20rem;height:15.465547815663rem;top:84.47379375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmM8ndTpRVnNBGcKSNuGrWWFVsmzShsT { width:20rem;height:15.451322471105rem;top:34.32835625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9ffnVfiUhO2TO3yA5O93TyE3rHcZwFm { width:20rem;height:15.465547815663rem;top:67.75829375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHiqLKQHqH4NlSTOIVUXKqvQwQAPAUeL { width:20rem;height:4.94791875rem;top:9.7493553161619rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zW53HCpDtUhHVLSZXvQegPTvOTnInw9G { width:20rem;height:8.997375rem;top:92.6974773407rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG { display:block; }#aDC3RfBcdgDTS7lqTkvEeeW00fw68JRG > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JaUwMTeAD30my1XORkvssRQod31ABVd6 { width:20rem;height:21.75rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx95UftQ0HiSEZ5iM0eoKyEsL9ToJnZt { width:20rem;height:5.19921875rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9m3WpTB5urHhB3ISG4Gsc8P1EIxusuD { width:20rem;height:4.94824375rem;top:0.73828125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c2272148-00e3-4cd5-b88f-29c560f011f5/to.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.adaptive-delivery-prevent-bg, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyload, #D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h.lazyloading { background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { background-color: transparent; background-image: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container > .video-iframe-container { display: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row > .video-iframe-container { display: none; }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .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); }#D8VAzfvtkenvae9zGxfHyTEfzQCBxK5h > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQBqf9Td3NJD9wrUr79xVFFTQWirGO2v { width:20rem;height:15.384125rem;top:12.630208969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESqBzXH15yp2Xfly3PpoxezFS8pQquR { width:20rem;height:15.479625rem;top:48.52864074707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHn21WtRFZDX0q482JFo22x9mtOrw9wh { width:20rem;height:15.4655rem;top:84.347877502444rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNN148wuL0TAW8Ar58E4p0eBZ5hgDd2g { width:20rem;height:15.4503125rem;top:30.139976501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5GtUwIrnxGw3nRKD8S1HaSboUd1TBs { width:20rem;height:15.4655rem;top:66.06989097595rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSKWvnc39kCFAtlTKM30xpotn1AouxoT { width:20rem;height:4.94824375rem;top:3.6859722137451rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKewpfImEN948P9KTdTQNS8U52FXyqri { width:20rem;height:4.19921875rem;top:86.633028984069rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtexsyItezCTvxPOxBRG3CZTya4nOnzq { display:block; }#QtexsyItezCTvxPOxBRG3CZTya4nOnzq > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHp8zG6GPnH8qsk8ryneAaiv4UCKJxB { width:19.1875rem;height:0;top:25.812491029501rem;left:0.68750005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6EkaznMaJsDX1mepPZPU9MHE2P2AK9 { width:20rem;height:6.2988125rem;top:2.4359807968139rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x25c9yh7IJdnRPwa7dMExgyWgtTOkh54 { width:18.625rem;height:13.38571875rem;top:28.875rem;left:0.68671876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnHbD1Q8S5lxqpI9ozzz97ApSPS0q3p { width:15.0625rem;height:15.0625rem;top:11.498480796814rem;left:2.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 { display:block; }#rxmIDgpZdm7NNmpWp07uW2JgC3Rghlw0 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1mgZqnUT7hwNL3TWINdZ55F4So3CSPa { width:20rem;height:43.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFasR12qtUZSwzKorCVAPtw6EBDs3EDA { width:17.9375rem;height:3.1494125rem;top:3.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhJtO0xlqiWUg7Ua2pL1k0kelViSIoqg { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vb36GI6uZxJwElws4Jq3ioya33qpF4SC { width:20rem;height:30.3125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg9HMuRwycgnVQddNozChEz6Ux65ne0T { display:block; }#Mg9HMuRwycgnVQddNozChEz6Ux65ne0T > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAUi4rxTEFQNTJSM7Hx6FBpXUTXdDLwK { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr7Otz46l1VgApZJJV6BAeK5qZhcJJtr { width:15.625rem;height:3.359375rem;top:10.711669921875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJlmvhu1GhVApTRrGQ5Mx3X40wKhkEw { width:15.9375rem;height:4.8120125rem;top:15.38330078125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 { display:none; }#JH1ysky6N4vdi4yuUfWlNnlalBhCWL95 > .row .container { width:20rem;height:101.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKZNxzN4QxQugiiDqKITDZdTPoqHWc4Q { width:18.6870625rem;height:2.847225rem;top:1.8739070892334rem;left:0.65538197755812rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOHkImVh6KdWIHyoeQzqi8lyUi8WMJZt { width:18.6230625rem;height:2.847225rem;top:6.2467346191406rem;left:0.68793410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOxM4gCfwngl4LGTTcr3uKrNbOTOzrJu { width:18.186875rem;height:2.847225rem;top:10.872398376465rem;left:0.90603309869769rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH1pElwM520PawJQJnBizxRMxT4uKWTi { width:18.75rem;height:0.3125rem;top:93.334375381469rem;left:0.62421876192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kaz5BdSnpqH49DhHJR7Q2zLWuTemfFXq { width:8.625rem;height:10.0625rem;top:15.62283039093rem;left:5.1247833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtWPFLU5ZiwV6ILIBu3RUiNZS4hfrAW { width:18.3105625rem;height:2.847225rem;top:36.309682369232rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgNwtPU2LUo3TR1LsZsyOwREXZvkDEWo { width:19.124375rem;height:2.847225rem;top:32.059464931488rem;left:0.87456601858137rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQGrwSzJMGzwWOl7MZgM41fVhGaW6n1S { width:18.3105625rem;height:2.847225rem;top:27.937278747559rem;left:0.84418410062787rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoBE6Sdy456BbZVGIqmtbP7U1P9hEi2t { width:19rem;height:4.375rem;top:43.281251907349rem;left:0.49913197755814rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wODNS6LaTwS3tTmK4lcvF5p1bT5yIS02 { display:block; }
 }@media only screen and (max-width: 763px) { #V1hTZq3ES0DtK0zXpZqJn3lbCy9DVLzZ { width:14.75rem;height:6.7823496769674rem;top:69.157721508788rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR5HsPuWRK9TEar1yI5s6p2uXVNcT1oK { width:12.5625rem;height:11.940510922252rem;top:55.968034008789rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO5cBOo7ucAsVvduR2aAs2gUeThbJZgl { width:11.0625rem;height:11.871073403233rem;top:77.189971508787rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grrXM6g2TfhC93G7MD5yIFGqfu0GmT8M { width:10.75rem;height:10.190464078433rem;top:90.310096508787rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiW9ky3aNl9W2uLPA5JuWAQ9KHSJ2xd9 { width:12.5rem;height:5.81176875rem;top:48.906265258789rem;left:3.75rem;display:block; }
 }