.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,244,244;--color-primary-1:128,217,217;--color-primary-2:0,179,179;--color-primary-3:0,90,90;--color-primary-4:0,27,27;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container { background-color: transparent; background-image: none; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container > .video-iframe-container { display: none; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row > .video-iframe-container { display: none; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .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); }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container { border-width: 0; border-radius: 0; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#XQpRtzgyg4KTKm1pfQKv18gsEFqGmhwO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#xfQ72JWo5ATLgQ7VfnFgMxu9ubGsi23u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrLgakxO7xEh7kTqg2kxoBy9u3VxBT5Z { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#ny73LbHXWSEFBqqsJXxZtM5JTLng3e6H { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#X20WbTMTCPGZwyFHkDSbrytggNVv1WZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fG5puCJpQn4NTbi20T3XCsgDIPv4BOod { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#EuGpvpBVH9sPq1dwJT2OED1NTCWFKQtu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mlf1kmTiGcm3zrO7CudfVdJhP4FH3uck { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#CaRIrgsArBOFSTru5WQfGppRxhTwJ5RE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdWRGZG8IFXif1itrUNN4e1Nr3UdJQHJ { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#pbAPpGIAUQvKicVQCUOigSMfXnQPhMsk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LzE2zXVraOLTSIHAIeTPTyTn6Pn07cPc { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#l8wJXHuvRMthS5TluT1SMgbTeB4VTpOt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdTzyGNbSsvWbWgJgRP7ww117FdtN9iJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#zzvzqBP6fPksLRJeQpSdJJwroMA7ooXr { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#nIsEhTILTrtzkOBdQm8RwzteRnykzhb6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n { position:relative;display:block; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n { background-color: transparent; background-image: none; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row .container > .video-iframe-container { display: none; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row > .video-iframe-container { display: none; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .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); }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n { border-width: 0; border-radius: 0; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .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; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JVRcKyGSCIfVTBECx6FvfXkrugZ9Dp0W { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#lzKAIl6DSUFKroc9g1uDrg7o0byUKuz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEmGUxu4cWnuQQS3eugKHRfo1IpvyodP { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#nDNomzFe5HDbElXmRx1sTzATbFygbUAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZChQincmFHT2oxdQuqJ0TGk9zvp8Tpe { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#lI8ITtmdPD3t2NifiHNnhFhLrdl8GAiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CxO5OibmJCWUVwa6hs3EmdWsoRThhHWN { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#NItMS3x1qvw1Ib6wN5Csh4EMuaqBA8ic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z6Topgao02D49mgUt6gawAiTRU1A6ZlE { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#DuF9uECH0Xv1XluCgFFnCsG0BAgP24Ke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqlfrAIBmG166QUzJMDG6usGOHTdkCln { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#qXXSM8tCoqRVTaSgFPJdZa9e6iCbGt3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIq2kik9T8WyZUzbHRR1qlzgRobooqcr { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#lpn89CkhBqZ8ysTrihss2NITVXIhFV32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container { background-color: transparent; background-image: none; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container > .video-iframe-container { display: none; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row > .video-iframe-container { display: none; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .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); }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container { border-width: 0; border-radius: 0; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#xPDNSWdHkg8URQ2lBRiTIhwgalTuSEI1 { box-sizing:content-box;height:26.25rem;width:31.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.123046875rem;left:0rem;display:block; }
#TykqkZiEZkTyTgsF5tXJNPBwX3FDvEV4 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.5rem;height:9.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u00IqnAxbkg2Sxs9HwoIek8g8IvpFIAf { 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:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.1875rem;left:5.1875rem;display:block; }
#dLFn3sc5EFzVSoe4rPWeOwPlJwdq0Ryg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#id2MZQlSmxVQ4FCR3Nmypzxg6fwtrIxA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23rem;left:2.4375rem;height:6.75rem;font-style:normal;display:block; }
#Tkg8OJxAelx0tJA7CgyfV69Z2NxttbIC { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:28rem;top:2.5rem;left:27.75rem;overflow:hidden;display:block; }
#Q0pLeg3iDPsSGIt8vkGoiA6yk0xVDUtt { color:rgba(var(--color-tertiary-2),1);display:block;width:26.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:2.5rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MWSTnIHT8GJ8VunSkWufccmq4PTXFZxU { box-sizing:content-box;height:0.1875rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7rem;left:6.9375rem;display:block; }
#ARVooUPILdTtrgUAbHOOe4tDOrD0CwBe { box-sizing:content-box;height:25rem;width:0.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.96875rem;left:31.75rem;display:block; }
#SUs92dILLupcwLKlk6nH3gp1JTn5qnBh { box-sizing:content-box;height:15.625rem;width:0.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5rem;left:30.3125rem;display:block; }
#gDEyUvdZ0WHmh16ef71FaIgcsHAgJXHP { box-sizing:content-box;height:0.1875rem;width:15.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.4375rem;left:14.875rem;display:block; }
#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { background-color: transparent; background-image: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container > .video-iframe-container { display: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container { display: none; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .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); }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { border-width: 0; border-radius: 0; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#khLlcHku8K77GvuTIUqBgX1fCwEQsXCG { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4982242584229rem;left:3.056640625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1845703125rem;left:3.056640625rem;height:29.8125rem;font-style:normal;display:block; }#pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd { position:relative;display:block; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd { background-color: transparent; background-image: none; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row .container > .video-iframe-container { display: none; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row > .video-iframe-container { display: none; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .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); }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd { border-width: 0; border-radius: 0; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .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; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bKRQSqTTwHhuO4uTLb622P5qlUCeFACa { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.75rem;left:0rem;display:block; }
#ArfC2cyRXd42CEHMWe91RxRApxLqC1DX { position:absolute;display:block;z-index:15000;height:21.7480625rem;width:38.75rem;top:2.875rem;left:10.625rem;display:block; }
#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR { position:relative;display:block; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR { background-color: transparent; background-image: none; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row .container > .video-iframe-container { display: none; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row > .video-iframe-container { display: none; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .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); }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR { border-width: 0; border-radius: 0; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .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; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kHPdeknzdLxVAa6FNJR6BqKsEqrtrXxR { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#DRvCgc3n3pqDAcJqFy1Dn6FXwUWx8zdI { color:rgba(var(--color-tertiary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#GdFRI3TuvlK38FHCibpupkkF07s3qEIR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#GdFRI3TuvlK38FHCibpupkkF07s3qEIR > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#PFh07A4I70P0EnBmruiGovPTNh6Qfg6T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#PFh07A4I70P0EnBmruiGovPTNh6Qfg6T > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#r7Ev3bJvUkVIzKHz1Kw5oehHr9ety2Sc { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#VsNg6s1Mc9PuttoBUy1afExCKcNIT6uu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#aG69ltJs4h9HKd5N49D1J8SLzrersxiZ { color:rgba(var(--color-tertiary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#lwJkGsIOCLgUCscFmTmEqXxkAQSvuZ6P { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#EUFUNJXGuNgPmxOdP6FmJpkIoHyrSNKm { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#xM6blcb0sclFxz3SOmvNcftbbsnFtJ8a { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#Jm06pfTJM3TaXXSsc39dI7Z9nhlor1m2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.580078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#wVqrVcfSdPuN7PoOgQi1ItwxrxQfE6hv { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:1.625rem;font-style:normal;display:block; }
#FfRIK2VtOVLDIxkkLds4WHclsrRNZZXr { color:rgba(var(--color-tertiary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#TXamJ4K4kSNPehOXGcbTGeDftRHeC6pw { 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:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#kkAD66n935TyXwHbaTlxGLT9gtoTgkkW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cXOrIp0eVf1sNy80DoPiQydc1PT68OVK { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#pVt7LcsJrmmxeOtz2BvidxGiOhtnnznZ { color:rgba(var(--color-tertiary-2),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#qfvzFPNWL1qwSLghPLVF8Nszi26XOoWR { color:rgba(var(--color-tertiary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#osAPRfFxJdVsNeEABrlCTEIMtAJrcbfz { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN { display:block; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQpRtzgyg4KTKm1pfQKv18gsEFqGmhwO { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfQ72JWo5ATLgQ7VfnFgMxu9ubGsi23u { display:block; }
 }@media only screen and (max-width: 763px) { #JrLgakxO7xEh7kTqg2kxoBy9u3VxBT5Z { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny73LbHXWSEFBqqsJXxZtM5JTLng3e6H { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X20WbTMTCPGZwyFHkDSbrytggNVv1WZu { display:block; }
 }@media only screen and (max-width: 763px) { #fG5puCJpQn4NTbi20T3XCsgDIPv4BOod { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGpvpBVH9sPq1dwJT2OED1NTCWFKQtu { display:block; }
 }@media only screen and (max-width: 763px) { #Mlf1kmTiGcm3zrO7CudfVdJhP4FH3uck { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaRIrgsArBOFSTru5WQfGppRxhTwJ5RE { display:block; }
 }@media only screen and (max-width: 763px) { #SdWRGZG8IFXif1itrUNN4e1Nr3UdJQHJ { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbAPpGIAUQvKicVQCUOigSMfXnQPhMsk { display:block; }
 }@media only screen and (max-width: 763px) { #LzE2zXVraOLTSIHAIeTPTyTn6Pn07cPc { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wJXHuvRMthS5TluT1SMgbTeB4VTpOt { display:block; }
 }@media only screen and (max-width: 763px) { #IdTzyGNbSsvWbWgJgRP7ww117FdtN9iJ { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzvzqBP6fPksLRJeQpSdJJwroMA7ooXr { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIsEhTILTrtzkOBdQm8RwzteRnykzhb6 { display:block; }
 }@media only screen and (max-width: 763px) { #wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n { display:block; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVRcKyGSCIfVTBECx6FvfXkrugZ9Dp0W { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzKAIl6DSUFKroc9g1uDrg7o0byUKuz5 { display:block; }
 }@media only screen and (max-width: 763px) { #JEmGUxu4cWnuQQS3eugKHRfo1IpvyodP { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNomzFe5HDbElXmRx1sTzATbFygbUAH { display:block; }
 }@media only screen and (max-width: 763px) { #JZChQincmFHT2oxdQuqJ0TGk9zvp8Tpe { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI8ITtmdPD3t2NifiHNnhFhLrdl8GAiQ { display:block; }
 }@media only screen and (max-width: 763px) { #CxO5OibmJCWUVwa6hs3EmdWsoRThhHWN { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItMS3x1qvw1Ib6wN5Csh4EMuaqBA8ic { display:block; }
 }@media only screen and (max-width: 763px) { #Z6Topgao02D49mgUt6gawAiTRU1A6ZlE { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuF9uECH0Xv1XluCgFFnCsG0BAgP24Ke { display:block; }
 }@media only screen and (max-width: 763px) { #TqlfrAIBmG166QUzJMDG6usGOHTdkCln { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXXSM8tCoqRVTaSgFPJdZa9e6iCbGt3X { display:block; }
 }@media only screen and (max-width: 763px) { #yIq2kik9T8WyZUzbHRR1qlzgRobooqcr { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpn89CkhBqZ8ysTrihss2NITVXIhFV32 { display:block; }
 }@media only screen and (max-width: 763px) { #FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS { display:block; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPDNSWdHkg8URQ2lBRiTIhwgalTuSEI1 { width:31.875rem;height:26.25rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TykqkZiEZkTyTgsF5tXJNPBwX3FDvEV4 { width:26.875rem;height:9.75rem;top:9.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00IqnAxbkg2Sxs9HwoIek8g8IvpFIAf { width:16.375rem;height:4.375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFn3sc5EFzVSoe4rPWeOwPlJwdq0Ryg { display:block; }
 }@media only screen and (max-width: 763px) { #id2MZQlSmxVQ4FCR3Nmypzxg6fwtrIxA { width:26.3125rem;height:6.75rem;top:23rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkg8OJxAelx0tJA7CgyfV69Z2NxttbIC { top:2.5rem;left:19.75rem;width:28rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0pLeg3iDPsSGIt8vkGoiA6yk0xVDUtt { width:26.875rem;height:2.0625rem;top:20rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWSTnIHT8GJ8VunSkWufccmq4PTXFZxU { top:7rem;left:0.8125rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARVooUPILdTtrgUAbHOOe4tDOrD0CwBe { top:6.9375rem;left:25.625rem;width:0.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUs92dILLupcwLKlk6nH3gp1JTn5qnBh { top:8.5rem;left:24.1875rem;width:0.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEyUvdZ0WHmh16ef71FaIgcsHAgJXHP { top:8.4375rem;left:8.75rem;width:15.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { display:block; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLlcHku8K77GvuTIUqBgX1fCwEQsXCG { width:47.75rem;height:3.1875rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 { width:41.75rem;height:;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }#pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd { display:block; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKRQSqTTwHhuO4uTLb622P5qlUCeFACa { top:37.75rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArfC2cyRXd42CEHMWe91RxRApxLqC1DX { top:2.875rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR { display:block; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHPdeknzdLxVAa6FNJR6BqKsEqrtrXxR { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRvCgc3n3pqDAcJqFy1Dn6FXwUWx8zdI { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #GdFRI3TuvlK38FHCibpupkkF07s3qEIR { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#GdFRI3TuvlK38FHCibpupkkF07s3qEIR > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #PFh07A4I70P0EnBmruiGovPTNh6Qfg6T { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#PFh07A4I70P0EnBmruiGovPTNh6Qfg6T > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #r7Ev3bJvUkVIzKHz1Kw5oehHr9ety2Sc { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsNg6s1Mc9PuttoBUy1afExCKcNIT6uu { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG69ltJs4h9HKd5N49D1J8SLzrersxiZ { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJkGsIOCLgUCscFmTmEqXxkAQSvuZ6P { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUFUNJXGuNgPmxOdP6FmJpkIoHyrSNKm { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM6blcb0sclFxz3SOmvNcftbbsnFtJ8a { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jm06pfTJM3TaXXSsc39dI7Z9nhlor1m2 { top:3.5625rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVqrVcfSdPuN7PoOgQi1ItwxrxQfE6hv { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfRIK2VtOVLDIxkkLds4WHclsrRNZZXr { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXamJ4K4kSNPehOXGcbTGeDftRHeC6pw { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkAD66n935TyXwHbaTlxGLT9gtoTgkkW { display:block; }
 }@media only screen and (max-width: 763px) { #cXOrIp0eVf1sNy80DoPiQydc1PT68OVK { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVt7LcsJrmmxeOtz2BvidxGiOhtnnznZ { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfvzFPNWL1qwSLghPLVF8Nszi26XOoWR { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osAPRfFxJdVsNeEABrlCTEIMtAJrcbfz { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN { position:relative;z-index:auto;display:block; }#Lw6cT3Pbuhm6MlMZtXxXg0oPbTVbQrbN > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQpRtzgyg4KTKm1pfQKv18gsEFqGmhwO { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfQ72JWo5ATLgQ7VfnFgMxu9ubGsi23u { display:block; }
 }@media only screen and (max-width: 763px) { #JrLgakxO7xEh7kTqg2kxoBy9u3VxBT5Z { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny73LbHXWSEFBqqsJXxZtM5JTLng3e6H { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X20WbTMTCPGZwyFHkDSbrytggNVv1WZu { display:block; }
 }@media only screen and (max-width: 763px) { #fG5puCJpQn4NTbi20T3XCsgDIPv4BOod { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuGpvpBVH9sPq1dwJT2OED1NTCWFKQtu { display:block; }
 }@media only screen and (max-width: 763px) { #Mlf1kmTiGcm3zrO7CudfVdJhP4FH3uck { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaRIrgsArBOFSTru5WQfGppRxhTwJ5RE { display:block; }
 }@media only screen and (max-width: 763px) { #SdWRGZG8IFXif1itrUNN4e1Nr3UdJQHJ { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbAPpGIAUQvKicVQCUOigSMfXnQPhMsk { display:block; }
 }@media only screen and (max-width: 763px) { #LzE2zXVraOLTSIHAIeTPTyTn6Pn07cPc { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8wJXHuvRMthS5TluT1SMgbTeB4VTpOt { display:block; }
 }@media only screen and (max-width: 763px) { #IdTzyGNbSsvWbWgJgRP7ww117FdtN9iJ { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #zzvzqBP6fPksLRJeQpSdJJwroMA7ooXr { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIsEhTILTrtzkOBdQm8RwzteRnykzhb6 { display:block; }
 }@media only screen and (max-width: 763px) { #wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n { display:block; }#wUiDk0rSaz9yG7WnAsDfMUVo9kC0wf4n > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVRcKyGSCIfVTBECx6FvfXkrugZ9Dp0W { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lzKAIl6DSUFKroc9g1uDrg7o0byUKuz5 { display:block; }
 }@media only screen and (max-width: 763px) { #JEmGUxu4cWnuQQS3eugKHRfo1IpvyodP { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nDNomzFe5HDbElXmRx1sTzATbFygbUAH { display:block; }
 }@media only screen and (max-width: 763px) { #JZChQincmFHT2oxdQuqJ0TGk9zvp8Tpe { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lI8ITtmdPD3t2NifiHNnhFhLrdl8GAiQ { display:block; }
 }@media only screen and (max-width: 763px) { #CxO5OibmJCWUVwa6hs3EmdWsoRThhHWN { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NItMS3x1qvw1Ib6wN5Csh4EMuaqBA8ic { display:block; }
 }@media only screen and (max-width: 763px) { #Z6Topgao02D49mgUt6gawAiTRU1A6ZlE { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DuF9uECH0Xv1XluCgFFnCsG0BAgP24Ke { display:block; }
 }@media only screen and (max-width: 763px) { #TqlfrAIBmG166QUzJMDG6usGOHTdkCln { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qXXSM8tCoqRVTaSgFPJdZa9e6iCbGt3X { display:block; }
 }@media only screen and (max-width: 763px) { #yIq2kik9T8WyZUzbHRR1qlzgRobooqcr { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lpn89CkhBqZ8ysTrihss2NITVXIhFV32 { display:block; }
 }@media only screen and (max-width: 763px) { #FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS { display:block; }#FDTWB6w59DWrze2EWfw6rnWwgzSTEVrS > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPDNSWdHkg8URQ2lBRiTIhwgalTuSEI1 { width:14.0625rem;height:12rem;top:10.205078125rem;left:2.96875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TykqkZiEZkTyTgsF5tXJNPBwX3FDvEV4 { width:15.75rem;height:5.361325rem;top:1.720703125rem;left:1.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00IqnAxbkg2Sxs9HwoIek8g8IvpFIAf { width:15rem;height:3.4375rem;top:34.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLFn3sc5EFzVSoe4rPWeOwPlJwdq0Ryg { display:block; }
 }@media only screen and (max-width: 763px) { #id2MZQlSmxVQ4FCR3Nmypzxg6fwtrIxA { width:17.5rem;height:7.03125rem;top:10.580078125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkg8OJxAelx0tJA7CgyfV69Z2NxttbIC { width:13rem;height:12.3125rem;top:20.8125rem;left:4.5625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Q0pLeg3iDPsSGIt8vkGoiA6yk0xVDUtt { width:14.5625rem;height:1.625rem;top:8.017578125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWSTnIHT8GJ8VunSkWufccmq4PTXFZxU { width:6.25rem;height:0.125rem;top:20.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARVooUPILdTtrgUAbHOOe4tDOrD0CwBe { width:0.125rem;height:9.375rem;top:19.4375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUs92dILLupcwLKlk6nH3gp1JTn5qnBh { width:0.125rem;height:6.25rem;top:20.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDEyUvdZ0WHmh16ef71FaIgcsHAgJXHP { width:9.375rem;height:0.125rem;top:19.4375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS { display:block; }#D0RGTvVoP3ofpFSGv5SCndSx8LiwTcaS > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khLlcHku8K77GvuTIUqBgX1fCwEQsXCG { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 { width:20rem;height:32.25rem;top:5.734375rem;left:0rem;font-size:0.875rem;display:block; }#pDU3oX0rwtBgQ7qJeuXdpTpANUkkfis9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd { display:block; }#Q4T4ka6NcsfOc4vNSe8PBR3LryJdQmRd > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKRQSqTTwHhuO4uTLb622P5qlUCeFACa { width:20rem;height:0.3125rem;top:33.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArfC2cyRXd42CEHMWe91RxRApxLqC1DX { width:7.3125rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR { display:block; }#VV22KtTGyxuy1Vc9dzWTJ4il88xv6iqR > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHPdeknzdLxVAa6FNJR6BqKsEqrtrXxR { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DRvCgc3n3pqDAcJqFy1Dn6FXwUWx8zdI { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#ct1ZNqmkrJA9HJFD9aftVoGDGeHnZmdL > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #GdFRI3TuvlK38FHCibpupkkF07s3qEIR { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#GdFRI3TuvlK38FHCibpupkkF07s3qEIR > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #PFh07A4I70P0EnBmruiGovPTNh6Qfg6T { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#PFh07A4I70P0EnBmruiGovPTNh6Qfg6T > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#mJa90ZT6hZrd5JFTCBaOM2aU0KIlTRuu > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #r7Ev3bJvUkVIzKHz1Kw5oehHr9ety2Sc { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsNg6s1Mc9PuttoBUy1afExCKcNIT6uu { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aG69ltJs4h9HKd5N49D1J8SLzrersxiZ { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwJkGsIOCLgUCscFmTmEqXxkAQSvuZ6P { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUFUNJXGuNgPmxOdP6FmJpkIoHyrSNKm { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xM6blcb0sclFxz3SOmvNcftbbsnFtJ8a { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jm06pfTJM3TaXXSsc39dI7Z9nhlor1m2 { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wVqrVcfSdPuN7PoOgQi1ItwxrxQfE6hv { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FfRIK2VtOVLDIxkkLds4WHclsrRNZZXr { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXamJ4K4kSNPehOXGcbTGeDftRHeC6pw { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkAD66n935TyXwHbaTlxGLT9gtoTgkkW { display:block; }
 }@media only screen and (max-width: 763px) { #cXOrIp0eVf1sNy80DoPiQydc1PT68OVK { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVt7LcsJrmmxeOtz2BvidxGiOhtnnznZ { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfvzFPNWL1qwSLghPLVF8Nszi26XOoWR { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #osAPRfFxJdVsNeEABrlCTEIMtAJrcbfz { top:6.5625rem;left:18.5rem;width:1.4375rem;height:11.4375rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }