.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:217,247,224;--color-primary-1:128,228,152;--color-primary-2:0,200,48;--color-primary-3:0,100,24;--color-primary-4:0,30,7;--color-secondary-0:219,230,243;--color-secondary-1:146,180,220;--color-secondary-2:73,130,197;--color-secondary-3:28,99,183;--color-secondary-4:0,50,109;--color-tertiary-0:255,255,255;--color-tertiary-1:114,114,114;--color-tertiary-2:84,84,84;--color-tertiary-3:55,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Be Vietnam Pro";--paragraphs-font-family:"be vietnam pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#efefef;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container { background-color: transparent; background-image: none; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container > .video-iframe-container { display: none; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row > .video-iframe-container { display: none; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .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); }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container { border-width: 0; border-radius: 0; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#vqb6MU1TmqZRvgktcnOfbyWqvxQhIQUC { color:#014596;display:block;width:28.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:14.271646499634rem;left:0rem;height:9rem;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; }
#F5KOCIFcaugNfTQXaJTxNXxPTbMalcu8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9373375rem;width:15.1871875rem;top:3.24951171875rem;left:0rem;overflow:hidden;display:block; }
#cW1UAfPToxcIkWvtLsp2tsSQ7kb0hHk9 { background-color:rgba(var(--color-tertiary-4),0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#383838;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:10rem;left:0rem;display:block; }
#TpTPXwZxncaE33z0wL9MAAtuDsxgnuEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSFUz06P8JPtJTpeT2hmQR68eG3UQBzV { background-color:rgba(var(--color-tertiary-4),0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#383838;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:2.374675rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:10rem;left:15.875rem;display:block; }
#Iq5JwgzQc3gW3fHuKzuEMZvE7b5wZlkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1 { box-sizing:content-box;height:39.6875rem;width:37.5rem;position:absolute;display:block;z-index:14996;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/4af2e0fc-3259-44a1-bcaa-95803c883e66/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1.adaptive-delivery-prevent-bg, #uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1.lazyload, #uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1.lazyloading { background-image: none; }
#a6ccaExDgBTgG0tTC2x63H15NVIe9gL9 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.3121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:25.187347412109rem;left:0rem;height:3.1494125rem;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; }
#EFOon7UVaCDrtRB5EBTBB22Ush7VESNl { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:31.5625rem;left:1.7496747970581rem;height:2.0996125rem;display:block; }
#QXroACUe22CgrOEwvrsdB5rWtxgmSOzw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:36.9375rem;left:42.25rem;height:1.42480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BiWh8fim7sNeXo8uUabeEZMpE78c7hDv { box-sizing:content-box;height:4.1235375rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:35.5625rem;left:37.5rem;display:block; }
#a8ZtQh5VBbh8iWQ15aWJ2O8dgilKLGVV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.0625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.74951171875rem;left:0rem;display:block; }
#Ot4tMdXxhX8IiA95panGN3SFG8EC9giB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5pwKJS0pFRsIiuG1qns77k8UgxX46rl { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9996875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.3125rem;left:18.5rem;height:5.625rem;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; }
#D5GrZQ7MahJ66L3zlbnVDK4UuThyA5I9 { color:#ff0000;display:block;width:2rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:4.9375rem;left:16.1875rem;height:1.6503875rem;display:block; }
#hAPWOWEUoaovtebVwZ4QHwcg7TuCT4ZX { background-color:transparent;background-image:none;border-top:0.0625rem solid #848484;border-left:0.0625rem solid #848484;border-right:0.0625rem solid #848484;border-bottom:0.0625rem solid #848484;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:#444444;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.645333375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.686859130859rem;left:21.499022483826rem;display:block; }
#dCur6OsU62p2HyssWfMkNAgP10CHf8qS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu { box-sizing:content-box;height:39.6875rem;width:37.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-4),0.18);background-image:url("https://images.assets-landingi.com/uc/4af2e0fc-3259-44a1-bcaa-95803c883e66/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:none; }#qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu.adaptive-delivery-prevent-bg, #qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu.lazyload, #qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu.lazyloading { background-image: none; }
#JZ7Fx6D241GePVh9T8a6hHO23xyb5xHh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:43.9375rem;display:none; }
#gmUJ775AswF8BPLIEVRNCLCGrVfeq1gF { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.9889322519302rem;left:37.499999046326rem;display:block; }
#xJXrpeld570UlKEuSW6ohictmHCzapru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hfrzPekqJmzTJT9I7DGvmUGAF3N6nRd7 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:37.63720703125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nu1FNzX1vSRyoeZUcXA04tm4ED1dzTO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:36.9375rem;left:42.25rem;height:1.42480625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#g212lVoZ1NiUgcU03PlTbDBn1hoponbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container { background-color: transparent; background-image: none; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container > .video-iframe-container { display: none; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row > .video-iframe-container { display: none; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .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); }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container { border-width: 0; border-radius: 0; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#pmWHydpI5QePl7sJMApTCsUfWKdPTBt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.25rem;left:6.5625rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tWJVO49WeoGgZ9o4mUvL57TZp3uvR4O9 { color:#e30200;display:block;width:11.997875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.3735361099243rem;left:6.0310869216919rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BICCiHxBT53GnabCTvglckpML4E8ovZk { color:#e30200;display:block;width:11.997875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:5.3735361099243rem;left:21.029459953308rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LKTvAfZevqAG3gg3717J27921QJ3DJJa { color:rgba(var(--color-tertiary-2),1);display:block;width:13.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:10.2490234375rem;left:20.277506828308rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ngkiR5M73sHI8Je9DtKhgQ3PxSRPNefT { color:#e30200;display:block;width:11.997875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:5.3735361099243rem;left:37.655436515808rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WcDHtxmLIvwvpRAW0MSpB3fQNO3pbD3G { color:rgba(var(--color-tertiary-2),1);display:block;width:14.561375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.25rem;left:36.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Cv8tduQLLNbtEZHedZh4ZpKnvsCEmJnd { color:#e30200;display:block;width:11.997875rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.3735361099243rem;left:55.717768669128rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sJa5q3iK6SiVL4UctEkXSDflT4cl2yP9 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:10.249836921692rem;left:54.152827262878rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XncaEw37kuLqxTGTxvwurSaORiAWSlvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container { background-color: transparent; background-image: none; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container > .video-iframe-container { display: none; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row > .video-iframe-container { display: none; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .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); }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container { border-width: 0; border-radius: 0; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#NWpNwAF7CDXVgfDLeulOfsqXcFfQm8Jb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:6.3753252029419rem;left:1.9059247970581rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#owfr6gBD9CVXadomztMEOaQm4unOu9aP { box-sizing:content-box;height:22.3125rem;width:13.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76f1fa72-e470-4410-82d6-7204cb13b0e8/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#owfr6gBD9CVXadomztMEOaQm4unOu9aP.adaptive-delivery-prevent-bg, #owfr6gBD9CVXadomztMEOaQm4unOu9aP.lazyload, #owfr6gBD9CVXadomztMEOaQm4unOu9aP.lazyloading { background-image: none; }
#owfr6gBD9CVXadomztMEOaQm4unOu9aP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#owfr6gBD9CVXadomztMEOaQm4unOu9aP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.8); }#igEwv7HwtpBMbvtoNTDW7vnugz0LnJd0 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:6.3753252029419rem;left:16.311034202576rem;height:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv { box-sizing:content-box;height:22.25rem;width:19.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64d5a6dc-c4c7-4f32-8c96-049786401aab/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:14.749348640442rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv.adaptive-delivery-prevent-bg, #VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv.lazyload, #VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv.lazyloading { background-image: none; }
#VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.8); }#F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L { box-sizing:content-box;height:22.3125rem;width:14.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9813a5e9-4ab2-4e60-ae6c-cd897ffbe4f0/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:35.187174797058rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L.adaptive-delivery-prevent-bg, #F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L.lazyload, #F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L.lazyloading { background-image: none; }
#F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.8); }#JKpmoRf3NW7BqnGlhKC56BdbvcNUAOSw { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:6.3753252029419rem;left:37.499186515808rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FviFkLrNQhm7xz9a1aVDbt6TVXdLukLh { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:6.3753261566163rem;left:53.530268669128rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ { box-sizing:content-box;height:22.3125rem;width:19.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b7a6beea-221f-4d9b-af2d-8311b4618cd1/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.0625rem;left:51.374510765076rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ.adaptive-delivery-prevent-bg, #yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ.lazyload, #yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ.lazyloading { background-image: none; }
#yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }#yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.8); }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container { background-color: transparent; background-image: none; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container > .video-iframe-container { display: none; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row > .video-iframe-container { display: none; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .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); }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container { border-width: 0; border-radius: 0; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;overflow:visible;position:relative;display:block; }#UW2iwM849bsIH1de1Gg3rzVORya6yxvr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.74981875rem;height:3.74981875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.061124801636rem;left:71.251087188719rem;display:block; }
#wwnZNbZsktA2Kkq7qU3AlOE3EDNITtWe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swhti98i3uNX9B7CIT0r8b48uXkLQfXC { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:2.625rem;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; }
#RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.25rem;left:0rem;height:14.3125rem;font-style:normal;display:block; }#RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#MnpTlMTiUrwBxtXeWr93btEGVEUFX7za { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:8.25rem;left:18.25rem;height:14.3125rem;font-style:normal;display:block; }#MnpTlMTiUrwBxtXeWr93btEGVEUFX7za li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MnpTlMTiUrwBxtXeWr93btEGVEUFX7za li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov { box-sizing:content-box;height:26.75rem;width:37.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c465db3b-ab22-4289-8cb8-5e669b9a1e7a/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.063259124756rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov.adaptive-delivery-prevent-bg, #ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov.lazyload, #ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov.lazyloading { background-image: none; }
#OPN77iXF5q9hpzysPIqeBgKysWmTxSea { background-color:#014596;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container { background-color: transparent; background-image: none; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container > .video-iframe-container { display: none; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row > .video-iframe-container { display: none; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .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); }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container { border-width: 0; border-radius: 0; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#gDHeyerpF7VGHNIGwN0BXBeu8BektCMr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.74981875rem;height:3.74981875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.061124801636rem;left:71.251087188719rem;display:block; }
#yh4uTL7VTQkTQzCRAgQDBOlk3DkhACNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lElJxHffpId05m0NK72QqVEBM4LIBi5G { box-sizing:content-box;height:26rem;width:25.8125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a6b236d7-2c6f-4634-ab4c-f894023de22c/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#lElJxHffpId05m0NK72QqVEBM4LIBi5G.adaptive-delivery-prevent-bg, #lElJxHffpId05m0NK72QqVEBM4LIBi5G.lazyload, #lElJxHffpId05m0NK72QqVEBM4LIBi5G.lazyloading { background-image: none; }
#rdoP16mfX8TZBTSiLbPo4vmUQiir5cxP { color:rgba(var(--color-tertiary-0),1);display:block;width:40.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:5.0625rem;left:28.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.125rem;left:28.5rem;height:;font-style:normal;display:block; }#qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#VcCFyao1X0XDKT1RCCqBSLQZS2xNQroW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.0625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.3125rem;left:28.5rem;display:block; }
#qZ0IlqsqiorAsrnvdAMXmksvu8N85zSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaiUTTSehWoJtWlZaRkl3Jkq667qEMeT { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:26.125rem;left:30.25rem;height:2.0996125rem;display:block; }
#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c465db3b-ab22-4289-8cb8-5e669b9a1e7a/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0.adaptive-delivery-prevent-bg, #VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0.lazyload, #VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0.lazyloading { background-image: none; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container { background-color: transparent; background-image: none; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.85); }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container > .video-iframe-container { display: none; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.85); }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row > .video-iframe-container { display: none; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .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); }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container { border-width: 0; border-radius: 0; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#xriyHLk23XIm7fHL5iAGG8tBsrvxiNe1 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:4rem;height:5.361325rem;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; }
#S3HxkeXLBTXtvVhaWvFtS7T9CIOf2XpS { background-color:#00c830;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.74981875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.75rem;left:46.5rem;display:block; }
#UAfQofPMbWuPtmnkNxRt5a7WOyRnT3UZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgCHICtFwIWs5cTcDym5cCHRlc6tuQG6 { color:rgba(var(--color-tertiary-0),0.23);display:block;width:10.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:10.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:13.7309375rem;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; }
#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container { background-color: transparent; background-image: none; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container > .video-iframe-container { display: none; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row > .video-iframe-container { display: none; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .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); }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container { border-width: 0; border-radius: 0; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container { font-size:0.875rem;font-family:arial;height:117.875rem;width:75rem;overflow:visible;position:relative;display:block; }#wJfpJTtCTs17SbKPkMRtAX0Ai3MkhXLt { box-sizing:content-box;height:34.0625rem;width:20.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:6.9990234375rem;left:4.9990234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:13.937175750733rem;left:6.8749990463256rem;height:25.1055rem;font-style:normal;display:block; }#eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#sEcwvqil3urEPA5MtOPC1RVmdX0UAWHT { color:#014596;display:block;width:17.3746875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:9.68733727932rem;left:6.8749990463256rem;height:3rem;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; }
#IesPthW9RTiueUH33tpgu2fK3TxKdHNy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:5.4370125rem;top:5.4361972808838rem;left:7.3116865158081rem;overflow:hidden;display:block; }
#uWt4clHDPiVIUmeGUBK1pUeh42iFkGKp { box-sizing:content-box;height:2.6875rem;width:7.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.52978515625rem;left:6.4998369216919rem;display:block; }
#D5QX7Ufi1F2xnfAaiFm7Qv57b7TMwES2 { box-sizing:content-box;height:34.0625rem;width:20.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:7.0625rem;left:27.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#kMT9UhZGTgs1SlmnEtxTrOMN51R79L3M { color:#014596;display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:9.75rem;left:29.8125rem;height:3rem;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; }
#Vsckixk1GS2XaHNwbRIGUKADsv42B6hS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:13.999835968017rem;left:29.812010765076rem;height:;font-style:normal;display:block; }#Vsckixk1GS2XaHNwbRIGUKADsv42B6hS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vsckixk1GS2XaHNwbRIGUKADsv42B6hS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#VGVIwmauqbOaIgT7W39qTEXNxgF34htZ { box-sizing:content-box;height:2.6875rem;width:3.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.5625rem;left:30.25rem;display:block; }
#tFFLHNPEgPU4EGlESW4g902Az4P6TmfH { position:absolute;display:block;z-index:15008;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:4rem;width:4.125rem;top:4.6875rem;left:29.6875rem;overflow:hidden;display:block; }
#ILDWZBK5uO7RdRXKXWs4PBxeN2sUCUly { box-sizing:content-box;height:34.0625rem;width:20.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:7.0625rem;left:50.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#hRtO8xPZpHMaqtmvft7QM2JbTqiGSZrr { color:#014596;display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:9.75rem;left:52.75rem;height:3rem;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; }
#sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;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:13.9990234375rem;left:52.7490234375rem;height:;font-style:normal;display:block; }#sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#ZJTXBsra13lXvwUteNSb1X4JT8Up7tz5 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:4.6875rem;left:52.625rem;overflow:hidden;display:block; }
#EqGKz0ZRdOgIT5g69GTQg1O0qepOecTi { box-sizing:content-box;height:2.6875rem;width:3.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.5625rem;left:53.1875rem;display:block; }
#lBmq40yLvd030WgfPdIJttQfpEZlTDA5 { box-sizing:content-box;height:29.6875rem;width:20.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:48.4375rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#qpX6xUJr86wl5ypGiQaqJsmFJyGuO8sT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:6.3125rem;top:44.9375rem;left:7.0625rem;overflow:hidden;display:block; }
#qJzRWnvOyOLUDUaNNQWDIWgizT8qxz8U { box-sizing:content-box;height:2.6875rem;width:4.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47rem;left:6.9375rem;display:block; }
#sM0Nt0ILImBZWBfo1iVWBtyr3BG12Lp9 { color:#014596;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:51.125rem;left:6.875rem;height:3rem;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; }
#MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:55.375rem;left:6.875rem;height:20.869125rem;font-style:normal;display:block; }#MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#nriUIQnG3d1GAbbhv4fiT0yuIVRqiCvy { box-sizing:content-box;height:29.6875rem;width:20.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:48.5rem;left:27.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#MsJIF3pyiKKeGVNKLF2A95eevRtXzWz3 { color:#014596;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:51.1875rem;left:29.8125rem;height:3rem;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; }
#DyGyTqunub47iOpaUkC5B3GsUpQTrtpi { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;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:55.4365234375rem;left:29.8115234375rem;height:20.869125rem;font-style:normal;display:block; }#DyGyTqunub47iOpaUkC5B3GsUpQTrtpi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DyGyTqunub47iOpaUkC5B3GsUpQTrtpi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#gKB8E8T9ytwGd89rDtThr957lq4uVkh7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:44.9375rem;left:29.0625rem;overflow:hidden;display:block; }
#LNx02D5XVBRwS0J7BbmL5Jnk3cm0rbL0 { box-sizing:content-box;height:2.6875rem;width:4.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.0625rem;left:29.875rem;display:block; }
#pXVHElIt3W95qi8TfHhpFyC45ACCk11t { box-sizing:content-box;height:29.6875rem;width:20.875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;top:48.5rem;left:50.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#K42MtllGOLi3iiISc6iCzBTVtxs0KpKN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:55.4375rem;left:52.75rem;height:20.869125rem;font-style:normal;display:block; }#K42MtllGOLi3iiISc6iCzBTVtxs0KpKN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K42MtllGOLi3iiISc6iCzBTVtxs0KpKN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#fhaZiGytxcztmX2Ew8E9kvWQ9r1IDsHb { color:#014596;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:51.1875rem;left:52.75rem;height:3rem;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; }
#rf8bum8St6TixMVZCxloDgEJu7pH5OW9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:46.3125rem;left:53.1875rem;overflow:hidden;display:block; }
#tcPHzfBD2elx1zJ3hISREZPTmwLTVRRm { box-sizing:content-box;height:2.6875rem;width:4.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:47.0625rem;left:52.8125rem;display:block; }
#UhXpBfcJD6mq6BaeAknITDxPFKeQECIE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.0625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4684375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:87.6875rem;left:51.5625rem;display:block; }
#xKs4C1kv7PZkklwL1q35QTMJvCUTFi9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvfftT5Lc0BsT9rLCkme0RfCER98yTcX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:1.75rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:88.5rem;left:53.5rem;height:2.0996125rem;display:block; }
#g1PuPZTNs23gpBi14NEZ9UlVtGiTxv46 { color:#535353;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:86.0625rem;left:28.6875rem;height:7rem;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; }
#tOLBd9ckc8UFalWXgK8lEoF4rt9HsKlc { box-sizing:content-box;height:29.6875rem;width:20.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:84.5625rem;left:5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.125rem solid #cacaca;border-left:0.125rem solid #cacaca;border-right:0.125rem solid #cacaca;border-bottom:0.125rem solid #cacaca;display:block; }
#noHMIaluMSLwHoieCHd7VSRJfeFzWRLV { color:#014596;display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:88.1875rem;left:6.875rem;height:3rem;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; }
#aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7496875rem;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:92.4375rem;left:6.875rem;height:18.751rem;font-style:normal;display:block; }#aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
#hoZH00bs2kBwGkBncT8SpOGGeydPTX3n { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:82.4892578125rem;left:5.9990234375rem;overflow:hidden;display:block; }
#mId57InG2N8voOeSv2t5HTtgM5IH3imN { box-sizing:content-box;height:2.6875rem;width:4.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:86.0625rem;left:7.625rem;display:block; }
#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK { 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; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container { background-color: transparent; background-image: none; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container > .video-iframe-container { display: none; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row > .video-iframe-container { display: none; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .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); }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container { border-width: 0; border-radius: 0; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#rNT18E8xHK6wiElDClRhkfUtO4tdhiel { 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:1.125rem;width:5.125rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#yFyG4hT7lweaWqxa31KRHUFT9Q3rptsO { 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:1.25rem;width:4.4375rem;top:3.5rem;left:7.4375rem;overflow:hidden;display:block; }
#TXZKvshTpiHaDkTrXLZHvbnn1pIS5BPt { 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:2.0625rem;width:3.875rem;top:3.09375rem;left:13.625rem;overflow:hidden;display:block; }
#XvAqCZE2FsDVXHTEtXTqM6oOt3lhJdtu { 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:2.1875rem;width:4.375rem;top:3.03125rem;left:19.125rem;overflow:hidden;display:block; }
#xLLQiLKL37SDkPzMfmXvk6uvA7TzTkuJ { position:absolute;display:block;z-index:15004;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:1.25rem;width:4.875rem;top:3.5rem;left:25.75rem;overflow:hidden;display:block; }
#cdppgrWtIwlVauEg6fXrhBx3MDW2XGzd { position:absolute;display:block;z-index:15005;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.625rem;width:4.625rem;top:1.8125rem;left:32.75rem;overflow:hidden;display:block; }
#PrzcQKBGiHxTHmqiulzeoWmPcC9NGmS1 { position:absolute;display:block;z-index:15006;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.5625rem;width:4.625rem;top:1.84375rem;left:39.5rem;overflow:hidden;display:block; }
#dUv4Sbx3MUQEPOX8AMfWDnHgEkgqQWfW { 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:1.9375rem;width:5.5625rem;top:3.28125rem;left:45.5625rem;overflow:hidden;display:block; }
#uPR86mVoHd9vFzZ1M2bxnnuRy103Uffy { position:absolute;display:block;z-index:15008;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:2.3125rem;width:4rem;top:3.09375rem;left:52.4375rem;overflow:hidden;display:block; }
#iq3kERw9eOmdVcfDsIXooMyBhpcXdQaq { position:absolute;display:block;z-index:15009;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.625rem;width:6.875rem;top:2.3125rem;left:57.3125rem;overflow:hidden;display:block; }
#NBQFbvZ8MfUoGeSLiTcsIZGEnLnc1Zal { position:absolute;display:block;z-index:15010;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.5rem;width:5.5rem;top:1.5625rem;left:64.375rem;overflow:hidden;display:block; }
#t8aI6baHIMAviuX8srRem79PLSfFCtNQ { position:absolute;display:block;z-index:15011;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.0625rem;width:5.1875rem;top:2.59375rem;left:69.8125rem;overflow:hidden;display:block; }
#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6b236d7-2c6f-4634-ab4c-f894023de22c/3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn.adaptive-delivery-prevent-bg, #F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn.lazyload, #F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn.lazyloading { background-image: none; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container { background-color: transparent; background-image: none; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.95); }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container > .video-iframe-container { display: none; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(227,2,0,0.95); }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row > .video-iframe-container { display: none; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .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); }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container { border-width: 0; border-radius: 0; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#G8yNrm33W5hiqdEJLvN0VdXCls5DzoIV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.8745114803313rem;left:2.5301103591919rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrMNOSLogNGFbg7GDwCwAnKTJ8nRKotz { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.875rem;left:41.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRXxWkeDeaoaPdTWQrlhICCNH0UWuseQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.9375rem;left:60.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZADKmsBxPlTbIzUxZsyciiJTmclIbBX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.9375rem;left:22.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idVNzu5FuG8bhyo6Da4qdQdfSkQEceDl { color:rgba(var(--color-tertiary-0),1);display:block;width:11.99725rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.8737096786499rem;left:3.3754692077637rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WcP4l9ldLOvJu3R5qHtzMTkUnphEsvuL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.996375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:3.9306640625rem;left:22.032333374024rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aOFNGrSmLaB6qOc2dizD4Eov3cZuMOSZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.996375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:3.8718891143799rem;left:40.876373291016rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZMyyGhRyPEZSe28Brqlqg73rEPPSqIND { color:rgba(var(--color-tertiary-0),1);display:block;width:11.996375rem;position:absolute;font-family:"font awesome 2022";font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:3.8718929290771rem;left:59.626369476318rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container { background-color: transparent; background-image: none; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container > .video-iframe-container { display: none; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row > .video-iframe-container { display: none; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .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); }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container { border-width: 0; border-radius: 0; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93a1364f-fe83-438a-a435-ca09f4bbc44b/gerontologista.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:25.4996875rem;width:33.4375rem;top:5.7185869216919rem;left:37.499999046326rem;display:block; }#vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU.adaptive-delivery-prevent-bg, #vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU.lazyload, #vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU.lazyloading { background-image: none; }
#x1JXikKZ6l6VowT4Th0VWSlGdtRn7VnL { color:#014596;display:block;width:32.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#lFRaz0TqK51ybaHq0PMOu8WhrodzMq50 { color:rgba(var(--color-tertiary-3),1);display:block;width:27.1249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:15.9375rem;left:0rem;height:6rem;font-style:normal;display:block; }
#kgmvlDKCuDKPsO8r9phAzNCHqXkRPGyO { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:25.75rem;left:1.6875rem;height:2.0996125rem;display:block; }
#X3req2bXUJiN8y7GqUGTDXrOJpZoiL6x { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.0625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4684375rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.9375rem;left:0rem;display:block; }
#U05Wu6MiaEkT279Ka8k7FVJtydCfvxad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL { 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; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container { background-color: transparent; background-image: none; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container > .video-iframe-container { display: none; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row > .video-iframe-container { display: none; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .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); }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container { border-width: 0; border-radius: 0; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#tRX3fHXAkkLzT0ZILvaF8iBLmpKKt8xh { position:absolute;display:block;z-index:15000;height:30.125rem;width:37.5rem;top:2.8610229492188E-6rem;left:0rem;display:block; }
#woFSqsiE0cEQMEGFUHyer2ew3BdgCh4T { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.561375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:40.4375rem;height:3.25rem;font-style:normal;display:block; }
#OyKC2hZv137tgpVTClag8J9sezZNH55p { position:absolute;display:block;z-index:15000;height:25rem;width:39.375rem;top:5.71875rem;left:35.625rem;display:none; }
#SyTGDkBCERiuzwqbby9BupcxZM2r5Epx { color:rgba(var(--color-tertiary-4),0.8);display:block;width:23.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:13.625rem;left:40.4375rem;height:4rem;font-style:normal;display:block; }
#DWfSG1Alakzx6hum5X1RTg7XONh1cllm { z-index:15004;top:20rem;left:40.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.8);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.8);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.8);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.8);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.102833375rem;height:3.541664625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NrN8JeDhf8NB5cf42lRw1NqPFDcIX9Tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0UR28wTxEAAJNrdiRS4tGpToPyhduaS { color:rgba(var(--color-tertiary-4),0.8);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.9375rem;left:40.4375rem;height:1.3999rem;font-style:normal;display:block; }
#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4af2e0fc-3259-44a1-bcaa-95803c883e66/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV.adaptive-delivery-prevent-bg, #pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV.lazyload, #pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV.lazyloading { background-image: none; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container { background-color: transparent; background-image: none; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,69,150,0.95); }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container > .video-iframe-container { display: none; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,69,150,0.95); }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row > .video-iframe-container { display: none; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .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); }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container { border-width: 0; border-radius: 0; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#o6lJeWr8DGyrZ4CPg49IAKLDeO92kf8L { 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:6.8124375rem;width:16.6241875rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#gHex7fhU68BQvkBPhfZQ9oogvE31sxoX { background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.25rem;left:0rem;display:block; }
#kpHDhZLU8PRptX6CFqKulQiunFeTXXAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAr9TOsMdxx5aZOy4rET0dpFIQU59q7h { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:18.4375rem;left:0rem;height:9rem;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; }
#TSP2Z5FWqnetK2v0zB98VzfoHps4hLCd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:28.937173843384rem;left:0rem;height:3.75rem;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; }
#iPq31W9JyQZmNycT90Q32bUcyWuXSLDf { background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:2.374675rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.25rem;left:15.875rem;display:block; }
#vo7vMKemrXVHWUfdtFrIPAlE19pO5lmA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEeVQsuXJkzsbUPfnkTUoGO9h8glSHTE { color:#ff0000;display:block;width:2rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:8.875rem;left:19.1875rem;height:1.6503875rem;display:block; }
#e57p0XTEvfASQXLwrngzyE8gcTTwu1Mp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9996875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.3125rem;left:21.5rem;height:5.625rem;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; }
#P4TbnCxkyaKwDBs9V2NbvuZtpgCedIdM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.0625rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.4375rem;left:0rem;display:block; }
#DRFe9VXgLhF9M7OAOutSfBJluFfNhcrR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNTXuNgVvudcotG6uW4oN8oseShae27d { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:36.25rem;left:1.75rem;height:2.0996125rem;display:block; }
#TlFTox6uTxt1pBRP20WB1vW2QL0WNJJX { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.4375rem;left:21.1875rem;display:block; }
#L7iUdvg0DKyw7yBfCIgTaDxeaNhrovXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXDdD3bDmHOCcQGo6LWqLPqNAPzMQtXU { color:rgba(var(--color-tertiary-0),0.8);display:block;width:34.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:41.5625rem;left:0rem;height:1.3999rem;font-style:normal;display:block; }
#cTvtiasIKn7MNLVqDVpdfmCBgVJ101mT { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:36.65625rem;left:34.498046875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rfazCL7vPA2dWKekHS1cXKacXIv03tel { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel { background-color: transparent; background-image: none; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container > .video-iframe-container { display: none; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row > .video-iframe-container { display: none; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .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); }#rfazCL7vPA2dWKekHS1cXKacXIv03tel { border-width: 0; border-radius: 0; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wCRbnCHt557ItgBfMn2c6ABTeIBz1Dau { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #008487, #0d2a51);background-image: -moz-linear-gradient(90deg, #008487, #0d2a51);background-image: -ms-linear-gradient(90deg, #008487, #0d2a51);background-image: -o-linear-gradient(90deg, #008487, #0d2a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008487', endColorstr='#0d2a51' );";background-image: linear-gradient(90deg, #008487, #0d2a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:53.875rem;display:block; }
#JMzlIXRWiqeMOnZfKCKtn1S8CMMSCAwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWfzP1nVOKlJn8I3BkhMw1MD1Ec2OnVA { box-sizing:content-box;color:#0d2a51;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:64rem;display:block; }
#bfApBvVseXf7wLLKvN9bnKTz1n1UDE8w { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:66.875rem;display:block; }
#TyO2fa4zUyNaiPkRhT16zQo75TZzd1y4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwR8tvN2ISAl4yi0mKpUIX0CdTN5vWzW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:66.875rem;display:block; }
#JCdUaupWUzWtN5TbOABnLPiLRXgC7L1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TofE0bUNV7JUMbcHtRVAryE48GvzMEOM { background-color:rgba(255,255,255,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #014596;border-left:0.125rem solid #014596;border-right:0.125rem solid #014596;border-bottom:0.125rem solid #014596;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#014596;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome 2022";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#fZlc48WevQL7eFHgpZiCeXUsGhFMBxRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIz7t4OJmkkJIEspNMvcRgTt5yvbKHOR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:40.5625rem;display:block; }
#N85CcBhI5fSXv4soGUgILfDMlneq2eka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SH86TLbOi01qCWenNQ6dnI001aPgq1v8 { display:block; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqb6MU1TmqZRvgktcnOfbyWqvxQhIQUC { width:28.1875rem;height:8.9375rem;top:14.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5KOCIFcaugNfTQXaJTxNXxPTbMalcu8 { width:15.125rem;height:4.9171204140003rem;top:3.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW1UAfPToxcIkWvtLsp2tsSQ7kb0hHk9 { width:15.375rem;height:2.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTPXwZxncaE33z0wL9MAAtuDsxgnuEP { display:block; }
 }@media only screen and (max-width: 763px) { #NSFUz06P8JPtJTpeT2hmQR68eG3UQBzV { width:15.3125rem;height:2.3125rem;top:10rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq5JwgzQc3gW3fHuKzuEMZvE7b5wZlkl { display:block; }
 }@media only screen and (max-width: 763px) { #uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1 { width:37.5rem;height:39.6875rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ccaExDgBTgG0tTC2x63H15NVIe9gL9 { width:33.25rem;height:3.125rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFOon7UVaCDrtRB5EBTBB22Ush7VESNl { width:2.1875rem;height:2.0625rem;top:31.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXroACUe22CgrOEwvrsdB5rWtxgmSOzw { width:27.9375rem;height:1.375rem;top:36.875rem;left:19.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiWh8fim7sNeXo8uUabeEZMpE78c7hDv { width:37.5rem;height:4.0625rem;top:35.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZtQh5VBbh8iWQ15aWJ2O8dgilKLGVV { width:20.4375rem;height:3.75rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4tMdXxhX8IiA95panGN3SFG8EC9giB { display:block; }
 }@media only screen and (max-width: 763px) { #a5pwKJS0pFRsIiuG1qns77k8UgxX46rl { width:12.9375rem;height:2.8125rem;top:4.3125rem;left:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5GrZQ7MahJ66L3zlbnVDK4UuThyA5I9 { width:1.9375rem;height:1.625rem;top:4.9375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPWOWEUoaovtebVwZ4QHwcg7TuCT4ZX { width:10.5rem;height:3.625rem;top:30.625rem;left:7.8740224838256rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCur6OsU62p2HyssWfMkNAgP10CHf8qS { display:block; }
 }@media only screen and (max-width: 763px) { #qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu { width:37.5rem;height:39.6875rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZ7Fx6D241GePVh9T8a6hHO23xyb5xHh { width:43.9375rem;height:18.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmUJ775AswF8BPLIEVRNCLCGrVfeq1gF { width:9.25rem;height:2.375rem;top:1.9375rem;left:23.874999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXrpeld570UlKEuSW6ohictmHCzapru { display:block; }
 }@media only screen and (max-width: 763px) { #hfrzPekqJmzTJT9I7DGvmUGAF3N6nRd7 { width:33.25rem;height:;top:37.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu1FNzX1vSRyoeZUcXA04tm4ED1dzTO5 { width:13.125rem;height:2.25rem;top:42rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g212lVoZ1NiUgcU03PlTbDBn1hoponbx { display:block; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmWHydpI5QePl7sJMApTCsUfWKdPTBt0 { width:10.9375rem;height:3.4375rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWJVO49WeoGgZ9o4mUvL57TZp3uvR4O9 { width:11.9375rem;height:3.4375rem;top:5.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BICCiHxBT53GnabCTvglckpML4E8ovZk { width:11.9375rem;height:3.4375rem;top:5.3125rem;left:7.4044599533081rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKTvAfZevqAG3gg3717J27921QJ3DJJa { width:13.4375rem;height:3.4375rem;top:10.1875rem;left:6.6525068283081rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngkiR5M73sHI8Je9DtKhgQ3PxSRPNefT { width:11.9375rem;height:3.4375rem;top:5.3125rem;left:24.030436515808rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDHtxmLIvwvpRAW0MSpB3fQNO3pbD3G { width:14.5rem;height:;top:10.25rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8tduQLLNbtEZHedZh4ZpKnvsCEmJnd { width:11.9375rem;height:3.4375rem;top:5.3125rem;left:35.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJa5q3iK6SiVL4UctEkXSDflT4cl2yP9 { width:15.0625rem;height:3.4375rem;top:10.1875rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XncaEw37kuLqxTGTxvwurSaORiAWSlvu { display:block; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWpNwAF7CDXVgfDLeulOfsqXcFfQm8Jb { width:9.625rem;height:;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owfr6gBD9CVXadomztMEOaQm4unOu9aP { width:13.5rem;height:22.3125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igEwv7HwtpBMbvtoNTDW7vnugz0LnJd0 { width:16rem;height:11.1875rem;top:6.375rem;left:2.6860342025757rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv { width:19.1875rem;height:22.25rem;top:4.0625rem;left:1.1243486404419rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L { width:14.9375rem;height:22.3125rem;top:4.0625rem;left:21.562174797058rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpmoRf3NW7BqnGlhKC56BdbvcNUAOSw { width:10.25rem;height:13.4375rem;top:6.375rem;left:23.874186515808rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FviFkLrNQhm7xz9a1aVDbt6TVXdLukLh { width:15.375rem;height:;top:6.375rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ { width:19.75rem;height:22.3125rem;top:4.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox { display:block; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2iwM849bsIH1de1Gg3rzVORya6yxvr { width:3.6875rem;height:3.6875rem;top:20rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnZNbZsktA2Kkq7qU3AlOE3EDNITtWe { display:block; }
 }@media only screen and (max-width: 763px) { #swhti98i3uNX9B7CIT0r8b48uXkLQfXC { width:26.5625rem;height:2.5625rem;top:4.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT { width:15.8125rem;height:14.25rem;top:8.25rem;left:0rem;font-size:0.8125rem;display:block; }#RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #MnpTlMTiUrwBxtXeWr93btEGVEUFX7za { width:15.8125rem;height:14.25rem;top:8.25rem;left:4.625rem;font-size:0.8125rem;display:block; }#MnpTlMTiUrwBxtXeWr93btEGVEUFX7za li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov { width:37.9375rem;height:26.75rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN77iXF5q9hpzysPIqeBgKysWmTxSea { display:block; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDHeyerpF7VGHNIGwN0BXBeu8BektCMr { width:3.6875rem;height:3.6875rem;top:20rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4uTL7VTQkTQzCRAgQDBOlk3DkhACNI { display:block; }
 }@media only screen and (max-width: 763px) { #lElJxHffpId05m0NK72QqVEBM4LIBi5G { width:25.75rem;height:25.9375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdoP16mfX8TZBTSiLbPo4vmUQiir5cxP { width:40.625rem;height:;top:5.0625rem;left:7.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ { width:27rem;height:;top:9.0625rem;left:14.874346733093rem;font-size:0.9375rem;display:block; }#qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #VcCFyao1X0XDKT1RCCqBSLQZS2xNQroW { width:20.4375rem;height:3.75rem;top:25.3125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0IlqsqiorAsrnvdAMXmksvu8N85zSi { display:block; }
 }@media only screen and (max-width: 763px) { #DaiUTTSehWoJtWlZaRkl3Jkq667qEMeT { width:2.1875rem;height:2.0625rem;top:26.125rem;left:16.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 { display:block; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xriyHLk23XIm7fHL5iAGG8tBsrvxiNe1 { width:39.0625rem;height:5.3125rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3HxkeXLBTXtvVhaWvFtS7T9CIOf2XpS { width:19.5625rem;height:3.625rem;top:5.75rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAfQofPMbWuPtmnkNxRt5a7WOyRnT3UZ { display:block; }
 }@media only screen and (max-width: 763px) { #OgCHICtFwIWs5cTcDym5cCHRlc6tuQG6 { width:10.625rem;height:13.6875rem;top:0.75rem;left:0rem;font-size:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq { display:block; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJfpJTtCTs17SbKPkMRtAX0Ai3MkhXLt { width:20.875rem;height:34.0625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT { width:11.6875rem;height:;top:13.875rem;left:0rem;font-size:0.9375rem;display:block; }#eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #sEcwvqil3urEPA5MtOPC1RVmdX0UAWHT { width:17.3125rem;height:;top:9.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IesPthW9RTiueUH33tpgu2fK3TxKdHNy { width:5.375rem;height:2.8415662553654rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWt4clHDPiVIUmeGUBK1pUeh42iFkGKp { width:7.1875rem;height:2.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QX7Ufi1F2xnfAaiFm7Qv57b7TMwES2 { width:20.875rem;height:34.0625rem;top:7.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMT9UhZGTgs1SlmnEtxTrOMN51R79L3M { width:18.625rem;height:;top:9.6875rem;left:16.187010765076rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsckixk1GS2XaHNwbRIGUKADsv42B6hS { width:11.6875rem;height:;top:13.9375rem;left:16.1865234375rem;font-size:0.9375rem;display:block; }#Vsckixk1GS2XaHNwbRIGUKADsv42B6hS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #VGVIwmauqbOaIgT7W39qTEXNxgF34htZ { width:3.3125rem;height:2.625rem;top:5.5625rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFLHNPEgPU4EGlESW4g902Az4P6TmfH { width:4.125rem;height:4rem;top:4.6875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDWZBK5uO7RdRXKXWs4PBxeN2sUCUly { width:20.875rem;height:34.0625rem;top:7.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRtO8xPZpHMaqtmvft7QM2JbTqiGSZrr { width:14.5rem;height:;top:9.6875rem;left:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 { width:14.3125rem;height:;top:13.9375rem;left:33.4375rem;font-size:0.9375rem;display:block; }#sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #ZJTXBsra13lXvwUteNSb1X4JT8Up7tz5 { width:4.0625rem;height:4.0625rem;top:4.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqGKz0ZRdOgIT5g69GTQg1O0qepOecTi { width:3.3125rem;height:2.625rem;top:5.5625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBmq40yLvd030WgfPdIJttQfpEZlTDA5 { width:20.875rem;height:29.6875rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpX6xUJr86wl5ypGiQaqJsmFJyGuO8sT { width:6.3125rem;height:7.25rem;top:44.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzRWnvOyOLUDUaNNQWDIWgizT8qxz8U { width:4.75rem;height:2.6875rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM0Nt0ILImBZWBfo1iVWBtyr3BG12Lp9 { width:18.125rem;height:;top:51.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag { width:11.6875rem;height:;top:55.375rem;left:0rem;font-size:0.9375rem;display:block; }#MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #nriUIQnG3d1GAbbhv4fiT0yuIVRqiCvy { width:20.8125rem;height:29.6875rem;top:48.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsJIF3pyiKKeGVNKLF2A95eevRtXzWz3 { width:12.9375rem;height:;top:51.1875rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyGyTqunub47iOpaUkC5B3GsUpQTrtpi { width:17.625rem;height:;top:55.375rem;left:16.1865234375rem;font-size:0.9375rem;display:block; }#DyGyTqunub47iOpaUkC5B3GsUpQTrtpi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #gKB8E8T9ytwGd89rDtThr957lq4uVkh7 { width:6.1875rem;height:6.1875rem;top:44.9375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNx02D5XVBRwS0J7BbmL5Jnk3cm0rbL0 { width:4.6875rem;height:2.625rem;top:47.0625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXVHElIt3W95qi8TfHhpFyC45ACCk11t { width:20.8125rem;height:29.6875rem;top:48.5rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42MtllGOLi3iiISc6iCzBTVtxs0KpKN { width:17.625rem;height:;top:55.4375rem;left:30.125rem;font-size:0.9375rem;display:block; }#K42MtllGOLi3iiISc6iCzBTVtxs0KpKN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #fhaZiGytxcztmX2Ew8E9kvWQ9r1IDsHb { width:12.9375rem;height:;top:51.1875rem;left:34.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8bum8St6TixMVZCxloDgEJu7pH5OW9 { width:4.0625rem;height:4.0625rem;top:46.3125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPHzfBD2elx1zJ3hISREZPTmwLTVRRm { width:4.6875rem;height:2.625rem;top:47.0625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhXpBfcJD6mq6BaeAknITDxPFKeQECIE { width:20.375rem;height:3.75rem;top:87.6875rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKs4C1kv7PZkklwL1q35QTMJvCUTFi9C { display:block; }
 }@media only screen and (max-width: 763px) { #JvfftT5Lc0BsT9rLCkme0RfCER98yTcX { width:2.1875rem;height:2.0625rem;top:88.5rem;left:39.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PuPZTNs23gpBi14NEZ9UlVtGiTxv46 { width:21.3125rem;height:6.9375rem;top:86.0625rem;left:15.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOLBd9ckc8UFalWXgK8lEoF4rt9HsKlc { width:20.8125rem;height:29.6875rem;top:84.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHMIaluMSLwHoieCHd7VSRJfeFzWRLV { width:13.3125rem;height:2.9375rem;top:88.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh { width:11.6875rem;height:18.75rem;top:92.4375rem;left:0rem;font-size:0.9375rem;display:block; }#aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #hoZH00bs2kBwGkBncT8SpOGGeydPTX3n { width:5rem;height:5rem;top:82.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId57InG2N8voOeSv2t5HTtgM5IH3imN { width:4.6875rem;height:2.625rem;top:86.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK { display:block; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNT18E8xHK6wiElDClRhkfUtO4tdhiel { width:5.125rem;height:1.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFyG4hT7lweaWqxa31KRHUFT9Q3rptsO { width:4.4375rem;height:1.25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZKvshTpiHaDkTrXLZHvbnn1pIS5BPt { width:3.875rem;height:2.0625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvAqCZE2FsDVXHTEtXTqM6oOt3lhJdtu { width:4.375rem;height:2.1875rem;top:3rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLLQiLKL37SDkPzMfmXvk6uvA7TzTkuJ { width:4.875rem;height:1.25rem;top:3.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdppgrWtIwlVauEg6fXrhBx3MDW2XGzd { width:4.625rem;height:4.625rem;top:1.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzcQKBGiHxTHmqiulzeoWmPcC9NGmS1 { width:4.625rem;height:4.5625rem;top:1.8125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUv4Sbx3MUQEPOX8AMfWDnHgEkgqQWfW { width:5.5625rem;height:1.9375rem;top:3.25rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPR86mVoHd9vFzZ1M2bxnnuRy103Uffy { width:4rem;height:2.3125rem;top:3.0625rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3kERw9eOmdVcfDsIXooMyBhpcXdQaq { width:6.875rem;height:3.625rem;top:2.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBQFbvZ8MfUoGeSLiTcsIZGEnLnc1Zal { width:5.5rem;height:5.5rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8aI6baHIMAviuX8srRem79PLSfFCtNQ { width:5.1875rem;height:3.0625rem;top:2.5625rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn { display:block; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8yNrm33W5hiqdEJLvN0VdXCls5DzoIV { width:13.625rem;height:3.1875rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrMNOSLogNGFbg7GDwCwAnKTJ8nRKotz { width:10.8125rem;height:3.1875rem;top:8.875rem;left:24.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXxWkeDeaoaPdTWQrlhICCNH0UWuseQ { width:10.5625rem;height:3.1875rem;top:8.9375rem;left:36.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZADKmsBxPlTbIzUxZsyciiJTmclIbBX { width:11.125rem;height:3.1875rem;top:8.9375rem;left:12.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idVNzu5FuG8bhyo6Da4qdQdfSkQEceDl { width:11.9375rem;height:;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcP4l9ldLOvJu3R5qHtzMTkUnphEsvuL { width:11.9375rem;height:;top:3.875rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOFNGrSmLaB6qOc2dizD4Eov3cZuMOSZ { width:11.9375rem;height:;top:3.8125rem;left:23.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMyyGhRyPEZSe28Brqlqg73rEPPSqIND { width:11.9375rem;height:3.5rem;top:3.8125rem;left:35.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 { display:block; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU { width:33.4375rem;height:25.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1JXikKZ6l6VowT4Th0VWSlGdtRn7VnL { width:32.5rem;height:5.4375rem;top:8.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRaz0TqK51ybaHq0PMOu8WhrodzMq50 { width:27.0625rem;height:5.9375rem;top:15.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmvlDKCuDKPsO8r9phAzNCHqXkRPGyO { width:2.1875rem;height:2.0625rem;top:25.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3req2bXUJiN8y7GqUGTDXrOJpZoiL6x { width:20.375rem;height:3.75rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05Wu6MiaEkT279Ka8k7FVJtydCfvxad { display:block; }
 }@media only screen and (max-width: 763px) { #HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL { display:block; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRX3fHXAkkLzT0ZILvaF8iBLmpKKt8xh { width:37.5rem;height:30.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woFSqsiE0cEQMEGFUHyer2ew3BdgCh4T { width:29.5rem;height:3.1875rem;top:6.625rem;left:18.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKC2hZv137tgpVTClag8J9sezZNH55p { width:39.375rem;height:25rem;top:5.6875rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyTGDkBCERiuzwqbby9BupcxZM2r5Epx { width:23.5625rem;height:3.9375rem;top:13.625rem;left:24.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWfSG1Alakzx6hum5X1RTg7XONh1cllm { top:20rem;left:26.8125rem;width:12.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrN8JeDhf8NB5cf42lRw1NqPFDcIX9Tm { display:block; }
 }@media only screen and (max-width: 763px) { #M0UR28wTxEAAJNrdiRS4tGpToPyhduaS { width:34.5625rem;height:1.375rem;top:10.9375rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV { display:block; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6lJeWr8DGyrZ4CPg49IAKLDeO92kf8L { width:16.5625rem;height:6.7872891735rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHex7fhU68BQvkBPhfZQ9oogvE31sxoX { width:15.375rem;height:2.3125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHDhZLU8PRptX6CFqKulQiunFeTXXAh { display:block; }
 }@media only screen and (max-width: 763px) { #aAr9TOsMdxx5aZOy4rET0dpFIQU59q7h { width:28.1875rem;height:8.9375rem;top:18.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP2Z5FWqnetK2v0zB98VzfoHps4hLCd { width:36.9375rem;height:;top:28.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPq31W9JyQZmNycT90Q32bUcyWuXSLDf { width:15.3125rem;height:2.3125rem;top:14.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7vMKemrXVHWUfdtFrIPAlE19pO5lmA { display:block; }
 }@media only screen and (max-width: 763px) { #WEeVQsuXJkzsbUPfnkTUoGO9h8glSHTE { width:1.9375rem;height:1.625rem;top:8.875rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57p0XTEvfASQXLwrngzyE8gcTTwu1Mp { width:12.9375rem;height:2.8125rem;top:8.3125rem;left:7.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TbnCxkyaKwDBs9V2NbvuZtpgCedIdM { width:20.4375rem;height:3.75rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFe9VXgLhF9M7OAOutSfBJluFfNhcrR { display:block; }
 }@media only screen and (max-width: 763px) { #HNTXuNgVvudcotG6uW4oN8oseShae27d { width:2.1875rem;height:2.0625rem;top:36.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFTox6uTxt1pBRP20WB1vW2QL0WNJJX { width:12.375rem;height:3.75rem;top:35.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7iUdvg0DKyw7yBfCIgTaDxeaNhrovXP { display:block; }
 }@media only screen and (max-width: 763px) { #lXDdD3bDmHOCcQGo6LWqLPqNAPzMQtXU { width:34.5625rem;height:1.375rem;top:41.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvtiasIKn7MNLVqDVpdfmCBgVJ101mT { width:11rem;height:1.3125rem;top:36.625rem;left:20.873046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfazCL7vPA2dWKekHS1cXKacXIv03tel { display:block; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCRbnCHt557ItgBfMn2c6ABTeIBz1Dau { width:12.0625rem;height:2rem;top:0.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzlIXRWiqeMOnZfKCKtn1S8CMMSCAwc { display:block; }
 }@media only screen and (max-width: 763px) { #AWfzP1nVOKlJn8I3BkhMw1MD1Ec2OnVA { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfApBvVseXf7wLLKvN9bnKTz1n1UDE8w { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyO2fa4zUyNaiPkRhT16zQo75TZzd1y4 { display:block; }
 }@media only screen and (max-width: 763px) { #LwR8tvN2ISAl4yi0mKpUIX0CdTN5vWzW { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCdUaupWUzWtN5TbOABnLPiLRXgC7L1e { display:block; }
 }@media only screen and (max-width: 763px) { #TofE0bUNV7JUMbcHtRVAryE48GvzMEOM { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlc48WevQL7eFHgpZiCeXUsGhFMBxRX { display:block; }
 }@media only screen and (max-width: 763px) { #AIz7t4OJmkkJIEspNMvcRgTt5yvbKHOR { width:3.75rem;height:3.75rem;top:0.75rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N85CcBhI5fSXv4soGUgILfDMlneq2eka { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SH86TLbOi01qCWenNQ6dnI001aPgq1v8 { display:block; }#SH86TLbOi01qCWenNQ6dnI001aPgq1v8 > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqb6MU1TmqZRvgktcnOfbyWqvxQhIQUC { width:20rem;height:5.4375rem;top:15.875rem;left:0rem;font-size:1.8125rem;z-index:15008;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #F5KOCIFcaugNfTQXaJTxNXxPTbMalcu8 { width:9.125rem;height:3rem;top:5.8707680702209rem;left:1.3419595956802rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cW1UAfPToxcIkWvtLsp2tsSQ7kb0hHk9 { width:9.4375rem;height:1.875rem;top:11.80517578125rem;left:0rem;font-size:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTPXwZxncaE33z0wL9MAAtuDsxgnuEP { display:block; }
 }@media only screen and (max-width: 763px) { #NSFUz06P8JPtJTpeT2hmQR68eG3UQBzV { width:9.8125rem;height:1.875rem;top:11.80517578125rem;left:10.1875rem;font-size:0.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq5JwgzQc3gW3fHuKzuEMZvE7b5wZlkl { display:block; }
 }@media only screen and (max-width: 763px) { #uIKRhsXizJXP0G0OJyrX9NBFDqp0WJT1 { width:20rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ccaExDgBTgG0tTC2x63H15NVIe9gL9 { width:20rem;height:3.9375rem;top:22.25rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EFOon7UVaCDrtRB5EBTBB22Ush7VESNl { width:2.18731875rem;height:1.5rem;top:28.6875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXroACUe22CgrOEwvrsdB5rWtxgmSOzw { width:13.125rem;height:0;top:39.75rem;left:3.4375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BiWh8fim7sNeXo8uUabeEZMpE78c7hDv { width:20rem;height:3.6875rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ZtQh5VBbh8iWQ15aWJ2O8dgilKLGVV { width:17.0625rem;height:3.3125rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4tMdXxhX8IiA95panGN3SFG8EC9giB { display:block; }
 }@media only screen and (max-width: 763px) { #a5pwKJS0pFRsIiuG1qns77k8UgxX46rl { width:6.125rem;height:1.21875rem;top:32.75rem;left:13.125rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #D5GrZQ7MahJ66L3zlbnVDK4UuThyA5I9 { width:1.93685rem;height:1.04980625rem;top:32.875rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAPWOWEUoaovtebVwZ4QHwcg7TuCT4ZX { width:10.625rem;height:2.6875rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCur6OsU62p2HyssWfMkNAgP10CHf8qS { display:block; }
 }@media only screen and (max-width: 763px) { #qcmTWkMVXsNcRXyEcy5onwsvPEd7m4xu { width:19.99875rem;height:11.8125rem;top:0rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7Fx6D241GePVh9T8a6hHO23xyb5xHh { top:5.9969072341919rem;left:1.3419595956802rem;width:10.625rem;height:4.375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gmUJ775AswF8BPLIEVRNCLCGrVfeq1gF { width:7.0625rem;height:1.8125rem;top:1.06201171875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXrpeld570UlKEuSW6ohictmHCzapru { display:block; }
 }@media only screen and (max-width: 763px) { #hfrzPekqJmzTJT9I7DGvmUGAF3N6nRd7 { width:20rem;height:0.875rem;top:37.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu1FNzX1vSRyoeZUcXA04tm4ED1dzTO5 { width:20rem;height:1.13720625rem;top:39.837890625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.3;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g212lVoZ1NiUgcU03PlTbDBn1hoponbx { display:block; }#g212lVoZ1NiUgcU03PlTbDBn1hoponbx > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmWHydpI5QePl7sJMApTCsUfWKdPTBt0 { width:10.9375rem;height:2.798825rem;top:2.375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tWJVO49WeoGgZ9o4mUvL57TZp3uvR4O9 { width:3.5rem;height:2.79980625rem;top:2.375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BICCiHxBT53GnabCTvglckpML4E8ovZk { width:4.125rem;height:2.79980625rem;top:6.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKTvAfZevqAG3gg3717J27921QJ3DJJa { width:12.874375rem;height:2.798825rem;top:6.4375rem;left:4.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngkiR5M73sHI8Je9DtKhgQ3PxSRPNefT { width:2.5625rem;height:2.79980625rem;top:10.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcDHtxmLIvwvpRAW0MSpB3fQNO3pbD3G { width:12.125rem;height:2.798825rem;top:10.5625rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8tduQLLNbtEZHedZh4ZpKnvsCEmJnd { width:1.8125rem;height:2.79980625rem;top:14.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sJa5q3iK6SiVL4UctEkXSDflT4cl2yP9 { width:12.7498125rem;height:2.798825rem;top:14.5625rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XncaEw37kuLqxTGTxvwurSaORiAWSlvu { display:block; }#XncaEw37kuLqxTGTxvwurSaORiAWSlvu > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWpNwAF7CDXVgfDLeulOfsqXcFfQm8Jb { width:7.249375rem;height:10.125rem;top:4.2805988788605rem;left:1.21826171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owfr6gBD9CVXadomztMEOaQm4unOu9aP { width:9.6875rem;height:13.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igEwv7HwtpBMbvtoNTDW7vnugz0LnJd0 { width:7.6871875rem;height:10.125rem;top:18.562824249267rem;left:0.99934899806975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTsArwUZ4ivX9QwLQRMqzTAXTsgQ7fIv { width:9.6875rem;height:19.375rem;top:16.749664306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7edARrTLtg3Wi2y1zQgPenDpVuSRl3L { width:9.6875rem;height:13.5625rem;top:2.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpmoRf3NW7BqnGlhKC56BdbvcNUAOSw { width:7.7498125rem;height:10.125rem;top:4.27978515625rem;left:11.28011071682rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FviFkLrNQhm7xz9a1aVDbt6TVXdLukLh { width:7.3746875rem;height:15.7421875rem;top:18.562824249267rem;left:11.46809899807rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr1Hk3q5f0S0NL4HS65qcMyNRNL7uUqZ { width:9.6875rem;height:19.375rem;top:16.749664306641rem;left:10.312499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox { display:block; }#LcdbpZmxsOB24ehvcNAKJAhycb4vp5Ox > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW2iwM849bsIH1de1Gg3rzVORya6yxvr { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwnZNbZsktA2Kkq7qU3AlOE3EDNITtWe { display:block; }
 }@media only screen and (max-width: 763px) { #swhti98i3uNX9B7CIT0r8b48uXkLQfXC { width:20rem;height:1.94986875rem;top:14.436033964157rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT { width:10.3125rem;height:9.847625rem;top:17.75rem;left:8.625rem;font-size:0.8125rem;display:block; }#RxvHbLREGfPfKK1if9wDcv2Hvop1bXfT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #MnpTlMTiUrwBxtXeWr93btEGVEUFX7za { width:7.5rem;height:9.847625rem;top:17.75rem;left:0rem;font-size:0.8125rem;display:block; }#MnpTlMTiUrwBxtXeWr93btEGVEUFX7za li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #ooUq07sTBUhv3OEcTSWWzO7JA2Tsqeov { width:18.875rem;height:9.6875rem;top:3.4960935115814rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPN77iXF5q9hpzysPIqeBgKysWmTxSea { display:block; }#OPN77iXF5q9hpzysPIqeBgKysWmTxSea > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDHeyerpF7VGHNIGwN0BXBeu8BektCMr { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh4uTL7VTQkTQzCRAgQDBOlk3DkhACNI { display:block; }
 }@media only screen and (max-width: 763px) { #lElJxHffpId05m0NK72QqVEBM4LIBi5G { width:20rem;height:10.625rem;top:3.3732094764709rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdoP16mfX8TZBTSiLbPo4vmUQiir5cxP { width:20rem;height:3.75rem;top:15.998534202576rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ { width:20rem;height:11.125rem;top:21.383462905884rem;left:0rem;font-size:0.9375rem;display:block; }#qilP0Bd3nKnZPuTuUJMaZ21vtF4ZvfVZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #VcCFyao1X0XDKT1RCCqBSLQZS2xNQroW { width:16.9375rem;height:3.3125rem;top:34.499510765076rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ0IlqsqiorAsrnvdAMXmksvu8N85zSi { display:block; }
 }@media only screen and (max-width: 763px) { #DaiUTTSehWoJtWlZaRkl3Jkq667qEMeT { width:2.1248375rem;height:1.5rem;top:35.375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 { display:block; }#VwQmbz5pRMsiLyu43QBTzbTrKMp16UG0 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xriyHLk23XIm7fHL5iAGG8tBsrvxiNe1 { width:17.937rem;height:4.875rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3HxkeXLBTXtvVhaWvFtS7T9CIOf2XpS { width:16.708145875rem;height:3.333333375rem;top:12.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAfQofPMbWuPtmnkNxRt5a7WOyRnT3UZ { display:block; }
 }@media only screen and (max-width: 763px) { #OgCHICtFwIWs5cTcDym5cCHRlc6tuQG6 { width:12.9996875rem;height:7.599625rem;top:3.3125rem;left:0rem;font-size:9.5rem;text-align:center;text-align-last:center;line-height:.8;color:rgba(255,255,255,0.16);display:block; }
 }@media only screen and (max-width: 763px) { #wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq { display:block; }#wmxwHa8qXJKmT5D23lpGJEpTdBxoC3kq > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJfpJTtCTs17SbKPkMRtAX0Ai3MkhXLt { width:9.6875rem;height:30.5625rem;top:3.8740234375rem;left:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT { width:7.7498125rem;height:22.5625rem;top:11.5888671875rem;left:1.1337890625rem;font-size:0.9375rem;display:block; }#eX6TBxrMmmCyi3qzocKhMTbdIaHNUcwT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #sEcwvqil3urEPA5MtOPC1RVmdX0UAWHT { width:6.687rem;height:4.5rem;top:5.8411455154419rem;left:1.1246744394302rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IesPthW9RTiueUH33tpgu2fK3TxKdHNy { width:4.0625rem;height:2.1248375rem;top:2.62451171875rem;left:2.0613607168197rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWt4clHDPiVIUmeGUBK1pUeh42iFkGKp { width:5.0625rem;height:2.6875rem;top:2.40478515625rem;left:1.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QX7Ufi1F2xnfAaiFm7Qv57b7TMwES2 { width:9.6875rem;height:30.5rem;top:3.9365234375rem;left:10.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMT9UhZGTgs1SlmnEtxTrOMN51R79L3M { width:7.9996875rem;height:3.1494125rem;top:6.0489921569824rem;left:11.259765028954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsckixk1GS2XaHNwbRIGUKADsv42B6hS { width:7.749rem;height:18.75rem;top:11.586913108826rem;left:11.38509118557rem;font-size:0.9375rem;display:block; }#Vsckixk1GS2XaHNwbRIGUKADsv42B6hS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #VGVIwmauqbOaIgT7W39qTEXNxgF34htZ { width:2.125rem;height:2.625rem;top:2.4999961853027rem;left:12.624511122704rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFLHNPEgPU4EGlESW4g902Az4P6TmfH { width:4.0625rem;height:3.9375rem;top:1.5615234375rem;left:11.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILDWZBK5uO7RdRXKXWs4PBxeN2sUCUly { width:9.6875rem;height:30.9375rem;top:38.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRtO8xPZpHMaqtmvft7QM2JbTqiGSZrr { width:5.68685rem;height:3.375rem;top:40.5615234375rem;left:1.0615234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 { width:7.75rem;height:22.5625rem;top:45.1865234375rem;left:1.0615234375rem;font-size:0.9375rem;display:block; }#sgdemogvTRHDk2mI2mTbqCtqIsPGFd55 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #ZJTXBsra13lXvwUteNSb1X4JT8Up7tz5 { width:3.0625rem;height:3.0625rem;top:36.6240234375rem;left:2.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqGKz0ZRdOgIT5g69GTQg1O0qepOecTi { width:3rem;height:2.625rem;top:36.9990234375rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBmq40yLvd030WgfPdIJttQfpEZlTDA5 { width:9.6875rem;height:30.75rem;top:38.5615234375rem;left:10.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpX6xUJr86wl5ypGiQaqJsmFJyGuO8sT { width:5.0625rem;height:5.8125rem;top:35.3740234375rem;left:11.2255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJzRWnvOyOLUDUaNNQWDIWgizT8qxz8U { width:3.9375rem;height:2.6875rem;top:37.435546875rem;left:12.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM0Nt0ILImBZWBfo1iVWBtyr3BG12Lp9 { width:7.6245rem;height:3.375rem;top:40.9638671875rem;left:11.2587890625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag { width:8.4375rem;height:18.75rem;top:46.1513671875rem;left:10.853515625rem;font-size:0.9375rem;display:block; }#MwAzFwmQ0kKBoAHIT4qSVZgATuEON2ag li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #nriUIQnG3d1GAbbhv4fiT0yuIVRqiCvy { width:9.6875rem;height:29.6875rem;top:74.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsJIF3pyiKKeGVNKLF2A95eevRtXzWz3 { width:7.0621875rem;height:2.25rem;top:76.8115234375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyGyTqunub47iOpaUkC5B3GsUpQTrtpi { width:7.7498125rem;height:20.34375rem;top:81.3740234375rem;left:1.1240234375rem;font-size:0.9375rem;display:block; }#DyGyTqunub47iOpaUkC5B3GsUpQTrtpi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #gKB8E8T9ytwGd89rDtThr957lq4uVkh7 { width:4.25rem;height:4.25rem;top:71.7490234375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNx02D5XVBRwS0J7BbmL5Jnk3cm0rbL0 { width:2.5rem;height:2.625rem;top:67.0615234375rem;left:1.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXVHElIt3W95qi8TfHhpFyC45ACCk11t { width:9.6875rem;height:29.6875rem;top:74.1865234375rem;left:10.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42MtllGOLi3iiISc6iCzBTVtxs0KpKN { width:7.7498125rem;height:18.75rem;top:80.6240234375rem;left:11.4365234375rem;font-size:0.9375rem;display:block; }#K42MtllGOLi3iiISc6iCzBTVtxs0KpKN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #fhaZiGytxcztmX2Ew8E9kvWQ9r1IDsHb { width:7.561875rem;height:3.375rem;top:76.0615234375rem;left:11.5615234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8bum8St6TixMVZCxloDgEJu7pH5OW9 { width:2.625rem;height:2.625rem;top:72.8115234375rem;left:11.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPHzfBD2elx1zJ3hISREZPTmwLTVRRm { width:3.6873375rem;height:2.6245125rem;top:73.2490234375rem;left:11.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhXpBfcJD6mq6BaeAknITDxPFKeQECIE { width:17.9375rem;height:3.75rem;top:144.0625rem;left:0rem;z-index:14998;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKs4C1kv7PZkklwL1q35QTMJvCUTFi9C { display:block; }
 }@media only screen and (max-width: 763px) { #JvfftT5Lc0BsT9rLCkme0RfCER98yTcX { width:2.1866875rem;height:1.5rem;top:145.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PuPZTNs23gpBi14NEZ9UlVtGiTxv46 { width:18.3748125rem;height:5.625rem;top:137rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tOLBd9ckc8UFalWXgK8lEoF4rt9HsKlc { width:19.75rem;height:25.75rem;top:108.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHMIaluMSLwHoieCHd7VSRJfeFzWRLV { width:13.3121875rem;height:2.25rem;top:112.8125rem;left:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh { width:11.687rem;height:16.84375rem;top:116.5625rem;left:1.875rem;font-size:0.9375rem;display:block; }#aCvfAcoDUEvXxLamzVkKqDbwyXAMQwAh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_425475e8755331902b0b3c2c3cf8ad8a6b821f67.svg); }
 }@media only screen and (max-width: 763px) { #hoZH00bs2kBwGkBncT8SpOGGeydPTX3n { width:5rem;height:5rem;top:106.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mId57InG2N8voOeSv2t5HTtgM5IH3imN { width:3.5625rem;height:2.625rem;top:107.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK { display:block; }#LNaTtrP0t0DwvxArTmmDbhsxG1DWUAaK > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNT18E8xHK6wiElDClRhkfUtO4tdhiel { width:5.125rem;height:1.125rem;top:0.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFyG4hT7lweaWqxa31KRHUFT9Q3rptsO { width:4.4375rem;height:1.25rem;top:0.53125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZKvshTpiHaDkTrXLZHvbnn1pIS5BPt { width:3.875rem;height:2.0625rem;top:0rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvAqCZE2FsDVXHTEtXTqM6oOt3lhJdtu { width:4.375rem;height:2.1875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLLQiLKL37SDkPzMfmXvk6uvA7TzTkuJ { width:4.875rem;height:1.25rem;top:5.03125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdppgrWtIwlVauEg6fXrhBx3MDW2XGzd { width:4.625rem;height:4.625rem;top:3.34375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrzcQKBGiHxTHmqiulzeoWmPcC9NGmS1 { width:4.625rem;height:4.5625rem;top:7.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUv4Sbx3MUQEPOX8AMfWDnHgEkgqQWfW { width:5.5625rem;height:1.9375rem;top:9.28125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPR86mVoHd9vFzZ1M2bxnnuRy103Uffy { width:4rem;height:2.3125rem;top:9.09375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq3kERw9eOmdVcfDsIXooMyBhpcXdQaq { width:6.875rem;height:3.625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBQFbvZ8MfUoGeSLiTcsIZGEnLnc1Zal { width:5.5rem;height:5.5rem;top:12.40625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8aI6baHIMAviuX8srRem79PLSfFCtNQ { width:5.1875rem;height:3.0625rem;top:13.5625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn { display:block; }#F2DsVKxZvv0VNUVgXQ5kf3mQaqkvrXtn > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8yNrm33W5hiqdEJLvN0VdXCls5DzoIV { width:10.8748125rem;height:4.142575rem;top:3.0623359680176rem;left:5.6249998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrMNOSLogNGFbg7GDwCwAnKTJ8nRKotz { width:10.875rem;height:2.76204375rem;top:12.31201171875rem;left:5.6249998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DRXxWkeDeaoaPdTWQrlhICCNH0UWuseQ { width:9.812rem;height:2.76204375rem;top:16.936847686767rem;left:5.6249998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZADKmsBxPlTbIzUxZsyciiJTmclIbBX { width:8.6873125rem;height:2.76204375rem;top:7.687171936035rem;left:5.6249998807907rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idVNzu5FuG8bhyo6Da4qdQdfSkQEceDl { width:3.3125rem;height:2.625rem;top:3.125rem;left:2.3120115995407rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcP4l9ldLOvJu3R5qHtzMTkUnphEsvuL { width:3.3125rem;height:2.625rem;top:7.7498359680175rem;left:2.3120115995407rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOFNGrSmLaB6qOc2dizD4Eov3cZuMOSZ { width:3.3125rem;height:2.625rem;top:12.374671936035rem;left:2.3120115995407rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMyyGhRyPEZSe28Brqlqg73rEPPSqIND { width:3.312175rem;height:2.625rem;top:16.99951171875rem;left:2.3120115995407rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 { display:block; }#ieOZtciVXrT1WJoE3vfxH3NpMK2KvIR6 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyi9l8WgHLR4P0dhIfmPkZh8Np58EvsU { width:20rem;height:10.1245rem;top:3.2210292816162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1JXikKZ6l6VowT4Th0VWSlGdtRn7VnL { width:18.1875rem;height:3.2998rem;top:16.187316894531rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRaz0TqK51ybaHq0PMOu8WhrodzMq50 { width:20rem;height:6.796875rem;top:20.811360836029rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmvlDKCuDKPsO8r9phAzNCHqXkRPGyO { width:2.1248375rem;height:1.5rem;top:30.8125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3req2bXUJiN8y7GqUGTDXrOJpZoiL6x { width:17.5rem;height:3.4375rem;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05Wu6MiaEkT279Ka8k7FVJtydCfvxad { display:block; }
 }@media only screen and (max-width: 763px) { #HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL { display:block; }#HhLmdTABSwXJBJCwRpAakG5TJeVpsZiL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRX3fHXAkkLzT0ZILvaF8iBLmpKKt8xh { width:20rem;height:25rem;top:19.12109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #woFSqsiE0cEQMEGFUHyer2ew3BdgCh4T { width:20rem;height:2.03125rem;top:2.4373321533203rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyKC2hZv137tgpVTClag8J9sezZNH55p { width:20rem;height:11.875rem;top:10.55908203125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #SyTGDkBCERiuzwqbby9BupcxZM2r5Epx { width:20rem;height:3.3994125rem;top:5.4345703125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWfSG1Alakzx6hum5X1RTg7XONh1cllm { top:23.808593034744rem;left:3.4374998807907rem;width:13.124208375rem;height:3.124183375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrN8JeDhf8NB5cf42lRw1NqPFDcIX9Tm { display:block; }
 }@media only screen and (max-width: 763px) { #M0UR28wTxEAAJNrdiRS4tGpToPyhduaS { width:20rem;height:2.798825rem;top:27.998046159744rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV { display:block; }#pvAIJa7TGCkGtUKycr5GFq1cvMpxJomV > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6lJeWr8DGyrZ4CPg49IAKLDeO92kf8L { width:14.2496875rem;height:5.812175rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHex7fhU68BQvkBPhfZQ9oogvE31sxoX { width:12.4375rem;height:1.9375rem;top:9.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpHDhZLU8PRptX6CFqKulQiunFeTXXAh { display:block; }
 }@media only screen and (max-width: 763px) { #aAr9TOsMdxx5aZOy4rET0dpFIQU59q7h { width:17.5rem;height:5.625rem;top:15.499673843384rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSP2Z5FWqnetK2v0zB98VzfoHps4hLCd { width:19.749375rem;height:3.9375rem;top:26.874185562134rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPq31W9JyQZmNycT90Q32bUcyWuXSLDf { width:12.75rem;height:2rem;top:11.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7vMKemrXVHWUfdtFrIPAlE19pO5lmA { display:block; }
 }@media only screen and (max-width: 763px) { #WEeVQsuXJkzsbUPfnkTUoGO9h8glSHTE { width:1.93685rem;height:1.6503875rem;top:23.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e57p0XTEvfASQXLwrngzyE8gcTTwu1Mp { width:12.9361875rem;height:2.8125rem;top:22.75rem;left:2.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4TbnCxkyaKwDBs9V2NbvuZtpgCedIdM { width:18.25rem;height:3.6875rem;top:32.24934387207rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFe9VXgLhF9M7OAOutSfBJluFfNhcrR { display:block; }
 }@media only screen and (max-width: 763px) { #HNTXuNgVvudcotG6uW4oN8oseShae27d { width:2.1248375rem;height:1.5rem;top:33.37483215332rem;left:1.6870115995407rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlFTox6uTxt1pBRP20WB1vW2QL0WNJJX { width:14.625rem;height:3.0625rem;top:36.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7iUdvg0DKyw7yBfCIgTaDxeaNhrovXP { display:block; }
 }@media only screen and (max-width: 763px) { #lXDdD3bDmHOCcQGo6LWqLPqNAPzMQtXU { width:17.9996875rem;height:2.798825rem;top:41.62434387207rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTvtiasIKn7MNLVqDVpdfmCBgVJ101mT { width:11rem;height:1.3125rem;top:45.6718734375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfazCL7vPA2dWKekHS1cXKacXIv03tel { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rfazCL7vPA2dWKekHS1cXKacXIv03tel > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCRbnCHt557ItgBfMn2c6ABTeIBz1Dau { width:9rem;height:1.5rem;top:0.5625rem;left:4.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzlIXRWiqeMOnZfKCKtn1S8CMMSCAwc { display:block; }
 }@media only screen and (max-width: 763px) { #AWfzP1nVOKlJn8I3BkhMw1MD1Ec2OnVA { width:2.375rem;height:2.375rem;top:0.25rem;left:12.4375rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #bfApBvVseXf7wLLKvN9bnKTz1n1UDE8w { width:2.625rem;height:2.625rem;top:0rem;left:14.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyO2fa4zUyNaiPkRhT16zQo75TZzd1y4 { display:block; }
 }@media only screen and (max-width: 763px) { #LwR8tvN2ISAl4yi0mKpUIX0CdTN5vWzW { width:2.625rem;height:2.625rem;top:0rem;left:14.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCdUaupWUzWtN5TbOABnLPiLRXgC7L1e { display:block; }
 }@media only screen and (max-width: 763px) { #TofE0bUNV7JUMbcHtRVAryE48GvzMEOM { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZlc48WevQL7eFHgpZiCeXUsGhFMBxRX { display:block; }
 }@media only screen and (max-width: 763px) { #AIz7t4OJmkkJIEspNMvcRgTt5yvbKHOR { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N85CcBhI5fSXv4soGUgILfDMlneq2eka { display:block; }
 }