.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:255,241,228;--color-primary-1:254,209,164;--color-primary-2:252,162,72;--color-primary-3:126,81,36;--color-primary-4:38,24,11;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--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:"Work Sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/804e91c1-6c25-4931-8a8e-91dda42b42b6/LPimagesGeneral1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.adaptive-delivery-prevent-bg, #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.lazyload, #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.lazyloading { background-image: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { background-color: transparent; background-image: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container > .video-iframe-container { display: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row > .video-iframe-container { display: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .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); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { border-width: 0; border-radius: 0; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#T09VzhmeTpNIaWBf8o6Fyg72FdWZMVgM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#Pq8gAOy6S4nMvRrbd7tWfrqImiJoMKoR { color:rgba(var(--color-secondary-3),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.625rem;left:3rem;height:3.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#g4d1DukVtCQKklkuPMNAEEzfEqx8M4GP { color:#214d74;display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:10.375rem;left:3rem;height:8.32425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#syvEgN4EsSl2yPzyHRfDtSrVrm10myge { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.5625rem;left:3rem;overflow:hidden;display:block; }
#lcW5t6NqcnP7nkT5HiTfXz6zD3sf2e74 { color:rgba(var(--color-secondary-3),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:7.9375rem;left:3rem;height:2.5rem;font-style:normal;display:block; }
#Mniwh6s4PUNhaarbDxl1OlTMBWcbw1MZ { background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ff9804, #fc7c02);background-image: -moz-linear-gradient(130deg, #ff9804, #fc7c02);background-image: -ms-linear-gradient(130deg, #ff9804, #fc7c02);background-image: -o-linear-gradient(130deg, #ff9804, #fc7c02);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9804', endColorstr='#fc7c02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9804', endColorstr='#fc7c02' );";background-image: linear-gradient(130deg, #ff9804, #fc7c02);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.9375rem;left:3rem;display:block; }
#us5Xt6GGCc0iT8lC7oBJBzMVloQJaKv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:42.5rem;left:35.1875rem; }
#nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; }#Tru3F5w7aaQaFtvniBdopNHm6OXXdHEJ { color:rgba(var(--color-secondary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:25.7373046875rem;left:3rem;height:4.125rem;font-style:normal;display:block; }
#ClOJ8RJJqeBJM8PMst0N6kL4ksxKWniP { color:rgba(var(--color-secondary-3),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:31.375rem;left:3rem;height:2.5rem;font-style:normal;display:block; }
#FgHra93PJ7MN0lP3GSlOiebIM0cSHkcs { color:#000a21;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.875rem;left:3rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTBPdPz3rJkGAucEKyLAiGUbBI4kLTpH { color:rgba(var(--color-secondary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:25.7373046875rem;left:3rem;height:4.125rem;font-style:normal;display:none; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { position:relative;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { 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:4.4375rem;width:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { position:absolute;display:block;z-index:15007;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:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#STyhhTUEALNuziKPydpieDNRgiKoffES { position:absolute;display:block;z-index:15009;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.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container { background-color: transparent; background-image: none; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container > .video-iframe-container { display: none; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row > .video-iframe-container { display: none; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .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); }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container { border-width: 0; border-radius: 0; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#EDIoLxXxzVrsHwdBMXeEdKqH9xKTomGS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:6.375rem;left:2rem;height:3.4375rem;display:block; }
#abehmz8ka09EFmpBmQhnTRuPBbxx0Efu { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2rem;height:7.79883125rem;display:block; }
#nSt9UTGpNxQtOQOzCVM1MaQuJZfxf7G7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.6875rem;left:2rem;overflow:hidden;display:block; }
#Os4sUipHeJ3ekgVNCH0Tgzo1EoO0lRvT { box-sizing:content-box;height:18.5rem;width:16.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.21875rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#VFvRQCDTDx1sqL6tPRPzodoO1fsyV5G7 { box-sizing:content-box;height:18.3125rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:19.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#GMAKLvP3prnSgQBo2bJSAF9NVEqrGBOu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5615234375rem;left:20.71875rem;height:7.7988375rem;display:block; }
#OumDsJqcBWFrBOnw4Cmvg6V1V6zOo90g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:6.375rem;left:20.75rem;height:3.4375rem;display:block; }
#WFeJ2H1Qz3yV7MPx0apLPtpZVEqu5OrH { 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:2.625rem;width:2.8125rem;top:2.6875rem;left:20.75rem;overflow:hidden;display:block; }
#gOTatQpaTsF1vmhlLuu4afmDNQpM5eTw { box-sizing:content-box;height:18.75rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:38.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#rAZWTORg0tIZx8zz9OOkHRzE4zvoKb2i { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5625rem;left:39.5rem;height:7.79883125rem;display:block; }
#giF3tdV75QirtHoUf2H3xHm1DfmFezT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:6.375rem;left:39.5rem;height:3.4375rem;display:block; }
#Oac8trQcCXqsISEnC4qwPOqw7Rcg31NE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.6875rem;left:39.5rem;overflow:hidden;display:block; }
#TwK3S56dLOzndBJzcUkvAVQ4T5nRvcqo { box-sizing:content-box;height:18.625rem;width:16.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.25rem;left:57.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#CxrkCk1GzTLCw3Hf8b4nNV4Ed0CvyDaL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.25rem;height:7.79883125rem;display:block; }
#tgXeQxvEU5BTpPA3p5IVOhpd8nnSwrGy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:6.375rem;left:58.25rem;height:3.4375rem;display:block; }
#PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.3125rem;top:2.6875rem;left:58.25rem;overflow:hidden;display:block; }
#pTUqcc4ROEUaq8q6pia3suWRr00TX9VP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:40.6875rem;left:39.375rem;display:none; }
#gAKykzrDPlqq8zDrEhlBtOGtgzpEqFOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2G9hTIstOeQUXkhFxx7JQ0IhxpCRCvG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2rem;height:7.79883125rem;display:none; }
#mVXS0geJ7LBBiiwUPTIxCwy5tQCUTcmV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5625rem;left:20.75rem;height:7.7988375rem;display:none; }
#yzkSWTqutHcVUuFrUEowcX3AdHODPrQT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.5625rem;left:58.25rem;height:7.79883125rem;display:none; }
#rSegPusZ3WCMohbIX40in3d96x2Lyzns { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:6.375rem;left:2rem;height:3.4375rem;display:none; }
#hqibsbEAGLVTrCCmaphs9pSk9tqrJcCX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:6.375rem;left:2rem;height:3.4375rem;display:none; }
#hI7OMtXsvZrzA53LOI93w6HV2WdtKqeb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:6.375rem;left:2rem;height:3.4375rem;display:none; }
#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4b741db5-1ef4-4362-923d-bbada4535449/Desktop1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.adaptive-delivery-prevent-bg, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyload, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyloading { background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { border-width: 0; border-radius: 0; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { color:rgba(var(--color-secondary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.75rem;left:38.8125rem;height:2.75rem;font-style:normal;display:block; }
#W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:3.5rem;left:38.125rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:41.6875rem;left:38.8125rem;display:block; }
#QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHooNAQpk7eKWwWoBcZo46JD88JAdQxz { box-sizing:content-box;height:13.875rem;width:18.4375rem;position:absolute;display:block;z-index:15000;background-color:#eff8f8;background-image:none;top:11.125rem;left:37.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#s5y53eNlrInP3VwMyTng8Wa5CtexOD8N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:16.39990234375rem;left:38.8125rem;height:6.7480625rem;font-style:normal;display:block; }
#d95wE0l50s3NQKBZkXCFRrEcGGhBcwXH { box-sizing:content-box;height:13.875rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:#eff8f8;background-image:none;top:11.125rem;left:56.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#WMoNLUqKhl3CMB521m56ynTl946fAcO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:16.39990234375rem;left:57.5625rem;height:6.7480625rem;font-style:normal;display:block; }
#TvkwIcx8gJAfTPpTTwMoCzpTnP3MT9JV { color:rgba(var(--color-secondary-2),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:12.75rem;left:57.875rem;height:2.75rem;font-style:normal;display:block; }
#OMD6wntxxInn4FMkATTV2PkPp1hS9Kx9 { box-sizing:content-box;height:13.875rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#eff8f8;background-image:none;top:25.9375rem;left:37.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hzo2H34gJqFh5iNWJEcX3nVWwfTuQBJx { box-sizing:content-box;height:13.875rem;width:18.4375rem;position:absolute;display:block;z-index:15009;background-color:#eff8f8;background-image:none;top:25.9375rem;left:56.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MqkShFU5wzDDTxokTBecHBzTTm92ICXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:29.6875rem;left:57.875rem;height:8.097625rem;font-style:normal;display:block; }
#qZbcMvKUsLf42PyNvQKkQCKJJJbBrT5d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:31.2109375rem;left:38.8125rem;height:6.7480625rem;font-style:normal;display:block; }
#PvVclIoBx5DskQcOvXTzf0gklMoJsPmS { color:rgba(var(--color-secondary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:27.5625rem;left:38.8125rem;height:2.75rem;font-style:normal;display:block; }
#JOmzlxOWQEzxoyroGCtnuS6PG1idrs3r { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:27.5625rem;left:57.875rem;height:1.375rem;font-style:normal;display:block; }
#SJ6wt92utQGiVQhJQTmz1MzlBe2GnJG8 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:15.0625rem;top:0rem;left:30.024742126465rem;overflow:hidden;display:block; }
#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;background-image:url("https://images.assets-landingi.com/uc/8033b6b3-db28-4b56-beea-5b1aea5e1283/Vector312.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC.adaptive-delivery-prevent-bg, #TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC.lazyload, #TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC.lazyloading { background-image: none; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container { background-color: transparent; background-image: none; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container > .video-iframe-container { display: none; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row > .video-iframe-container { display: none; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .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); }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container { border-width: 0; border-radius: 0; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#VN5Xqt1Mu2JyqcS83IhAa8dKfqVOAWOQ { color:#001342;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiCHAt7L5oC4oGfhEHoOJCpzw6wLitRN { color:#001342;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container { background-color: transparent; background-image: none; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container > .video-iframe-container { display: none; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row > .video-iframe-container { display: none; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .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); }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container { border-width: 0; border-radius: 0; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#lMizTuota2DF7TA0L0IHqhQdHWClKqy1 { color:#001342;display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TrckulubWQRz1l0HIeUxXQzqaeni16AA { color:#001342;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#EQseZX17a11DmTTKUGDwObRCcQWvS3RH { color:#001342;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#AOIeIv02rlT7vnwNp0zplhTnF9yiZC3w { color:#001342;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#hANe3kRnb9LvZNI8EftmTgWuv4DTWKAd { color:#001342;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#fLixMi29ZEFZBGACRpaRQpTtqRkTXfMa { color:#001342;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#UcISzrRWTiL354aRRtv69p98kvrWdg57 { color:#001342;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#LqvuprIKZU1SLT8WRxcmqwgw58ZiQV0o { color:#001342;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#TrVUKDNb6pInsaBlLRnDuRTG3IPcX6Tl { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:2.6875rem;overflow:hidden;display:block; }
#RpDi9iHXs7EkaHLsDMmGGew7sprusIZR { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:21.5625rem;overflow:hidden;display:block; }
#n0g9pVz4ldwehKbIpkwLrASb83UkX0wD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:40.5625rem;overflow:hidden;display:block; }
#INwW0KQJ4TwqgLTt5t5DzwQzzSqtHpTI { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:58.75rem;overflow:hidden;display:block; }
#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container { background-color: transparent; background-image: none; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container > .video-iframe-container { display: none; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row > .video-iframe-container { display: none; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .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); }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container { border-width: 0; border-radius: 0; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#hzTgyXdZDDCOnsKvIP5LgauNMalT82sA { color:rgba(var(--color-secondary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.96875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV { 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; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container { background-color: transparent; background-image: none; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container > .video-iframe-container { display: none; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row > .video-iframe-container { display: none; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .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); }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container { border-width: 0; border-radius: 0; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:75rem;position:relative;display:block; }#zgWLssBPSBFH5IOtt7GIAQzOv6lzbW2F { color:rgba(var(--color-secondary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.5rem;left:12.96875rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W76zq1vtuy8WTvKGVGsIEFQbisKc4BAt { color:#001342;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.1875rem;left:42.6875rem;height:27.7856375rem;display:block; }
#mCs57P2RXtOEz0d0JRL9TmcUy4T57iWz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.7) ;height:32.375rem;width:25.875rem;top:12.875rem;left:7.25rem;overflow:hidden;display:block; }
#wlVbVEDJuo6pWVrWO50dTVxPDKQ3DQBo { position:absolute;display:block;z-index:15007;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.75rem;width:20.4375rem;top:15.5rem;left:21.1875rem;overflow:hidden;display:block; }
#UsIEFiZXPFWURNSRHacS5U4fbdulg25z { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:18.5625rem;left:21.1875rem;overflow:hidden;display:block; }
#fAI2u6AWA5I8nFlrFaby3SXxGHpHo6WS { position:absolute;display:block;z-index:15009;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.75rem;width:20.4375rem;top:22.875rem;left:21.1875rem;overflow:hidden;display:block; }
#QFg7PVvlr6UVWLQr0K2VPl1pdN7aSEo1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:27.1875rem;left:21.1875rem;overflow:hidden;display:block; }
#NnTL3u53V9nl1AMEdTnv4oUkVxWLElSF { 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:0.75rem;width:20.4375rem;top:31.625rem;left:21.1875rem;overflow:hidden;display:block; }
#AsGsKhNAETMOgr9VABlRc8TfwZ1BB4yw { position:absolute;display:block;z-index:15012;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.75rem;width:20.4375rem;top:36rem;left:21.1875rem;overflow:hidden;display:block; }
#xpTpseFnN7XZZqeBoE7smSies82C9bLf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:20.4375rem;top:40.4375rem;left:21.1875rem;overflow:hidden;display:block; }
#PJrqQynUTGyyG7zWWIwTIA1JItgtmF3H { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uUT49fdg22RpnJSaWTIVgi71iCB4X6pH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#T6zXMb7sdyc9Q4S1nLSambRWKS9eTSrO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RReAMBVsG3dDRJieNT9vmHoIc2I1Zg7A { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AUWWJ1wpxgEPk1ZAepFSk1dJXcJs9pOx { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xuIolA758nFHbBmIycu98V1rq8Me6gVD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XrHdmiM3lJlamg1qaFWDsyRuFQTW4xNb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.25rem;left:42.6875rem;display:block; }
#m0E52n8Mbrhx1NFcIb36ylVzfRvOgNr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container { background-color: transparent; background-image: none; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container > .video-iframe-container { display: none; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row > .video-iframe-container { display: none; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .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); }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container { border-width: 0; border-radius: 0; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#FNB7wCTwgypIhRIZm4yzJU6b4UZIE9LE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:2rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#WIQQfnbJ56PT0VRNsWihmcqJ1IKJaW6x { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:21.59375rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#Mn4ONAI7eyzFhoDEGTGeOVgkSLLG3BGo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:39.5rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#m4mWHgiS86BtUwGTHPlTKGnGa4Mk37s9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7rem;left:58rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#mNHpy7BZCfRhBdgfsfyLmBMqurNGJpNG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3rem;left:7.8125rem; }
#EP7S3Mw0RU9PyVTxTe8Zk12WgLIcTshr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3rem;left:26.5625rem; }
#Zf62wQyA700GgrC96tuHXANQ5tdg13KZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.9375rem;left:45.3125rem; }
#x7VT830gflKtk1APJDmJpN7bLRJGlhFi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.9375rem;left:64.0625rem; }
#AHfOLSTu7Ciat7MqU3EHZFrFACSFosTS { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:40.6875rem;left:39.375rem;display:none; }
#x9vGiwpA5S405ULo0IQ4C5d0KTTppKlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7waKSfRaS6prDOsuIQenLiOoOrBDcIa { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.125rem;left:5.9375rem;height:1.375rem;display:none; }
#emxHgVyf7D7XNvEMG8bKPT6KRKEBTLD2 { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:14.787109375rem;left:2rem;display:none; }
#GBvEUCFDn5mpxCDQXE9A5x0sUMX9Mo6e { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.9375rem;height:1.1875rem;display:none; }
#nTcLOTt0sQVDPdKu8ICpGiPiRalwUPnF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16rem;left:25.4375rem;height:1.1875rem;display:none; }
#DCdUSn1eocWXsgCIHowotMCR04ea2FFq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:25.4375rem;height:1.375rem;display:none; }
#XK4FQGBJGEGc8DhATdMW6QuZ6vqRLWqW { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:14.1875rem;left:21.5rem;display:none; }
#Ls0WZuhk8sfGvFCfWdMRtST7D8nK7Bck { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16rem;left:43.4375rem;height:1.1875rem;display:none; }
#EWv4T4Mr2Unocvm6NOOreTFLxbntQZ76 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:43.4375rem;height:1.375rem;display:none; }
#XGd9cHXVTBrQJV84xOMyC5TLDVElkq6P { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:14.1875rem;left:39.5rem;display:none; }
#Eow2T9nmNX0ROZLrB389WDi6XEntxoyt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:61.9375rem;height:1.1875rem;display:none; }
#VG5gTnzv5e4cq00f9nvbf6hr3ABfQCWd { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5rem;left:61.9375rem;height:1.375rem;display:none; }
#wsXoZrffLd28xMwMTiZETzLHoN2v0RhG { box-sizing:content-box;height:3.3125rem;width:3.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:14.1875rem;left:58rem;display:none; }
#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo { 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; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container { background-color: transparent; background-image: none; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container > .video-iframe-container { display: none; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row > .video-iframe-container { display: none; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .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); }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container { border-width: 0; border-radius: 0; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container { font-size:0.875rem;font-family:arial;height:82.625rem;width:75rem;position:relative;display:block; }#bDASXT2lQvZitt3TPAwIovwMRZsmA1gL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5.0625rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5AdAVtuCLT6Unq5LRA6Z8xqPoQrem1n { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:17.875rem;left:14.0625rem;display:block; }
#HRCkcit1MhoWKLwPNmCWHh2bS03An9aD { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:33.0625rem;left:14.0625rem;display:block; }
#ygfXQ9unfIOStO2zSNoL2clbPRa4pAGq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.125rem;left:44.125rem;display:block; }
#XGzFtSyCcrElo1NVXdzVGKgJXMKFf3oM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tlgw2eVhcf0LF10TTyUeAwnvtliaVBbB { color:rgba(var(--color-tertiary-4),1);display:block;width:4.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:34.0625rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wsEiDDH8qwTqQDMncObXeLVFSIPkeeZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:36.0625rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ta8mK6KwlRpeDIeJusXkMBNaXgrLZGFT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.3125rem;left:44.125rem;display:block; }
#KiRVpFuZfrBKrkyWxvL5TosOg4loCMvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckXozc87zigokHcf8t7VX10uS6S7N2XH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:36rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfORHSyGgwySTHZvxZvlDVeVW2h2OhlT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.375rem;left:24.1875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W3hssSHb5t4OWe2K5CVRJ4haAiyuarNn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:20.71875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UanzvBr0xS4107iqeEy9IlNOmkOTHV9l { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.962890625rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y9lzA3m04y9Z9XmIOCpzxULnIGGmkcPg { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:34.3125rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riXiH61TTpU67zvdZ115h56EuZxARNDw { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.125rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qFvMAGH53dDM8hlZgxlgByeTZ8UoBOGf { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:20.71240234375rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gUJG7ToiQb02Q1MHn5cJm7v220x89xkv { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:40.875rem;left:14.0625rem;display:block; }
#qudcxuzgw3l9gTxkhzJ5LBVq7llDHTUw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:41.875rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HLWqO4e4oJkUhDICKQssq9qgSA5MtdV4 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:42.125rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QyKuoW67F6re5tsSbZf8TpRp1ZVIw7yP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:43.875rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DLkpgDTp8fCdvwtnQeha2WXFxTehpuZi { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.125rem;left:44.125rem;display:block; }
#H2A0ol4ClkID6WMVOXN0MZvWgZ0WvieB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHkbmvZavLM0koC08tu3es3Nnw8KKkev { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:48.625rem;left:14.0625rem;display:block; }
#U3bow9l4Wf4SIQPXZRRqKlsQynSx4znd { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:49.625rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N133BEq25ayqOPgA6pqoARtIxHTtBHDm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:49.875rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nOoGcMQLGDJLqpDsAKaExpfsN4loO7on { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:51.625rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJVloBKKqKN1ChCWcvwzGLwXIlqrVSy0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:51.5625rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PqGdHAEcWKDyPkR69phXEluHs96nTEAt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:49.875rem;left:44.125rem;display:block; }
#QbkkXcX3LzIO5hAw5bwGwP8KwkVIomTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esG38qzr0lMohrpQret5p7gM4podcExU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:43.875rem;left:30rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ulxpLPogm8Gn8oBMv0knT32mV23X719M { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:56.25rem;left:14.0625rem;display:block; }
#d4p6QIV5My8fJAO1DNXkhrTIDolSZvlH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:57.25rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QlaKXiQt8g6VJR1NuANdWCbCnfcEsc6d { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:57.5rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sUXV2SctFtVT43OSiNWmIPsbdSm5B3fW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:59.25rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDkChhBUkBIgOmlACwqyvy1BnwkSv3Rb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:59.1875rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z30aTHRGyi07C3eotdyUKsKFpSGmIw1K { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:57.5rem;left:44.125rem;display:block; }
#OgrvRnTHM0GFhZcQw9mPXKqhI1RlpHc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npksEEg8Pg22uUf9XXXxdSXS84T6zPwc { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:63.875rem;left:14.0625rem;display:block; }
#nMmrPiUas774BvaNNh2oG6u1IeqrnWTg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:64.875rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vrAAT4Ix12mzurFW8mJvcp5gWiiU5oHE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:65.125rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GIExFBEQvP44lRMSDxFzIeDlAl4BFTqs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:66.875rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTp7uW7HBTKmcfIsa5ngtRXncN9zFUu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:66.8125rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sTSiXXsDZJSo24M7wqGuHfMpTgc5IJ9r { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:65.125rem;left:44.125rem;display:block; }
#XeTwk6HHGxm0aD9pM9iEcBLZAHqubDmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esgQHT4D4TIWwSvflPI27xOhaSkwvHoK { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:71.5rem;left:14.0625rem;display:block; }
#mPlqfTJqtwgol7zI1SDN38sDtIfEdOP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:72.5rem;left:17rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iCcibW8bebu3IaHRgqJ4TzxvWrMe1VXc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:72.75rem;left:30.0625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXPgZk9tebuDG3VB8k3ClewaOJOkU734 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:72.75rem;left:44.125rem;display:block; }
#g5pT0XqKTwkDslT5n7wh4oaeqrpSsIwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZQHJlSTaOJrRlX3T0FQOLbEOVAxDuXN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:74.4375rem;left:30.0625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kCVKaZ9AtWq4rMdTc5SDBNVGAUaOyfSp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:74.5rem;left:16.9375rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqCIp13pgSz7TA3hBTU2rBL0Qt0NPD8J { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.125rem;width:46.875rem;top:25.5rem;left:14.125rem;display:block; }
#EMpbirZp4JWrrhfD3iG0eRHO3khdLB3P { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.4375rem;left:17.0625rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UL5yOdcp5Apd0ogymMVw3Et5uUF2RUqb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.6875rem;left:30.125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dmsypGNkOIBq6lD915JNwAiuxTkxLOOX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:28.4375rem;left:17rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TiEETzp9OTV3PSD36tEfIsfhGJQEN3Ow { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:28.375rem;left:30.125rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s8l7KExMvPLKNBpds0m3yvTesS0amave { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.6875rem;left:44.1875rem;display:block; }
#h5oneVpL4kL2Zt6sigIlgHUIDXGTVCLM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container { background-color: transparent; background-image: none; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container > .video-iframe-container { display: none; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row > .video-iframe-container { display: none; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .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); }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container { border-width: 0; border-radius: 0; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#m6QA0SwTkwGR6TTN2xscF4wAmnNMlr36 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#RnAaWHMNbDGz27Aded7Vkli4ksAtys0k { color:#001342;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.98828125rem;left:41.25rem;height:21.9360625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AusmxLHSeABWcKpCauXtlo1eK55HSWKz { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.13720625rem;font-style:normal;display:block; }
#IM8Xnya2lQUSAeTk2TvcCONqAKbwcrWi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#Ci4IVTrDwqFQikOHUJ8r1g2xJ0bFyVVs { position:absolute;display:block;z-index:15009;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.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#s4LKNoEAfDoDV2364KyPBlHT8R7LR3zS { position:absolute;display:block;z-index:15009;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.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#yKtX6if4sWTPvi6TDTDBzikZ00cyJrO8 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.13720625rem;font-style:normal;display:block; }
#noT16BuZPGMTZcF3WpNJpvPttVAUFVZT { color:#3d4051;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69921875rem;font-style:normal;display:block; }
#xsEi06sNwadGOS2RuZDs6kBBtHxh1NLd { color:#001342;display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH { 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; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container { background-color: transparent; background-image: none; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container > .video-iframe-container { display: none; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row > .video-iframe-container { display: none; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .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); }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container { border-width: 0; border-radius: 0; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#ZUBkk7T8CBb70nsZmTk5HTEPvKwEvuWG { color:rgba(var(--color-tertiary-3),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:block; }
#TfM7Q9BF7IoT0OrvDZGvlawyxqIH48lm { color:rgba(var(--color-secondary-3),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:0.8125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M39GN2DPm0s9SXCKpq91VxqIOVwxx1Q7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.375rem;left:0.8125rem; }
#KlEfGrDrMgoHc5GmcUnvaI5X4SEwguJB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.375rem;left:0.8125rem; }
#ymO7CKbTMI6WxS1OcHnXisTtPLr22UQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.5rem;left:0.8125rem; }
#Dtu5VQUbsV4FUu53QtcxZv5z1hFsWMyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.4375rem;left:0.8125rem; }
#JP33FOdw8PlKObMpFyDh8thXsq3KTMWR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.5625rem;left:0.8125rem; }
#DbUIwkAi0ICFmPz2I6UGvlwnsbl1zfuV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.9375rem;width:28.5rem;top:8.078125rem;left:46.5rem;overflow:hidden;display:block; }
#DTgyJrZ3tvOv1gXfylwOeJcqexhynrNn { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#PVyFdg9iouTIMvO55fTcF2qevlB8Wgn7 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container { background-color: transparent; background-image: none; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container > .video-iframe-container { display: none; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row > .video-iframe-container { display: none; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .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); }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container { border-width: 0; border-radius: 0; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#NUrcdzH5390weAqHXFESbQVMJmaOLyo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:8.5625rem;left:51.625rem; }
#NUrcdzH5390weAqHXFESbQVMJmaOLyo0 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:8.5625rem;left:48.125rem; }
#B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#tm7v1tV5dLaA6zxZKMslogZKAoiFwRVm { position:absolute;display:block;z-index:15027;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.9375rem;width:4.9375rem;top:7.40625rem;left:41.875rem;overflow:hidden;display:block; }
#ZIxEnh9m6svvQDFN3TqIzuIzX3ZFPQ2u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.1875rem;left:54.875rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#Jl8y0rq8fUxRBwP5l2VHETZblTr7dmLq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Wtwh52n2GQswAk8cAJ3y66DAJu7W6WPc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:5.5rem;left:55.4375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#IlqRVLHtvoyXUuKf7BAEBqEq5rdVCDzU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:8.75rem;left:30rem; }
#nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#gIsz52SUWKXsxLl1SuDPzR36LJSXdniF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.8125rem;left:55.1875rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:8.75rem;left:26.5rem; }
#E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#sOFJeyGg2zW0gKn8I57HlQagFP2OvNGv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.9375rem;top:8.5rem;left:17.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP { display:block; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T09VzhmeTpNIaWBf8o6Fyg72FdWZMVgM { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8gAOy6S4nMvRrbd7tWfrqImiJoMKoR { top:19.625rem;left:0rem;width:28.375rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4d1DukVtCQKklkuPMNAEEzfEqx8M4GP { top:10.375rem;left:0rem;width:29.375rem;height:8.3125rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syvEgN4EsSl2yPzyHRfDtSrVrm10myge { top:2.5625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcW5t6NqcnP7nkT5HiTfXz6zD3sf2e74 { top:7.9375rem;left:0rem;width:42.8125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mniwh6s4PUNhaarbDxl1OlTMBWcbw1MZ { width:13.5rem;height:3.625rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #us5Xt6GGCc0iT8lC7oBJBzMVloQJaKv5 { display:block; }
 }@media only screen and (max-width: 763px) { #nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W { top:42.5rem;left:21.5625rem;width:4.625rem;height:4.625rem;display:block; }
#nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #Tru3F5w7aaQaFtvniBdopNHm6OXXdHEJ { top:25.6875rem;left:0rem;width:39rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClOJ8RJJqeBJM8PMst0N6kL4ksxKWniP { top:31.375rem;left:0rem;width:42.8125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgHra93PJ7MN0lP3GSlOiebIM0cSHkcs { top:33.875rem;left:0rem;width:26.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBPdPz3rJkGAucEKyLAiGUbBI4kLTpH { top:24.25rem;left:0rem;width:17.3125rem;height:3.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ { display:block; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDIoLxXxzVrsHwdBMXeEdKqH9xKTomGS { top:6.375rem;left:0rem;width:13.8125rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abehmz8ka09EFmpBmQhnTRuPBbxx0Efu { top:10.5625rem;left:0rem;width:14rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSt9UTGpNxQtOQOzCVM1MaQuJZfxf7G7 { top:2.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4sUipHeJ3ekgVNCH0Tgzo1EoO0lRvT { top:1.1875rem;left:0rem;width:16.875rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvRQCDTDx1sqL6tPRPzodoO1fsyV5G7 { top:1.25rem;left:7rem;width:16.875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAKLvP3prnSgQBo2bJSAF9NVEqrGBOu { top:10.5rem;left:9.0625rem;width:14.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OumDsJqcBWFrBOnw4Cmvg6V1V6zOo90g { top:6.375rem;left:11.0625rem;width:12.8125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeJ2H1Qz3yV7MPx0apLPtpZVEqu5OrH { top:2.6875rem;left:11.9375rem;width:2.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTatQpaTsF1vmhlLuu4afmDNQpM5eTw { top:1.25rem;left:18.9375rem;width:16.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZWTORg0tIZx8zz9OOkHRzE4zvoKb2i { top:10.5625rem;left:20.8125rem;width:15rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giF3tdV75QirtHoUf2H3xHm1DfmFezT5 { top:6.375rem;left:23.875rem;width:10.25rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oac8trQcCXqsISEnC4qwPOqw7Rcg31NE { top:2.6875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwK3S56dLOzndBJzcUkvAVQ4T5nRvcqo { top:1.25rem;left:30.875rem;width:16.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrkCk1GzTLCw3Hf8b4nNV4Ed0CvyDaL { top:10.5625rem;left:32.9375rem;width:14.8125rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgXeQxvEU5BTpPA3p5IVOhpd8nnSwrGy { top:6.375rem;left:34.3125rem;width:13.4375rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { top:2.6875rem;left:35.8125rem;width:2.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUqcc4ROEUaq8q6pia3suWRr00TX9VP { width:13.5rem;height:3.625rem;top:40.6875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAKykzrDPlqq8zDrEhlBtOGtgzpEqFOs { display:block; }
 }@media only screen and (max-width: 763px) { #y2G9hTIstOeQUXkhFxx7JQ0IhxpCRCvG { top:6.5rem;left:0rem;width:13.9375rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVXS0geJ7LBBiiwUPTIxCwy5tQCUTcmV { top:21.0625rem;left:0rem;width:14.8125rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzkSWTqutHcVUuFrUEowcX3AdHODPrQT { top:50.375rem;left:0rem;width:14.3125rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSegPusZ3WCMohbIX40in3d96x2Lyzns { top:17.6875rem;left:2.78125rem;width:7.625rem;height:3.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqibsbEAGLVTrCCmaphs9pSk9tqrJcCX { top:29.9375rem;left:2.5625rem;width:9.375rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hI7OMtXsvZrzA53LOI93w6HV2WdtKqeb { top:46.4375rem;left:2.5625rem;width:9.375rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { top:12.75rem;left:23.875rem;width:12.0625rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { top:3.5rem;left:19.125rem;width:28.625rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:13.5rem;height:3.625rem;top:41.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #MHooNAQpk7eKWwWoBcZo46JD88JAdQxz { top:11.125rem;left:23.875rem;width:18.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5y53eNlrInP3VwMyTng8Wa5CtexOD8N { top:16.375rem;left:23.875rem;width:16.375rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d95wE0l50s3NQKBZkXCFRrEcGGhBcwXH { top:11.125rem;left:29.3125rem;width:18.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoNLUqKhl3CMB521m56ynTl946fAcO6 { top:16.375rem;left:31.3125rem;width:16.4375rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvkwIcx8gJAfTPpTTwMoCzpTnP3MT9JV { top:12.75rem;left:35.6875rem;width:12.0625rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMD6wntxxInn4FMkATTV2PkPp1hS9Kx9 { top:25.9375rem;left:23.875rem;width:18.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzo2H34gJqFh5iNWJEcX3nVWwfTuQBJx { top:25.9375rem;left:29.3125rem;width:18.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqkShFU5wzDDTxokTBecHBzTTm92ICXZ { top:29.6875rem;left:31.0625rem;width:16.6875rem;height:8.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZbcMvKUsLf42PyNvQKkQCKJJJbBrT5d { top:31.1875rem;left:23.875rem;width:15.875rem;height:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvVclIoBx5DskQcOvXTzf0gklMoJsPmS { top:27.5625rem;left:23.875rem;width:13.875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmzlxOWQEzxoyroGCtnuS6PG1idrs3r { top:27.5625rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6wt92utQGiVQhJQTmz1MzlBe2GnJG8 { top:0rem;left:8.8125rem;width:15.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC { display:block; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN5Xqt1Mu2JyqcS83IhAa8dKfqVOAWOQ { top:4.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiCHAt7L5oC4oGfhEHoOJCpzw6wLitRN { top:8.25rem;left:5.28125rem;width:37.1875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp { display:block; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMizTuota2DF7TA0L0IHqhQdHWClKqy1 { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrckulubWQRz1l0HIeUxXQzqaeni16AA { top:4.1875rem;left:0.125rem;width:11.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQseZX17a11DmTTKUGDwObRCcQWvS3RH { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOIeIv02rlT7vnwNp0zplhTnF9yiZC3w { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANe3kRnb9LvZNI8EftmTgWuv4DTWKAd { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLixMi29ZEFZBGACRpaRQpTtqRkTXfMa { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcISzrRWTiL354aRRtv69p98kvrWdg57 { top:0.625rem;left:37.84375rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvuprIKZU1SLT8WRxcmqwgw58ZiQV0o { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrVUKDNb6pInsaBlLRnDuRTG3IPcX6Tl { top:0.625rem;left:0rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpDi9iHXs7EkaHLsDMmGGew7sprusIZR { top:0.625rem;left:11.9375rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0g9pVz4ldwehKbIpkwLrASb83UkX0wD { top:0.625rem;left:23.875rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwW0KQJ4TwqgLTt5t5DzwQzzSqtHpTI { top:0.625rem;left:35.8125rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn { display:block; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzTgyXdZDDCOnsKvIP5LgauNMalT82sA { top:0.875rem;left:17.34375rem;width:13.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV { display:block; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgWLssBPSBFH5IOtt7GIAQzOv6lzbW2F { top:4.5rem;left:0rem;width:47.75rem;height:5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W76zq1vtuy8WTvKGVGsIEFQbisKc4BAt { top:15.1875rem;left:19.6875rem;width:28.0625rem;height:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCs57P2RXtOEz0d0JRL9TmcUy4T57iWz { top:12.875rem;left:0rem;width:25.875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlVbVEDJuo6pWVrWO50dTVxPDKQ3DQBo { top:15.5rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsIEFiZXPFWURNSRHacS5U4fbdulg25z { top:18.5625rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAI2u6AWA5I8nFlrFaby3SXxGHpHo6WS { top:22.875rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFg7PVvlr6UVWLQr0K2VPl1pdN7aSEo1 { top:27.1875rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTL3u53V9nl1AMEdTnv4oUkVxWLElSF { top:31.625rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsGsKhNAETMOgr9VABlRc8TfwZ1BB4yw { top:36rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpTpseFnN7XZZqeBoE7smSies82C9bLf { top:40.4375rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJrqQynUTGyyG7zWWIwTIA1JItgtmF3H { display:none; }
 }@media only screen and (max-width: 763px) { #uUT49fdg22RpnJSaWTIVgi71iCB4X6pH { display:none; }
 }@media only screen and (max-width: 763px) { #T6zXMb7sdyc9Q4S1nLSambRWKS9eTSrO { display:none; }
 }@media only screen and (max-width: 763px) { #RReAMBVsG3dDRJieNT9vmHoIc2I1Zg7A { display:none; }
 }@media only screen and (max-width: 763px) { #AUWWJ1wpxgEPk1ZAepFSk1dJXcJs9pOx { display:none; }
 }@media only screen and (max-width: 763px) { #xuIolA758nFHbBmIycu98V1rq8Me6gVD { display:none; }
 }@media only screen and (max-width: 763px) { #XrHdmiM3lJlamg1qaFWDsyRuFQTW4xNb { width:13.5rem;height:3.625rem;top:45.25rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0E52n8Mbrhx1NFcIb36ylVzfRvOgNr0 { display:block; }
 }@media only screen and (max-width: 763px) { #KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF { display:block; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNB7wCTwgypIhRIZm4yzJU6b4UZIE9LE { top:7rem;left:0rem;width:14.8125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIQQfnbJ56PT0VRNsWihmcqJ1IKJaW6x { top:7rem;left:10.25rem;width:14.375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn4ONAI7eyzFhoDEGTGeOVgkSLLG3BGo { top:6.9375rem;left:21rem;width:14.8125rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mWHgiS86BtUwGTHPlTKGnGa4Mk37s9 { top:7rem;left:32.5rem;width:15.25rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNHpy7BZCfRhBdgfsfyLmBMqurNGJpNG { top:3rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP7S3Mw0RU9PyVTxTe8Zk12WgLIcTshr { top:3rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf62wQyA700GgrC96tuHXANQ5tdg13KZ { top:2.9375rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7VT830gflKtk1APJDmJpN7bLRJGlhFi { top:2.9375rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfOLSTu7Ciat7MqU3EHZFrFACSFosTS { width:13.5rem;height:3.625rem;top:40.6875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9vGiwpA5S405ULo0IQ4C5d0KTTppKlo { display:block; }
 }@media only screen and (max-width: 763px) { #A7waKSfRaS6prDOsuIQenLiOoOrBDcIa { top:15.125rem;left:2.53125rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emxHgVyf7D7XNvEMG8bKPT6KRKEBTLD2 { top:14.75rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBvEUCFDn5mpxCDQXE9A5x0sUMX9Mo6e { top:16.625rem;left:2.53125rem;width:9.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTcLOTt0sQVDPdKu8ICpGiPiRalwUPnF { top:16rem;left:14.5rem;width:9.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdUSn1eocWXsgCIHowotMCR04ea2FFq { top:14.5rem;left:14.5rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK4FQGBJGEGc8DhATdMW6QuZ6vqRLWqW { top:14.1875rem;left:11.9375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls0WZuhk8sfGvFCfWdMRtST7D8nK7Bck { top:16rem;left:26.40625rem;width:9.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWv4T4Mr2Unocvm6NOOreTFLxbntQZ76 { top:14.5rem;left:26.40625rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGd9cHXVTBrQJV84xOMyC5TLDVElkq6P { top:14.1875rem;left:23.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eow2T9nmNX0ROZLrB389WDi6XEntxoyt { top:16rem;left:38.09375rem;width:9.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG5gTnzv5e4cq00f9nvbf6hr3ABfQCWd { top:14.5rem;left:38.09375rem;width:9.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsXoZrffLd28xMwMTiZETzLHoN2v0RhG { top:14.1875rem;left:35.8125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo { display:block; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDASXT2lQvZitt3TPAwIovwMRZsmA1gL { top:5.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5AdAVtuCLT6Unq5LRA6Z8xqPoQrem1n { width:46.875rem;height:6.125rem;top:17.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCkcit1MhoWKLwPNmCWHh2bS03An9aD { width:46.875rem;height:6.125rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygfXQ9unfIOStO2zSNoL2clbPRa4pAGq { width:13.5rem;height:3.625rem;top:19.125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGzFtSyCcrElo1NVXdzVGKgJXMKFf3oM { display:block; }
 }@media only screen and (max-width: 763px) { #tlgw2eVhcf0LF10TTyUeAwnvtliaVBbB { top:34.0625rem;left:3.375rem;width:4.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsEiDDH8qwTqQDMncObXeLVFSIPkeeZ4 { width:13.0625rem;height:2.0625rem;top:36.0625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8mK6KwlRpeDIeJusXkMBNaXgrLZGFT { width:13.5rem;height:3.625rem;top:34.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRVpFuZfrBKrkyWxvL5TosOg4loCMvk { display:block; }
 }@media only screen and (max-width: 763px) { #ckXozc87zigokHcf8t7VX10uS6S7N2XH { width:13.0625rem;height:2.0625rem;top:36rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfORHSyGgwySTHZvxZvlDVeVW2h2OhlT { top:8.375rem;left:10.5625rem;width:26.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hssSHb5t4OWe2K5CVRJ4haAiyuarNn { top:13.75rem;left:7.09375rem;width:33.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UanzvBr0xS4107iqeEy9IlNOmkOTHV9l { top:19.9375rem;left:3.375rem;width:7.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9lzA3m04y9Z9XmIOCpzxULnIGGmkcPg { top:34.3125rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riXiH61TTpU67zvdZ115h56EuZxARNDw { top:19.125rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFvMAGH53dDM8hlZgxlgByeTZ8UoBOGf { width:13.0625rem;height:2.0625rem;top:20.6875rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJG7ToiQb02Q1MHn5cJm7v220x89xkv { width:46.875rem;height:6.125rem;top:40.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qudcxuzgw3l9gTxkhzJ5LBVq7llDHTUw { top:41.875rem;left:3.375rem;width:8.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLWqO4e4oJkUhDICKQssq9qgSA5MtdV4 { top:42.125rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyKuoW67F6re5tsSbZf8TpRp1ZVIw7yP { width:13.0625rem;height:2.0625rem;top:43.875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLkpgDTp8fCdvwtnQeha2WXFxTehpuZi { width:13.5rem;height:3.625rem;top:42.125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2A0ol4ClkID6WMVOXN0MZvWgZ0WvieB { display:block; }
 }@media only screen and (max-width: 763px) { #LHkbmvZavLM0koC08tu3es3Nnw8KKkev { width:46.875rem;height:6.125rem;top:48.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3bow9l4Wf4SIQPXZRRqKlsQynSx4znd { top:49.625rem;left:3.375rem;width:8.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N133BEq25ayqOPgA6pqoARtIxHTtBHDm { top:49.875rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOoGcMQLGDJLqpDsAKaExpfsN4loO7on { width:13.0625rem;height:2.0625rem;top:51.625rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJVloBKKqKN1ChCWcvwzGLwXIlqrVSy0 { width:13.0625rem;height:2.0625rem;top:51.5625rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGdHAEcWKDyPkR69phXEluHs96nTEAt { width:13.5rem;height:3.625rem;top:49.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbkkXcX3LzIO5hAw5bwGwP8KwkVIomTB { display:block; }
 }@media only screen and (max-width: 763px) { #esG38qzr0lMohrpQret5p7gM4podcExU { width:13.0625rem;height:2.0625rem;top:43.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxpLPogm8Gn8oBMv0knT32mV23X719M { width:46.875rem;height:6.125rem;top:56.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4p6QIV5My8fJAO1DNXkhrTIDolSZvlH { top:57.25rem;left:3.375rem;width:8.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlaKXiQt8g6VJR1NuANdWCbCnfcEsc6d { top:57.5rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUXV2SctFtVT43OSiNWmIPsbdSm5B3fW { width:13.0625rem;height:2.0625rem;top:59.25rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDkChhBUkBIgOmlACwqyvy1BnwkSv3Rb { width:13.0625rem;height:2.0625rem;top:59.1875rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z30aTHRGyi07C3eotdyUKsKFpSGmIw1K { width:13.5rem;height:3.625rem;top:57.5rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgrvRnTHM0GFhZcQw9mPXKqhI1RlpHc4 { display:block; }
 }@media only screen and (max-width: 763px) { #npksEEg8Pg22uUf9XXXxdSXS84T6zPwc { width:46.875rem;height:6.125rem;top:63.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmrPiUas774BvaNNh2oG6u1IeqrnWTg { top:64.875rem;left:3.375rem;width:8.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrAAT4Ix12mzurFW8mJvcp5gWiiU5oHE { top:65.125rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIExFBEQvP44lRMSDxFzIeDlAl4BFTqs { width:13.0625rem;height:2.0625rem;top:66.875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTp7uW7HBTKmcfIsa5ngtRXncN9zFUu0 { width:13.0625rem;height:2.0625rem;top:66.8125rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSiXXsDZJSo24M7wqGuHfMpTgc5IJ9r { width:13.5rem;height:3.625rem;top:65.125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTwk6HHGxm0aD9pM9iEcBLZAHqubDmk { display:block; }
 }@media only screen and (max-width: 763px) { #esgQHT4D4TIWwSvflPI27xOhaSkwvHoK { width:46.875rem;height:6.125rem;top:71.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPlqfTJqtwgol7zI1SDN38sDtIfEdOP1 { top:72.5rem;left:3.375rem;width:8.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCcibW8bebu3IaHRgqJ4TzxvWrMe1VXc { top:72.75rem;left:16.4375rem;width:9.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPgZk9tebuDG3VB8k3ClewaOJOkU734 { width:13.5rem;height:3.625rem;top:72.75rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5pT0XqKTwkDslT5n7wh4oaeqrpSsIwD { display:block; }
 }@media only screen and (max-width: 763px) { #CZQHJlSTaOJrRlX3T0FQOLbEOVAxDuXN { width:13.0625rem;height:2.0625rem;top:74.4375rem;left:16.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCVKaZ9AtWq4rMdTc5SDBNVGAUaOyfSp { width:13.0625rem;height:2.0625rem;top:74.5rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCIp13pgSz7TA3hBTU2rBL0Qt0NPD8J { width:46.875rem;height:6.125rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMpbirZp4JWrrhfD3iG0eRHO3khdLB3P { top:26.4375rem;left:3.4375rem;width:10.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL5yOdcp5Apd0ogymMVw3Et5uUF2RUqb { top:26.6875rem;left:16.5rem;width:9.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmsypGNkOIBq6lD915JNwAiuxTkxLOOX { width:13.0625rem;height:2.0625rem;top:28.4375rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEETzp9OTV3PSD36tEfIsfhGJQEN3Ow { width:13.0625rem;height:2.0625rem;top:28.375rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8l7KExMvPLKNBpds0m3yvTesS0amave { width:13.5rem;height:3.625rem;top:26.6875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oneVpL4kL2Zt6sigIlgHUIDXGTVCLM { display:block; }
 }@media only screen and (max-width: 763px) { #lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw { display:block; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6QA0SwTkwGR6TTN2xscF4wAmnNMlr36 { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnAaWHMNbDGz27Aded7Vkli4ksAtys0k { top:12.9375rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AusmxLHSeABWcKpCauXtlo1eK55HSWKz { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM8Xnya2lQUSAeTk2TvcCONqAKbwcrWi { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4IVTrDwqFQikOHUJ8r1g2xJ0bFyVVs { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4LKNoEAfDoDV2364KyPBlHT8R7LR3zS { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKtX6if4sWTPvi6TDTDBzikZ00cyJrO8 { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noT16BuZPGMTZcF3WpNJpvPttVAUFVZT { width:11rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsEi06sNwadGOS2RuZDs6kBBtHxh1NLd { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH { display:block; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUBkk7T8CBb70nsZmTk5HTEPvKwEvuWG { top:10.625rem;left:0rem;width:43.25rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfM7Q9BF7IoT0OrvDZGvlawyxqIH48lm { top:5.625rem;left:0rem;width:37rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M39GN2DPm0s9SXCKpq91VxqIOVwxx1Q7 { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEfGrDrMgoHc5GmcUnvaI5X4SEwguJB { top:13.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymO7CKbTMI6WxS1OcHnXisTtPLr22UQg { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtu5VQUbsV4FUu53QtcxZv5z1hFsWMyT { top:19.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP33FOdw8PlKObMpFyDh8thXsq3KTMWR { top:22.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUIwkAi0ICFmPz2I6UGvlwnsbl1zfuV { top:8.0625rem;left:19.25rem;width:28.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgyJrZ3tvOv1gXfylwOeJcqexhynrNn { top:7.0625rem;left:0rem;width:17.625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVyFdg9iouTIMvO55fTcF2qevlB8Wgn7 { top:28.1875rem;left:0rem;width:17.8125rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon { display:block; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrcdzH5390weAqHXFESbQVMJmaOLyo0 { top:8.5625rem;left:38rem;width:2.625rem;height:2.625rem;display:block; }
#NUrcdzH5390weAqHXFESbQVMJmaOLyo0 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh { top:8.5625rem;left:34.5rem;width:2.625rem;height:2.625rem;display:block; }
#B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #tm7v1tV5dLaA6zxZKMslogZKAoiFwRVm { top:7.375rem;left:28.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxEnh9m6svvQDFN3TqIzuIzX3ZFPQ2u { top:4.1875rem;left:35.0625rem;width:12.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl8y0rq8fUxRBwP5l2VHETZblTr7dmLq { top:2.875rem;left:0rem;width:20.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtwh52n2GQswAk8cAJ3y66DAJu7W6WPc { top:5.5rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqRVLHtvoyXUuKf7BAEBqEq5rdVCDzU { top:2.875rem;left:17.9375rem;width:14.4375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd { top:8.75rem;left:16.375rem;width:2.625rem;height:2.625rem;display:block; }
#nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #gIsz52SUWKXsxLl1SuDPzR36LJSXdniF { top:2.8125rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h { top:8.75rem;left:12.875rem;width:2.625rem;height:2.625rem;display:block; }
#E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #sOFJeyGg2zW0gKn8I57HlQagFP2OvNGv { top:8.5rem;left:4.0625rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/15ecfd86-f69e-4b7e-9b0b-b76860dc0bb0/LPimagesGeneral3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.adaptive-delivery-prevent-bg, #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.lazyload, #Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP.lazyloading { background-image: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { background-color: transparent; background-image: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container > .video-iframe-container { display: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row > .video-iframe-container { display: none; }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .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); }#Rm6R1R2nCGaiHO6KC4VzJZ4RBowuOsxP > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T09VzhmeTpNIaWBf8o6Fyg72FdWZMVgM { width:15.9375rem;height:0;top:15.5625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8gAOy6S4nMvRrbd7tWfrqImiJoMKoR { width:20rem;height:2.92480625rem;top:19.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g4d1DukVtCQKklkuPMNAEEzfEqx8M4GP { width:20rem;height:5.3994125rem;top:14.06201171875rem;left:0rem;font-size:3rem;text-align:left;text-align-last:left;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #syvEgN4EsSl2yPzyHRfDtSrVrm10myge { width:5.75rem;height:1.75rem;top:0.6875rem;left:14.08740234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcW5t6NqcnP7nkT5HiTfXz6zD3sf2e74 { width:19.9375rem;height:1.04980625rem;top:13.01220703125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mniwh6s4PUNhaarbDxl1OlTMBWcbw1MZ { width:11.4375rem;height:3.25rem;top:34.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #us5Xt6GGCc0iT8lC7oBJBzMVloQJaKv5 { display:block; }
 }@media only screen and (max-width: 763px) { #nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W { display:flex;width:4.625rem;height:4.625rem;top:43.0625rem;left:7.6875rem;display:none; }
#nKNnFmkZkTqoM5hsExkU77ZKM6uO0e1W > img { max-width: 100%;max-height:100%; width:4.625rem; height:4.625rem; } }@media only screen and (max-width: 763px) { #Tru3F5w7aaQaFtvniBdopNHm6OXXdHEJ { width:20rem;height:0;top:23.9873046875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ClOJ8RJJqeBJM8PMst0N6kL4ksxKWniP { width:20rem;height:1.3496125rem;top:29.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FgHra93PJ7MN0lP3GSlOiebIM0cSHkcs { width:20rem;height:2.4375rem;top:30.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#000a21;display:block; }
 }@media only screen and (max-width: 763px) { #iTBPdPz3rJkGAucEKyLAiGUbBI4kLTpH { width:16.3125rem;height:3.375rem;top:24.13671875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ { display:block; }#phAZdPscOeVeb0tLpHon2LdH1yLaQtOZ > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDIoLxXxzVrsHwdBMXeEdKqH9xKTomGS { width:7.625rem;height:2.4746125rem;top:2.625rem;left:6rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #abehmz8ka09EFmpBmQhnTRuPBbxx0Efu { width:14.8125rem;height:0;top:10.03125rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSt9UTGpNxQtOQOzCVM1MaQuJZfxf7G7 { width:2.8125rem;height:2.8125rem;top:2.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4sUipHeJ3ekgVNCH0Tgzo1EoO0lRvT { width:16.875rem;height:14.3125rem;top:1.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFvRQCDTDx1sqL6tPRPzodoO1fsyV5G7 { width:16.875rem;height:11.3125rem;top:16.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMAKLvP3prnSgQBo2bJSAF9NVEqrGBOu { width:14.8125rem;height:0;top:29.6875rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OumDsJqcBWFrBOnw4Cmvg6V1V6zOo90g { width:12.3125rem;height:0;top:21.375rem;left:2.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFeJ2H1Qz3yV7MPx0apLPtpZVEqu5OrH { width:2.8125rem;height:2.625rem;top:17.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTatQpaTsF1vmhlLuu4afmDNQpM5eTw { width:16.875rem;height:15.8125rem;top:28.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZWTORg0tIZx8zz9OOkHRzE4zvoKb2i { width:14.5rem;height:9.0986125rem;top:33.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giF3tdV75QirtHoUf2H3xHm1DfmFezT5 { width:12.875rem;height:0;top:33.5rem;left:2.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oac8trQcCXqsISEnC4qwPOqw7Rcg31NE { width:2.8125rem;height:2.8125rem;top:29.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwK3S56dLOzndBJzcUkvAVQ4T5nRvcqo { width:16.875rem;height:14.75rem;top:45.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxrkCk1GzTLCw3Hf8b4nNV4Ed0CvyDaL { width:14.3125rem;height:0;top:70.25rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgXeQxvEU5BTpPA3p5IVOhpd8nnSwrGy { width:11.5rem;height:0;top:50rem;left:2.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqVERepP3wRVdcHvo5zOPcI4w2gmCJfd { width:2.3125rem;height:2.75rem;top:46.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTUqcc4ROEUaq8q6pia3suWRr00TX9VP { width:11.25rem;height:2.9375rem;top:62.3125rem;left:4.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #gAKykzrDPlqq8zDrEhlBtOGtgzpEqFOs { display:block; }
 }@media only screen and (max-width: 763px) { #y2G9hTIstOeQUXkhFxx7JQ0IhxpCRCvG { width:13.9375rem;height:7.79883125rem;top:6.0625rem;left:2.625rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mVXS0geJ7LBBiiwUPTIxCwy5tQCUTcmV { width:14.8125rem;height:5.199225rem;top:21.0625rem;left:2.59375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yzkSWTqutHcVUuFrUEowcX3AdHODPrQT { width:14.3125rem;height:7.79883125rem;top:50.40625rem;left:2.84375rem;font-size:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rSegPusZ3WCMohbIX40in3d96x2Lyzns { width:9.375rem;height:2.4746125rem;top:17.6875rem;left:6.1875rem;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #hqibsbEAGLVTrCCmaphs9pSk9tqrJcCX { width:9.375rem;height:2.4746125rem;top:29.98095703125rem;left:6rem;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hI7OMtXsvZrzA53LOI93w6HV2WdtKqeb { width:9.375rem;height:2.4746125rem;top:46.4501953125rem;left:6rem;font-size:1.125rem;font-weight:700;font-style:normal;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { background-color:#ffffff;background-image:none;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { width:10.9375rem;height:2.4746125rem;top:9.25rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { width:14.8125rem;height:3.4375rem;top:2.6875rem;left:2.59375rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkuCrRJ8A5CIuOzC4Mfxa30TR0kuZm8g { width:11.25rem;height:2.9375rem;top:61.8125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUnxetKx5iXVdx7Qyp3o455BFoyrNL0G { display:block; }
 }@media only screen and (max-width: 763px) { #MHooNAQpk7eKWwWoBcZo46JD88JAdQxz { width:18.4375rem;height:12.9375rem;top:7.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5y53eNlrInP3VwMyTng8Wa5CtexOD8N { width:15.875rem;height:5.9985375rem;top:12.375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d95wE0l50s3NQKBZkXCFRrEcGGhBcwXH { width:18.4375rem;height:12rem;top:21.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoNLUqKhl3CMB521m56ynTl946fAcO6 { width:15.875rem;height:5.9985375rem;top:26.099609375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TvkwIcx8gJAfTPpTTwMoCzpTnP3MT9JV { width:12.0625rem;height:2.4746125rem;top:23.3125rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OMD6wntxxInn4FMkATTV2PkPp1hS9Kx9 { width:18.4375rem;height:11.9375rem;top:34.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzo2H34gJqFh5iNWJEcX3nVWwfTuQBJx { width:18.4375rem;height:12rem;top:47.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqkShFU5wzDDTxokTBecHBzTTm92ICXZ { width:15.875rem;height:7.19825rem;top:51.375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qZbcMvKUsLf42PyNvQKkQCKJJJbBrT5d { width:13.875rem;height:5.9985375rem;top:39.474609375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PvVclIoBx5DskQcOvXTzf0gklMoJsPmS { width:13.875rem;height:2.4746125rem;top:36.4375rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JOmzlxOWQEzxoyroGCtnuS6PG1idrs3r { width:12.0625rem;height:1.23730625rem;top:49.5rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SJ6wt92utQGiVQhJQTmz1MzlBe2GnJG8 { width:15.0625rem;height:2.625rem;top:9.5367431640625E-7rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC { display:block; }#TXhG4ayUmTa8UqglF3ZsNeTTkVOHGAaC > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN5Xqt1Mu2JyqcS83IhAa8dKfqVOAWOQ { width:19.75rem;height:1.58105625rem;top:2.8125rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AiCHAt7L5oC4oGfhEHoOJCpzw6wLitRN { width:19.25rem;height:3.65625rem;top:4.9375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp { display:block; }#gGo62NZdlZ2IKSsOiq96lNg16n6bMWQp > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMizTuota2DF7TA0L0IHqhQdHWClKqy1 { width:5.8125rem;height:2.03125rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrckulubWQRz1l0HIeUxXQzqaeni16AA { width:6.25rem;height:1.29980625rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQseZX17a11DmTTKUGDwObRCcQWvS3RH { width:6.5rem;height:2.03125rem;top:6.875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOIeIv02rlT7vnwNp0zplhTnF9yiZC3w { width:8.0625rem;height:2.5996125rem;top:8.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hANe3kRnb9LvZNI8EftmTgWuv4DTWKAd { width:7.312rem;height:2.03125rem;top:7.46875rem;left:12.43603515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLixMi29ZEFZBGACRpaRQpTtqRkTXfMa { width:7.5615rem;height:1.29980625rem;top:9.14990234375rem;left:12.310546875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcISzrRWTiL354aRRtv69p98kvrWdg57 { width:4.8125rem;height:2.03125rem;top:1.5rem;left:13.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqvuprIKZU1SLT8WRxcmqwgw58ZiQV0o { width:8.4375rem;height:2.5996125rem;top:3.3125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrVUKDNb6pInsaBlLRnDuRTG3IPcX6Tl { width:2.125rem;height:4.25rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpDi9iHXs7EkaHLsDMmGGew7sprusIZR { width:2.1875rem;height:4.4375rem;top:6.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0g9pVz4ldwehKbIpkwLrASb83UkX0wD { width:2.1875rem;height:4.4375rem;top:0.296875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwW0KQJ4TwqgLTt5t5DzwQzzSqtHpTI { width:2.1875rem;height:4.4375rem;top:6.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn { display:block; }#H28Fymu3mIsGWWWgNtE2DcIAIsQVzHZn > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzTgyXdZDDCOnsKvIP5LgauNMalT82sA { width:13.0625rem;height:0.9746125rem;top:0.51171875rem;left:3.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV { display:block; }#TT9MxJ0x5dZPbAIeZsqLnB3wKdspyfmV > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgWLssBPSBFH5IOtt7GIAQzOv6lzbW2F { width:18.8125rem;height:4.3125rem;top:2.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W76zq1vtuy8WTvKGVGsIEFQbisKc4BAt { width:20rem;height:29.895525rem;top:8.22412109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCs57P2RXtOEz0d0JRL9TmcUy4T57iWz { width:20rem;height:25rem;top:39.6083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlVbVEDJuo6pWVrWO50dTVxPDKQ3DQBo { width:20rem;height:0.73394495412844rem;top:15.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsIEFiZXPFWURNSRHacS5U4fbdulg25z { width:20rem;height:0.73394495412844rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAI2u6AWA5I8nFlrFaby3SXxGHpHo6WS { width:20rem;height:0.73394495412844rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFg7PVvlr6UVWLQr0K2VPl1pdN7aSEo1 { width:20rem;height:0.73394495412844rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnTL3u53V9nl1AMEdTnv4oUkVxWLElSF { width:20rem;height:0.73394495412844rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsGsKhNAETMOgr9VABlRc8TfwZ1BB4yw { width:20rem;height:0.73394495412844rem;top:36rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpTpseFnN7XZZqeBoE7smSies82C9bLf { width:20rem;height:0.73394495412844rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJrqQynUTGyyG7zWWIwTIA1JItgtmF3H { top:11.5rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15015;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uUT49fdg22RpnJSaWTIVgi71iCB4X6pH { top:16.6875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T6zXMb7sdyc9Q4S1nLSambRWKS9eTSrO { top:21.875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15017;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RReAMBVsG3dDRJieNT9vmHoIc2I1Zg7A { top:25.9375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AUWWJ1wpxgEPk1ZAepFSk1dJXcJs9pOx { top:31.0625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15019;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xuIolA758nFHbBmIycu98V1rq8Me6gVD { top:35.0625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15020;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XrHdmiM3lJlamg1qaFWDsyRuFQTW4xNb { width:13.5rem;height:3.625rem;top:65.8583984375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0E52n8Mbrhx1NFcIb36ylVzfRvOgNr0 { display:block; }
 }@media only screen and (max-width: 763px) { #KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF { display:block; }#KR2snvRVI1wmfAG3M7SgCJl8gUEf7BvF > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNB7wCTwgypIhRIZm4yzJU6b4UZIE9LE { width:14.8125rem;height:6.499rem;top:4.8125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIQQfnbJ56PT0VRNsWihmcqJ1IKJaW6x { width:14rem;height:3.8994125rem;top:15.9375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn4ONAI7eyzFhoDEGTGeOVgkSLLG3BGo { width:14.8125rem;height:6.499rem;top:25.3125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4mWHgiS86BtUwGTHPlTKGnGa4Mk37s9 { width:16.3125rem;height:5.19921875rem;top:37.5625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNHpy7BZCfRhBdgfsfyLmBMqurNGJpNG { display:flex;width:3.125rem;height:3.125rem;top:1.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EP7S3Mw0RU9PyVTxTe8Zk12WgLIcTshr { display:flex;width:3.125rem;height:3.125rem;top:12.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Zf62wQyA700GgrC96tuHXANQ5tdg13KZ { display:flex;width:3.125rem;height:3.125rem;top:21.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #x7VT830gflKtk1APJDmJpN7bLRJGlhFi { display:flex;width:3.125rem;height:3.125rem;top:33.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #AHfOLSTu7Ciat7MqU3EHZFrFACSFosTS { width:11.25rem;height:2.9375rem;top:47.9375rem;left:4.375rem;font-size:1rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #x9vGiwpA5S405ULo0IQ4C5d0KTTppKlo { display:block; }
 }@media only screen and (max-width: 763px) { #A7waKSfRaS6prDOsuIQenLiOoOrBDcIa { width:9.375rem;height:1.25rem;top:15.625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #emxHgVyf7D7XNvEMG8bKPT6KRKEBTLD2 { width:3.3125rem;height:3.3125rem;top:11.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBvEUCFDn5mpxCDQXE9A5x0sUMX9Mo6e { width:9.375rem;height:1.1875rem;top:16.9375rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nTcLOTt0sQVDPdKu8ICpGiPiRalwUPnF { width:9.375rem;height:1.1875rem;top:34.5rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DCdUSn1eocWXsgCIHowotMCR04ea2FFq { width:9.375rem;height:1.25rem;top:33.1875rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XK4FQGBJGEGc8DhATdMW6QuZ6vqRLWqW { width:3.3125rem;height:3.3125rem;top:29.125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls0WZuhk8sfGvFCfWdMRtST7D8nK7Bck { width:9.375rem;height:1.1875rem;top:53.8125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EWv4T4Mr2Unocvm6NOOreTFLxbntQZ76 { width:9.375rem;height:1.25rem;top:52.5625rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XGd9cHXVTBrQJV84xOMyC5TLDVElkq6P { width:3.3125rem;height:3.3125rem;top:48rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eow2T9nmNX0ROZLrB389WDi6XEntxoyt { width:9.375rem;height:1.1875rem;top:73.3125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VG5gTnzv5e4cq00f9nvbf6hr3ABfQCWd { width:9.375rem;height:1.25rem;top:72rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wsXoZrffLd28xMwMTiZETzLHoN2v0RhG { width:3.3125rem;height:3.3125rem;top:67.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo { display:block; }#BRo6OLTStKPr2vETdSGx5hUhXdH9bKzo > .row .container { width:20rem;height:151.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDASXT2lQvZitt3TPAwIovwMRZsmA1gL { width:18.4375rem;height:1.6499rem;top:3.1875rem;left:0.75rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y5AdAVtuCLT6Unq5LRA6Z8xqPoQrem1n { width:18.25rem;height:13.5625rem;top:15.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRCkcit1MhoWKLwPNmCWHh2bS03An9aD { width:18.1875rem;height:16.375rem;top:45.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygfXQ9unfIOStO2zSNoL2clbPRa4pAGq { width:13.5rem;height:3.625rem;top:23.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGzFtSyCcrElo1NVXdzVGKgJXMKFf3oM { display:block; }
 }@media only screen and (max-width: 763px) { #tlgw2eVhcf0LF10TTyUeAwnvtliaVBbB { width:4.9375rem;height:1.79980625rem;top:47.5625rem;left:7.5rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsEiDDH8qwTqQDMncObXeLVFSIPkeeZ4 { width:13.0625rem;height:2.0996125rem;top:54.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8mK6KwlRpeDIeJusXkMBNaXgrLZGFT { width:13.5rem;height:3.625rem;top:57.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiRVpFuZfrBKrkyWxvL5TosOg4loCMvk { display:block; }
 }@media only screen and (max-width: 763px) { #ckXozc87zigokHcf8t7VX10uS6S7N2XH { width:13.0625rem;height:2.0996125rem;top:51.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfORHSyGgwySTHZvxZvlDVeVW2h2OhlT { width:16.875rem;height:3.65625rem;top:5.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hssSHb5t4OWe2K5CVRJ4haAiyuarNn { width:15.875rem;height:2.4375rem;top:10.375rem;left:2.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UanzvBr0xS4107iqeEy9IlNOmkOTHV9l { width:7.3125rem;height:1.79980625rem;top:16.75rem;left:6.3125rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9lzA3m04y9Z9XmIOCpzxULnIGGmkcPg { width:9.6875rem;height:1.3496125rem;top:49.875rem;left:5.125rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #riXiH61TTpU67zvdZ115h56EuZxARNDw { width:9.6875rem;height:1.3496125rem;top:19.0625rem;left:5.125rem;font-size:1.125rem;line-height:1.2;font-weight:300;font-style:normal;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #qFvMAGH53dDM8hlZgxlgByeTZ8UoBOGf { width:13.0625rem;height:2.0996125rem;top:20.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJG7ToiQb02Q1MHn5cJm7v220x89xkv { width:18.25rem;height:16.4375rem;top:63.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qudcxuzgw3l9gTxkhzJ5LBVq7llDHTUw { width:8.9375rem;height:1.79980625rem;top:65.1875rem;left:5.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLWqO4e4oJkUhDICKQssq9qgSA5MtdV4 { width:9.6875rem;height:1.3496125rem;top:67.8125rem;left:5.1875rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyKuoW67F6re5tsSbZf8TpRp1ZVIw7yP { width:13.0625rem;height:2.0996125rem;top:71.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLkpgDTp8fCdvwtnQeha2WXFxTehpuZi { width:13.5rem;height:3.625rem;top:74.625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2A0ol4ClkID6WMVOXN0MZvWgZ0WvieB { display:block; }
 }@media only screen and (max-width: 763px) { #LHkbmvZavLM0koC08tu3es3Nnw8KKkev { width:18.3125rem;height:16.4375rem;top:80.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3bow9l4Wf4SIQPXZRRqKlsQynSx4znd { width:8.9375rem;height:1.79980625rem;top:82.5rem;left:5.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N133BEq25ayqOPgA6pqoARtIxHTtBHDm { width:9.6875rem;height:1.3496125rem;top:84.9375rem;left:5.0625rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOoGcMQLGDJLqpDsAKaExpfsN4loO7on { width:13.0625rem;height:2.0996125rem;top:89.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJVloBKKqKN1ChCWcvwzGLwXIlqrVSy0 { width:13.0625rem;height:2.0996125rem;top:86.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGdHAEcWKDyPkR69phXEluHs96nTEAt { width:13.5rem;height:3.625rem;top:91.875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbkkXcX3LzIO5hAw5bwGwP8KwkVIomTB { display:block; }
 }@media only screen and (max-width: 763px) { #esG38qzr0lMohrpQret5p7gM4podcExU { width:13.0625rem;height:2.0996125rem;top:69.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulxpLPogm8Gn8oBMv0knT32mV23X719M { width:18.375rem;height:16.4375rem;top:98rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4p6QIV5My8fJAO1DNXkhrTIDolSZvlH { width:8.9375rem;height:1.79980625rem;top:99.625rem;left:5.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlaKXiQt8g6VJR1NuANdWCbCnfcEsc6d { width:9.6875rem;height:1.3496125rem;top:101.875rem;left:5.3125rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUXV2SctFtVT43OSiNWmIPsbdSm5B3fW { width:13.0625rem;height:2.0996125rem;top:106.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDkChhBUkBIgOmlACwqyvy1BnwkSv3Rb { width:13.0625rem;height:2.0996125rem;top:103.375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z30aTHRGyi07C3eotdyUKsKFpSGmIw1K { width:13.5rem;height:3.625rem;top:109.125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgrvRnTHM0GFhZcQw9mPXKqhI1RlpHc4 { display:block; }
 }@media only screen and (max-width: 763px) { #npksEEg8Pg22uUf9XXXxdSXS84T6zPwc { width:18.625rem;height:16.4375rem;top:115.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmrPiUas774BvaNNh2oG6u1IeqrnWTg { width:8.9375rem;height:1.79980625rem;top:116.75rem;left:5.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrAAT4Ix12mzurFW8mJvcp5gWiiU5oHE { width:9.6875rem;height:1.3496125rem;top:118.9375rem;left:5.1875rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIExFBEQvP44lRMSDxFzIeDlAl4BFTqs { width:13.0625rem;height:2.0996125rem;top:123.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTp7uW7HBTKmcfIsa5ngtRXncN9zFUu0 { width:13.0625rem;height:2.0996125rem;top:120.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTSiXXsDZJSo24M7wqGuHfMpTgc5IJ9r { width:13.5rem;height:3.625rem;top:126.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTwk6HHGxm0aD9pM9iEcBLZAHqubDmk { display:block; }
 }@media only screen and (max-width: 763px) { #esgQHT4D4TIWwSvflPI27xOhaSkwvHoK { width:18.875rem;height:16.375rem;top:132.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPlqfTJqtwgol7zI1SDN38sDtIfEdOP1 { width:8.9375rem;height:1.79980625rem;top:134.0625rem;left:5.5625rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCcibW8bebu3IaHRgqJ4TzxvWrMe1VXc { width:9.6875rem;height:1.3496125rem;top:136.625rem;left:5.1875rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXPgZk9tebuDG3VB8k3ClewaOJOkU734 { width:13.5rem;height:3.625rem;top:143.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5pT0XqKTwkDslT5n7wh4oaeqrpSsIwD { display:block; }
 }@media only screen and (max-width: 763px) { #CZQHJlSTaOJrRlX3T0FQOLbEOVAxDuXN { width:13.0625rem;height:2.0996125rem;top:138rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCVKaZ9AtWq4rMdTc5SDBNVGAUaOyfSp { width:13.0625rem;height:2.0996125rem;top:140.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCIp13pgSz7TA3hBTU2rBL0Qt0NPD8J { width:18.4375rem;height:15.125rem;top:29.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMpbirZp4JWrrhfD3iG0eRHO3khdLB3P { width:10.3125rem;height:1.79980625rem;top:31.3125rem;left:4.875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UL5yOdcp5Apd0ogymMVw3Et5uUF2RUqb { width:9.6875rem;height:1.3496125rem;top:33.1875rem;left:5.1875rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmsypGNkOIBq6lD915JNwAiuxTkxLOOX { width:13.0625rem;height:2.0996125rem;top:37.38671875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiEETzp9OTV3PSD36tEfIsfhGJQEN3Ow { width:13.0625rem;height:2.0996125rem;top:34.537109375rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8l7KExMvPLKNBpds0m3yvTesS0amave { width:13.5rem;height:3.625rem;top:39.875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5oneVpL4kL2Zt6sigIlgHUIDXGTVCLM { display:block; }
 }@media only screen and (max-width: 763px) { #lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw { display:block; }#lkkdUEBIi5amPDIp9sMPyTn2Nnvth6Lw > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6QA0SwTkwGR6TTN2xscF4wAmnNMlr36 { width:12.5rem;height:0;top:51.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnAaWHMNbDGz27Aded7Vkli4ksAtys0k { width:20rem;height:25.996125rem;top:5.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AusmxLHSeABWcKpCauXtlo1eK55HSWKz { width:6.75rem;height:1.69970625rem;top:47.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IM8Xnya2lQUSAeTk2TvcCONqAKbwcrWi { width:11.25rem;height:11.25rem;top:44.8125rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Ci4IVTrDwqFQikOHUJ8r1g2xJ0bFyVVs { width:15.125rem;height:15.125rem;top:33.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #s4LKNoEAfDoDV2364KyPBlHT8R7LR3zS { width:10.8125rem;height:10.8125rem;top:50.5625rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yKtX6if4sWTPvi6TDTDBzikZ00cyJrO8 { width:4.25rem;height:1.69970625rem;top:56.1875rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #noT16BuZPGMTZcF3WpNJpvPttVAUFVZT { width:9.3125rem;height:2rem;top:61.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xsEi06sNwadGOS2RuZDs6kBBtHxh1NLd { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH { display:block; }#ZSzPEQ833viMA9a8ZgTqx9d3BPpMFiKH > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUBkk7T8CBb70nsZmTk5HTEPvKwEvuWG { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfM7Q9BF7IoT0OrvDZGvlawyxqIH48lm { width:16.0625rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #M39GN2DPm0s9SXCKpq91VxqIOVwxx1Q7 { display:flex;width:1.875rem;height:1.875rem;top:7.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KlEfGrDrMgoHc5GmcUnvaI5X4SEwguJB { display:flex;width:1.875rem;height:1.875rem;top:11rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ymO7CKbTMI6WxS1OcHnXisTtPLr22UQg { display:flex;width:1.875rem;height:1.875rem;top:28.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dtu5VQUbsV4FUu53QtcxZv5z1hFsWMyT { display:flex;width:1.875rem;height:1.875rem;top:31.9375rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JP33FOdw8PlKObMpFyDh8thXsq3KTMWR { display:flex;width:1.875rem;height:1.875rem;top:35.875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #DbUIwkAi0ICFmPz2I6UGvlwnsbl1zfuV { width:20rem;height:11.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgyJrZ3tvOv1gXfylwOeJcqexhynrNn { width:17.625rem;height:6.49903125rem;top:7.0625rem;left:2.375rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PVyFdg9iouTIMvO55fTcF2qevlB8Wgn7 { width:18.1875rem;height:10.39845rem;top:28.1875rem;left:2.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon { display:block; }#ofz8fkVB8LOCDdW4CoUHN9KnA6CwEIon > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrcdzH5390weAqHXFESbQVMJmaOLyo0 { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:12rem;font-size:1.5rem; }
#NUrcdzH5390weAqHXFESbQVMJmaOLyo0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:15.0625rem;font-size:1.5rem; }
#B5uWQ2a3aklb4gSowf6QGQFMIHoN5bLh > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #tm7v1tV5dLaA6zxZKMslogZKAoiFwRVm { width:4.875rem;height:4.875rem;top:6.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIxEnh9m6svvQDFN3TqIzuIzX3ZFPQ2u { width:8.4995rem;height:0.9746125rem;top:20.375rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl8y0rq8fUxRBwP5l2VHETZblTr7dmLq { width:20rem;height:2.5996125rem;top:1.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wtwh52n2GQswAk8cAJ3y66DAJu7W6WPc { width:11.875rem;height:0.9746125rem;top:21.75rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlqRVLHtvoyXUuKf7BAEBqEq5rdVCDzU { width:12.0625rem;height:1.94921875rem;top:15.5625rem;left:4rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:3.6875rem;font-size:1.5rem; }
#nxuWkyQGFtNQtmnIK9GSW1BuNTQSk7gd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gIsz52SUWKXsxLl1SuDPzR36LJSXdniF { width:12.312rem;height:0.9746125rem;top:18.8125rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h { display:flex;width:2.1875rem;height:2.1875rem;top:11.875rem;left:6.8125rem;font-size:1.5rem; }
#E1HrImGxvCXi3LtOdWlh6QRfO7dqD54h > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sOFJeyGg2zW0gKn8I57HlQagFP2OvNGv { width:6.75rem;height:2.3125rem;top:7.5625rem;left:2.9375rem;display:block; }
 }