.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:222,239,245;--color-primary-1:153,208,201;--color-primary-2:85,177,165;--color-primary-3:42,157,143;--color-primary-4:17,35,33;--color-secondary-0:247,215,215;--color-secondary-1:232,135,135;--color-secondary-2:217,55,55;--color-secondary-3:191,104,73;--color-secondary-4:214,40,40;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Arial";--paragraphs-font-family:"arial"; }@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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW { background-color: transparent; background-image: none; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row .container > .video-iframe-container { display: none; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row > .video-iframe-container { display: none; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .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); }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW { border-width: 0; border-radius: 0; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .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; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.875rem;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; }#hPcpXnFhuJE5RWw8Mz6FdcPb7ZEF7STG { position:absolute;display:block;z-index:15001;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: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:5.9375rem;width:5.9375rem;top:0.96875rem;left:2.3109378814698rem;overflow:hidden;display:block; }
#Z0GyfxFU1QliFvOUmqVGvD9LzefUaWms { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-secondary-3),1);border-left:0.25rem solid rgba(var(--color-secondary-3),1);border-right:0.25rem solid rgba(var(--color-secondary-3),1);border-bottom:0.25rem solid rgba(var(--color-secondary-3),1);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: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2485625rem;height:3.18725625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.01513671875rem;left:44.749755859375rem;display:block; }
#Ga7STumpDiJ1FV4PkDdXdTSbGG9FDkxl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dm8LWWfNW5NldDx1tScyfdOdHcSUF3gv { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3108125rem;height:3.18725625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.01513671875rem;left:30.07568359375rem;display:block; }
#eJJpNThRf4PRAkGcWFRzk3R3WKUkKpl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rc3I0gDQqSna2qc645MHQJwz7s1s8G1M { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.1867188215256rem;left:32.604686737061rem;height:1.625rem;font-style:italic;display:block; }
#Ll7hK3BE9mP5GKI2nNQGA2y4tJx5CO7T { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:11.1875rem;height:2.92535rem;font-style:italic;display:block; }
#mXIGBdpra0ZbS6t6mSpT89GDSEFmrkvF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.8125rem;top:2.8125rem;left:21.0625rem;overflow:hidden;display:block; }
#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container { background-color: transparent; background-image: none; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container > .video-iframe-container { display: none; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row > .video-iframe-container { display: none; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .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); }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container { border-width: 0; border-radius: 0; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container { width:60rem;height:53.375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#tabRfkDG00EOc8OQ8Xykhn7zcxM9JTbG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:10.184375286102rem;left:2.5609378814698rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s8Er27U0n5sGq0b2uHaqo1Z5BX7FHQ5P { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #f2c46d;border-left:0.3125rem solid #f2c46d;border-right:0.3125rem solid #f2c46d;border-bottom:0.3125rem solid #f2c46d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:23.5rem;top:10.184374809265rem;left:32.900783538818rem;overflow:hidden;display:block; }
#CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.950000762939rem;left:2.5609378814698rem;height:20.88975rem;display:block; }#CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
#FtnTpDUCWTHOuLgWi4Rl78QRVMKXI3VB { position:absolute;display:block;z-index:15020;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:9.125rem;width:9.125rem;top:34.42812538147rem;left:40.388282775879rem;overflow:hidden;display:block; }
#HtScqxwv0HC1fbfWbvu2SX99dIsp3kaz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:44.240627288818rem;left:39.138282775879rem;height:2.20051875rem;text-align:center;text-align-last:center;display:block; }
#ClmPUmDSf3VxBtKXUye8Dp8N0dMQrURE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:18.265625rem;left:2.5609378814698rem;height:1.12521875rem;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; }
#vOB4utDTDUppprB2zmFNDgCytuIQh9Eu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:21.38437461853rem;left:2.5609378814698rem;height:4.25rem;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; }
#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg > .row .container { border-width: 0; border-radius: 0; }#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg > .row .container { width:60rem;height:61.0625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:none; }#WR6tdW5lop7PtrSo4TdJhZHRTLgPbaH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:21.328906059265rem;left:1.75rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vr13wavle97oX0wJlOnJFC99F2sTf1bs { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #f2c46d;border-left:0.3125rem solid #f2c46d;border-right:0.3125rem solid #f2c46d;border-bottom:0.3125rem solid #f2c46d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:17.1875rem;width:18.3125rem;top:21.328906238079rem;left:32.995311737061rem;overflow:hidden;display:block; }
#Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:37.9375rem;left:1.75rem;height:20.8875rem;display:block; }#Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
#ZAFJn0rrtlJSSVFk8gJVOOUiJcms557N { position:absolute;display:block;z-index:15020;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:9.125rem;width:9.125rem;top:43.81875038147rem;left:38.575782775879rem;overflow:hidden;display:block; }
#k5f856LTCcGRBDiiuz0RAT1Khnnva7Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:55.739845275879rem;left:37.325782775879rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#aBIWy380J5O869HghDp3X5bAv4LRbyt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:28.25rem;left:1.75rem;height:1.125rem;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; }
#IxyoZkuheTe3DrryJAWBkg5uFMNxJfpy { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:31.16015625rem;left:1.75rem;height:4.25rem;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; }
#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd { position:relative;display:block; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd { background-color: transparent; background-image: none; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row .container > .video-iframe-container { display: none; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row > .video-iframe-container { display: none; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .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); }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd { border-width: 0; border-radius: 0; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .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; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.0625rem;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; }#KkzuqvFQ5Axn92qpy3yv0JEg3d81wSEH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:16.1865rem;width:52.124rem;top:2.374267578125rem;left:4.498291015625rem;overflow:hidden;display:block; }
#yRagQ2iLOGdDl8rOukwizKhNoyukeV7r { color:rgba(var(--color-tertiary-4),1);display:block;width:26.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.609130859375rem;left:16.529541015625rem;height:1.86889375rem;display:block; }
#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { background-color: transparent; background-image: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container > .video-iframe-container { display: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container { display: none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .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); }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { border-width: 0; border-radius: 0; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:25.8125rem;width:60rem;position:relative;display:block; }#vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.937rem;top:4.0625rem;left:23.5rem;overflow:hidden;display:block; }
#x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { color:rgba(var(--color-tertiary-4),1);display:block;width:35.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.388671875rem;left:11.56005859375rem;height:3.41363125rem;font-style:normal;display:block; }
#Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87426875rem;width:4.87426875rem;top:16.998291015625rem;left:26.871337890625rem;overflow:hidden;display:block; }
#pJVLdHD9gX0IPcI0B9esZsIkVGAODRJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.209228515625rem;left:19.24560546875rem;height:1.7068125rem;font-style:normal;display:block; }
#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX > .row .container { border-width: 0; border-radius: 0; }#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:20.8125rem;width:60rem;position:relative;display:none; }#NTakWBTn7S3cfqAfoC6tgwOMVNLmsno4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.937rem;top:4.0625rem;left:23.5rem;overflow:hidden;display:block; }
#hUFx8BLt3triTt7aZA7poSyTadvVO7kW { color:rgba(var(--color-tertiary-4),1);display:block;width:35.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.388671875rem;left:11.56005859375rem;height:3.41064375rem;font-style:normal;display:block; }
#Atv46rTcTgyNmctr5lvGp5y3TRRWw7cc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.209228515625rem;left:19.24560546875rem;height:1.705325rem;font-style:normal;display:block; }
#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { position:relative;display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { background-color: transparent; background-image: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container > .video-iframe-container { display: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row > .video-iframe-container { display: none; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .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); }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { border-width: 0; border-radius: 0; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .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; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5.6875rem;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; }#PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { color:#4a71b8;display:block;width:55.874rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34033203125rem;left:2.06298828125rem;height:3.00625rem;font-style:normal;display:block; }
#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { position:relative;display:block; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { background-color: transparent; background-image: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container > .video-iframe-container { display: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row > .video-iframe-container { display: none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .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); }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { border-width: 0; border-radius: 0; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .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; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.5rem;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; }#meWSivSVEm4V2DL4ux8mV10RxafhPutf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25732421875rem;left:1.99951171875rem;height:15.3613375rem;display:block; }
#oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25732421875rem;left:31.68701171875rem;height:11.94770625rem;display:block; }
#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { position:relative;display:none; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { border-width: 0; border-radius: 0; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .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; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:24.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:none; }#onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { color:rgba(var(--color-tertiary-4),1);display:block;width:52.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.65380859375rem;left:3.56201171875rem;height:18.28125rem;display:block; }
#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { 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; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { background-color: transparent; background-image: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container > .video-iframe-container { display: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container { display: none; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .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); }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { border-width: 0; border-radius: 0; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:34.25rem;width:60rem;position:relative;display:block; }#LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.49925rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.627197265625rem;left:2.24853515625rem;height:4.225rem;display:block; }
#NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { color:rgba(var(--color-tertiary-0),1);display:block;width:31.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.310791015625rem;left:14.4677734375rem;height:3.00625rem;display:block; }
#tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.6220703125rem;left:23.4375rem;display:block; }
#SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCtrH1RDyCAKm769c9VWuifRk4lbCUlb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.62425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.559814453125rem;left:12.1240234375rem;height:5.50998125rem;display:block; }#vCtrH1RDyCAKm769c9VWuifRk4lbCUlb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vCtrH1RDyCAKm769c9VWuifRk4lbCUlb li:before{  }
#ZszJT2flDw8BBRAosxefm1H11RTIFhFJ { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.874267578125rem;left:1.49853515625rem;height:5.19748125rem;display:block; }
#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { background-color: transparent; background-image: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container > .video-iframe-container { display: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container { display: none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .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); }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { border-width: 0; border-radius: 0; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.6875rem;width:60rem;position:relative;display:block; }#RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { color:#4a71b8;display:block;width:36.9983125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.13623046875rem;left:11.500244140625rem;height:3.4125rem;font-style:normal;display:block; }
#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.26);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; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { background-color: transparent; background-image: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container > .video-iframe-container { display: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container { display: none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .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); }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { border-width: 0; border-radius: 0; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.1875rem;width:60rem;position:relative;display:block; }#y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:2.4375rem;left:3.75rem;overflow:hidden;display:block; }
#w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:2.4375rem;left:23.75rem;overflow:hidden;display:block; }
#mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:2.4375rem;left:43.75rem;overflow:hidden;display:block; }
#Tmw14bPslLcbSExU0hZcvdvMVu93sQES { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:23.28125rem;height:8.7760625rem;display:block; }
#mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:42.59375rem;height:8.7760625rem;display:block; }
#k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.184814453125rem;left:7.593994140625rem;height:1.3rem;display:block; }
#hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { color:rgba(var(--color-tertiary-4),1);display:block;width:5.37475625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.182373046875rem;left:27.31201171875rem;height:1.3rem;display:block; }
#CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.62475rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.182373046875rem;left:46.685791015625rem;height:1.3rem;display:block; }
#k4LD7aH4GEQDg7MOgMAPfdHwsBDcPIUO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.999rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.142578125rem;left:3.75rem;height:10.2386875rem;display:block; }
#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { border-width: 0; border-radius: 0; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:10.9375rem;width:60rem;position:relative;display:none; }#gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { color:#4a71b8;display:block;width:36.9983125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2607421875rem;left:11.500244140625rem;height:3.4118625rem;font-style:normal;display:block; }
#O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:12.5rem;top:6.357421875rem;left:23.75rem;overflow:hidden;display:block; }
#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.26);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { border-width: 0; border-radius: 0; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:16.5625rem;width:60rem;position:relative;display:none; }#vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:42.5625rem;height:8.7744375rem;display:block; }
#da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.37475625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.74658203125rem;left:31.06201171875rem;height:1.298825rem;display:block; }
#GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6235625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.745361328125rem;left:50.826416015625rem;height:1.298825rem;display:block; }
#ugN6VrI7g32DJAGcqcNlsRkmb2ndzkI0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9978125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3rem;height:10.2368125rem;display:block; }
#UPyCQ1VJOelIIGJBx2XZ3bF03BpLkzwO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.747802734375rem;left:10.5615234375rem;height:1.298825rem;display:block; }
#qOTi1Ls7Mg5Br1UwL0Uf2UfIuTEz0s1e { color:rgba(var(--color-tertiary-4),1);display:block;width:13.999rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:23.9375rem;height:8.7744375rem;display:block; }
#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { background-color: transparent; background-image: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container > .video-iframe-container { display: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container { display: none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .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); }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { border-width: 0; border-radius: 0; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:42.375rem;width:60rem;position:relative;display:block; }#lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:4.437255859375rem;height:4.875rem;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; }
#Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:11.6875rem;left:20.1875rem;display:block; }
#wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:6.9995rem;top:21.25rem;left:26.5rem;overflow:hidden;display:block; }
#hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.875rem;left:23.4375rem;display:block; }
#LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29.1875rem;left:26.5rem;height:1.9487875rem;font-style:normal;display:block; }
#TpsMC6qDRZIyAckZxbJHWkiETHihr1KN { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5);top:16.93359375rem;left:9.34326171875rem;height:2.4375rem;font-style:normal;display:block; }
#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { border-width: 0; border-radius: 0; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.8125rem;width:60rem;position:relative;display:none; }#lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.5rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.249267578125rem;left:20.15625rem;display:block; }
#Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { color:rgba(var(--color-tertiary-4),1);display:block;width:41.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.375rem 0.375rem rgba(var(--color-tertiary-4),0.5);top:14.12109375rem;left:9.342041015625rem;height:2.436525rem;font-style:normal;display:block; }
#oxqo70hecJObU93CKnUFes0LT5uUyuxc { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:22.523193359375rem;left:23.4375rem;display:block; }
#RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9983125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.058837890625rem;left:26.500244140625rem;height:1.9494625rem;font-style:normal;display:block; }
#zHBa4ULLZ5LhqDKsfrkUCRDmne0GWPzU { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.188720703125rem;left:4.437255859375rem;height:4.87305rem;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; }
#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { background-color: transparent; background-image: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container > .video-iframe-container { display: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container { display: none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .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); }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { border-width: 0; border-radius: 0; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:3.875rem;width:60rem;position:relative;display:block; }#HatAFQpirDvo47yvPNFB5C8taCTmpML7 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:15.53125rem;height:2.2721375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW { display:block; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPcpXnFhuJE5RWw8Mz6FdcPb7ZEF7STG { top:0.9375rem;left:0rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GyfxFU1QliFvOUmqVGvD9LzefUaWms { width:12.1875rem;height:3.125rem;top:3rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7STumpDiJ1FV4PkDdXdTSbGG9FDkxl { display:block; }
 }@media only screen and (max-width: 763px) { #Dm8LWWfNW5NldDx1tScyfdOdHcSUF3gv { width:12.25rem;height:3.125rem;top:3rem;left:23.95068359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJpNThRf4PRAkGcWFRzk3R3WKUkKpl9 { display:block; }
 }@media only screen and (max-width: 763px) { #rc3I0gDQqSna2qc645MHQJwz7s1s8G1M { top:1.125rem;left:26.479686737061rem;width:6.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7hK3BE9mP5GKI2nNQGA2y4tJx5CO7T { top:2.25rem;left:5.0625rem;width:18.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIGBdpra0ZbS6t6mSpT89GDSEFmrkvF { top:2.8125rem;left:14.9375rem;width:3.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W { display:block; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tabRfkDG00EOc8OQ8Xykhn7zcxM9JTbG { width:25.1875rem;height:;top:10.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Er27U0n5sGq0b2uHaqo1Z5BX7FHQ5P { top:10.125rem;left:23.625rem;width:23.5rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q { top:27.9375rem;left:0rem;width:26.75rem;height:20.875rem;font-size:1.125rem;display:block; }#CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #FtnTpDUCWTHOuLgWi4Rl78QRVMKXI3VB { top:34.375rem;left:34.263282775879rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtScqxwv0HC1fbfWbvu2SX99dIsp3kaz { top:44.1875rem;left:33.013282775879rem;width:11.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmPUmDSf3VxBtKXUye8Dp8N0dMQrURE { width:25.8125rem;height:1.125rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOB4utDTDUppprB2zmFNDgCytuIQh9Eu { width:26.8125rem;height:4.25rem;top:21.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg { display:block; }#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR6tdW5lop7PtrSo4TdJhZHRTLgPbaH5 { width:25.5rem;height:;top:21.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr13wavle97oX0wJlOnJFC99F2sTf1bs { top:21.3125rem;left:26.870311737061rem;width:18.3125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS { top:37.9375rem;left:0rem;width:26.75rem;height:20.875rem;font-size:1.125rem;display:block; }#Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #ZAFJn0rrtlJSSVFk8gJVOOUiJcms557N { top:43.8125rem;left:32.450782775879rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5f856LTCcGRBDiiuz0RAT1Khnnva7Wi { top:55.6875rem;left:31.200782775879rem;width:11.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIWy380J5O869HghDp3X5bAv4LRbyt7 { width:26.375rem;height:1.125rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxyoZkuheTe3DrryJAWBkg5uFMNxJfpy { width:26.8125rem;height:4.25rem;top:31.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd { display:block; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KkzuqvFQ5Axn92qpy3yv0JEg3d81wSEH { top:2.3125rem;left:0rem;width:47.75rem;height:14.828205337273rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRagQ2iLOGdDl8rOukwizKhNoyukeV7r { top:20.5625rem;left:10.404541015625rem;width:26.875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { display:block; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { top:4.0625rem;left:17.375rem;width:12.875rem;height:2.4882472593044rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { top:8.375rem;left:5.43505859375rem;width:35.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { top:16.9375rem;left:20.746337890625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVLdHD9gX0IPcI0B9esZsIkVGAODRJ4 { top:13.1875rem;left:13.12060546875rem;width:20.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX { display:block; }#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTakWBTn7S3cfqAfoC6tgwOMVNLmsno4 { top:4.0625rem;left:17.375rem;width:12.875rem;height:2.4882472593044rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFx8BLt3triTt7aZA7poSyTadvVO7kW { top:8.375rem;left:5.43505859375rem;width:35.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atv46rTcTgyNmctr5lvGp5y3TRRWw7cc { top:13.1875rem;left:13.12060546875rem;width:20.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { top:1.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { display:block; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meWSivSVEm4V2DL4ux8mV10RxafhPutf { top:1.25rem;left:0rem;width:25.9375rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { top:1.25rem;left:21.1875rem;width:26.5625rem;height:11.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { display:block; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { top:2.625rem;left:0rem;width:47.75rem;height:18.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { display:block; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { top:1.625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { top:22.25rem;left:8.3427734375rem;width:31rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { width:13.125rem;height:3.125rem;top:27.5625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block; }
 }@media only screen and (max-width: 763px) { #vCtrH1RDyCAKm769c9VWuifRk4lbCUlb { top:7.5rem;left:5.9990234375rem;width:38.5625rem;height:5.5rem;font-size:2rem;display:block; }#vCtrH1RDyCAKm769c9VWuifRk4lbCUlb li:before{  }
 }@media only screen and (max-width: 763px) { #ZszJT2flDw8BBRAosxefm1H11RTIFhFJ { top:14.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { display:block; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { top:2.125rem;left:5.375244140625rem;width:36.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { display:block; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { top:2.4375rem;left:1.6875rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { top:2.4375rem;left:17.5625rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { top:2.4375rem;left:33.4375rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmw14bPslLcbSExU0hZcvdvMVu93sQES { top:5.9375rem;left:17.09375rem;width:13.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { top:5.9375rem;left:32.2802734375rem;width:14.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { top:18.125rem;left:5.531494140625rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { top:18.125rem;left:21.12451171875rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { top:18.125rem;left:36.373291015625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LD7aH4GEQDg7MOgMAPfdHwsBDcPIUO { top:6.125rem;left:1.6875rem;width:13.9375rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { display:block; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { top:2.25rem;left:5.375244140625rem;width:36.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { top:6.3125rem;left:17.625rem;width:12.5rem;height:2.68676875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { display:block; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { top:2.1875rem;left:32.25rem;width:14.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { top:12.6875rem;left:24.87451171875rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { top:12.6875rem;left:40.513916015625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugN6VrI7g32DJAGcqcNlsRkmb2ndzkI0 { top:1.4375rem;left:0.9375rem;width:13.9375rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPyCQ1VJOelIIGJBx2XZ3bF03BpLkzwO { top:12.6875rem;left:8.4990234375rem;width:4.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTi1Ls7Mg5Br1UwL0Uf2UfIuTEz0s1e { top:2.1875rem;left:17.75rem;width:13.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { display:block; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { top:4.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { width:19.6875rem;height:3.4375rem;top:11.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block; }
 }@media only screen and (max-width: 763px) { #JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { top:21.25rem;left:20.375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { width:13.125rem;height:3.125rem;top:31.875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { top:29.1875rem;left:20.375rem;width:6.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsMC6qDRZIyAckZxbJHWkiETHihr1KN { top:16.875rem;left:3.21826171875rem;width:41.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { display:block; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { width:19.6875rem;height:3.4375rem;top:9.1875rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block; }
 }@media only screen and (max-width: 763px) { #azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { top:14.0625rem;left:3.217041015625rem;width:41.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqo70hecJObU93CKnUFes0LT5uUyuxc { width:13.125rem;height:3.125rem;top:22.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { top:19rem;left:20.375244140625rem;width:6.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBa4ULLZ5LhqDKsfrkUCRDmne0GWPzU { top:2.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { display:none; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HatAFQpirDvo47yvPNFB5C8taCTmpML7 { top:1.3125rem;left:9.40625rem;width:28.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hOvaLOHJNJBiK3yH8a2uZhu3BBmy7roW > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPcpXnFhuJE5RWw8Mz6FdcPb7ZEF7STG { width:3.6875rem;height:3.6875rem;top:1rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GyfxFU1QliFvOUmqVGvD9LzefUaWms { width:18.9984375rem;height:3.24921875rem;top:11.93593788147rem;left:0.50078129768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga7STumpDiJ1FV4PkDdXdTSbGG9FDkxl { display:block; }
 }@media only screen and (max-width: 763px) { #Dm8LWWfNW5NldDx1tScyfdOdHcSUF3gv { width:18.9984375rem;height:3.24921875rem;top:7.6875rem;left:0.50078129768372rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJJpNThRf4PRAkGcWFRzk3R3WKUkKpl9 { display:block; }
 }@media only screen and (max-width: 763px) { #rc3I0gDQqSna2qc645MHQJwz7s1s8G1M { width:6.4375rem;height:1.54375rem;top:5.625rem;left:6.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll7hK3BE9mP5GKI2nNQGA2y4tJx5CO7T { width:15.3125rem;height:2.92535rem;top:16.43515586853rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXIGBdpra0ZbS6t6mSpT89GDSEFmrkvF { width:3.8125rem;height:2.8125rem;top:17.422657012939rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W { display:none; }#tHxAwLR8hhBHwmnq6dZs9JRCLgPfcH3W > .row .container { width:20rem;height:90.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tabRfkDG00EOc8OQ8Xykhn7zcxM9JTbG { width:20rem;height:5.625rem;top:17.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Er27U0n5sGq0b2uHaqo1Z5BX7FHQ5P { width:18.3125rem;height:11.875rem;top:24.659374237061rem;left:0.45000004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q { width:20rem;height:25.275rem;top:53.150001525879rem;left:0rem;font-size:1.125rem;display:block; }#CP9knZTvP03Om8C6JXcS1RocvDb7Af8Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #FtnTpDUCWTHOuLgWi4Rl78QRVMKXI3VB { width:6.25rem;height:6.25rem;top:78.37500190735rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtScqxwv0HC1fbfWbvu2SX99dIsp3kaz { width:9.875rem;height:3.3rem;top:85.7500038147rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClmPUmDSf3VxBtKXUye8Dp8N0dMQrURE { width:20rem;height:2.875rem;top:43.812502384186rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOB4utDTDUppprB2zmFNDgCytuIQh9Eu { width:20rem;height:4.25rem;top:47.837500572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg { display:block; }#X6AXrNBSSmqyKbNHSLN7omUSAXnCN4hg > .row .container { width:20rem;height:95.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR6tdW5lop7PtrSo4TdJhZHRTLgPbaH5 { width:20rem;height:3.75rem;top:21.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr13wavle97oX0wJlOnJFC99F2sTf1bs { width:18.3125rem;height:17.1875rem;top:31.53359413147rem;left:0.54375004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS { width:20rem;height:25.27775rem;top:59.150000035763rem;left:0rem;font-size:1.125rem;display:block; }#Pkibxetq7e46EJ29g85GkvSZ9Q9lW6SS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5579d442f70375ba09a188c657ec70cda9aa9742.svg); }
 }@media only screen and (max-width: 763px) { #ZAFJn0rrtlJSSVFk8gJVOOUiJcms557N { width:6.25rem;height:6.25rem;top:84.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5f856LTCcGRBDiiuz0RAT1Khnnva7Wi { width:11.25rem;height:2.20051875rem;top:92.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBIWy380J5O869HghDp3X5bAv4LRbyt7 { width:18.3125rem;height:2.87543125rem;top:26.90625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxyoZkuheTe3DrryJAWBkg5uFMNxJfpy { width:18.125rem;height:5.3114125rem;top:51.400000572204rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd { display:none; }#lssxdBeyBMCs0cR2AnPUKkT1rNDaSidd > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KkzuqvFQ5Axn92qpy3yv0JEg3d81wSEH { width:20rem;height:6.2107666334126rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRagQ2iLOGdDl8rOukwizKhNoyukeV7r { width:20rem;height:3.73779375rem;top:8.70971875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIeJq51ygK2zED6z1GOSAbXfcb0uflM { display:none; }#FeIeJq51ygK2zED6z1GOSAbXfcb0uflM > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vSFch8fWWc9dmrUwiBKZwhJ04L1EDq6p { width:9.6875rem;height:1.9995125rem;top:1.624755859375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MnTlJdkD0g9ddDCehZazqXJF9sl10h { width:17.937rem;height:5.1953125rem;top:4.425048828125rem;left:1.0302734375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vo9AVEovlbq0kXEkcUCmUJ4PhMXMDOcv { width:5.625rem;height:5.625rem;top:14.931640625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJVLdHD9gX0IPcI0B9esZsIkVGAODRJ4 { width:20rem;height:1.298825rem;top:10.870361328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX { display:block; }#EPp3kd3p3xBTadILXvehIoeCXD9Pp7zX > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTakWBTn7S3cfqAfoC6tgwOMVNLmsno4 { width:9.6875rem;height:1.9995125rem;top:1.624755859375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUFx8BLt3triTt7aZA7poSyTadvVO7kW { width:20rem;height:3.9rem;top:4.92578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Atv46rTcTgyNmctr5lvGp5y3TRRWw7cc { width:20rem;height:1.3rem;top:11.370849609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzxpKa5frtsLr32iiB7nyGOB9hbExwlO { display:block; }#CzxpKa5frtsLr32iiB7nyGOB9hbExwlO > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyQiHRr5zgo0t6yKQ4ymdpmJgdAXiXfh { width:20rem;height:4.0625rem;top:1.312255859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO { display:none; }#FsbkE8pdFWwxxMC3B94NFeACxT4xlmCO > .row .container { width:20rem;height:26.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #meWSivSVEm4V2DL4ux8mV10RxafhPutf { width:20rem;height:20.463875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCZbr5exCTfswmbq2kiFwaIaOPxikyV5 { width:20rem;height:11.93725625rem;top:13.453369140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 { display:block; }#pEeVmu9h3hPrMRfqiMcZEc4KqR1fTiR1 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onHTEdirM0u44XHoAeW4Elblz3Uw6mIv { width:20rem;height:20.7986rem;top:1.292724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw { display:block; }#eKTr7VBMTkvdpZpH2tNzqDun7idwJ4dw > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXRTpJZIzzrfTTadGzMx0dJSwLMFZlU6 { width:20rem;height:4.875rem;top:1.99951171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NVI3toBBwLC8iOLSHpvZfz2U9dESy86W { width:20rem;height:1.462675rem;top:39.3115234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tO88pQtkIVv2UqsMan7Z1sxP1E1PumQF { width:13.125rem;height:3.125rem;top:33.37158203125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwcWeBBti5FMphuCxaWLKK1CThRx7J2e { display:block; }
 }@media only screen and (max-width: 763px) { #vCtrH1RDyCAKm769c9VWuifRk4lbCUlb { width:20rem;height:8.107625rem;top:8.934326171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }#vCtrH1RDyCAKm769c9VWuifRk4lbCUlb li:before{  }
 }@media only screen and (max-width: 763px) { #ZszJT2flDw8BBRAosxefm1H11RTIFhFJ { width:20rem;height:9.7439375rem;top:20.0634765625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk { display:none; }#AN6OpZ6Vp3BfnlVUoDbS1p6gzBRanbAk > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RBoFwrFNNhdEDvWnRzNIqF3ELVRhWkZH { width:18.25rem;height:5.19775625rem;top:1.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt { display:none; }#UhToTcF9cXzFmTQcnfmVZ3EJmyOlgkTt > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y09pSxpbMcpoTxbHZZuI2o9wtU1enXHv { width:12.5rem;height:2.68676875rem;top:4.18701171875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9XN6uHiJvro5nIxo0F8Os9BpomU7fp8 { width:12.5rem;height:2.6875rem;top:26.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6nbJwLeGKPBgvmDVKPTmmPCBosIXfM { width:12.5rem;height:2.6875rem;top:43rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmw14bPslLcbSExU0hZcvdvMVu93sQES { width:14rem;height:8.7744375rem;top:30.4375rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTJNGJdNnFJAWwh3CcunvKqMlNCe2gd { width:14.8125rem;height:8.7744375rem;top:46.9375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9TPpSx8lRcEkkRnszzRZtZGiCWzcqtX { width:6.62475rem;height:1.298825rem;top:20.145263671875rem;left:6.68701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDQcEXqX0QBd8V1SlMuTTcfU0T4gFNml { width:5.375rem;height:1.298825rem;top:40.4375rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaaM3Joo4vS3OOGl5Z9a7AgnioVrvNhK { width:6.625rem;height:1.298825rem;top:57.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LD7aH4GEQDg7MOgMAPfdHwsBDcPIUO { width:13.93675rem;height:10.2368125rem;top:8.624267578125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV { display:block; }#dTJx5hHALbDI5RN23JyPE8uA0AOVkxRV > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNUcMevduq8PBRlFu3hIMSwFgUOzfDy8 { width:18.25rem;height:5.19748125rem;top:1.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O92hXnNDQNtG9NXu7kru45gvgUN6Gt1M { width:12.5rem;height:2.68676875rem;top:7.57080078125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox { display:block; }#Nf3q8tX6TH3JLZ4pmNqWEpTwBTzTS7ox > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJsILuJZc7nUbSZnKv95vHiARUJWCF4B { width:14.8125rem;height:8.7760625rem;top:15.1875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #da5BmbFH7enHUSxoeMTq8EbTQhhCZPiq { width:5.375rem;height:1.3rem;top:12.375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVVRRicGTJytVspFUg4NmrrSTJV7mT2 { width:6.625rem;height:1.3rem;top:25.25rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugN6VrI7g32DJAGcqcNlsRkmb2ndzkI0 { width:13.9375rem;height:10.2386875rem;top:27.8125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPyCQ1VJOelIIGJBx2XZ3bF03BpLkzwO { width:4.75rem;height:1.3rem;top:39.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTi1Ls7Mg5Br1UwL0Uf2UfIuTEz0s1e { width:14.25rem;height:8.7760625rem;top:2.734375rem;left:3.031005859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM { display:none; }#OcbsUItdODQ7sK3rUzUfTpgJGIRG1oNM > .row .container { width:20rem;height:40.801732421875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lyJLEppJRUSM26OWGs2cbmzLcWkUl1J7 { width:20rem;height:7.797875rem;top:2.374267578125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tei06hITBZ0GENbb8ryaJWQhbTshW0mR { width:18.999rem;height:3.4375rem;top:12.779541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTItB4uioJhygEHzHD5BKR376XqzorEE { display:block; }
 }@media only screen and (max-width: 763px) { #JaDMvE8WTCqVsGZOrPdfvc8WKeEimDqu { width:4.8125rem;height:4.8125rem;top:23.267822265625rem;left:7.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvo9DRGgoJMHF560ssQgPcXqavDocmlQ { width:13.125rem;height:3.125rem;top:32.528078515625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCAUWdoTJgiSlddklnUZq2qAJOtQExw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AIMGaPiX6WinKyLALoltT8v2grsd6nTJ { width:6.93725rem;height:1.9494625rem;top:29.329834765625rem;left:6.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpsMC6qDRZIyAckZxbJHWkiETHihr1KN { width:20rem;height:3.898925rem;top:36.903076171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp { display:block; }#Rg200Vxx9Jp4PAz80HDE38UcEOf2TRcp > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpkTKkQPuMeMig33TpRhW8oWkHKdSO5H { width:18.9978125rem;height:3.4375rem;top:12.529296875rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub2PVI9GwLBblgcJZT5XI0f6X7zSSvU0 { display:block; }
 }@media only screen and (max-width: 763px) { #azwyTmHyz6ofK5tHGGVbmPm0cdJRu63T { width:20rem;height:3.89756875rem;top:17.93212890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxqo70hecJObU93CKnUFes0LT5uUyuxc { width:13.125rem;height:3.125rem;top:27.652587890625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShW5axUPErOusEtoIeHBistcVsdQSiQ { display:block; }
 }@media only screen and (max-width: 763px) { #Jf6pkP5yIQAmgtM7MsFsvNKLJHmBJa3B { width:6.9360625rem;height:1.9487875rem;top:24.39208984375rem;left:6.53076171875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHBa4ULLZ5LhqDKsfrkUCRDmne0GWPzU { width:20rem;height:7.795125rem;top:2.83935546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK { display:block; }#W7qlGDh4F7Zvsqn5LJ0HGTH6txDUqFAK > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HatAFQpirDvo47yvPNFB5C8taCTmpML7 { width:20rem;height:2.92318125rem;top:0.693359375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }