.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:237,233,246;--color-primary-1:194,182,226;--color-primary-2:132,108,196;--color-primary-3:66,54,98;--color-primary-4:20,16,29;--color-secondary-0:255,251,237;--color-secondary-1:255,241,195;--color-secondary-2:255,227,134;--color-secondary-3:128,114,67;--color-secondary-4:38,34,20;--color-tertiary-0:255,255,255;--color-tertiary-1:188,191,194;--color-tertiary-2:31,41,51;--color-tertiary-3:16,21,26;--color-tertiary-4:3,4,5;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/4bbbf41e-d170-45eb-ae1d-a100dbfefa69/bannerclinicadeobesidade.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.adaptive-delivery-prevent-bg, #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.lazyload, #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.lazyloading { background-image: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { background-color: transparent; background-image: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container > .video-iframe-container { display: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row > .video-iframe-container { display: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .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); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { border-width: 0; border-radius: 0; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TJ8z0qBAlv8P2wXt2Qxu5sKJ8THpUbCb { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:"dm sans";font-size:3.9375rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:17.9375rem;left:16.1875rem;height:8.662125rem;text-align:center;text-align-last:center;display:block; }
#SRheqQAhBcuiEcqu4Xu0Beow1h46AC2i { color:rgba(var(--color-tertiary-0),1);display:block;width:43.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:27.375rem;left:18rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8qeSwuZD2xqNHmXeCzWc15ezM9JupZO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9375rem;left:30.125rem;display:block; }
#Pc3B4rzSxmRmvbTW9bndKXhaDZvMdNEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7oSOkGb4t8ZfgfHleIK44hHb1fAKUn0 { position:absolute;display:block;z-index:15006;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.4375rem;width:16.1875rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gRaURHIt25yKysX7ccweL4nunRcuIQw5 { color:rgba(var(--color-primary-3),1);display:block;width:41.8125rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.3125rem;left:16.59375rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#tAkeUSmrLBXQABsG3hqE9JxtWvddz4UH { color:rgba(var(--color-tertiary-2),1);display:block;width:38.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:16.8125rem;left:18.0625rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTANLNMmykVAakED6nrHQTPUgeu4AJme { box-sizing:content-box;height:17.25rem;width:18.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.6875rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tAmkGZwGiNa2xSOBzOQKTquq2Zc1toW4 { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.8;letter-spacing:0;top:31.2998046875rem;left:2.3125rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebd2z3D4dfgCdnfyoF9m69ZKAQXnfviT { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.8;letter-spacing:0;top:33.32421875rem;left:1.90625rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTExRQkElvOxGSrLTSD7DHmuNpIb4tJy { color:rgba(var(--color-primary-4),1);display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:33.32421875rem;left:21.75rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqWyTIEo9CxuVoW3nNCUPR4A6FvKNNdC { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:31.2998046875rem;left:21.25rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G25hxOmqRTArHHVvwTJV8Tu9X4XpzUZE { color:rgba(var(--color-primary-4),1);display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:33.32421875rem;left:41.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgvefBhR6OU182H9KO4CXJ2EkrUJMU1Q { color:rgba(var(--color-primary-3),1);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.8;letter-spacing:0;top:31.2998046875rem;left:39.25rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPNy7mep1ISm8J5bPR4f925d3TSPob0B { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:33.32421875rem;left:59.96875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDCAKneiasTUD3xq4Qz6QUgI66apiISx { color:rgba(var(--color-primary-3),1);display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:31.2998046875rem;left:58.625rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsEE0mPzcpzUtT1C7i1KczTCwKHhwlWp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:26.28125rem;left:6.96875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RFL9CzkkCl2O5THqkJ13G8vLXOq4J2V2 { position:absolute;display:block;z-index:15029;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.3125rem;width:2.25rem;top:27.1875rem;left:7.90625rem;overflow:hidden;display:block; }
#VO4eSwVKxHwiy2nlHWK2TyhD2kIJUcnM { box-sizing:content-box;height:17.25rem;width:18.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.6875rem;left:18.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q21BxpwZtLGUHv4uRpOMQPAhAfngq7AA { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:26.3125rem;left:25.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QFJIwKSWbp8Ovl3pfVfPpsHpOfcue7Ww { position:absolute;display:block;z-index:15032;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:1.875rem;width:2.25rem;top:27.40625rem;left:26.84375rem;overflow:hidden;display:block; }
#ZXzd5O2J6GrkuGcZSgmIeD0ACOReADNW { box-sizing:content-box;height:17.25rem;width:18.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.6875rem;left:37.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e16c7wbSJflWKvWmwr4NOXyP2uvoFDik { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:26.3125rem;left:44.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gAFg0Lz5TPExHf8VVT3nAhZZZtUwAPO1 { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:27.1875rem;left:46.03125rem;overflow:hidden;display:block; }
#Hby8eceaXpi1u3EH0znr9ycG81zPM86O { box-sizing:content-box;height:17.25rem;width:18.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.6875rem;left:56.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MU5sI9C9rTMRs49Q2ItbPvFeu9rC0IkD { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-1),0.5);background-image:none;top:26.3125rem;left:63.9375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lKicip8ilJUFbheHdFccNuoDcFxkw3Cz { position:absolute;display:block;z-index:15038;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.3125rem;width:2rem;top:27.1875rem;left:64.84375rem;overflow:hidden;display:block; }
#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container { background-color: transparent; background-image: none; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container > .video-iframe-container { display: none; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row > .video-iframe-container { display: none; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .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); }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container { border-width: 0; border-radius: 0; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#gMMo6W7RnNVdTETTgeqKH6GCRdoQA03a { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:3.5625rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiTfQA3OtaNE9HeDstcBMl6KVzL4kzLT { color:rgba(var(--color-primary-3),1);display:block;width:24rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:6.1875rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#N3PCFo6OuOLU1LpMZFHvQsggk3BxkChx { color:rgba(var(--color-primary-4),1);display:block;width:27rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:14.9375rem;left:0rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VGQZSMDJT0E9piINMacSKo9BTkutPEgS { box-sizing:content-box;height:18.1875rem;width:20.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.5rem;left:32.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nf4nQ18OQtd9GI3TpC15P3V2xNqduHhs { color:rgba(var(--color-primary-4),1);display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.8;letter-spacing:0;top:16.125rem;left:34.0625rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9D5wD9UcKOKWFcmNkLRpxZTLGcG7Ipa { color:rgba(var(--color-primary-4),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.8;letter-spacing:0;top:14.125rem;left:34rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVfgLXLLELINmTrCxvu0fxfGs7uHEBDP { color:rgba(var(--color-primary-3),1);display:block;width:13.75rem;position:absolute;font-family:"dm sans";font-size:2.25rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:11.8125rem;left:34rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#psvt2n1qSNX3XyPbPRiuSCRacRquOQ3d { color:rgba(var(--color-primary-3),1);display:block;width:13.75rem;position:absolute;font-family:"dm sans";font-size:2.25rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:11.8125rem;left:55.9375rem;height:2.0249rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IftXf1nlfKFgsZB7Zh8UlXN3tvAzzF8A { color:rgba(var(--color-primary-4),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:14.125rem;left:55.9375rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axNzgSWsrf0dZE9uvPVIvRmamJRpCwdN { color:rgba(var(--color-primary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:16.125rem;left:56rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WP4BNJw3AU11wTc72bPdOb3HeOg9QzyX { box-sizing:content-box;height:3.1875rem;width:3.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),0.5);background-image:none;top:7.75rem;left:34.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pMW3VTWgo3ANDRgyOPTUOU9asetHnmMe { position:absolute;display:block;z-index:15023;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:1.6875rem;width:2.1875rem;top:8.5rem;left:34.59375rem;overflow:hidden;display:block; }
#Xtufk91T2SBRP5Hk1RlwhVId8g1M8VWF { box-sizing:content-box;height:18.1875rem;width:20.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.625rem;left:54.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-3),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x8XeROVXirHeCxFksupc1i6aPoXgkd6g { box-sizing:content-box;height:3.1875rem;width:3.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-0),0.5);background-image:none;top:7.875rem;left:56rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JJTEXcQnDA9sA6hSftHGTQVSrTADpkM9 { position:absolute;display:block;z-index:15026;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:1.875rem;width:1.6875rem;top:8.40625rem;left:56.78125rem;overflow:hidden;display:block; }
#sw49D2Mt26PnVgveE5UacaoTW12b2EaK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container { background-color: transparent; background-image: none; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container > .video-iframe-container { display: none; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row > .video-iframe-container { display: none; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .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); }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container { border-width: 0; border-radius: 0; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#wppvKmnKNaSx1Q2UN1hIzFUDfE3MSePw { color:rgba(var(--color-primary-3),1);display:block;width:50.75rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:3.8125rem;left:12.125rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#GhcT0UfPpqM4U0hie5bK3rsLr7It7pAV { color:rgba(var(--color-primary-4),1);display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:24.52392578125rem;left:2.375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFdmvBFFx9G0swE4vMefPLD64xTZzDUk { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:22.56201171875rem;left:5.4375rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fscBJ39vcG8TJ7hnDX8QPbXNL3S5rWAH { box-sizing:content-box;height:20.75rem;width:24.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:11.125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PLsKlX33H5SBxo1dAH2G8uZKS2LdOVeI { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:24.5rem;left:30.9375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcMPTPAN1pKJdO3Vbp3L5AMJV3Mb9JQb { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.8;letter-spacing:0;top:22.5380859375rem;left:30.78125rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAJufIDcbLGCQ9OCCIF0SE468KLmf040 { color:rgba(var(--color-primary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15028;line-height:1.8;letter-spacing:0;top:24.52392578125rem;left:56.375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T325TLcaq2NBTgdr1oMV8Dc13fbgTfRQ { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:22.56201171875rem;left:56.15625rem;height:2.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWfXBWRxkOStV32AScCa233QMO4FCnGz { color:rgba(var(--color-primary-4),1);display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:33rem;left:21.3125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G37WPvqaoUaLGs6tP2sZICuukZh8JLDq { box-sizing:content-box;height:6.25rem;width:6.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),0.5);background-image:none;top:14.4375rem;left:8.96875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eBE2dsu5EmgqXMDU33PGdCtVbSLVRrF1 { position:absolute;display:block;z-index:15029;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:3.4375rem;width:3.1875rem;top:15.84375rem;left:10.5625rem;overflow:hidden;display:block; }
#Fi079SRXBSoKa56NoGnH3rGHGfreh6mM { box-sizing:content-box;height:20.75rem;width:24.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:11.125rem;left:25.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zyn2QxEEty3onBXkZZ69PBMXDBZiTXUM { box-sizing:content-box;height:6.25rem;width:6.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-0),0.5);background-image:none;top:14.4375rem;left:34.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lPuGwc0OBqXXJhgLp1AP6iEUGn5fnsxK { position:absolute;display:block;z-index:15032;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.1875rem;width:3.1875rem;top:16.46875rem;left:36.09375rem;overflow:hidden;display:block; }
#zhOd0NhmFEHpCMmMWTtQzU1dFdMn5Zi9 { box-sizing:content-box;height:20.75rem;width:24.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:11.125rem;left:50.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fZC8950bVZRLzrP61L47Xi4DiLCBw8zG { box-sizing:content-box;height:6.25rem;width:6.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),0.5);background-image:none;top:14.4375rem;left:59.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vuVviq0EgpdvcaKEQUeVTkd96nefFTWX { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.1875rem;top:15.84375rem;left:61.28125rem;overflow:hidden;display:block; }
#yJu4ZKdGO16cBxigWxbygJbA58MffxOM { position:relative;display:block; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM { background-color: transparent; background-image: none; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container > .video-iframe-container { display: none; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row > .video-iframe-container { display: none; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .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); }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM { border-width: 0; border-radius: 0; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fgEceQUK8CaVvTTk0qSyWqM2za5JRbTo { box-sizing:content-box;height:4.4375rem;width:46.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.6875rem;left:14.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;display:block; }
#TUqUu0nKXsPsl05sBPNmn2Pi9esK3gGB { color:rgba(var(--color-primary-3),1);display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:13.9375rem;left:18.4375rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#do15xi3nO1ITVy6xBIb3xI1UaF4xbogy { color:rgba(var(--color-primary-3),1);display:block;width:56.1875rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:6.4375rem;left:9.4375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#GydLrc36qIf6bRrv0odL7XxbGd4rXVzm { box-sizing:content-box;height:4.4375rem;width:46.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.4375rem;left:14.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;display:block; }
#gCWx3kZxkMt0ky54iP3P4IylugC26CV6 { color:rgba(var(--color-primary-3),1);display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:19.6875rem;left:18.5rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9lWhdwsnGTKTCpzNPoWt4UutTH7OK16 { box-sizing:content-box;height:4.4375rem;width:46.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.125rem;left:14.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;display:block; }
#xuPnyF3pMxndPUMkbPq3ZTJlyZAST9ZR { position:absolute;display:block;z-index:15018;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:1.25rem;width:1.25rem;top:14.375rem;left:16.125rem;overflow:hidden;display:block; }
#k69yaxIRKrxmHkgr7VT716TgFLk7vLot { position:absolute;display:block;z-index:15019;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:1.25rem;width:1.25rem;top:20.125rem;left:16.125rem;overflow:hidden;display:block; }
#KAz3ETxDsRyCKd3hEznIn9kHV2Rc6DzF { position:absolute;display:block;z-index:15020;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:1.25rem;width:1.25rem;top:25.8125rem;left:16.125rem;overflow:hidden;display:block; }
#oUX0KWtuhvT5ryFt8v8HXOi3ag0yoBDd { color:rgba(var(--color-primary-4),1);display:block;width:32.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:30.0625rem;left:21.3125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCx1OAf4cqRpKkqG0CzTOGra86AdtX4e { color:rgba(var(--color-primary-3),1);display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.8;letter-spacing:0;top:25.375rem;left:18.4375rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container { background-color: transparent; background-image: none; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container > .video-iframe-container { display: none; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row > .video-iframe-container { display: none; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .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); }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container { border-width: 0; border-radius: 0; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#kS7Kc6EkoO3avDk2gidvTgPFItX82HFd { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"dm sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.75rem;left:28.25rem;display:block; }
#HX9wwAViAX6uun7aQxbrfSxsuugByc2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mc5e6pl4RJTcmCApIo8pPEXFnSpRuzPy { color:#486581;display:block;width:21.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.6875rem;left:26.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzyZVy93oP9VXCZiR6E335Ca13MazqxH { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"dm sans";font-size:5.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.0625rem;left:31.375rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQvdzT3iXAUwdSF2w7Qt7KL7NgkX8XDg { box-sizing:content-box;height:0.125rem;width:6.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.9375rem;left:34.1875rem;display:block; }
#VW7PZ5dCU7syXrJUmZ9ysLgZhkRIGXo5 { color:#1f2933;display:block;width:13.125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.8125rem;left:31.0625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRvTTMeFKxQBWKODCOvh4fiRLo1t95i5 { box-sizing:content-box;height:28.4375rem;width:32.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.5625rem;left:21.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;border-top:0.0625rem solid #e1e7ef;border-left:0.0625rem solid #e1e7ef;border-right:0.0625rem solid #e1e7ef;border-bottom:0.0625rem solid #e1e7ef;display:block; }
#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container { background-color: transparent; background-image: none; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container > .video-iframe-container { display: none; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row > .video-iframe-container { display: none; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .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); }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container { border-width: 0; border-radius: 0; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#Xu10WZJH6X9VqibmcTblpQSeK2qNRgdP { position:absolute;display:block;z-index:15018;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:1.25rem;width:1.25rem;top:12.3125rem;left:1.375rem;overflow:hidden;display:block; }
#QZbS7geCGEsOEEJkeSVrcGWKfGUTI9UM { color:rgba(var(--color-primary-3),1);display:block;width:56.1875rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5rem;left:9.4375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#BUucHtBdVBN0RpXrSWq6lfoyMeFccsEJ { color:rgba(var(--color-primary-4),1);display:block;width:14rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:11.9375rem;left:4.5625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8hupTa0Ru26qDXdgmpoKS0TTEHCvksD { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5625rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AbLwo4JLrmTdAVZ15rNBfDr3LWxIfORK { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.625rem;left:26rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fD6i9VrmLGsLeGIs760VbsBKz20dCGBL { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:11.4375rem;left:30.5rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJ8vqc1Zf5cEFHnTxPv6zxJnElt0HPgh { position:absolute;display:block;z-index:15021;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:1.25rem;width:1.25rem;top:12.375rem;left:27.375rem;overflow:hidden;display:block; }
#DzTEJ8bHgV2M9dTBADdKmDggLAyCLB3V { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5625rem;left:51.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RzytzLGHUNgkyZdBoL1FKdrsdK883ONc { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:11.375rem;left:56.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZV02Mx0ZLRZv22ES1N7pVlfP6KQTXTX { position:absolute;display:block;z-index:15024;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:1.25rem;width:1.25rem;top:12.3125rem;left:53.25rem;overflow:hidden;display:block; }
#u7LBFV2DLfy6hzkLCcy3HT88KwOFxcM5 { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.375rem;left:26rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QKOL1nABGICo1F6IJr5COV2Kuhh3TMJq { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.3125rem;left:51.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#n6ibeB4IuTtCm2K3TOyg9OKi9FcPzmaR { box-sizing:content-box;height:4.4375rem;width:23rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.3125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RHwrupSvcxFTyyasZer6q5X4e4dmiLPI { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:17.9375rem;left:30.5rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0CiC9qkEn1ouVeIbv2Q3TJTbIX6tEV2 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:17.125rem;left:56.375rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPevSqTgN1iepJvguXisSeM3NUKJWTQg { color:rgba(var(--color-primary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15034;line-height:1.8;letter-spacing:0;top:17.6875rem;left:4.5625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEzvP9A88QMX6hLQkPmNDhSiJ03N5T3h { position:absolute;display:block;z-index:15030;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:1.25rem;width:1.25rem;top:18.125rem;left:27.375rem;overflow:hidden;display:block; }
#hQkP8l9uSelx0SobpdfhusCAtHUCg8Ja { position:absolute;display:block;z-index:15033;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:1.25rem;width:1.25rem;top:18.0625rem;left:53.25rem;overflow:hidden;display:block; }
#fgHZuebDAvVdyVBSMB4dQVVifuSrqoQJ { position:absolute;display:block;z-index:15027;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:1.25rem;width:1.25rem;top:18.0625rem;left:1.375rem;overflow:hidden;display:block; }
#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container { background-color: transparent; background-image: none; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container > .video-iframe-container { display: none; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row > .video-iframe-container { display: none; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .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); }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container { border-width: 0; border-radius: 0; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#EQXcKWIAEzDMxuO98E0RboVXlnEorDhK { color:rgba(var(--color-primary-4),1);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.0625rem;left:38.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P0cJdn6uBe83ucJKfNTxmTrKpwo1EnP6 { box-sizing:content-box;height:10rem;width:39.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5625rem;left:32.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bOQsutwJvFkkA1Tv0cV8F5bNygqpa9M8 { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15017;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5rem;left:34.625rem;display:block; }
#x93FyPknQCqukwfUUAShh8mx0Wuab8fx { color:rgba(var(--color-primary-4),1);display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:38.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIfiI9qZL15CxpcX5oRMK3Mq4TVhMlLp { color:rgba(var(--color-primary-4),1);display:block;width:27rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:14.3125rem;left:0rem;height:8.097625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhUiNIk7b93DSoeyvrPl0fzCTCiTDpu5 { color:rgba(var(--color-primary-3),1);display:block;width:29.5rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#mW1JWw0pi0NxDETg30bOXrKJfhRLG411 { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:2.9375rem;left:0rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fc3AdVG1DaAZSyCQTBODNehwK83cbxPK { box-sizing:content-box;height:10rem;width:39.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.5rem;left:32.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RTeJwuFMfJoFJRys7lyouAQtfpH2gAJ2 { color:rgba(var(--color-primary-4),1);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20rem;left:38.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuNhkwexgtXK4UJXtQLDTcQedT52m6kq { color:rgba(var(--color-primary-4),1);display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.5625rem;left:38.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByTzp5ZokfX8mNxqMvgrT9uQwR8OtUZX { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.9375rem;left:34.625rem;display:block; }
#cy4BFwy6vyHWJGwCqhhFRh7TfyXR8Jxc { box-sizing:content-box;height:10rem;width:39.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.5rem;left:32.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LsgveLmALUcbUZoBP61kPQEqTdfNhlDQ { color:rgba(var(--color-primary-4),1);display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:31rem;left:38.3125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mF4lTriruZuRoeZg1OSpBo3BLRmxihQ8 { box-sizing:content-box;height:2.5625rem;width:2.5625rem;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:15025;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:34.625rem;display:block; }
#TARvz64B6MC1lncyO7J6IhrTMWHHPweX { color:rgba(var(--color-primary-4),1);display:block;width:9.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.5625rem;left:38.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container { background-color: transparent; background-image: none; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container > .video-iframe-container { display: none; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row > .video-iframe-container { display: none; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .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); }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container { border-width: 0; border-radius: 0; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#qK4Lld6y6T5kJ8dqnnguLQQmi7K6NMnc { color:rgba(var(--color-primary-3),1);display:block;width:54.0625rem;position:absolute;font-family:"dm sans";font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:3.9375rem;left:10.5rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-top:0rem solid #ffffff;border-left:0rem solid #ffffff;border-right:0rem solid #ffffff;border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);vertical-align:top; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:400;font-size:1rem;color:rgba(var(--color-primary-4),1);height:auto;font-style:normal; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_954d34b7638002d67c6a3a7a4a3fe6e8741f23b8.svg");background-size:contain !important; }#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-trigger.adaptive-delivery-prevent-bg, #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-trigger.lazyload, #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-trigger.lazyloading { background-image: none; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 { box-sizing:content-box;height:auto;width:43.75rem;position:absolute;display:flex;flex-direction:column;gap:0.875rem;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.1875rem;left:14.375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #z6ngAtnRGnF7u8xCB48HDb4tBLQA7vCt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KUNyVOMDHalE6tOk7SV4QcFLEdLlmr5g { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #HR8TWU4kHuy31Ecw93W7zeW4nJfd3pky { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #dkB2dpKWk5Q5KAsELF1BzQxTfzRPdzAQ {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #c5JRoectblkVWtntU4pawmEWhLHzZhoJ {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hbIVUDUowETkPWSte0DoMCP0T20yDy5M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #eQIW5Xx30KfgIXeIuPGeacJv7z97C55c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #XCuEW8DRMMyCpcDqQQWgIlT4gtxFNoEK { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #UPwdXLftxRbP4D2fzHI1cEOiv8cX7G4R {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Vwy4NOqKOI171OVeW3kiBE6He6NBllhA { display:none; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #PV8awMgZIlp9eEsRssKJ4EXNqRV0TI9p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #WfmbQeBvz9F7bD3cyLw0S48TNHgQ56Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KTSdGnkFU0PZz43MZSXbnUyOGiTiVV3D { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QaOskL6TNO223E2NMJMGpqhM3LnopLwS {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QCs1XQsJk4quW4meMLecGZ0T20TON4OZ { display:none; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #iTrXhMnpTU03PieSzbg01Ni2I9GNqftO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #T9irwc1zlnhmo0DcsPHT1aTvsBDc2BoC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #mmWwpvT5WF3TQNqZhDshpQcpNczagVxJ { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #EUpX6JdtQLll7txlGbbgX0zmX7P4EfpS {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ZDfD7FF4e0Bv3TIPgtulXK0mmb7rtxyI { display:none; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #yfeZdn1Z5VtyUmWU5Wd6RLvMCv8TAXHo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ORM0FUcuDRWfgi4zpyRZGZvoDyNwLLHy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hReOFbChkLTUyTVRqbIFaszXTiPdZCTF { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Tg6atMuRiCDTwizqdflPLn1q9UbB0wa5 {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #W53ExkWQ7T0aWmNWpEKtKHTB1oHvMkX3 { display:none; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #kLQyycTk9lwLq05hh1vkX0reclemPPt1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #xhNQChLqyrWx2VyHhHcFHbPBDxkX0lsl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #N3TtrVsHSpBo0Z8RhLppwSS2SJsUAvcZ { display:block;position:relative; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #o4HOekr4I5mH2AO7JThgzWb86RuZq5Fn {  }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #FGJ2EROuMH25oUTXm3qbE2mKfVGBXtGU { display:none; }
#Q5mELQUx788feVv6RuLnEMo6wuJhAszA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container { background-color: transparent; background-image: none; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container > .video-iframe-container { display: none; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row > .video-iframe-container { display: none; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .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); }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container { border-width: 0; border-radius: 0; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#gS6ydPbdxShDIgycl7iKXJgPAMM2bLqV { color:rgba(var(--color-primary-4),1);display:block;width:36.875rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.4375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgCx9u8fyFVocqpdcP5V21ZeF2oilMBZ { color:rgba(var(--color-primary-3),1);display:block;width:34.375rem;position:absolute;font-family:"dm sans";font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:2.4375rem;height:3.0869125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rrxkPNzcd7OrnbNrTpmTnDZVbcRfAGr4 { 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:1.25rem;width:1.25rem;top:17.38671875rem;left:3.125rem;overflow:hidden;display:block; }
#VRWElo1TQdWzwDGveEN0zAswGfG6Tc3q { color:rgba(var(--color-primary-4),1);display:block;width:9.562rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:17.3125rem;left:4.875rem;height:1.3994125rem;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; }
#THGCGHtmCRPa3GFdzDspS8L53JMvT3ll { position:absolute;display:block;z-index:15014;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:1.25rem;width:1.25rem;top:17.3125rem;left:16.0625rem;overflow:hidden;display:block; }
#oDeRHdgKmo1mrgmgdEBLwtVNXCd3lete { color:rgba(var(--color-primary-4),1);display:block;width:9.5615rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:17.25rem;left:18rem;height:1.3994125rem;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; }
#C580N5s4LGhEPDWQu0zr0myG2lixOaps { position:absolute;display:block;z-index:15015;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:1.25rem;width:1.25rem;top:17.3125rem;left:28.625rem;overflow:hidden;display:block; }
#ihMsx90rvorSocMoslIcnWzqtvK84w3F { color:rgba(var(--color-primary-4),1);display:block;width:9.5610625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:17.1875rem;left:30.4375rem;height:1.3994125rem;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; }
#dAbA3xIz7TlGcI2IwoywZNoNdH9VTgi3 { box-sizing:content-box;height:18.5rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:5.25rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kOWcATvbzDhssaNJDWpToatSHe5zRzfC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;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:"dm sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.75rem;left:50.1875rem;display:block; }
#wTzWGM4OpKlexDpfiMKTQIeZVw7pWFxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f4f8;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; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container { background-color: transparent; background-image: none; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container > .video-iframe-container { display: none; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row > .video-iframe-container { display: none; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .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); }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container { border-width: 0; border-radius: 0; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#xlwOVwAT7q00o7XtgRdT3hAQzhPm6shH { color:#00a2ff;display:block;width:17.125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:4rem;left:40.0625rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSMRQ6HcDxfREc2Pxi1PXu8N8R60Vaek { color:#00a2ff;display:block;width:17.125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4rem;left:15.125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmXcghTRPDgiAMqlz6FDSzDLgTqx14vp { color:#4a6081;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:6.8125rem;left:15.125rem;height:6.39844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vri81G8UEhz0MB9ATM0uzCg9RAirkzl0 { color:#00a2ff;display:block;width:17.125rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:4rem;left:54.9375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IE4gTvclBluIGOhyTgBJJESTefvcLA8d { box-sizing:content-box;height:3rem;width:3rem;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:15034;background-color:#00a2ff;background-image:none;top:6.5625rem;left:54.9375rem;display:block; }
#M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.375rem;left:55.75rem; }
#M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#bK87ksqhgq2dUsNHi9oS2iyO8znU8gLu { box-sizing:content-box;height:3rem;width:3rem;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:15036;background-color:#00a2ff;background-image:none;top:6.5625rem;left:59.1875rem;display:block; }
#Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.375rem;left:60rem; }
#Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#DEe65QFsG9S7r0IOwXD8foXZlBiLoFfU { box-sizing:content-box;height:3rem;width:3rem;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:15038;background-color:#00a2ff;background-image:none;top:6.625rem;left:63.4375rem;display:block; }
#JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.4375rem;left:64.25rem; }
#JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#OQ0HunqS6syJqVRgHfeKHvdX6uhEbHmd { position:absolute;display:block;z-index:15007;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:1.75rem;width:5rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#Ez7rizEGZCf0Fd1xtFKi0VhrNbEyKUGt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4a6081;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.5625rem;text-decoration:none;z-index:15040;text-align:left;text-align-last:left;top:6.8125rem;left:40.0625rem;display:block; }
#a1IZAxMJsz8Pb2r5axuhckBkd3aZBTzE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vfbg5LB4kbzmOfR92TPFIkB7X0EzpeBT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4a6081;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.5625rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:8.34375rem;left:40.0625rem;display:block; }
#XZ0aPdWcNfToVHnvkK5Tu4zGxugzPd0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vCokIC0UMdGV4gvql6xbxk0E5Z4ZlT0U { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#4a6081;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:1.5625rem;text-decoration:none;z-index:15042;text-align:left;text-align-last:left;top:9.90625rem;left:40.0625rem;display:block; }
#vPwidiypOhzFVxGkP2deVJzJcgpHpQ2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dk9gd4Og07tv62ly1KT0t1FgGL2hbgiJ { position:absolute;display:block;z-index:15043;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.4375rem;width:6.0625rem;top:13.7734375rem;left:54.9375rem;overflow:hidden;display:block; }
#Q5WmX2ZxbfXTZebkdu48l99zUq7A96Kx { position:absolute;display:block;z-index:15044;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.25rem;width:4.375rem;top:13.8671875rem;left:62.1875rem;overflow:hidden;display:block; }
#GM1XnJwiK4PxpwlVSNfXGDyrnQDLreSI { position:absolute;display:block;z-index:15045;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.125rem;width:3.875rem;top:14.3125rem;left:15.125rem;overflow:hidden;display:block; }
#yfNh6yDCWykF1zzzp0UkPuC7zy8GgAGd { position:absolute;display:block;z-index:15046;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:1.75rem;width:6.125rem;top:14.46875rem;left:20.625rem;overflow:hidden;display:block; }
#KSA4WnxxGTJlIRNd9csGTrezCSD5fGit { position:absolute;display:block;z-index:15047;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:2rem;width:6.9375rem;top:14.25rem;left:28.125rem;overflow:hidden;display:block; }
#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f4f8;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; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container { background-color: transparent; background-image: none; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container > .video-iframe-container { display: none; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row > .video-iframe-container { display: none; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .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); }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container { border-width: 0; border-radius: 0; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#IbP7pNnE23CWRsHKqWAnw9q4U6BfTreK { color:#4a6081;display:block;width:17.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS { display:block; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJ8z0qBAlv8P2wXt2Qxu5sKJ8THpUbCb { width:46.6875rem;height:8.625rem;top:17.9375rem;left:1.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRheqQAhBcuiEcqu4Xu0Beow1h46AC2i { width:43.0625rem;height:2rem;top:27.375rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8qeSwuZD2xqNHmXeCzWc15ezM9JupZO { width:18.8125rem;height:3.125rem;top:30.9375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc3B4rzSxmRmvbTW9bndKXhaDZvMdNEs { display:block; }
 }@media only screen and (max-width: 763px) { #y7oSOkGb4t8ZfgfHleIK44hHb1fAKUn0 { top:2.9375rem;left:0rem;width:16.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRaURHIt25yKysX7ccweL4nunRcuIQw5 { width:41.8125rem;height:6.875rem;top:9.3125rem;left:2.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkeUSmrLBXQABsG3hqE9JxtWvddz4UH { width:38.9375rem;height:4rem;top:16.8125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTANLNMmykVAakED6nrHQTPUgeu4AJme { width:18.0625rem;height:17.25rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAmkGZwGiNa2xSOBzOQKTquq2Zc1toW4 { width:13.4375rem;height:2rem;top:31.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd2z3D4dfgCdnfyoF9m69ZKAQXnfviT { width:14.25rem;height:5.375rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTExRQkElvOxGSrLTSD7DHmuNpIb4tJy { width:12.4375rem;height:3.5625rem;top:33.3125rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqWyTIEo9CxuVoW3nNCUPR4A6FvKNNdC { width:13.4375rem;height:2rem;top:31.25rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G25hxOmqRTArHHVvwTJV8Tu9X4XpzUZE { width:11.3125rem;height:3.5625rem;top:33.3125rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgvefBhR6OU182H9KO4CXJ2EkrUJMU1Q { width:15.3125rem;height:2rem;top:31.25rem;left:25.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPNy7mep1ISm8J5bPR4f925d3TSPob0B { width:11.75rem;height:3.5625rem;top:33.3125rem;left:36rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDCAKneiasTUD3xq4Qz6QUgI66apiISx { width:14.4375rem;height:2rem;top:31.25rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsEE0mPzcpzUtT1C7i1KczTCwKHhwlWp { width:4.125rem;height:4.125rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFL9CzkkCl2O5THqkJ13G8vLXOq4J2V2 { top:27.1875rem;left:0rem;width:2.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4eSwVKxHwiy2nlHWK2TyhD2kIJUcnM { width:18.0625rem;height:17.25rem;top:23.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21BxpwZtLGUHv4uRpOMQPAhAfngq7AA { width:4.125rem;height:4.125rem;top:26.3125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJIwKSWbp8Ovl3pfVfPpsHpOfcue7Ww { top:27.375rem;left:13.21875rem;width:2.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzd5O2J6GrkuGcZSgmIeD0ACOReADNW { width:18.0625rem;height:17.25rem;top:23.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16c7wbSJflWKvWmwr4NOXyP2uvoFDik { width:4.125rem;height:4.125rem;top:26.3125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAFg0Lz5TPExHf8VVT3nAhZZZtUwAPO1 { top:27.1875rem;left:32.40625rem;width:1.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hby8eceaXpi1u3EH0znr9ycG81zPM86O { width:18.0625rem;height:17.25rem;top:23.6875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5sI9C9rTMRs49Q2ItbPvFeu9rC0IkD { width:4.125rem;height:4.125rem;top:26.3125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKicip8ilJUFbheHdFccNuoDcFxkw3Cz { top:27.1875rem;left:45.75rem;width:2rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVqLCvTGKUJik5EFthtiMwrKQeCv63p { display:block; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMMo6W7RnNVdTETTgeqKH6GCRdoQA03a { width:16.9375rem;height:1.75rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTfQA3OtaNE9HeDstcBMl6KVzL4kzLT { width:24rem;height:7.5rem;top:6.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3PCFo6OuOLU1LpMZFHvQsggk3BxkChx { width:27rem;height:8.0625rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGQZSMDJT0E9piINMacSKo9BTkutPEgS { width:20.625rem;height:18.1875rem;top:5.5rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf4nQ18OQtd9GI3TpC15P3V2xNqduHhs { width:17.5625rem;height:5.375rem;top:16.125rem;left:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9D5wD9UcKOKWFcmNkLRpxZTLGcG7Ipa { width:13.4375rem;height:2rem;top:14.125rem;left:20.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgLXLLELINmTrCxvu0fxfGs7uHEBDP { width:13.75rem;height:2rem;top:11.8125rem;left:20.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvt2n1qSNX3XyPbPRiuSCRacRquOQ3d { width:13.75rem;height:2rem;top:11.8125rem;left:34rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IftXf1nlfKFgsZB7Zh8UlXN3tvAzzF8A { width:13.4375rem;height:2rem;top:14.125rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNzgSWsrf0dZE9uvPVIvRmamJRpCwdN { width:16.875rem;height:5.375rem;top:16.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP4BNJw3AU11wTc72bPdOb3HeOg9QzyX { width:3.25rem;height:3.1875rem;top:7.75rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMW3VTWgo3ANDRgyOPTUOU9asetHnmMe { top:8.5rem;left:20.96875rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtufk91T2SBRP5Hk1RlwhVId8g1M8VWF { width:20.625rem;height:18.1875rem;top:5.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XeROVXirHeCxFksupc1i6aPoXgkd6g { width:3.25rem;height:3.1875rem;top:7.875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTEXcQnDA9sA6hSftHGTQVSrTADpkM9 { top:8.375rem;left:43.15625rem;width:1.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw49D2Mt26PnVgveE5UacaoTW12b2EaK { display:block; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wppvKmnKNaSx1Q2UN1hIzFUDfE3MSePw { width:47.75rem;height:3.125rem;top:3.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcT0UfPpqM4U0hie5bK3rsLr7It7pAV { width:19.5625rem;height:3.5625rem;top:24.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFdmvBFFx9G0swE4vMefPLD64xTZzDUk { width:13.4375rem;height:2rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fscBJ39vcG8TJ7hnDX8QPbXNL3S5rWAH { width:24.25rem;height:20.75rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLsKlX33H5SBxo1dAH2G8uZKS2LdOVeI { width:13.125rem;height:3.5625rem;top:24.5rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcMPTPAN1pKJdO3Vbp3L5AMJV3Mb9JQb { width:13.4375rem;height:2rem;top:22.5rem;left:17.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAJufIDcbLGCQ9OCCIF0SE468KLmf040 { width:13rem;height:3.5625rem;top:24.5rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T325TLcaq2NBTgdr1oMV8Dc13fbgTfRQ { width:13.4375rem;height:2rem;top:22.5rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfXBWRxkOStV32AScCa233QMO4FCnGz { width:32.375rem;height:1.75rem;top:33rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G37WPvqaoUaLGs6tP2sZICuukZh8JLDq { width:6.375rem;height:6.25rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBE2dsu5EmgqXMDU33PGdCtVbSLVRrF1 { top:15.8125rem;left:0rem;width:3.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi079SRXBSoKa56NoGnH3rGHGfreh6mM { width:24.25rem;height:20.75rem;top:11.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyn2QxEEty3onBXkZZ69PBMXDBZiTXUM { width:6.375rem;height:6.25rem;top:14.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuGwc0OBqXXJhgLp1AP6iEUGn5fnsxK { top:16.4375rem;left:22.46875rem;width:3.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOd0NhmFEHpCMmMWTtQzU1dFdMn5Zi9 { width:24.25rem;height:20.75rem;top:11.125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZC8950bVZRLzrP61L47Xi4DiLCBw8zG { width:6.375rem;height:6.25rem;top:14.4375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuVviq0EgpdvcaKEQUeVTkd96nefFTWX { top:15.8125rem;left:44.5625rem;width:3.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJu4ZKdGO16cBxigWxbygJbA58MffxOM { display:block; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgEceQUK8CaVvTTk0qSyWqM2za5JRbTo { width:46.375rem;height:4.4375rem;top:12.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqUu0nKXsPsl05sBPNmn2Pi9esK3gGB { width:22.1875rem;height:2rem;top:13.9375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #do15xi3nO1ITVy6xBIb3xI1UaF4xbogy { width:47.75rem;height:3.125rem;top:6.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GydLrc36qIf6bRrv0odL7XxbGd4rXVzm { width:46.375rem;height:4.4375rem;top:18.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWx3kZxkMt0ky54iP3P4IylugC26CV6 { width:40.9375rem;height:2rem;top:19.6875rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lWhdwsnGTKTCpzNPoWt4UutTH7OK16 { width:46.375rem;height:4.4375rem;top:24.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuPnyF3pMxndPUMkbPq3ZTJlyZAST9ZR { top:14.375rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k69yaxIRKrxmHkgr7VT716TgFLk7vLot { top:20.125rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAz3ETxDsRyCKd3hEznIn9kHV2Rc6DzF { top:25.8125rem;left:2.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUX0KWtuhvT5ryFt8v8HXOi3ag0yoBDd { width:32.375rem;height:1.75rem;top:30.0625rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCx1OAf4cqRpKkqG0CzTOGra86AdtX4e { width:40.9375rem;height:2rem;top:25.375rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzd2760MktX5OqtfQv5FI8QPJbRCAzlA { display:block; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS7Kc6EkoO3avDk2gidvTgPFItX82HFd { width:18.8125rem;height:3.125rem;top:24.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9wwAViAX6uun7aQxbrfSxsuugByc2L { display:block; }
 }@media only screen and (max-width: 763px) { #mc5e6pl4RJTcmCApIo8pPEXFnSpRuzPy { width:21.875rem;height:2.5625rem;top:20.6875rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyZVy93oP9VXCZiR6E335Ca13MazqxH { width:12.5rem;height:7.6875rem;top:11.0625rem;left:17.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQvdzT3iXAUwdSF2w7Qt7KL7NgkX8XDg { top:18.9375rem;left:20.5625rem;width:6.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW7PZ5dCU7syXrJUmZ9ysLgZhkRIGXo5 { width:13.125rem;height:1.875rem;top:8.8125rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRvTTMeFKxQBWKODCOvh4fiRLo1t95i5 { width:32.0625rem;height:28.4375rem;top:4.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ { display:block; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu10WZJH6X9VqibmcTblpQSeK2qNRgdP { top:12.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbS7geCGEsOEEJkeSVrcGWKfGUTI9UM { width:47.75rem;height:3.125rem;top:5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUucHtBdVBN0RpXrSWq6lfoyMeFccsEJ { width:14rem;height:1.75rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8hupTa0Ru26qDXdgmpoKS0TTEHCvksD { width:23rem;height:4.4375rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLwo4JLrmTdAVZ15rNBfDr3LWxIfORK { width:23rem;height:4.4375rem;top:10.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6i9VrmLGsLeGIs760VbsBKz20dCGBL { width:17.1875rem;height:2.75rem;top:11.4375rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8vqc1Zf5cEFHnTxPv6zxJnElt0HPgh { top:12.375rem;left:13.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTEJ8bHgV2M9dTBADdKmDggLAyCLB3V { width:23rem;height:4.4375rem;top:10.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzytzLGHUNgkyZdBoL1FKdrsdK883ONc { width:17.1875rem;height:2.75rem;top:11.375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZV02Mx0ZLRZv22ES1N7pVlfP6KQTXTX { top:12.3125rem;left:39.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LBFV2DLfy6hzkLCcy3HT88KwOFxcM5 { width:23rem;height:4.4375rem;top:16.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOL1nABGICo1F6IJr5COV2Kuhh3TMJq { width:23rem;height:4.4375rem;top:16.3125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ibeB4IuTtCm2K3TOyg9OKi9FcPzmaR { width:23rem;height:4.4375rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHwrupSvcxFTyyasZer6q5X4e4dmiLPI { width:17.1875rem;height:1.375rem;top:17.9375rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CiC9qkEn1ouVeIbv2Q3TJTbIX6tEV2 { width:15.5rem;height:2.75rem;top:17.125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPevSqTgN1iepJvguXisSeM3NUKJWTQg { width:17.75rem;height:1.75rem;top:17.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzvP9A88QMX6hLQkPmNDhSiJ03N5T3h { top:18.125rem;left:13.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkP8l9uSelx0SobpdfhusCAtHUCg8Ja { top:18.0625rem;left:39.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgHZuebDAvVdyVBSMB4dQVVifuSrqoQJ { top:18.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t { display:block; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQXcKWIAEzDMxuO98E0RboVXlnEorDhK { width:27.1875rem;height:2.5625rem;top:9.0625rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0cJdn6uBe83ucJKfNTxmTrKpwo1EnP6 { width:39.875rem;height:10rem;top:3.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOQsutwJvFkkA1Tv0cV8F5bNygqpa9M8 { top:5rem;left:21rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93FyPknQCqukwfUUAShh8mx0Wuab8fx { width:9.625rem;height:1.25rem;top:5.625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfiI9qZL15CxpcX5oRMK3Mq4TVhMlLp { width:27rem;height:8.0625rem;top:14.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhUiNIk7b93DSoeyvrPl0fzCTCiTDpu5 { width:29.5rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW1JWw0pi0NxDETg30bOXrKJfhRLG411 { width:16.9375rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc3AdVG1DaAZSyCQTBODNehwK83cbxPK { width:39.875rem;height:10rem;top:14.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeJwuFMfJoFJRys7lyouAQtfpH2gAJ2 { width:27.1875rem;height:2.5625rem;top:20rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNhkwexgtXK4UJXtQLDTcQedT52m6kq { width:9.625rem;height:1.25rem;top:16.5625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTzp5ZokfX8mNxqMvgrT9uQwR8OtUZX { top:15.9375rem;left:21rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy4BFwy6vyHWJGwCqhhFRh7TfyXR8Jxc { width:39.875rem;height:10rem;top:25.5rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsgveLmALUcbUZoBP61kPQEqTdfNhlDQ { width:27.1875rem;height:2.5625rem;top:31rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF4lTriruZuRoeZg1OSpBo3BLRmxihQ8 { top:26.9375rem;left:21rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TARvz64B6MC1lncyO7J6IhrTMWHHPweX { width:9.625rem;height:1.25rem;top:27.5625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX { display:block; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK4Lld6y6T5kJ8dqnnguLQQmi7K6NMnc { width:47.75rem;height:3.125rem;top:3.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 { display:flex;height:auto;width:45.25rem;top:28.125rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #z6ngAtnRGnF7u8xCB48HDb4tBLQA7vCt {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KUNyVOMDHalE6tOk7SV4QcFLEdLlmr5g {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #HR8TWU4kHuy31Ecw93W7zeW4nJfd3pky {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #dkB2dpKWk5Q5KAsELF1BzQxTfzRPdzAQ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #c5JRoectblkVWtntU4pawmEWhLHzZhoJ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hbIVUDUowETkPWSte0DoMCP0T20yDy5M {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #eQIW5Xx30KfgIXeIuPGeacJv7z97C55c {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #XCuEW8DRMMyCpcDqQQWgIlT4gtxFNoEK {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #UPwdXLftxRbP4D2fzHI1cEOiv8cX7G4R {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Vwy4NOqKOI171OVeW3kiBE6He6NBllhA {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #PV8awMgZIlp9eEsRssKJ4EXNqRV0TI9p {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #WfmbQeBvz9F7bD3cyLw0S48TNHgQ56Da {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KTSdGnkFU0PZz43MZSXbnUyOGiTiVV3D {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QaOskL6TNO223E2NMJMGpqhM3LnopLwS {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QCs1XQsJk4quW4meMLecGZ0T20TON4OZ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #iTrXhMnpTU03PieSzbg01Ni2I9GNqftO {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #T9irwc1zlnhmo0DcsPHT1aTvsBDc2BoC {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #mmWwpvT5WF3TQNqZhDshpQcpNczagVxJ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #EUpX6JdtQLll7txlGbbgX0zmX7P4EfpS {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ZDfD7FF4e0Bv3TIPgtulXK0mmb7rtxyI {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #yfeZdn1Z5VtyUmWU5Wd6RLvMCv8TAXHo {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ORM0FUcuDRWfgi4zpyRZGZvoDyNwLLHy {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hReOFbChkLTUyTVRqbIFaszXTiPdZCTF {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Tg6atMuRiCDTwizqdflPLn1q9UbB0wa5 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #W53ExkWQ7T0aWmNWpEKtKHTB1oHvMkX3 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #kLQyycTk9lwLq05hh1vkX0reclemPPt1 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #xhNQChLqyrWx2VyHhHcFHbPBDxkX0lsl {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #N3TtrVsHSpBo0Z8RhLppwSS2SJsUAvcZ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #o4HOekr4I5mH2AO7JThgzWb86RuZq5Fn {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #FGJ2EROuMH25oUTXm3qbE2mKfVGBXtGU {  }
 }@media only screen and (max-width: 763px) { #Q5mELQUx788feVv6RuLnEMo6wuJhAszA { display:block; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS6ydPbdxShDIgycl7iKXJgPAMM2bLqV { width:36.875rem;height:3.375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgCx9u8fyFVocqpdcP5V21ZeF2oilMBZ { width:34.375rem;height:3.0625rem;top:8.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrxkPNzcd7OrnbNrTpmTnDZVbcRfAGr4 { top:17.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRWElo1TQdWzwDGveEN0zAswGfG6Tc3q { top:17.3125rem;left:0rem;width:9.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THGCGHtmCRPa3GFdzDspS8L53JMvT3ll { top:17.3125rem;left:2.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDeRHdgKmo1mrgmgdEBLwtVNXCd3lete { top:17.25rem;left:4.375rem;width:9.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C580N5s4LGhEPDWQu0zr0myG2lixOaps { top:17.3125rem;left:15rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihMsx90rvorSocMoslIcnWzqtvK84w3F { top:17.1875rem;left:16.8125rem;width:9.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAbA3xIz7TlGcI2IwoywZNoNdH9VTgi3 { width:47.75rem;height:18.5rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWcATvbzDhssaNJDWpToatSHe5zRzfC { width:20.25rem;height:3.5625rem;top:12.75rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTzWGM4OpKlexDpfiMKTQIeZVw7pWFxk { display:block; }
 }@media only screen and (max-width: 763px) { #pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP { display:block; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlwOVwAT7q00o7XtgRdT3hAQzhPm6shH { width:17.125rem;height:1.75rem;top:4rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSMRQ6HcDxfREc2Pxi1PXu8N8R60Vaek { width:17.125rem;height:1.75rem;top:4rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmXcghTRPDgiAMqlz6FDSzDLgTqx14vp { width:19.875rem;height:6.375rem;top:6.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vri81G8UEhz0MB9ATM0uzCg9RAirkzl0 { width:17.125rem;height:1.75rem;top:4rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE4gTvclBluIGOhyTgBJJESTefvcLA8d { width:3rem;height:3rem;top:6.5625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv { width:1.375rem;height:1.375rem;top:7.375rem;left:42.125rem;display:block; }
#M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #bK87ksqhgq2dUsNHi9oS2iyO8znU8gLu { width:3rem;height:3rem;top:6.5625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T { width:1.375rem;height:1.375rem;top:7.375rem;left:46.375rem;display:block; }
#Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #DEe65QFsG9S7r0IOwXD8foXZlBiLoFfU { width:3rem;height:3rem;top:6.625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH { width:1.375rem;height:1.375rem;top:7.4375rem;left:46.375rem;display:block; }
#JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #OQ0HunqS6syJqVRgHfeKHvdX6uhEbHmd { top:4rem;left:0rem;width:5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7rizEGZCf0Fd1xtFKi0VhrNbEyKUGt { width:9.25rem;height:1.5625rem;top:6.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1IZAxMJsz8Pb2r5axuhckBkd3aZBTzE { display:block; }
 }@media only screen and (max-width: 763px) { #Vfbg5LB4kbzmOfR92TPFIkB7X0EzpeBT { width:9.25rem;height:1.5625rem;top:8.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0aPdWcNfToVHnvkK5Tu4zGxugzPd0M { display:block; }
 }@media only screen and (max-width: 763px) { #vCokIC0UMdGV4gvql6xbxk0E5Z4ZlT0U { width:11rem;height:1.5625rem;top:9.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPwidiypOhzFVxGkP2deVJzJcgpHpQ2T { display:block; }
 }@media only screen and (max-width: 763px) { #Dk9gd4Og07tv62ly1KT0t1FgGL2hbgiJ { top:13.75rem;left:41.3125rem;width:6.0625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5WmX2ZxbfXTZebkdu48l99zUq7A96Kx { top:13.8125rem;left:43.375rem;width:4.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1XnJwiK4PxpwlVSNfXGDyrnQDLreSI { top:14.3125rem;left:1.5rem;width:3.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNh6yDCWykF1zzzp0UkPuC7zy8GgAGd { top:14.4375rem;left:7rem;width:6.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSA4WnxxGTJlIRNd9csGTrezCSD5fGit { top:14.25rem;left:14.5rem;width:6.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u { display:block; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbP7pNnE23CWRsHKqWAnw9q4U6BfTreK { width:17.125rem;height:1.5625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4bbbf41e-d170-45eb-ae1d-a100dbfefa69/bannerclinicadeobesidade.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.adaptive-delivery-prevent-bg, #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.lazyload, #IcsCsXipI15IeO5prq5CaHVnWb2VnVtS.lazyloading { background-image: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { background-color: transparent; background-image: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container > .video-iframe-container { display: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row > .video-iframe-container { display: none; }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .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); }#IcsCsXipI15IeO5prq5CaHVnWb2VnVtS > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJ8z0qBAlv8P2wXt2Qxu5sKJ8THpUbCb { width:17.5625rem;height:6.597625rem;top:11.125rem;left:1.21875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRheqQAhBcuiEcqu4Xu0Beow1h46AC2i { width:20rem;height:3.19921875rem;top:18.375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8qeSwuZD2xqNHmXeCzWc15ezM9JupZO { width:11.5rem;height:2.5rem;top:22.625rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc3B4rzSxmRmvbTW9bndKXhaDZvMdNEs { display:block; }
 }@media only screen and (max-width: 763px) { #y7oSOkGb4t8ZfgfHleIK44hHb1fAKUn0 { width:11.8125rem;height:1.6875rem;top:2rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gRaURHIt25yKysX7ccweL4nunRcuIQw5 { width:20rem;height:4.5rem;top:2.49951171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tAkeUSmrLBXQABsG3hqE9JxtWvddz4UH { width:20rem;height:6.3984375rem;top:7.59912109375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTANLNMmykVAakED6nrHQTPUgeu4AJme { width:18.0625rem;height:17.25rem;top:15.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAmkGZwGiNa2xSOBzOQKTquq2Zc1toW4 { width:13.4375rem;height:1.5996125rem;top:22.75rem;left:3.3125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ebd2z3D4dfgCdnfyoF9m69ZKAQXnfviT { width:14.25rem;height:4.798825rem;top:24.875rem;left:2.9375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OTExRQkElvOxGSrLTSD7DHmuNpIb4tJy { width:12.4375rem;height:3.19921875rem;top:43.75rem;left:3.8125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NqWyTIEo9CxuVoW3nNCUPR4A6FvKNNdC { width:13.4375rem;height:1.5996125rem;top:41.75rem;left:3.3125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G25hxOmqRTArHHVvwTJV8Tu9X4XpzUZE { width:11.3125rem;height:3.19921875rem;top:62.6875rem;left:4.375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #kgvefBhR6OU182H9KO4CXJ2EkrUJMU1Q { width:15.3125rem;height:1.5996125rem;top:60.6875rem;left:2.375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tPNy7mep1ISm8J5bPR4f925d3TSPob0B { width:11.75rem;height:3.19921875rem;top:81.6875rem;left:4rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CDCAKneiasTUD3xq4Qz6QUgI66apiISx { width:14.4375rem;height:1.5996125rem;top:79.6875rem;left:2.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QsEE0mPzcpzUtT1C7i1KczTCwKHhwlWp { width:4.125rem;height:4.125rem;top:17.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFL9CzkkCl2O5THqkJ13G8vLXOq4J2V2 { width:2.25rem;height:2.3125rem;top:18.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO4eSwVKxHwiy2nlHWK2TyhD2kIJUcnM { width:18.0625rem;height:17.25rem;top:34.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21BxpwZtLGUHv4uRpOMQPAhAfngq7AA { width:4.125rem;height:4.125rem;top:36.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFJIwKSWbp8Ovl3pfVfPpsHpOfcue7Ww { width:2.25rem;height:1.875rem;top:37.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXzd5O2J6GrkuGcZSgmIeD0ACOReADNW { width:18.0625rem;height:17.25rem;top:53.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16c7wbSJflWKvWmwr4NOXyP2uvoFDik { width:4.125rem;height:4.125rem;top:55.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAFg0Lz5TPExHf8VVT3nAhZZZtUwAPO1 { width:1.75rem;height:2.3125rem;top:56.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hby8eceaXpi1u3EH0znr9ycG81zPM86O { width:18.0625rem;height:17.25rem;top:72.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5sI9C9rTMRs49Q2ItbPvFeu9rC0IkD { width:4.125rem;height:4.125rem;top:74.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKicip8ilJUFbheHdFccNuoDcFxkw3Cz { width:2rem;height:2.3125rem;top:75.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVqLCvTGKUJik5EFthtiMwrKQeCv63p { display:block; }#wkVqLCvTGKUJik5EFthtiMwrKQeCv63p > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMMo6W7RnNVdTETTgeqKH6GCRdoQA03a { width:16.9375rem;height:1.5996125rem;top:1.25rem;left:1.5rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiTfQA3OtaNE9HeDstcBMl6KVzL4kzLT { width:20rem;height:4.125rem;top:3.474609375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N3PCFo6OuOLU1LpMZFHvQsggk3BxkChx { width:20rem;height:7.9980625rem;top:9.2744140625rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VGQZSMDJT0E9piINMacSKo9BTkutPEgS { width:19.875rem;height:18.1875rem;top:18.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf4nQ18OQtd9GI3TpC15P3V2xNqduHhs { width:17.5625rem;height:4.798825rem;top:28.8125rem;left:1.625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c9D5wD9UcKOKWFcmNkLRpxZTLGcG7Ipa { width:13.4375rem;height:1.5996125rem;top:26.8125rem;left:1.5625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wVfgLXLLELINmTrCxvu0fxfGs7uHEBDP { width:13.75rem;height:1.3496125rem;top:24.5rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psvt2n1qSNX3XyPbPRiuSCRacRquOQ3d { width:13.75rem;height:1.3496125rem;top:43.8125rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IftXf1nlfKFgsZB7Zh8UlXN3tvAzzF8A { width:13.4375rem;height:1.5996125rem;top:46.125rem;left:1.625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #axNzgSWsrf0dZE9uvPVIvRmamJRpCwdN { width:16.875rem;height:4.798825rem;top:48.125rem;left:1.6875rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #WP4BNJw3AU11wTc72bPdOb3HeOg9QzyX { width:3.25rem;height:3.1875rem;top:20.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMW3VTWgo3ANDRgyOPTUOU9asetHnmMe { width:2.1875rem;height:1.6875rem;top:21.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xtufk91T2SBRP5Hk1RlwhVId8g1M8VWF { width:19.875rem;height:18.1875rem;top:37.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XeROVXirHeCxFksupc1i6aPoXgkd6g { width:3.25rem;height:3.1875rem;top:39.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTEXcQnDA9sA6hSftHGTQVSrTADpkM9 { width:1.6875rem;height:1.875rem;top:40.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw49D2Mt26PnVgveE5UacaoTW12b2EaK { display:block; }#sw49D2Mt26PnVgveE5UacaoTW12b2EaK > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wppvKmnKNaSx1Q2UN1hIzFUDfE3MSePw { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GhcT0UfPpqM4U0hie5bK3rsLr7It7pAV { width:14.375rem;height:4.798825rem;top:18.3359375rem;left:2.8125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NFdmvBFFx9G0swE4vMefPLD64xTZzDUk { width:13.4375rem;height:1.5996125rem;top:15.37451171875rem;left:3.28125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fscBJ39vcG8TJ7hnDX8QPbXNL3S5rWAH { width:20rem;height:20.75rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLsKlX33H5SBxo1dAH2G8uZKS2LdOVeI { width:13.125rem;height:3.19921875rem;top:40.5rem;left:3.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #bcMPTPAN1pKJdO3Vbp3L5AMJV3Mb9JQb { width:13.4375rem;height:1.5996125rem;top:37.7255859375rem;left:3.28125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xAJufIDcbLGCQ9OCCIF0SE468KLmf040 { width:13rem;height:3.19921875rem;top:62.39892578125rem;left:3.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T325TLcaq2NBTgdr1oMV8Dc13fbgTfRQ { width:13.4375rem;height:1.5996125rem;top:59.74951171875rem;left:3.28125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qWfXBWRxkOStV32AScCa233QMO4FCnGz { width:20rem;height:3.19921875rem;top:70.5rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G37WPvqaoUaLGs6tP2sZICuukZh8JLDq { width:6.375rem;height:6.25rem;top:7.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBE2dsu5EmgqXMDU33PGdCtVbSLVRrF1 { width:3.1875rem;height:3.4375rem;top:9.21875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi079SRXBSoKa56NoGnH3rGHGfreh6mM { width:20rem;height:20.75rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyn2QxEEty3onBXkZZ69PBMXDBZiTXUM { width:6.375rem;height:6.25rem;top:29.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPuGwc0OBqXXJhgLp1AP6iEUGn5fnsxK { width:3.1875rem;height:2.1875rem;top:31.84375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOd0NhmFEHpCMmMWTtQzU1dFdMn5Zi9 { width:20rem;height:20.75rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZC8950bVZRLzrP61L47Xi4DiLCBw8zG { width:6.375rem;height:6.25rem;top:51.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuVviq0EgpdvcaKEQUeVTkd96nefFTWX { width:3.1875rem;height:3.4375rem;top:53.21875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJu4ZKdGO16cBxigWxbygJbA58MffxOM { display:block; }#yJu4ZKdGO16cBxigWxbygJbA58MffxOM > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgEceQUK8CaVvTTk0qSyWqM2za5JRbTo { width:19.875rem;height:5.125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUqUu0nKXsPsl05sBPNmn2Pi9esK3gGB { width:14.0625rem;height:3.19921875rem;top:9.25rem;left:3.5625rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #do15xi3nO1ITVy6xBIb3xI1UaF4xbogy { width:17.6875rem;height:4.5rem;top:1.9375rem;left:1.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GydLrc36qIf6bRrv0odL7XxbGd4rXVzm { width:19.875rem;height:6.5rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCWx3kZxkMt0ky54iP3P4IylugC26CV6 { width:14.6875rem;height:4.798825rem;top:15.5rem;left:3.5625rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9lWhdwsnGTKTCpzNPoWt4UutTH7OK16 { width:19.875rem;height:4.4375rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuPnyF3pMxndPUMkbPq3ZTJlyZAST9ZR { width:1.25rem;height:1.25rem;top:10.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k69yaxIRKrxmHkgr7VT716TgFLk7vLot { width:1.25rem;height:1.25rem;top:17.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAz3ETxDsRyCKd3hEznIn9kHV2Rc6DzF { width:1.25rem;height:1.25rem;top:24.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUX0KWtuhvT5ryFt8v8HXOi3ag0yoBDd { width:17.375rem;height:3.19921875rem;top:28.75rem;left:1.3125rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCx1OAf4cqRpKkqG0CzTOGra86AdtX4e { width:14.875rem;height:3.19921875rem;top:23.1875rem;left:3.5625rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzd2760MktX5OqtfQv5FI8QPJbRCAzlA { display:block; }#pzd2760MktX5OqtfQv5FI8QPJbRCAzlA > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kS7Kc6EkoO3avDk2gidvTgPFItX82HFd { width:16.75rem;height:3.125rem;top:19.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9wwAViAX6uun7aQxbrfSxsuugByc2L { display:block; }
 }@media only screen and (max-width: 763px) { #mc5e6pl4RJTcmCApIo8pPEXFnSpRuzPy { width:17.5625rem;height:3.8994125rem;top:14.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzyZVy93oP9VXCZiR6E335Ca13MazqxH { width:12.5rem;height:6.5rem;top:6.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQvdzT3iXAUwdSF2w7Qt7KL7NgkX8XDg { width:6.875rem;height:0.125rem;top:12.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW7PZ5dCU7syXrJUmZ9ysLgZhkRIGXo5 { width:13.125rem;height:1.875rem;top:4.625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRvTTMeFKxQBWKODCOvh4fiRLo1t95i5 { width:19.875rem;height:22.1875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ { display:block; }#vbI1A7dkGgEE9bkWwAT8aWPmeAOdoQSJ > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu10WZJH6X9VqibmcTblpQSeK2qNRgdP { width:1.25rem;height:1.25rem;top:10.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZbS7geCGEsOEEJkeSVrcGWKfGUTI9UM { width:14.9375rem;height:4.5rem;top:2.8125rem;left:2.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BUucHtBdVBN0RpXrSWq6lfoyMeFccsEJ { width:14rem;height:1.5996125rem;top:10.3125rem;left:4.0625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l8hupTa0Ru26qDXdgmpoKS0TTEHCvksD { width:20rem;height:4.4375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLwo4JLrmTdAVZ15rNBfDr3LWxIfORK { width:20rem;height:4.4375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6i9VrmLGsLeGIs760VbsBKz20dCGBL { width:14.875rem;height:3.19921875rem;top:15.0625rem;left:4.0625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8vqc1Zf5cEFHnTxPv6zxJnElt0HPgh { width:1.25rem;height:1.25rem;top:16.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzTEJ8bHgV2M9dTBADdKmDggLAyCLB3V { width:20rem;height:4.4375rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzytzLGHUNgkyZdBoL1FKdrsdK883ONc { width:14.6875rem;height:3.19921875rem;top:20.9375rem;left:4.0625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XZV02Mx0ZLRZv22ES1N7pVlfP6KQTXTX { width:1.25rem;height:1.25rem;top:21.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LBFV2DLfy6hzkLCcy3HT88KwOFxcM5 { width:20rem;height:4.4375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKOL1nABGICo1F6IJr5COV2Kuhh3TMJq { width:20rem;height:4.4375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ibeB4IuTtCm2K3TOyg9OKi9FcPzmaR { width:20rem;height:4.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHwrupSvcxFTyyasZer6q5X4e4dmiLPI { width:15.8125rem;height:1.5996125rem;top:32.9375rem;left:4.0625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #G0CiC9qkEn1ouVeIbv2Q3TJTbIX6tEV2 { width:12.875rem;height:3.19921875rem;top:37.8125rem;left:4.5rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fPevSqTgN1iepJvguXisSeM3NUKJWTQg { width:11.75rem;height:3.19921875rem;top:26.4375rem;left:4.125rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oEzvP9A88QMX6hLQkPmNDhSiJ03N5T3h { width:1.25rem;height:1.25rem;top:33.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkP8l9uSelx0SobpdfhusCAtHUCg8Ja { width:1.25rem;height:1.25rem;top:38.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgHZuebDAvVdyVBSMB4dQVVifuSrqoQJ { width:1.25rem;height:1.25rem;top:27.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t { display:block; }#yrevEbRdPTcqxeBv4UioGoaI5BaIwf5t > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQXcKWIAEzDMxuO98E0RboVXlnEorDhK { width:16.5625rem;height:5.19921875rem;top:27.125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0cJdn6uBe83ucJKfNTxmTrKpwo1EnP6 { width:20rem;height:12.375rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOQsutwJvFkkA1Tv0cV8F5bNygqpa9M8 { width:2.5625rem;height:2.5625rem;top:23.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x93FyPknQCqukwfUUAShh8mx0Wuab8fx { width:9.625rem;height:1.29980625rem;top:23.75rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIfiI9qZL15CxpcX5oRMK3Mq4TVhMlLp { width:20rem;height:7.9980625rem;top:11.6875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhUiNIk7b93DSoeyvrPl0fzCTCiTDpu5 { width:20rem;height:4.5rem;top:6.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mW1JWw0pi0NxDETg30bOXrKJfhRLG411 { width:16.9375rem;height:1.5996125rem;top:4.0625rem;left:1.5rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fc3AdVG1DaAZSyCQTBODNehwK83cbxPK { width:20rem;height:12.375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeJwuFMfJoFJRys7lyouAQtfpH2gAJ2 { width:15.75rem;height:5.19921875rem;top:41.0625rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuNhkwexgtXK4UJXtQLDTcQedT52m6kq { width:9.625rem;height:1.29980625rem;top:37.625rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByTzp5ZokfX8mNxqMvgrT9uQwR8OtUZX { width:2.5625rem;height:2.5625rem;top:37rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy4BFwy6vyHWJGwCqhhFRh7TfyXR8Jxc { width:20rem;height:11.375rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsgveLmALUcbUZoBP61kPQEqTdfNhlDQ { width:15.375rem;height:3.8994125rem;top:55.1875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF4lTriruZuRoeZg1OSpBo3BLRmxihQ8 { width:2.5625rem;height:2.5625rem;top:51.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TARvz64B6MC1lncyO7J6IhrTMWHHPweX { width:9.625rem;height:1.29980625rem;top:51.75rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX { display:block; }#EM62GOcHnOsGkDO2TCaRCGKwU7lToZZX > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qK4Lld6y6T5kJ8dqnnguLQQmi7K6NMnc { width:20rem;height:2.25rem;top:3rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 { display:flex;height:auto;width:17.5rem;top:5.875rem;left:0rem; }
#BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #z6ngAtnRGnF7u8xCB48HDb4tBLQA7vCt {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KUNyVOMDHalE6tOk7SV4QcFLEdLlmr5g {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #HR8TWU4kHuy31Ecw93W7zeW4nJfd3pky {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #dkB2dpKWk5Q5KAsELF1BzQxTfzRPdzAQ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #c5JRoectblkVWtntU4pawmEWhLHzZhoJ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hbIVUDUowETkPWSte0DoMCP0T20yDy5M {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #eQIW5Xx30KfgIXeIuPGeacJv7z97C55c {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #XCuEW8DRMMyCpcDqQQWgIlT4gtxFNoEK {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #UPwdXLftxRbP4D2fzHI1cEOiv8cX7G4R {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Vwy4NOqKOI171OVeW3kiBE6He6NBllhA {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #PV8awMgZIlp9eEsRssKJ4EXNqRV0TI9p {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #WfmbQeBvz9F7bD3cyLw0S48TNHgQ56Da {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #KTSdGnkFU0PZz43MZSXbnUyOGiTiVV3D {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QaOskL6TNO223E2NMJMGpqhM3LnopLwS {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #QCs1XQsJk4quW4meMLecGZ0T20TON4OZ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #iTrXhMnpTU03PieSzbg01Ni2I9GNqftO {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #T9irwc1zlnhmo0DcsPHT1aTvsBDc2BoC {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #mmWwpvT5WF3TQNqZhDshpQcpNczagVxJ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #EUpX6JdtQLll7txlGbbgX0zmX7P4EfpS {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ZDfD7FF4e0Bv3TIPgtulXK0mmb7rtxyI {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #yfeZdn1Z5VtyUmWU5Wd6RLvMCv8TAXHo {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #ORM0FUcuDRWfgi4zpyRZGZvoDyNwLLHy {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #hReOFbChkLTUyTVRqbIFaszXTiPdZCTF {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #Tg6atMuRiCDTwizqdflPLn1q9UbB0wa5 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #W53ExkWQ7T0aWmNWpEKtKHTB1oHvMkX3 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #kLQyycTk9lwLq05hh1vkX0reclemPPt1 {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #xhNQChLqyrWx2VyHhHcFHbPBDxkX0lsl {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #N3TtrVsHSpBo0Z8RhLppwSS2SJsUAvcZ {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #o4HOekr4I5mH2AO7JThgzWb86RuZq5Fn {  }
 }@media only screen and (max-width: 763px) { #BcoA56rOmHWMJwJ7ww04b8mvcuroEPy4 #FGJ2EROuMH25oUTXm3qbE2mKfVGBXtGU {  }
 }@media only screen and (max-width: 763px) { #Q5mELQUx788feVv6RuLnEMo6wuJhAszA { display:block; }#Q5mELQUx788feVv6RuLnEMo6wuJhAszA > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gS6ydPbdxShDIgycl7iKXJgPAMM2bLqV { width:19.3125rem;height:6rem;top:9.125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FgCx9u8fyFVocqpdcP5V21ZeF2oilMBZ { width:20rem;height:2.4375rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrxkPNzcd7OrnbNrTpmTnDZVbcRfAGr4 { width:1.25rem;height:1.25rem;top:20.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRWElo1TQdWzwDGveEN0zAswGfG6Tc3q { width:9.5rem;height:1.3994125rem;top:20.25rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THGCGHtmCRPa3GFdzDspS8L53JMvT3ll { width:1.25rem;height:1.25rem;top:22.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDeRHdgKmo1mrgmgdEBLwtVNXCd3lete { width:9.5rem;height:1.3994125rem;top:22.375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C580N5s4LGhEPDWQu0zr0myG2lixOaps { width:1.25rem;height:1.25rem;top:24.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihMsx90rvorSocMoslIcnWzqtvK84w3F { width:9.5rem;height:1.3994125rem;top:24.4375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAbA3xIz7TlGcI2IwoywZNoNdH9VTgi3 { width:20rem;height:23.4375rem;top:4.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOWcATvbzDhssaNJDWpToatSHe5zRzfC { width:16.3125rem;height:2.875rem;top:16.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTzWGM4OpKlexDpfiMKTQIeZVw7pWFxk { display:block; }
 }@media only screen and (max-width: 763px) { #pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP { display:block; }#pJwtOCCpBzk2i2X6cTsc9f2E85m6hxoP > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlwOVwAT7q00o7XtgRdT3hAQzhPm6shH { width:18.125rem;height:1.79980625rem;top:15.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DSMRQ6HcDxfREc2Pxi1PXu8N8R60Vaek { width:18.125rem;height:1.79980625rem;top:5.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KmXcghTRPDgiAMqlz6FDSzDLgTqx14vp { width:18.125rem;height:6.39844375rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vri81G8UEhz0MB9ATM0uzCg9RAirkzl0 { width:17.125rem;height:1.79980625rem;top:23rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IE4gTvclBluIGOhyTgBJJESTefvcLA8d { width:3rem;height:3rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv { display:flex;width:1.375rem;height:1.375rem;top:25.5625rem;left:0.8125rem; }
#M7DytZDahUlRDkMDoJQCGnPTx1AVPUwv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #bK87ksqhgq2dUsNHi9oS2iyO8znU8gLu { width:3rem;height:3rem;top:24.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T { display:flex;width:1.375rem;height:1.375rem;top:25.5625rem;left:4.375rem; }
#Tsgf6JDwr85TQI7fusOuMrxNcbXPP83T > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #DEe65QFsG9S7r0IOwXD8foXZlBiLoFfU { width:3rem;height:3rem;top:24.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH { display:flex;width:1.375rem;height:1.375rem;top:25.5625rem;left:8rem; }
#JZ7TAT52CQXbbQeKd6vprteTNSnMTpxH > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #OQ0HunqS6syJqVRgHfeKHvdX6uhEbHmd { width:5rem;height:1.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez7rizEGZCf0Fd1xtFKi0VhrNbEyKUGt { width:9.25rem;height:1.5625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1IZAxMJsz8Pb2r5axuhckBkd3aZBTzE { display:block; }
 }@media only screen and (max-width: 763px) { #Vfbg5LB4kbzmOfR92TPFIkB7X0EzpeBT { width:9.25rem;height:1.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ0aPdWcNfToVHnvkK5Tu4zGxugzPd0M { display:block; }
 }@media only screen and (max-width: 763px) { #vCokIC0UMdGV4gvql6xbxk0E5Z4ZlT0U { width:11rem;height:1.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPwidiypOhzFVxGkP2deVJzJcgpHpQ2T { display:block; }
 }@media only screen and (max-width: 763px) { #Dk9gd4Og07tv62ly1KT0t1FgGL2hbgiJ { width:6.0625rem;height:2.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5WmX2ZxbfXTZebkdu48l99zUq7A96Kx { width:4.375rem;height:2.25rem;top:29.53125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1XnJwiK4PxpwlVSNfXGDyrnQDLreSI { width:3.375rem;height:1.625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfNh6yDCWykF1zzzp0UkPuC7zy8GgAGd { width:5.25rem;height:1.3125rem;top:33.40625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSA4WnxxGTJlIRNd9csGTrezCSD5fGit { width:6.5625rem;height:1.6875rem;top:33.15625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u { display:block; }#yCKdusPJIEk7VCvz2tlaeGsxzCRDCK4u > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbP7pNnE23CWRsHKqWAnw9q4U6BfTreK { width:17.125rem;height:1.5996125rem;top:0.66845703125rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }