.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:252,217,223;--color-primary-1:245,128,148;--color-primary-2:234,0,41;--color-primary-3:117,0,21;--color-primary-4:35,0,6;--color-secondary-0:224,220,221;--color-secondary-1:152,139,143;--color-secondary-2:49,23,31;--color-secondary-3:25,12,16;--color-secondary-4:7,3,5;--color-tertiary-0:255,255,255;--color-tertiary-1:236,243,244;--color-tertiary-2:193,216,218;--color-tertiary-3:97,108,109;--color-tertiary-4:19,22,22;--headlines-font-family:"EOS Office";--paragraphs-font-family:"EOS Office"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8d2fe1a934e68403bc7fb755589d40998ebb662b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_66b1daa7e09a3818632fd08654cc70a94eee800e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL.adaptive-delivery-prevent-bg, #RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL.lazyload, #RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL.lazyloading { background-image: none; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container { background-color: transparent; background-image: none; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container > .video-iframe-container { display: none; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row > .video-iframe-container { display: none; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .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); }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container { border-width: 0; border-radius: 0; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container { font-size:0.875rem;font-family:"eos office";height:39.5rem;width:75rem;overflow:visible;position:relative;display:block; }#n6ciIrebeG8rLd86nP2mr7yRBcTV6o5S { color:rgba(var(--color-tertiary-4),1);display:block;width:41.56175rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.1089417934418rem;left:0rem;height:16.688375rem;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; }
#uvPFTrhiptcSsVvKk8bvU0L9LN1CFCbR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:30.319723129273rem;left:0rem;height:3.4997125rem;font-style:normal;display:block; }
#dypp7h3Aqtfge15zmpqWAAX7ptC489Ae { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.87425rem;width:21.1870625rem;top:6.1089413166046rem;left:46.186346530914rem;overflow:hidden;display:block; }
#ObbLZcy86572pa3cZTpmisJewk9ZzSZf { box-sizing:content-box;height:26.5625rem;width:20rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:55rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#df98MC7eCmqzBVVdkzLfRilUe0Gy8oek { box-sizing:content-box;height:23.375rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:15.998992919922rem;left:42.498556613922rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RSoMLGAFJb3hR8RB5g00GhwBvQOM3xeD { position:absolute;display:block;z-index:15035;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.87456875rem;width:10.31175rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mHaTMC4AdGV9tzKceF62CsalmMycWey3 { background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://icons.assets-landingi.com/icon_9fa056b68c86a8161df8c090fb41eaea27334624.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3.adaptive-delivery-prevent-bg, #mHaTMC4AdGV9tzKceF62CsalmMycWey3.lazyload, #mHaTMC4AdGV9tzKceF62CsalmMycWey3.lazyloading { background-image: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { background-color: transparent; background-image: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container > .video-iframe-container { display: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container { display: none; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .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); }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { border-width: 0; border-radius: 0; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { font-size:0.875rem;font-family:"eos office";height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { color:rgba(var(--color-tertiary-4),1);display:block;width:73.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.9359073638916rem;left:0.52951383590698rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yDzzCk78D857LMTcDrwyEK3X1X6URpGx { color:rgba(var(--color-tertiary-4),1);display:block;width:73.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.230031967163rem;left:0.62355327606201rem;height:6.6493125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yR36qOkvqWQJBEGoe98cceXk2nGDyCEs { color:rgba(var(--color-tertiary-4),1);display:block;width:40.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.666377067566rem;left:0rem;height:4.63108125rem;display:block; }
#I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.561375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.409288406372rem;left:0rem;height:7.110125rem;display:block; }#I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 li:before{  }
#JbhWe9TAhODImWIBSttXGOzF2DGqRCL4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.06134223938rem;left:0rem;height:1.54369375rem;display:block; }
#oJqxbTS8TcyhxhcqeuN4Qp3Z89RPtGE3 { box-sizing:content-box;height:15.187375rem;width:15.187375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.372829437256rem;left:59.324366092682rem;display:block; }
#LaUksXO6lqUSCmKJnfPdWbEfOr9u1b7G { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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;height:21.0619375rem;width:17.123875rem;top:16.434461593628rem;left:52.487703800201rem;overflow:hidden;display:block; }
#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { background-color: transparent; background-image: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container > .video-iframe-container { display: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row > .video-iframe-container { display: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .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); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { border-width: 0; border-radius: 0; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#GcfW2guUMJgakTFl5PwBOVKbPsnUpETk { color:rgba(var(--color-tertiary-4),1);display:block;width:70.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.9589061737061rem;left:1.619647026062rem;height:11.019975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.41522026062rem;left:1.619647026062rem;height:5.98596875rem;display:block; }#ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE li:before{  }
#LzGliETzvtPBwviigNrHlqxpPzSHSUJy { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46.344764709472rem;left:4.3431715965271rem;height:3.57494375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LTnNBIzWXNsXpV7uf0Rrym8tU68nNqOR { color:rgba(var(--color-tertiary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.266783237457rem;left:0rem;height:16.24710625rem;display:block; }
#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt.adaptive-delivery-prevent-bg, #hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt.lazyload, #hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt.lazyloading { background-image: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { background-color: transparent; background-image: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container > .video-iframe-container { display: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row > .video-iframe-container { display: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .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); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { border-width: 0; border-radius: 0; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;overflow:visible;position:relative;display:block; }#V71PSzTqtx1B67GpuGU9KWx8mGycMrug { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#k4qWZxKXx4XccObsNpGO4TDCHdr3DyWI { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.1875rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#gZ49hb3k5ZBcPKCreiurDTKb5X3lloHl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:32.310475349426rem;left:3.3116316795349rem;height:4.0002875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT12nsqgHGT00qFkcVTGadsesrlxv6To { color:rgba(var(--color-tertiary-4),1);display:block;width:18.74925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:38.394823074341rem;left:2.6859087944031rem;height:5.7747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtVQIPLcESKfGuNoGt29e9ageu6xKOCR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49941875rem;width:4.49941875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.701244354248rem;left:10.434751987457rem; }
#dAKKXoVn7EdpNxxoOGMhefQGftXCqQRU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:35.198937416077rem;left:55.24595117569rem;height:3.4997125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7mIwd5GdsmAuBhK8Ls1hOprPttUlgGB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.7485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.186929702759rem;left:54.369215488434rem;height:6.0004375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOTQ2tiTkyl7BIA78mgETN9wWbIa8ixa { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49941875rem;width:4.49941875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.436778068542rem;left:61.495226383209rem; }
#ztkPBGr18V4RNOm7a3fJ8iU8kzIT1Uyz { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49941875rem;width:4.49941875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.123989105224rem;left:35.248842716217rem; }
#THw76oTeK1HeC4qmANxqUc83D3CmpqzI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:30.155528068542rem;left:28.125002384186rem;height:4.0002875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iheitGyC6TEXJZZVbtWOLQHnUFd5Xt7L { color:rgba(var(--color-tertiary-4),1);display:block;width:18.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:36.309324264526rem;left:29.24985742569rem;height:3.4997125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NfQyS8zpG5V4aZCwZcSPbWSdUrT4QcQK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:52.059463500976rem;left:35.248121738434rem;height:5.24956875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFMXPnBdBqkla9KOZh3qUyhKmRM6D5WR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.7496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:48.059893608093rem;left:35.248121738434rem;height:2.00014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNWn6qftJBtBsCXVhJfaEw0KZsDQG1f2 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.4987rem;width:4.4987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:43.152490615845rem;left:40.37326669693rem; }
#I1DRSd7qQaBRftcL5xz90d4ETmS9enU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.7485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:54.373556137085rem;left:55.24595117569rem;height:6.9994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsnnKHaT7nTBLQD9SkWlRkI0BiGuIVh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:47.606334686279rem;left:54.371386051178rem;height:4.0002875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2ntPEJHxJrmSDXT5JaSF1VaP1NQMzdd { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.5625rem;left:61.5rem; }
#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container { background-color: transparent; background-image: none; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container > .video-iframe-container { display: none; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row > .video-iframe-container { display: none; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .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); }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container { border-width: 0; border-radius: 0; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#CNxki1oDN2W8lXv6PC6IDrVzRT85w23B { color:rgba(var(--color-tertiary-0),1);display:block;width:21.124875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.7181720733644rem;left:48.373121738434rem;height:1.31293125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.375rem;left:24.5625rem; }
#WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.375rem;left:28.625rem; }
#OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.375rem;left:32.8125rem; }
#tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#NSswUpWReMkTsRHAPmf2HE9pHbTpkrS1 { position:absolute;display:block;z-index:15004;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:5.24956875rem;width:9.4371875rem;top:5.9201393127441rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL { display:block; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6ciIrebeG8rLd86nP2mr7yRBcTV6o5S { top:6.0625rem;left:0rem;width:41.5rem;height:;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvPFTrhiptcSsVvKk8bvU0L9LN1CFCbR { top:30.3125rem;left:0rem;width:31.8125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypp7h3Aqtfge15zmpqWAAX7ptC489Ae { top:6.0625rem;left:26.5625rem;width:21.125rem;height:31.780881906116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbLZcy86572pa3cZTpmisJewk9ZzSZf { top:0rem;left:27.75rem;width:20rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df98MC7eCmqzBVVdkzLfRilUe0Gy8oek { top:15.9375rem;left:27.75rem;width:17.5625rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSoMLGAFJb3hR8RB5g00GhwBvQOM3xeD { top:0rem;left:0rem;width:10.25rem;height:5.8393899859384rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHaTMC4AdGV9tzKceF62CsalmMycWey3 { display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { top:3.875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDzzCk78D857LMTcDrwyEK3X1X6URpGx { top:10.1875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR36qOkvqWQJBEGoe98cceXk2nGDyCEs { top:17.625rem;left:0rem;width:40.125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 { top:23.375rem;left:0rem;width:25.5rem;height:7.0625rem;font-size:1.1875rem;display:block; }#I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 li:before{  }
 }@media only screen and (max-width: 763px) { #JbhWe9TAhODImWIBSttXGOzF2DGqRCL4 { top:33rem;left:0rem;width:43.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqxbTS8TcyhxhcqeuN4Qp3Z89RPtGE3 { top:19.3125rem;left:32.625rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaUksXO6lqUSCmKJnfPdWbEfOr9u1b7G { top:16.375rem;left:30.6875rem;width:17.0625rem;height:20.986447786716rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep { display:block; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcfW2guUMJgakTFl5PwBOVKbPsnUpETk { top:1.9375rem;left:0rem;width:47.75rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE { top:15.375rem;left:0rem;width:46rem;height:6rem;font-size:1.0625rem;display:block; }#ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE li:before{  }
 }@media only screen and (max-width: 763px) { #LzGliETzvtPBwviigNrHlqxpPzSHSUJy { top:46.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnNBIzWXNsXpV7uf0Rrym8tU68nNqOR { top:23.25rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt { display:block; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V71PSzTqtx1B67GpuGU9KWx8mGycMrug { top:6.875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4qWZxKXx4XccObsNpGO4TDCHdr3DyWI { top:18.1875rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ49hb3k5ZBcPKCreiurDTKb5X3lloHl { top:32.25rem;left:0rem;width:18.6875rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT12nsqgHGT00qFkcVTGadsesrlxv6To { top:38.375rem;left:0rem;width:18.6875rem;height:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVQIPLcESKfGuNoGt29e9ageu6xKOCR { top:24.6875rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAKKXoVn7EdpNxxoOGMhefQGftXCqQRU { top:35.1875rem;left:29.0625rem;width:18.6875rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mIwd5GdsmAuBhK8Ls1hOprPttUlgGB { top:29.125rem;left:29.0625rem;width:18.6875rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTQ2tiTkyl7BIA78mgETN9wWbIa8ixa { top:23.375rem;left:43.25rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztkPBGr18V4RNOm7a3fJ8iU8kzIT1Uyz { top:24.0625rem;left:21.623842716217rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THw76oTeK1HeC4qmANxqUc83D3CmpqzI { top:30.125rem;left:14.500002384186rem;width:18.6875rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iheitGyC6TEXJZZVbtWOLQHnUFd5Xt7L { top:36.25rem;left:15.62485742569rem;width:18.6875rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfQyS8zpG5V4aZCwZcSPbWSdUrT4QcQK { top:52rem;left:21.623121738434rem;width:16.8125rem;height:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFMXPnBdBqkla9KOZh3qUyhKmRM6D5WR { top:48rem;left:21.623121738434rem;width:14.6875rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNWn6qftJBtBsCXVhJfaEw0KZsDQG1f2 { top:43.125rem;left:26.74826669693rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1DRSd7qQaBRftcL5xz90d4ETmS9enU0 { top:54.3125rem;left:29.0625rem;width:18.6875rem;height:8.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnnKHaT7nTBLQD9SkWlRkI0BiGuIVh8 { top:47.5625rem;left:29.0625rem;width:18.6875rem;height:6rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ntPEJHxJrmSDXT5JaSF1VaP1NQMzdd { top:41.5625rem;left:43.25rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6oXReKgI9kcBeX5G48B5bcpVlT47TmV { display:block; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNxki1oDN2W8lXv6PC6IDrVzRT85w23B { top:8.6875rem;left:26.6875rem;width:21.0625rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr { top:8.375rem;left:10.9375rem;width:2rem;height:2rem;display:block; }
#WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C { top:8.375rem;left:15rem;width:2rem;height:2rem;display:block; }
#OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL { top:8.375rem;left:19.1875rem;width:2rem;height:2rem;display:block; }
#tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #NSswUpWReMkTsRHAPmf2HE9pHbTpkrS1 { width:9.375rem;height:5.2149760753667rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL { display:block; }#RPolfCRLabwcf3C5ALC8xu1WDnw7xCwL > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6ciIrebeG8rLd86nP2mr7yRBcTV6o5S { width:17.062375rem;height:6.0004375rem;top:4.7309031486511rem;left:1.4670139551162rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvPFTrhiptcSsVvKk8bvU0L9LN1CFCbR { width:19.9985625rem;height:3.32465rem;top:11.810619354248rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dypp7h3Aqtfge15zmpqWAAX7ptC489Ae { width:9.8119375rem;height:14.8119375rem;top:15.6875rem;left:4.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ObbLZcy86572pa3cZTpmisJewk9ZzSZf { width:7.687375rem;height:12.249rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df98MC7eCmqzBVVdkzLfRilUe0Gy8oek { width:7.687375rem;height:10.187375rem;top:15.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSoMLGAFJb3hR8RB5g00GhwBvQOM3xeD { width:6.3121875rem;height:3.56191875rem;top:0rem;left:6.8417249917981rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHaTMC4AdGV9tzKceF62CsalmMycWey3 { display:block; }#mHaTMC4AdGV9tzKceF62CsalmMycWey3 > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNif8rVqBmzQSb3eG2fkmPRd45q2tFTB { width:17.49925rem;height:6.0004375rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yDzzCk78D857LMTcDrwyEK3X1X6URpGx { width:17.4985625rem;height:19.9479375rem;top:9.81192111969rem;left:1.2492767572403rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yR36qOkvqWQJBEGoe98cceXk2nGDyCEs { width:19.9985625rem;height:6.174775rem;top:28.012877941132rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 { width:19.9985625rem;height:11.7411875rem;top:35.750869274139rem;left:0rem;font-size:1.1875rem;display:block; }#I6r7xPk7SX0QTPzhBnMlsVxEaqBvZfS2 li:before{  }
 }@media only screen and (max-width: 763px) { #JbhWe9TAhODImWIBSttXGOzF2DGqRCL4 { width:19.9985625rem;height:3.0873875rem;top:49.367046356201rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJqxbTS8TcyhxhcqeuN4Qp3Z89RPtGE3 { width:15.1244375rem;height:15.1244375rem;top:64.190544605256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaUksXO6lqUSCmKJnfPdWbEfOr9u1b7G { width:17.0625rem;height:20.986447786716rem;top:54.39253125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep { background-color:#dfedeb;background-image:none;display:block; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { background-color: transparent; background-image: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container > .video-iframe-container { display: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row > .video-iframe-container { display: none; }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .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); }#PKqtwD09T4aJdgJE2vnTZGEln1PPO2Ep > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GcfW2guUMJgakTFl5PwBOVKbPsnUpETk { width:19.99925rem;height:13.38541875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE { width:19.9985625rem;height:8.909125rem;top:15.590265035629rem;left:0rem;font-size:1.0625rem;display:block; }#ZGn1vWv5uiPkrGptlvciLUTyQFo78bLE li:before{  }
 }@media only screen and (max-width: 763px) { #LzGliETzvtPBwviigNrHlqxpPzSHSUJy { width:19.9985625rem;height:8.2855625rem;top:75.162754058838rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTnNBIzWXNsXpV7uf0Rrym8tU68nNqOR { width:19.99925rem;height:44.1898rem;top:29.006799697876rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt { background-color:#dfedeb;background-image:none;display:block; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { background-color: transparent; background-image: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container > .video-iframe-container { display: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row > .video-iframe-container { display: none; }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .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); }#hvw70NSPEdR2k2Vu4f9NnBywrPGccbNt > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V71PSzTqtx1B67GpuGU9KWx8mGycMrug { width:17.49925rem;height:6.0004375rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4qWZxKXx4XccObsNpGO4TDCHdr3DyWI { width:19.99925rem;height:21.87425rem;top:42.4197375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ49hb3k5ZBcPKCreiurDTKb5X3lloHl { width:17.4985625rem;height:3.4997125rem;top:16.497396469116rem;left:1.2492767572403rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT12nsqgHGT00qFkcVTGadsesrlxv6To { width:17.4985625rem;height:2.9745375rem;top:21.307870864868rem;left:1.2492767572403rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtVQIPLcESKfGuNoGt29e9ageu6xKOCR { display:flex;width:4.4987rem;height:4.4987rem;top:10.375431060791rem;left:6.9364877939225rem; }
 }@media only screen and (max-width: 763px) { #dAKKXoVn7EdpNxxoOGMhefQGftXCqQRU { width:17.4985625rem;height:2.9745375rem;top:38.472223043442rem;left:1.2492767572403rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B7mIwd5GdsmAuBhK8Ls1hOprPttUlgGB { width:17.4985625rem;height:5.24956875rem;top:31.74768614769rem;left:1.2492767572403rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOTQ2tiTkyl7BIA78mgETN9wWbIa8ixa { display:flex;width:4.4987rem;height:4.4987rem;top:26.185621023178rem;left:7.7488428354262rem; }
 }@media only screen and (max-width: 763px) { #ztkPBGr18V4RNOm7a3fJ8iU8kzIT1Uyz { display:flex;width:4.4987rem;height:4.4987rem;top:44.918977499008rem;left:7.7488428354262rem; }
 }@media only screen and (max-width: 763px) { #THw76oTeK1HeC4qmANxqUc83D3CmpqzI { width:17.4985625rem;height:3.4997125rem;top:50.262588500976rem;left:1.2492767572403rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iheitGyC6TEXJZZVbtWOLQHnUFd5Xt7L { width:17.4985625rem;height:2.9745375rem;top:55.166381835938rem;left:1.2492767572403rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfQyS8zpG5V4aZCwZcSPbWSdUrT4QcQK { width:14.0610625rem;height:4.46180625rem;top:76.090135574344rem;left:2.1542247533798rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFMXPnBdBqkla9KOZh3qUyhKmRM6D5WR { width:14.6860625rem;height:1.74985625rem;top:73.590131759644rem;left:1.8417247533798rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNWn6qftJBtBsCXVhJfaEw0KZsDQG1f2 { display:flex;width:4.4372125rem;height:4.4372125rem;top:83.231342315675rem;left:7.7792249917981rem; }
 }@media only screen and (max-width: 763px) { #I1DRSd7qQaBRftcL5xz90d4ETmS9enU0 { width:18.686375rem;height:5.949075rem;top:94.161605834963rem;left:0.65538203716275rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsnnKHaT7nTBLQD9SkWlRkI0BiGuIVh8 { width:18.686375rem;height:3.4997125rem;top:88.785448074344rem;left:0.65538203716275rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2ntPEJHxJrmSDXT5JaSF1VaP1NQMzdd { display:flex;width:4.4372125rem;height:4.4372125rem;top:67.902936935425rem;left:6.9661461114881rem; }
 }@media only screen and (max-width: 763px) { #A6oXReKgI9kcBeX5G48B5bcpVlT47TmV { display:block; }#A6oXReKgI9kcBeX5G48B5bcpVlT47TmV > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNxki1oDN2W8lXv6PC6IDrVzRT85w23B { width:12.5621875rem;height:2.06163125rem;top:9.4364891052244rem;left:3.7167245149612rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr { display:flex;width:2.37485625rem;height:2.37485625rem;top:5.8745670318604rem;left:5.3559032678604rem;font-size:1.625rem; }
#WHBpd9zxHSTwuflfyWfkqHrik2Q4JRKr > img { max-width: 100%;max-height:100%; width:2.37485625rem; height:2.37485625rem; } }@media only screen and (max-width: 763px) { #OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C { display:flex;width:2.37485625rem;height:2.37485625rem;top:5.8745670318604rem;left:8.8100410699844rem;font-size:1.625rem; }
#OPHJVEA1wWsSBnGZr0nb7r3bZUN9Hy4C > img { max-width: 100%;max-height:100%; width:2.37485625rem; height:2.37485625rem; } }@media only screen and (max-width: 763px) { #tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL { display:flex;width:2.37485625rem;height:2.37485625rem;top:5.8745670318604rem;left:12.436342835426rem;font-size:1.625rem; }
#tWhCqm4EgM4vOhUyzCDAQXP6WqiAZuCL > img { max-width: 100%;max-height:100%; width:2.37485625rem; height:2.37485625rem; } }@media only screen and (max-width: 763px) { #NSswUpWReMkTsRHAPmf2HE9pHbTpkrS1 { width:8.1235625rem;height:4.4372125rem;top:1.481481552124rem;left:5.9367767572403rem;display:block; }
 }