.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:215,244,228;--color-primary-1:135,223,173;--color-primary-2:55,201,119;--color-primary-3:10,197,120;--color-primary-4:11,40,24;--color-secondary-0:255,255,255;--color-secondary-1:240,240,240;--color-secondary-2:227,227,227;--color-secondary-3:21,21,21;--color-secondary-4:16,16,16;--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:"Lato";--paragraphs-font-family:"lato"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { 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; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { background-color: transparent; background-image: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { display: none; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .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); }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { border-width: 0; border-radius: 0; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { 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:1.375rem;width:5.25rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9185e055-4b99-4596-bd33-1eb8b13c40ac/2.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,25,24,0.61); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;overflow:visible;position:relative;display:block; }#TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:10.9375rem;left:0rem;display:block; }
#tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:14.0625rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tIbs9LnOSox27cuT6a282DacB9AtibgJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:24.1875rem;left:2.8125rem;height:3.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.03125rem;left:33.34140586853rem;display:block; }
#aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { color:rgba(var(--color-secondary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.65625rem;height:4.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:18.375rem;left:40.1875rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q1D72t54En7wadPoG9IN3cGbait8TzHU { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:21.5625rem;left:37.0625rem;display:block; }
#tsdTaHXu1cdeOWo1JakkbwgN5ML18pe6 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.3375rem;left:33.341679776248rem;display:block; }
#Zk8nlNB2pOB8mUcsIHG56eCIUlCGnz18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHpiO78MWfokkfn0QoJmOTbHcywf1Qgc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:33.34140586853rem;height:2.6rem;display:block; }
#dDIC6nM23TeLIZrSOrcUzW5uc6ykOxtH { z-index:15003;top:0rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.7375rem;height:1.5875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lhBNanWI7oUIgecLk1MeMyIOSqIFag8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nmQokpfwPGhRTSCoPU7s3MbP4HmVgMCz { z-index:15004;top:0rem;left:54.16250038147rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000164;border-left:0.0625rem solid #000164;border-right:0.0625rem solid #000164;border-bottom:0.25rem solid #0002a8;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.7375rem;height:1.5875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BFDX9rH2CuukF8tPP6eg3IGG7Zfngcf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { 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; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { background-color: transparent; background-image: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { display: none; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .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); }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { font-size:0.875rem;font-family:arial;height:73rem;width:60rem;position:relative;display:block; }#UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { color:rgba(var(--color-secondary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:2.8125rem;height:7.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { color:rgba(var(--color-secondary-4),0.7);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.375rem;left:26.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/mcL2f-J74GY/unsplash/armin-djuhic-mcL2f-J74GY-photo-1522156373667-4c7234bbd804.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:17.1875rem;width:17.5625rem;top:31.625rem;left:2.8125rem;display:block; }#B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.adaptive-delivery-prevent-bg, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyload, #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG.lazyloading { background-image: none; }
#uJAK50aqshIUX9RHoHouEomqQCCDRoPp { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/mx4mSkK9zeo/unsplash/alberto-castillo-q--mx4mSkK9zeo-photo-1503174971373-b1f69850bded.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.25) ;height:13.125rem;width:21.875rem;top:55.8125rem;left:37.5rem;display:block; }#uJAK50aqshIUX9RHoHouEomqQCCDRoPp.adaptive-delivery-prevent-bg, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyload, #uJAK50aqshIUX9RHoHouEomqQCCDRoPp.lazyloading { background-image: none; }
#yuCyuhmRewBQoe0ewQ8VwA9BD2dIMuPh { position:absolute;display:block;z-index:15019;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:25rem;width:18.75rem;top:16.0625rem;left:31.875rem;overflow:hidden;display:block; }
#hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:18.1875rem;left:2.8125rem;display:block; }
#AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:21.0625rem;left:2.8125rem;display:block; }
#qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:23.9375rem;left:2.8125rem;display:block; }
#oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { color:rgba(var(--color-primary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:14998;line-height:1.1;letter-spacing:0;top:21.812500476837rem;left:2.8125rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.375rem;top:26.875rem;left:2.8125rem;display:block; }
#IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { color:rgba(var(--color-primary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:24.800001144409rem;left:2.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { color:rgba(var(--color-primary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:27.6875rem;left:2.875rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LPz8yOrCk3CKTwO5p0QAwp11QLMaeBQr { color:rgba(var(--color-primary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:16.362499713897rem;left:2.8500003814698rem;height:1.625rem;font-style:normal;display:block; }
#EWfTnMO5LhspqsyUNhwFn5lTCsAegNOy { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:16.549999713897rem;left:21.41250038147rem;height:1.3rem;font-style:normal;display:block; }
#MVr1BA97mQa3R6M5knadL1MiScW0lsuq { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:19.112499713897rem;left:2.7875003814698rem;height:1.625rem;font-style:normal;display:block; }
#D22GwLxK4DS0QQuvmvcogJ1nqc2FEuti { color:rgba(var(--color-primary-2),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.112499713897rem;left:23.75625038147rem;height:1.625rem;font-style:normal;display:block; }
#xpu9ZkmsqGulrgG2WWyoLiMHIcwssiwe { color:rgba(var(--color-primary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.362499713897rem;left:21.94375038147rem;height:1.625rem;font-style:normal;display:block; }
#HCC8Zo0Al7SKUg7DRJaVUReROwhcmgtm { color:rgba(var(--color-primary-2),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:25.300001144409rem;left:23.112501144409rem;height:1.625rem;font-style:normal;display:block; }
#Gt3VQHHoM8iJPnVJCbERk6IAd9dQ0yiQ { color:rgba(var(--color-primary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:27.75rem;left:21.050001144409rem;height:1.625rem;font-style:normal;display:block; }
#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { position:relative;display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { background-color: transparent; background-image: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row > .video-iframe-container { display: none; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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); }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { border-width: 0; border-radius: 0; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .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:arial;height:3.8125rem;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; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { position:relative;display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { background-color: transparent; background-image: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row > .video-iframe-container { display: none; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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); }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { border-width: 0; border-radius: 0; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .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:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { color:rgba(var(--color-secondary-4),0.7);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:7.8125rem;left:20.0625rem;height:3.2rem;font-style:normal;display:block; }
#cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { color:rgba(var(--color-secondary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:5.75rem;left:2.8125rem;height:7.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.0625rem;left:0rem;display:block; }
#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { position:relative;display:block; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { background-color: transparent; background-image: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container > .video-iframe-container { display: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row > .video-iframe-container { display: none; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .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); }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { border-width: 0; border-radius: 0; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .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; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .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:arial;height:25.25rem;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; }#xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:3.5625rem;left:24.375001907349rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.3125rem;left:3.6875rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2Il4XHwZFv0cSyJfyiH5ePbW6z376wb { 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.75rem;width:4.75rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#AEGL39vr5vAH4fqn02LuwpyFu2oSDVOc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:3.3125rem;left:44.437501907349rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bbo9MLfv0sNnS8itSBadztLHqpOKLWFP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#qQPH9EuQ5KvX9ytWk1EIoZi3fnTzZHT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:11.125rem;left:2.875rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1MLqlTTyyV1LsE6sZA9BTdg4k4nDMau { position:absolute;display:block;z-index:15024;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.4375rem;width:4.4375rem;top:7.8125rem;left:0rem;overflow:hidden;display:block; }
#TIasMnANulIZSMuHKFFXZFS4TQCTy4fv { 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:4.75rem;width:4.75rem;top:7.8125rem;left:20rem;overflow:hidden;display:block; }
#VrGuqT1HGsQnc7tkZkisTi4PhoJVHlvG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:11.375rem;left:23.687501907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBoDSOy0LvbMPlsE8wcThu8PnhkPymcD { position:absolute;display:block;z-index:15024;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.4375rem;width:4.4375rem;top:7.8125rem;left:40rem;overflow:hidden;display:block; }
#waPDPtoqh9EmhLFKIT6mIwwHO8Tm49Le { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:11.125rem;left:44.437501907349rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAtVIquWLpvuDFkyuT8zFVVsT26cbHmI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:18.8125rem;left:3.9375rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v56UI9CUvLwGynAfmXZZpGwNKIuS4Jvx { position:absolute;display:block;z-index:15030;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.4375rem;width:4.4375rem;top:15.5rem;left:0rem;overflow:hidden;display:block; }
#AdumxTJPEuRBDNit5cXop3Prv28bT7pP { position:absolute;display:block;z-index:15029;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.75rem;width:4.75rem;top:15.5rem;left:20rem;overflow:hidden;display:block; }
#G4tRtno9G1Jd8s0vFsq7UwGNoeolvR5o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:19.0625rem;left:23.750001907349rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RdntKu8NHoycPK9n9PMKS9L10DgVXIcC { position:absolute;display:block;z-index:15030;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.4375rem;width:4.4375rem;top:15.5rem;left:40rem;overflow:hidden;display:block; }
#sdDbClX4Evffu4LpskWkt4BHfX56dZLI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1;letter-spacing:0;top:18.8125rem;left:44.187501907349rem;height:2.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { position:relative;display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { background-color: transparent; background-image: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row > .video-iframe-container { display: none; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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); }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { border-width: 0; border-radius: 0; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .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:arial;height:50rem;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; }#T1EhKeuM9zuD1OmghCrPge3SLU01XICC { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:3.4375rem;left:44.75rem;display:block; }
#GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { color:rgba(var(--color-secondary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:6.375rem;left:44.750001907349rem;height:4.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { position:absolute;display:block;z-index:15011;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:21.4375rem;width:32.25rem;top:3.4375rem;left:9.625rem;overflow:hidden;display:block; }
#sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { position:absolute;display:block;z-index:15015;border-top:0.625rem solid rgba(var(--color-secondary-0),1);border-left:0.625rem solid rgba(var(--color-secondary-0),1);border-right:0.625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:31.6875rem;top:17.65625rem;left:0rem;overflow:hidden;display:block; }
#O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { position:absolute;display:block;z-index:15006;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:17.25rem;width:26.0625rem;top:28.875rem;left:15.875rem;overflow:hidden;display:block; }
#MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:16.625rem;top:22.125rem;left:43.375rem;overflow:hidden;display:block; }
#cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { position:absolute;display:block;z-index:15006;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:8.75rem;width:16.625rem;top:34.25rem;left:43.375rem;overflow:hidden;display:block; }
#e2blAGdpByA2EmtlbiTu54OFtVULco9k { position:relative;display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k { background-color: transparent; background-image: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row > .video-iframe-container { display: none; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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); }#e2blAGdpByA2EmtlbiTu54OFtVULco9k { border-width: 0; border-radius: 0; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .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:arial;height:7.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; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container { background-color: transparent; background-image: none; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container > .video-iframe-container { display: none; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row > .video-iframe-container { display: none; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .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); }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container { border-width: 0; border-radius: 0; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#Id0ufgPX3N4piOfahJXwsnbKC0fdSxpc { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:3.3125rem;left:0rem;display:block; }
#RZMz7idgP1ltuSpDvP2NDiEZCTDroDZF { color:rgba(var(--color-secondary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:6.1875rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iT8hVzyxaooTEtdRRTrEbkITG7OQaw12 { position:absolute;display:block;z-index:15032;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:21.9375rem;top:3.8125rem;left:38.0625rem;display:block; }
#trQlndtnQ94fC9odwQXOJcnfW2g7Xfnl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:4.375rem;left:40.125rem;height:1.625rem;font-style:normal;display:block; }
#q86zoCHXetqRTwEIPCVeGpc7DHvW1VlB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:7.6000013351437rem;left:40.093751907349rem;height:1.3rem;font-style:normal;display:block; }
#HKnK4WqTkoZh3FQbTgzOHKXK7CDSbtdv { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #f2f2f2;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:12.5rem;width:18.75rem;top:3.8125rem;left:19.3125rem;overflow:hidden;display:block; }
#hBvJL4LWRdA2HyvgC0ZCms8MppFMqoeq { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.75rem;top:10.25rem;left:38.0625rem;display:block; }
#RLzBBUzaSxUTvRykvrgGlwx8OzRQ0Z54 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:12.125000953674rem;left:40.125001907349rem;height:1.3rem;font-style:normal;display:block; }
#WoSVLBQ9vHss2oVbqfyEXyGTVTn12g26 { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.75rem;top:12.75rem;left:19.3125rem;display:block; }
#ugSOuUGIPdhxXRCMhn1h7T58RKX13pp6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:20rem;height:1.86875rem;font-style:normal;display:block; }
#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container { background-color: transparent; background-image: none; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container > .video-iframe-container { display: none; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row > .video-iframe-container { display: none; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .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); }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container { border-width: 0; border-radius: 0; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#lemMsLl7ZPRtiWAwNMr9xN4TDBnguP8i { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-tertiary-2),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.75rem;top:10.1875rem;left:19.3125rem;display:block; }
#c3nLhkpf2612bzO7W4gnKG2ZCUWR8k6x { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:11.25rem;left:20rem;height:1.86875rem;font-style:normal;display:block; }
#bAoymSwqTKVKSCUlDpHtTIy7tt571UEL { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:21.9375rem;top:1.25rem;left:38.0625rem;display:block; }
#nD6qeAksEFFiFVhDMJAzDJ8yKsZEuO0w { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.75rem;top:7.5rem;left:38.0625rem;display:block; }
#FUJzr6Ib4hGsPBcHRXx8TAJ2KP12DcMq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:9.375rem;left:40.125rem;height:1.3rem;font-style:normal;display:block; }
#hN1RVKKMfulOKsifqkK5Bv7RAmq99NZS { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid rgba(var(--color-primary-3),1);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:12.5rem;width:18.75rem;top:1.25rem;left:19.375rem;overflow:hidden;display:block; }
#ukMNIboJLJwbCF4RSUwO8ITFchJu18I5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.0625rem;height:1.625rem;font-style:normal;display:block; }
#aNi3gc2v3CJ7NEV08ZPmxmD8f27TuJr7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:3.9875001907349rem;left:40.093751907349rem;height:1.3rem;font-style:normal;display:block; }
#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { background-color: transparent; background-image: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { display: none; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .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); }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { border-width: 0; border-radius: 0; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:2.5625rem;left:0rem;display:block; }
#LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.3);top:5.6875009536743rem;left:0.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:8.125rem;width:25rem;top:2.5625rem;left:34.750001907349rem;display:block; }
#NETQbZQbgbKchWdEL3SBGUndhMsW21QN { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:3.1742191314698rem;left:35.250001907349rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smCApp08ntD6uJFqQ4oR2k2dzhgUp265 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.124221801757rem;left:6.625rem;display:block; }
#mE6PEhrJhkyz2LBR45GcV1hU3OKbUZ8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9GvPrkiES2XT6wGgu8w3St7TPqFpqnl { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:4.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.124221801757rem;left:36.175001144409rem;display:block; }
#scuEf3k76ieHVw3ctssDaM62C16Zt4wl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1EePQPaW2efRTALK3BfnlU3aAHCIKKv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.900001525879rem;left:6.625rem;height:2.6rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:5.25rem;height:1.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:9.5rem;height:14.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:28.1875rem;height:;top:14.0625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:27.8125rem;height:3.8125rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:14.875rem;height:4.3125rem;top:29rem;left:27.21640586853rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
 }@media only screen and (max-width: 763px) { #gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:13.6875rem;height:;top:11.9375rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { width:14.6875rem;height:;top:18.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:20rem;height:0.0625rem;top:21.5625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdTaHXu1cdeOWo1JakkbwgN5ML18pe6 { width:14.875rem;height:4.3125rem;top:13.3125rem;left:27.216679776248rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8nlNB2pOB8mUcsIHG56eCIUlCGnz18 { display:block; }
 }@media only screen and (max-width: 763px) { #dHpiO78MWfokkfn0QoJmOTbHcywf1Qgc { top:17.9375rem;left:27.21640586853rem;width:15.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIC6nM23TeLIZrSOrcUzW5uc6ykOxtH { top:0rem;left:0rem;width:5.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBNanWI7oUIgecLk1MeMyIOSqIFag8q { display:block; }
 }@media only screen and (max-width: 763px) { #nmQokpfwPGhRTSCoPU7s3MbP4HmVgMCz { top:0rem;left:41.9375rem;width:5.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDX9rH2CuukF8tPP6eg3IGG7Zfngcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:22.25rem;height:;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:33.125rem;height:;top:4.375rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:17.5625rem;height:17.1875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:21.875rem;height:13.125rem;top:55.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuCyuhmRewBQoe0ewQ8VwA9BD2dIMuPh { width:18.75rem;height:25rem;top:16.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { width:24.375rem;height:0.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { width:24.375rem;height:0.0625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { width:24.375rem;height:0.0625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { width:9.1875rem;height:1.375rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { width:24.375rem;height:0.0625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { width:6.5rem;height:1.375rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { width:7.8125rem;height:1.375rem;top:27.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPz8yOrCk3CKTwO5p0QAwp11QLMaeBQr { top:16.3125rem;left:0rem;width:13.3125rem;height:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWfTnMO5LhspqsyUNhwFn5lTCsAegNOy { top:16.5rem;left:15.28750038147rem;width:6.5625rem;height:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVr1BA97mQa3R6M5knadL1MiScW0lsuq { top:19.0625rem;left:0rem;width:11.75rem;height:1.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D22GwLxK4DS0QQuvmvcogJ1nqc2FEuti { top:19.0625rem;left:17.63125038147rem;width:3rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpu9ZkmsqGulrgG2WWyoLiMHIcwssiwe { top:22.3125rem;left:15.81875038147rem;width:4.9375rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCC8Zo0Al7SKUg7DRJaVUReROwhcmgtm { top:25.25rem;left:16.987501144409rem;width:4.9375rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3VQHHoM8iJPnVJCbERk6IAd9dQ0yiQ { top:27.75rem;left:14.925001144409rem;width:7.375rem;height:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:30.5rem;height:3.1875rem;top:7.8125rem;left:13.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:13.625rem;height:7.3125rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { width:9.25rem;height:10.625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { display:block; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { width:15.3125rem;height:2.375rem;top:3.5625rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { width:15.625rem;height:1.1875rem;top:3.3125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Il4XHwZFv0cSyJfyiH5ePbW6z376wb { width:4.75rem;height:4.75rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEGL39vr5vAH4fqn02LuwpyFu2oSDVOc { width:4.4375rem;height:4.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { width:15.125rem;height:1.1875rem;top:3.3125rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbo9MLfv0sNnS8itSBadztLHqpOKLWFP { width:4.4375rem;height:4.4375rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQPH9EuQ5KvX9ytWk1EIoZi3fnTzZHT8 { width:15.625rem;height:;top:11.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MLqlTTyyV1LsE6sZA9BTdg4k4nDMau { width:4.4375rem;height:4.4375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIasMnANulIZSMuHKFFXZFS4TQCTy4fv { width:4.75rem;height:4.75rem;top:7.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGuqT1HGsQnc7tkZkisTi4PhoJVHlvG { width:15.9375rem;height:;top:11.375rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBoDSOy0LvbMPlsE8wcThu8PnhkPymcD { width:4.4375rem;height:4.4375rem;top:7.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waPDPtoqh9EmhLFKIT6mIwwHO8Tm49Le { width:15.1875rem;height:1.1875rem;top:11.125rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAtVIquWLpvuDFkyuT8zFVVsT26cbHmI { width:14.625rem;height:;top:18.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v56UI9CUvLwGynAfmXZZpGwNKIuS4Jvx { width:4.4375rem;height:4.4375rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdumxTJPEuRBDNit5cXop3Prv28bT7pP { width:4.75rem;height:4.75rem;top:15.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tRtno9G1Jd8s0vFsq7UwGNoeolvR5o { width:15.1875rem;height:;top:19.0625rem;left:16.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdntKu8NHoycPK9n9PMKS9L10DgVXIcC { width:4.4375rem;height:4.4375rem;top:15.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDbClX4Evffu4LpskWkt4BHfX56dZLI { width:15.375rem;height:2.375rem;top:18.8125rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:9.25rem;height:10.625rem;top:3.4375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:14.625rem;height:4.9375rem;top:6.375rem;left:32.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { width:32.25rem;height:21.4375rem;top:3.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { width:31.6875rem;height:17.625rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:26.0625rem;height:17.25rem;top:28.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { width:16.625rem;height:11.0625rem;top:22.125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:16.625rem;height:8.75rem;top:34.25rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o { display:block; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id0ufgPX3N4piOfahJXwsnbKC0fdSxpc { width:9.25rem;height:10.625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMz7idgP1ltuSpDvP2NDiEZCTDroDZF { width:14.5625rem;height:;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT8hVzyxaooTEtdRRTrEbkITG7OQaw12 { width:21.9375rem;height:12.6875rem;top:3.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQlndtnQ94fC9odwQXOJcnfW2g7Xfnl { width:12.5rem;height:1.625rem;top:4.375rem;left:34.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q86zoCHXetqRTwEIPCVeGpc7DHvW1VlB { width:17.875rem;height:1.25rem;top:7.5625rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKnK4WqTkoZh3FQbTgzOHKXK7CDSbtdv { width:18.75rem;height:12.5rem;top:3.8125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvJL4LWRdA2HyvgC0ZCms8MppFMqoeq { width:18.75rem;height:6.25rem;top:10.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLzBBUzaSxUTvRykvrgGlwx8OzRQ0Z54 { width:14.75rem;height:1.25rem;top:12.125rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoSVLBQ9vHss2oVbqfyEXyGTVTn12g26 { width:18.75rem;height:3.75rem;top:12.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugSOuUGIPdhxXRCMhn1h7T58RKX13pp6 { width:12.5rem;height:1.8125rem;top:13.9375rem;left:13.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd { display:block; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lemMsLl7ZPRtiWAwNMr9xN4TDBnguP8i { width:18.75rem;height:3.75rem;top:10.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nLhkpf2612bzO7W4gnKG2ZCUWR8k6x { width:12.5rem;height:1.8125rem;top:11.25rem;left:13.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoymSwqTKVKSCUlDpHtTIy7tt571UEL { width:21.9375rem;height:12.6875rem;top:1.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD6qeAksEFFiFVhDMJAzDJ8yKsZEuO0w { width:18.75rem;height:6.25rem;top:7.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUJzr6Ib4hGsPBcHRXx8TAJ2KP12DcMq { width:12.375rem;height:1.25rem;top:9.375rem;left:34.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN1RVKKMfulOKsifqkK5Bv7RAmq99NZS { width:18.75rem;height:12.5rem;top:1.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukMNIboJLJwbCF4RSUwO8ITFchJu18I5 { width:12.5rem;height:1.625rem;top:1.6875rem;left:33.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNi3gc2v3CJ7NEV08ZPmxmD8f27TuJr7 { width:17.875rem;height:1.25rem;top:3.9375rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:9.5rem;height:14.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:33.4375rem;height:;top:5.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:25rem;height:8.125rem;top:2.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETQbZQbgbKchWdEL3SBGUndhMsW21QN { width:24rem;height:6.5rem;top:3.125rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #smCApp08ntD6uJFqQ4oR2k2dzhgUp265 { width:14.875rem;height:4.3125rem;top:16.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE6PEhrJhkyz2LBR45GcV1hU3OKbUZ8U { display:block; }
 }@media only screen and (max-width: 763px) { #z9GvPrkiES2XT6wGgu8w3St7TPqFpqnl { width:14.875rem;height:4.3125rem;top:16.0625rem;left:30.050001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #scuEf3k76ieHVw3ctssDaM62C16Zt4wl { display:block; }
 }@media only screen and (max-width: 763px) { #k1EePQPaW2efRTALK3BfnlU3aAHCIKKv { top:20.875rem;left:0.5rem;width:15.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba { display:block; }#w4wziGVmhOeHqCa3zqhZk5o8c0JqX0ba > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azlBeIpHKWAo7yixbFHlGfLmuLzDBMO3 { width:5.9375rem;height:1.5625rem;top:2.6875rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9185e055-4b99-4596-bd33-1eb8b13c40ac/2.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCDGkEr1Qhldbg2M9Tp9ZogLNuvviGz8 { width:9.5rem;height:14.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd7P3WkEh0i9bl91NWQ6VPEWqgIZglV { width:18.75rem;height:6.375rem;top:7.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIbs9LnOSox27cuT6a282DacB9AtibgJ { width:18.75rem;height:2.8rem;top:14.75rem;left:0.62421876192093rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOokZzzrkTVLscxVscszBWqcGgrLAXS4 { width:14.875rem;height:4.3125rem;top:42.418750762939rem;left:2.5625000596046rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #aOhmpzO9v85gbZdB9Z5E4TvhX25MqbrZ { display:block; }
 }@media only screen and (max-width: 763px) { #gToqdS2GNKOPFJwg2s0vRMiHhQrWU1tM { width:10.4375rem;height:3.9rem;top:25.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:rgba(var(--color-secondary-4),0);display:block; }
 }@media only screen and (max-width: 763px) { #aQsy6qw5ixPfDhG93P5xNCOMvAQtoAPR { width:9.75rem;height:1.125rem;top:33.25rem;left:4.375rem;text-align:left;text-align-last:left;color:rgba(var(--color-secondary-4),0);display:block; }
 }@media only screen and (max-width: 763px) { #q1D72t54En7wadPoG9IN3cGbait8TzHU { width:17.5rem;height:0.0625rem;top:36.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsdTaHXu1cdeOWo1JakkbwgN5ML18pe6 { width:14.875rem;height:4.3125rem;top:21.612500190735rem;left:2.5625000596046rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8nlNB2pOB8mUcsIHG56eCIUlCGnz18 { display:block; }
 }@media only screen and (max-width: 763px) { #dHpiO78MWfokkfn0QoJmOTbHcywf1Qgc { width:15.75rem;height:2.6rem;top:27.9375rem;left:2.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDIC6nM23TeLIZrSOrcUzW5uc6ykOxtH { top:0rem;left:0rem;width:5.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBNanWI7oUIgecLk1MeMyIOSqIFag8q { display:block; }
 }@media only screen and (max-width: 763px) { #nmQokpfwPGhRTSCoPU7s3MbP4HmVgMCz { top:47.981250762939rem;left:7.125rem;width:5.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFDX9rH2CuukF8tPP6eg3IGG7Zfngcf6 { display:block; }
 }@media only screen and (max-width: 763px) { #vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { display:block; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A { border-width: 0; border-radius: 0; }#vdKQ92gKtCUlm0Lb31KT6WKfWpwB2U0A > .row .container { width:20rem;height:143.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeIc3lg1gcTDngo49xRWke3dgJ1QQy9r { width:9.25rem;height:10.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOhqMrRByhu05X1TuoOQ2JRo1niqhMyl { width:18.75rem;height:6.1875rem;top:5.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPnGweMbvuqbxRVPZQTrpTTLSdxGNDiW { width:19.125rem;height:12.8rem;top:13.5625rem;left:0.37500005960464rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #B5eMTE6Ur0kMzatSADGVZaLrr4tQWCtG { width:17.5625rem;height:17.1875rem;top:94.875rem;left:0.91874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJAK50aqshIUX9RHoHouEomqQCCDRoPp { width:18.75rem;height:12.25rem;top:120.3125rem;left:0.64921873807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuCyuhmRewBQoe0ewQ8VwA9BD2dIMuPh { width:16.3125rem;height:21.75rem;top:67.0625rem;left:1.8437500596046rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hUXXyLBbbIHlzfc7ScD4ixlwdO1GSxo3 { width:20rem;height:0.0625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMSOhEDsaZidaKnII0fwRR8ASgR02oVT { width:20rem;height:0.0625rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWBbnGdFkdTiy6PTBHDeUznGacn7sbAx { width:20rem;height:0.0625rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCKKOGNH1iBmtPNuin7uB14K9XUeaMv { width:20rem;height:2.0625rem;top:39.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIMFH0PaTzrG3M21NCFvDdE5guMmugV { width:20rem;height:0.0625rem;top:55.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzCsdW0sarmGggbIvnq6mmxIbwcmChrg { width:20rem;height:2.0625rem;top:48.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbtcVCuosplZHoBRVsMg2f6FoElTSR7 { width:15rem;height:2.0625rem;top:56.83749961853rem;left:3.1250000596046rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPz8yOrCk3CKTwO5p0QAwp11QLMaeBQr { width:13.875rem;height:2.4375rem;top:26.362501144409rem;left:3.0625000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWfTnMO5LhspqsyUNhwFn5lTCsAegNOy { width:10.5rem;height:2.1125rem;top:29.3125rem;left:4.7500000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVr1BA97mQa3R6M5knadL1MiScW0lsuq { width:14.6875rem;height:2.4375rem;top:32.637500762939rem;left:2.6562500596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D22GwLxK4DS0QQuvmvcogJ1nqc2FEuti { width:3rem;height:2.1125rem;top:36.25rem;left:8.5000005364419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpu9ZkmsqGulrgG2WWyoLiMHIcwssiwe { width:7.25rem;height:2.1125rem;top:43.925003051757rem;left:6.3750000596044rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCC8Zo0Al7SKUg7DRJaVUReROwhcmgtm { width:4.9375rem;height:2.1125rem;top:52.1875rem;left:7.5312505364419rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt3VQHHoM8iJPnVJCbERk6IAd9dQ0yiQ { width:9.0625rem;height:2.1125rem;top:62.08749961853rem;left:6.0937500596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx { display:block; }#q4XhR0imou8ZgT4ONDWBkLQWU7rFVxQx > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc { display:block; }#QSErde0hTbf7bmMDfZhsJuuTtKvwlsXc > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GytzUdvr9zTxtISmcyHxLnZCdlrtMTQl { width:18.5rem;height:4.8rem;top:13.75rem;left:0.75000005960463rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cghtkEDpvarSRD7TKDkuGQWTF6dFbXv7 { width:17.4375rem;height:4.4rem;top:5.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiegvSE2yV9wrxJRQvIHOJGAPt0kdorT { width:9.25rem;height:10.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9uvDodOJhrT44FAe3T4w68qoeANG97 { display:block; }#Sl9uvDodOJhrT44FAe3T4w68qoeANG97 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xf2GtEVhCQegVwsiSxfZRLoT3tJhuERw { width:8.0625rem;height:2rem;top:6rem;left:10.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTV2dNmLUH4vPhT1BTkkBX25QnocwXIk { width:7.3125rem;height:2rem;top:6rem;left:0.68749994039537rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n2Il4XHwZFv0cSyJfyiH5ePbW6z376wb { width:4.75rem;height:4.75rem;top:0rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEGL39vr5vAH4fqn02LuwpyFu2oSDVOc { width:4.4375rem;height:4.4375rem;top:0.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0QA2iOZsyLl439R3t8WE9WHPgdb7Tp9 { width:6.875rem;height:2rem;top:15.75rem;left:1.5000000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bbo9MLfv0sNnS8itSBadztLHqpOKLWFP { width:4.4375rem;height:4.4375rem;top:9.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQPH9EuQ5KvX9ytWk1EIoZi3fnTzZHT8 { width:6.375rem;height:3rem;top:15.75rem;left:11.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MLqlTTyyV1LsE6sZA9BTdg4k4nDMau { width:4.4375rem;height:4.4375rem;top:9.875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIasMnANulIZSMuHKFFXZFS4TQCTy4fv { width:4.75rem;height:4.75rem;top:20.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrGuqT1HGsQnc7tkZkisTi4PhoJVHlvG { width:6rem;height:3rem;top:27rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBoDSOy0LvbMPlsE8wcThu8PnhkPymcD { width:4.4375rem;height:4.4375rem;top:20.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waPDPtoqh9EmhLFKIT6mIwwHO8Tm49Le { width:9.0625rem;height:2rem;top:27rem;left:10.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAtVIquWLpvuDFkyuT8zFVVsT26cbHmI { width:7.75rem;height:2rem;top:36.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v56UI9CUvLwGynAfmXZZpGwNKIuS4Jvx { width:4.4375rem;height:4.4375rem;top:30.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdumxTJPEuRBDNit5cXop3Prv28bT7pP { width:4.75rem;height:4.75rem;top:30.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4tRtno9G1Jd8s0vFsq7UwGNoeolvR5o { width:7.4375rem;height:2rem;top:36.4375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdntKu8NHoycPK9n9PMKS9L10DgVXIcC { width:4.4375rem;height:4.4375rem;top:40.875000953674rem;left:8.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdDbClX4Evffu4LpskWkt4BHfX56dZLI { width:9.125rem;height:2rem;top:47.062499046326rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 { display:block; }#rDHN7atM1Ai7WJVdMVfxxdqts1eQpDb1 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1EhKeuM9zuD1OmghCrPge3SLU01XICC { width:9.25rem;height:10.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOrK0ftTyZJm3BUAT7SoTeXdNuyEuifL { width:13.625rem;height:4.5375rem;top:5.25rem;left:0.37500005960464rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzphNJ4IuBp1hFcOLCpIT33mHwifkBMv { width:9.375rem;height:6.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sad3AvoRHtQsJUweMq8ICdgtwuOWhrrE { width:9.375rem;height:6.1875rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #O0dyHpzqLGSCJkT6ZL2nHl5X8dZBszqi { width:9.375rem;height:6.1875rem;top:14.375rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #MC3dzrg8MTWF63n8EDVoTnqXLW6mZt3i { width:9.25rem;height:6.125rem;top:21.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBa4G8ZgVC4uZKcyAkI9hsRUCMg0t6Kf { width:19.375rem;height:9.875rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2blAGdpByA2EmtlbiTu54OFtVULco9k { display:block; }#e2blAGdpByA2EmtlbiTu54OFtVULco9k > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o { display:block; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o { border-width: 0; border-radius: 0; }#JDpQkJT90cWWSVhTJJ97pwtGyTkB5a1o > .row .container { width:20rem;height:40.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id0ufgPX3N4piOfahJXwsnbKC0fdSxpc { width:9.25rem;height:10.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZMz7idgP1ltuSpDvP2NDiEZCTDroDZF { width:14.5625rem;height:4.4rem;top:5.375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT8hVzyxaooTEtdRRTrEbkITG7OQaw12 { width:18.75rem;height:12.5rem;top:26.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trQlndtnQ94fC9odwQXOJcnfW2g7Xfnl { width:12.5rem;height:1.3rem;top:27.8125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q86zoCHXetqRTwEIPCVeGpc7DHvW1VlB { width:13.25rem;height:1.3rem;top:30.062499523163rem;left:4.3750000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKnK4WqTkoZh3FQbTgzOHKXK7CDSbtdv { width:17.5rem;height:12.5rem;top:14.375rem;left:0.87499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvJL4LWRdA2HyvgC0ZCms8MppFMqoeq { width:18.75rem;height:6.25rem;top:33.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLzBBUzaSxUTvRykvrgGlwx8OzRQ0Z54 { width:12.375rem;height:1.3rem;top:35rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoSVLBQ9vHss2oVbqfyEXyGTVTn12g26 { width:18.75rem;height:3.75rem;top:23.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugSOuUGIPdhxXRCMhn1h7T58RKX13pp6 { width:12.5rem;height:1.3rem;top:24.09375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd { display:block; }#mtsxs8XR97DCAr0KeT1cd1Ic98mWivEd > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lemMsLl7ZPRtiWAwNMr9xN4TDBnguP8i { width:18.75rem;height:3.75rem;top:8.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3nLhkpf2612bzO7W4gnKG2ZCUWR8k6x { width:12.5rem;height:1.3rem;top:9.96875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoymSwqTKVKSCUlDpHtTIy7tt571UEL { width:18.75rem;height:12.5rem;top:12.5625rem;left:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nD6qeAksEFFiFVhDMJAzDJ8yKsZEuO0w { width:18.75rem;height:6.25rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUJzr6Ib4hGsPBcHRXx8TAJ2KP12DcMq { width:12.375rem;height:1.3rem;top:20.75rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hN1RVKKMfulOKsifqkK5Bv7RAmq99NZS { width:17.5rem;height:12.5rem;top:0rem;left:0.99999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukMNIboJLJwbCF4RSUwO8ITFchJu18I5 { width:12.5rem;height:1.3rem;top:13.625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNi3gc2v3CJ7NEV08ZPmxmD8f27TuJr7 { width:12.5rem;height:1.3rem;top:15.93593788147rem;left:4.5625000596046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nT479yiTFAlfxEUMVGRWgzX88ud2IP { display:block; }#e6nT479yiTFAlfxEUMVGRWgzX88ud2IP > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4cUKwpdGIoQJUEn81MW13DaQTQRDCWH { width:9.5rem;height:14.875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUMsSWuAgTbAOuUQwx9ROQrz5Rb0N5P { width:20rem;height:3.625rem;top:6.125rem;left:-0.12499994039536rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT0gVflXn7lI0Zxi7p58phmEHMgAuv28 { width:20rem;height:7.5rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETQbZQbgbKchWdEL3SBGUndhMsW21QN { width:19.625rem;height:5.2rem;top:22.625000476837rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smCApp08ntD6uJFqQ4oR2k2dzhgUp265 { width:14.875rem;height:4.3125rem;top:33.6625rem;left:2.5625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #mE6PEhrJhkyz2LBR45GcV1hU3OKbUZ8U { display:block; }
 }@media only screen and (max-width: 763px) { #z9GvPrkiES2XT6wGgu8w3St7TPqFpqnl { width:14.875rem;height:4.3125rem;top:50.35rem;left:2.5625rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #scuEf3k76ieHVw3ctssDaM62C16Zt4wl { display:block; }
 }@media only screen and (max-width: 763px) { #k1EePQPaW2efRTALK3BfnlU3aAHCIKKv { width:15.75rem;height:2.6rem;top:39.787494659424rem;left:2.5625000596046rem;font-size:1rem;display:block; }
 }