.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:254,248,220;--color-primary-1:252,232,139;--color-primary-2:248,208,22;--color-primary-3:124,104,11;--color-primary-4:37,31,3;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w.adaptive-delivery-prevent-bg, #qt5kcg44KRlSTC9O1vP7f8BektnOfs2w.lazyload, #qt5kcg44KRlSTC9O1vP7f8BektnOfs2w.lazyloading { background-image: none; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container { background-color: transparent; background-image: none; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container > .video-iframe-container { display: none; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row > .video-iframe-container { display: none; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .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); }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container { border-width: 0; border-radius: 0; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#e5JaChlJvwRsaPtyNJLJ6m4M4PEMlpFQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#tZunJyCFk7ZHaL5CfD1LnfErrInWZM18 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.75rem;left:50.5rem;overflow:hidden;display:none; }
#Id4g5KOMbTcJkOEMdeWqcBk3VLrt31VE { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.0874999761581rem;left:50.5rem;height:1.1rem;display:none; }
#Dmab3uKTqk99BkCU0ioxMVBNmP71LAeu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.54296875rem;left:47.875rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#lCw12ORXvxmC77xQrn3mcWZ1PmbxJO4A { color:#2f2f2d;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:5.875rem;left:2.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#TUT0ZssfPTmoPZDmskPu3COve5k6a8Kv { color:#2f2f2d;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:5.875rem;left:7.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#KzTVGRDQ58goDPNZUeLWF9rlDRXTenFt { color:#2f2f2d;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:14.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#JV2XaoZxqXt1TPs4EtoGJcN8HZ7JuJlq { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:21.1875rem;height:1.3994125rem;font-style:normal;display:block; }
#oDvQ7pSUlAg3Nk4QUIgeR2KM97fUqJFR { color:#2f2f2d;display:block;width:5.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5.875rem;left:30.9375rem;height:1.3994125rem;font-style:normal;display:block; }
#aIQ1JTZLZMKbZnmgNEDzpOykeLWmXPIQ { color:#2f2f2d;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:5.875rem;left:38.0625rem;height:1.3994125rem;font-style:normal;display:block; }
#D60CqvDOhxDsOAMzy8JrHvVD109CPpOP { color:#2f2f2d;display:block;width:5.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:5.875rem;left:47.3125rem;height:1.3994125rem;font-style:normal;display:block; }
#UeaVe2oTBQ78iG7Ova5JgGKpMKe4OyTI { color:#2f2f2d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:5.875rem;left:54rem;height:1.3994125rem;font-style:normal;display:block; }
#Axw719bMgXosUP1BwhBB1fMvyT745VTU { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:60rem;top:5.1875rem;left:0rem;display:block; }
#Zlf4yMMrlPBZyE4qMMrTcR3L2fCv5908 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:55rem;overflow:hidden;display:block; }
#Et19nCWXlZVUSFGIiNtpTqy9Tfii51gr { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:56.875rem;overflow:hidden;display:block; }
#dTDcOxOg3RKgpDQZ3JtCvfQne71S86tG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:58.75rem;overflow:hidden;display:block; }
#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q { position:relative;display:none; }#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q { border-width: 0; border-radius: 0; }#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q > .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; }#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dG2eoptIOzDhUsUwWQpONtivZhevGn3A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#l9mUK8ok8X6E7OD53SqFm0z8CxbweOUN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
#u5R1FXZMpfHF2xIGsuK6GaRJiuTxTnHW { color:#2f2f2d;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:5.875rem;left:2.0625rem;height:1.3994125rem;font-style:normal;display:none; }
#oQmMblGELTAUMa6TByRA7EJrhM4sXIBx { color:#2f2f2d;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:5.875rem;left:7.0625rem;height:1.3994125rem;font-style:normal;display:none; }
#mJAEx3W3T9sXLgDlbpwQe0Grc776uN3A { color:#2f2f2d;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:14.8125rem;height:1.3994125rem;font-style:normal;display:none; }
#RfkHi0vqqTwtrEZi3qhxAP0UGZcAHkTZ { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:20.4375rem;height:1.3994125rem;font-style:normal;display:none; }
#LLdnuHl30KfLclBnado1EpJprzlgXyiT { color:#2f2f2d;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5.875rem;left:30.6875rem;height:1.3994125rem;font-style:normal;display:none; }
#PUeT0i90u9ki1cNbcTXliH0Za2FpGmbh { color:#2f2f2d;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:5.875rem;left:35.8125rem;height:1.3994125rem;font-style:normal;display:none; }
#RFnQbsyEXU1SpadOAPywR821ZckH9Tob { color:#2f2f2d;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:5.875rem;left:45.875rem;height:1.3994125rem;font-style:normal;display:none; }
#NM4PGTDlFDEIguRiz46rgmnKyswDp8DC { color:#2f2f2d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:5.875rem;left:53.5rem;height:1.3994125rem;font-style:normal;display:none; }
#ZBJocx351Mp6iPW1Of8FGHXg0y9zmS0B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#ZmBmpPt9u7WhWCLDpsLrscdG1Q3wiVgm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#vxLIgc8iLphdaSskvEcTmRNw8iBKZ9pr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#dppZmpDLyTbXb4IhvJ9eT04UkdgGoCGW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23rem;left:4.0625rem;display:none; }
#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { background-color:transparent;background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.adaptive-delivery-prevent-bg, #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.lazyload, #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.lazyloading { background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { background-color: transparent; background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .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); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { border-width: 0; border-radius: 0; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:60rem;height:37.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { color:#2f2f2d;display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:11.25rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.125rem;left:52.125rem;display:none; }
#oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:26.0625rem;left:54.875rem;display:none; }
#dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:26.125rem;left:57.8125rem;display:none; }
#qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:40.3125rem;display:none; }
#RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { color:#2f2f2d;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { color:#2f2f2d;display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:19.625rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { color:#2f2f2d;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.875rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:transparent;background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:35.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#2f2f2d;display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#2f2f2d;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:7rem;left:0.03125rem;height:20.2441rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2.6875rem 1.125rem 4.6875rem rgba(5,11,38,0.13) ;height:23.3125rem;width:26.5rem;top:0rem;left:33.6240234375rem;overflow:hidden;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.9375rem;left:0rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9375rem;left:14.125rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Du4BcJNLmXCyeHdzGNxsToKf40soATvr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.125rem;left:52.125rem;display:none; }
#qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:26.0625rem;left:54.875rem;display:none; }
#rL86VWCk16busm3OpI0DDqAsKlzl2RVD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:26.125rem;left:57.8125rem;display:none; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:40.3125rem;display:none; }
#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { background-color: transparent; background-image: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container > .video-iframe-container { display: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container { display: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .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); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { border-width: 0; border-radius: 0; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#pN4opniVCHALfAuPx16UKGPqenG5tUpw { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.0929684638977rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { position:relative;display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { background-color: transparent; background-image: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container > .video-iframe-container { display: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row > .video-iframe-container { display: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .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); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { border-width: 0; border-radius: 0; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .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; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.125rem;left:7.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { color:#2f2f2d;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:9.875rem;left:7.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
#XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.9;letter-spacing:0;top:7.125rem;left:37.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNXT0LUENzipn62QEUBspgXgUgSCsePq { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.9;letter-spacing:0;top:9.875rem;left:37.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
#kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.9375rem;left:14.0625rem;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:13.625rem;display:block; }
#DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.9375rem;left:44.0625rem;display:block; }
#d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:43.625rem;display:block; }
#L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { position:absolute;display:block;z-index:15015;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:3.1875rem;display:block; }
#ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { position:absolute;display:block;z-index:15016;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5625rem;width:23.5rem;top:1.3125rem;left:33.1875rem;display:block; }
#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { position:relative;display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { background-color: transparent; background-image: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container > .video-iframe-container { display: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row > .video-iframe-container { display: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .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); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { border-width: 0; border-radius: 0; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .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; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.125rem;left:7.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:9.875rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
#K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:7.1250009536744rem;left:37.187501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.9;letter-spacing:0;top:9.8750009536744rem;left:37.187501907349rem;height:16.832rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
#SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.9375rem;left:13.9375rem;display:block; }
#sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:13.5rem;display:block; }
#IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.9375rem;left:44.0625rem;display:block; }
#sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:43.625rem;display:block; }
#wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { position:absolute;display:block;z-index:15017;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:3.1875rem;display:block; }
#vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { position:absolute;display:block;z-index:15018;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:33.187501907349rem;display:block; }
#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { position:relative;display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { background-color: transparent; background-image: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container > .video-iframe-container { display: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row > .video-iframe-container { display: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .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); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { border-width: 0; border-radius: 0; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .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; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { position:absolute;display:block;z-index:15023;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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:18.187501907349rem;display:block; }
#HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:6.3125rem;left:29.0625rem;display:block; }
#FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:5.875rem;left:28.625rem;display:block; }
#km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:10.5rem;left:22.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.9;letter-spacing:0;top:15.125rem;left:22.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.375rem;left:0.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:11.749999761581rem;left:0rem;height:24.29295625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { background-color: transparent; background-image: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .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); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { border-width: 0; border-radius: 0; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.59375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { background-color: transparent; background-image: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container > .video-iframe-container { display: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container { display: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .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); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { border-width: 0; border-radius: 0; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.7490234375rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0xO6WrHBAMHxO116AANCe68PFrF9v8T { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.1242198944092rem;left:23.812501907349rem;display:block; }
#cydpQS8GXaMWl64MufBCcEcpu847kChn { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.7490234375rem;left:20.4365234375rem;overflow:hidden;display:block; }
#iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:19.140625rem;left:1.1875rem;height:6.410125rem;font-style:normal;display:block; }
#FifwTuqVayTWVIT16nbae2gUWm193wyn { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39rem;left:0.9375rem;display:block; }
#bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.625rem;left:59.374998092651rem;display:block; }
#SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.8427734375rem;left:5.375rem;height:2.923825rem;font-style:normal;display:block; }
#ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:34.1259765625rem;left:5.375rem;height:2.923825rem;font-style:normal;display:block; }
#LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29.7431640625rem;left:0.9375rem; }
#sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:34.0244140625rem;left:0.9375rem; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:19.265625rem;left:42rem;height:8.546875rem;font-style:normal;display:block; }
#KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.75rem;left:0.625rem;display:block; }
#cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#tT6bGXTTHqdW9Rki9nTC07BWl450u9It { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.8125rem;left:0.625rem;overflow:hidden;display:block; }
#WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.5rem;left:5.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:29.4375rem;left:0.625rem; }
#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { background-color: transparent; background-image: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container > .video-iframe-container { display: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container { display: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .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); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { border-width: 0; border-radius: 0; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.1242198944092rem;left:23.812501907349rem;display:block; }
#MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.7500009536743rem;left:20.436719894409rem;overflow:hidden;display:block; }
#qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:17.0654296875rem;left:1.1875rem;height:8.546875rem;font-style:normal;display:block; }
#T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.4375rem;left:0.9375rem;display:block; }
#TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.625rem;left:59.374998092651rem;display:block; }
#M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:29.625rem;left:5.375rem;height:2.923825rem;font-style:normal;display:block; }
#fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.5625rem;left:0.9375rem; }
#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { background-color: transparent; background-image: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container > .video-iframe-container { display: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container { display: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .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); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { border-width: 0; border-radius: 0; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:12.75rem;left:41.562501907349rem;height:8.546875rem;font-style:normal;display:block; }
#EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.375rem;left:41.562501907349rem;display:block; }
#bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbUZt5OxZlG4bAUd7pyg94920a0HgviK { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.8125rem;left:0.625rem;overflow:hidden;display:block; }
#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.adaptive-delivery-prevent-bg, #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.lazyload, #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.lazyloading { background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { background-color: transparent; background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .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); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { border-width: 0; border-radius: 0; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.59375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.adaptive-delivery-prevent-bg, #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.lazyload, #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.lazyloading { background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { background-color: transparent; background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .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); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { border-width: 0; border-radius: 0; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#gEFpw98iearvNCixwphndLTTA00QGHxo { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#rDn9mkESMUftP2U6dCB5ocud6aebwtIx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSy9q08TdrTXBpp7KulSus481OBGw1oa { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.adaptive-delivery-prevent-bg, #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.lazyload, #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.lazyloading { background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { background-color: transparent; background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .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); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { border-width: 0; border-radius: 0; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:6.410125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:6.410125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.adaptive-delivery-prevent-bg, #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.lazyload, #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.lazyloading { background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { background-color: transparent; background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .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); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { border-width: 0; border-radius: 0; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.54684375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:6.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#myUadAK8NScxLVWOEA8AFQsWDrgc0crm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm.adaptive-delivery-prevent-bg, #myUadAK8NScxLVWOEA8AFQsWDrgc0crm.lazyload, #myUadAK8NScxLVWOEA8AFQsWDrgc0crm.lazyloading { background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { background-color: transparent; background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .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); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { border-width: 0; border-radius: 0; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.54684375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#RfykaglR3QwcI6nKrq6LzRiLGSET87gO { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#civFdJTDvgcII76LBZXNQqMcTirPdwzc { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.54684375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#XxhwqposL67h07T8pk8nlsa9aVPvsKbM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.adaptive-delivery-prevent-bg, #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.lazyload, #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.lazyloading { background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { background-color: transparent; background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .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); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { border-width: 0; border-radius: 0; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.54684375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.adaptive-delivery-prevent-bg, #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.lazyload, #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.lazyloading { background-image: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { background-color: transparent; background-image: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container > .video-iframe-container { display: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container { display: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .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); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { border-width: 0; border-radius: 0; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { background-color: transparent; background-image: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container > .video-iframe-container { display: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container { display: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .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); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { border-width: 0; border-radius: 0; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;position:relative;display:block; }#ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#OHDFb4m8nTDLsFN89cvT719QB43kOXSv { color:#2f2f2d;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7242193222046rem;left:0rem;height:1.4619125rem;font-style:normal;display:block; }
#lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.76171875rem;font-style:normal;display:block; }
#JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.562501907349rem;height:2.76171875rem;font-style:normal;display:block; }
#Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:18.624219894409rem;height:2.4375rem;font-style:normal;display:block; }
#ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { color:#2f2f2d;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.15625rem;left:18.6240234375rem;height:2.923825rem;font-style:normal;display:block; }
#b7sZAP1blGp30STATHS36aRhEluUDfQ7 { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { color:#2f2f2d;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:11.5859375rem;height:2.923825rem;font-style:normal;display:block; }
#hleTURtzIygSVIM6OxuAco25zpGOJGi4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#xRThzCbWyb115hvxasxduTFpJNSTPIeU { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.76171875rem;font-style:normal;display:block; }
#quS654xG5FnIdTe6hJisWQOcIgoR2nwK { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#AVQ64T2Fwba4STgQ393B6qgubliRTfif { color:#2f2f2d;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:18.625rem;height:2.923825rem;font-style:normal;display:block; }
#kZs4cr5bgckSwaFAg5ihltquh5clm5wm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:41.875rem;left:11.5rem;display:block; }
#nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:31.25rem;top:45.625rem;left:11.5rem;display:block; }
#D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.125rem;left:44.25rem;display:block; }
#MzwDRc7hB81FavoO2JH1A88FveFi05AN { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:53.9375rem;left:50.0625rem;display:block; }
#gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { color:#2f2f2d;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:50.4375rem;left:11.6875rem;height:2.923825rem;font-style:normal;display:block; }
#dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47.375rem;left:11.5rem;height:2.4375rem;font-style:normal;display:block; }
#mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:44.6875rem;left:42.9375rem;display:block; }
#cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.6875rem;left:44.625rem;height:2.76171875rem;font-style:normal;display:block; }
#mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:55.9375rem;left:7.5625rem;display:block; }
#ut2OHHULoxGp24wcgWsLAp40admMAiPT { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:54.5rem;left:6.25rem;display:block; }
#AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.3125rem;left:7.9375rem;height:2.76171875rem;font-style:normal;display:block; }
#DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:34.375rem;top:57.6875rem;left:15.5rem;display:block; }
#tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.25rem;left:18.5625rem;height:2.4375rem;font-style:normal;display:block; }
#sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { color:#2f2f2d;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:62.1875rem;left:18.5625rem;height:2.923825rem;font-style:normal;display:block; }
#e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.04296875rem;left:9.3056640625rem; }
#zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.96875rem;left:45.90625rem; }
#RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.9375rem;left:9.3994140625rem; }
#cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:47.84375rem;left:45.90625rem; }
#HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:58.07421875rem;left:9.375rem; }
#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#2f2f2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#2f2f2d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { background-color: transparent; background-image: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container > .video-iframe-container { display: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container { display: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .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); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { border-width: 0; border-radius: 0; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/People/pexels-photo-23966.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.adaptive-delivery-prevent-bg, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyload, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyloading { background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { background-color: transparent; background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .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); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { border-width: 0; border-radius: 0; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { color:rgba(var(--color-primary-2),1);display:block;width:44.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3437509536744rem;left:7.8125rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2d', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2d', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { background-color: transparent; background-image: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container > .video-iframe-container { display: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container { display: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .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); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { border-width: 0; border-radius: 0; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { background-color: transparent; background-image: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container > .video-iframe-container { display: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container { display: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .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); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { border-width: 0; border-radius: 0; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { color:#2f2f2d;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.375rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:5.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:14rem;left:20.125rem;overflow:hidden;display:block; }
#UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:28rem;left:40.1875rem;display:block; }
#X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { color:#2f2f2d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.9375rem;left:43.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { color:#2f2f2d;display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.375rem;left:45.0625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#2f2f2d;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.625rem;left:41.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:#2f2f2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:6.375rem;left:41.75rem;height:3.82421875rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#2f2f2d;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:11.0625rem;left:41.75rem;height:12.8203125rem;font-style:normal;display:block; }
#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { background-color: transparent; background-image: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container > .video-iframe-container { display: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container { display: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .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); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { border-width: 0; border-radius: 0; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2d;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#2f2f2d;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:7.8750009536744rem;left:3.75rem;height:4.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),0.5);border-left:0.125rem solid rgba(var(--color-primary-2),0.5);border-right:0.125rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:55.75rem;top:5.6875rem;left:0rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.71875rem;left:46.5rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:37.3125rem;top:4.0625rem;left:1.90625rem;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { position:relative;display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { background-color: transparent; background-image: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container > .video-iframe-container { display: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row > .video-iframe-container { display: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .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); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { border-width: 0; border-radius: 0; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .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; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:36.5625rem;width:43.875rem;top:2.1240234375rem;left:0rem;display:block; }
#gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.5rem;left:1.65625rem;overflow:hidden;display:block; }
#KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:34.625rem;left:23.25rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rUBcZyXVTn69rCcED8DadFsuZ50OumwV { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.875rem;left:2.625rem;height:28rem;font-style:normal;display:block; }
#qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:none; }
#Mudy6KQwyRmtcMuFRUWFauGmTFv3tX2W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:0rem;left:38.875rem;overflow:hidden;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:3.625rem;left:18.375rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6rem;left:19.0625rem;height:8.75rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:#2f2f2d;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:16.5rem;left:35.750001907349rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VcyB5PMwLCrOVJliz4srfk41atcHnOft { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:22.249993801117rem;left:38.875001907349rem;overflow:hidden;display:block; }
#fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:none; }
#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 { position:relative;display:block; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 { background-color: transparent; background-image: none; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row .container > .video-iframe-container { display: none; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row > .video-iframe-container { display: none; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .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); }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 { border-width: 0; border-radius: 0; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .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; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yE6FJTX2Q8F5inUOIsrcgi3qd7THbTu1 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.1249942779541rem;left:0rem;display:block; }
#LnKOIVONu3OZX8k3TzJBqheQoUntfNoX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.5rem;left:1.65625rem;overflow:hidden;display:block; }
#gWKR1AWV51dgnMZmHgosp1w9x224xppu { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:15.375rem;left:23.25rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Sm41wVtdTJvvE8GNo2vWiKH1vlnoUcmw { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.875rem;left:2.625rem;height:8.75rem;font-style:normal;display:block; }
#m1gZsZPfXHmx2h1C92KQVsmzDJ6CFCwx { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:none; }
#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { position:relative;display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { background-color: transparent; background-image: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container > .video-iframe-container { display: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row > .video-iframe-container { display: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .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); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { border-width: 0; border-radius: 0; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .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; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.5rem;left:18.3125rem;overflow:hidden;display:block; }
#cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.875rem;left:19.1875rem;height:7rem;font-style:normal;display:block; }
#KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:15.625rem;left:39.8125rem;height:2.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { position:relative;display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { background-color: transparent; background-image: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container > .video-iframe-container { display: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row > .video-iframe-container { display: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .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); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { border-width: 0; border-radius: 0; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .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; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.5929689407349rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW { position:relative;display:block; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW { background-color: transparent; background-image: none; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row .container > .video-iframe-container { display: none; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row > .video-iframe-container { display: none; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .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); }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW { border-width: 0; border-radius: 0; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .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; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xRaaiwv7GzfoLV9lGQIyaivfDpzZguG1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vA5fSUShA2knX68TfsbTdWx4SlBmK176 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:42.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#gz1eO6NTLF9tvNSeOrL3iNuxhx3AIpF0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#LWAtemDa03FVSw95VzE082DL1iBVI4e0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:8.96875rem;left:46.25rem;overflow:hidden;display:block; }
#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { position:relative;display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { background-color: transparent; background-image: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container > .video-iframe-container { display: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row > .video-iframe-container { display: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .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); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { border-width: 0; border-radius: 0; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .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; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:42.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6rem;top:8.96875rem;left:46.25rem;overflow:hidden;display:block; }
#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T { position:relative;display:block; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T { background-color: transparent; background-image: none; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row .container > .video-iframe-container { display: none; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row > .video-iframe-container { display: none; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .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); }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T { border-width: 0; border-radius: 0; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .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; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XGWFWn7m1TLha9QVEsKCC7o0hxNDhl2e { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#o63aZTn5EgVGO6fZ5A44EikIyzsRflc7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#yl4mv73JyHaD5d6xginpZapEcutT0U3L { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#ft0zf1rokkSzaKTKF9KJbvdOvwrSimQH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.0625rem;top:9.03125rem;left:44.90625rem;overflow:hidden;display:block; }
#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb { position:relative;display:block; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb { background-color: transparent; background-image: none; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row .container > .video-iframe-container { display: none; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row > .video-iframe-container { display: none; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .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); }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb { border-width: 0; border-radius: 0; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .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; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dKNqaTP0GDTDoLm4gXxh758EH5KVUgI6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X9xUpeiOWcQVBaWyIfHlZXpxUv8vlgBl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#kAAuPuh2r6dsXfdh56V8059xGf8SAAOD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#Fl9Lwbx6PAu6n05AK9XcSfaXW4kMqePg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx { position:relative;display:block; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx { background-color: transparent; background-image: none; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row .container > .video-iframe-container { display: none; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row > .video-iframe-container { display: none; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .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); }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx { border-width: 0; border-radius: 0; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .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; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tgHKWPyGTNF9lS8uVap3bCGReTJwV5LU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fB9TzaJ2N4hXXLleT4mqfU4Axffhgl70 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#UpFJpwKlctn8A7S9zU1wq3u2opoTs86S { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#CgmoXzDHKL2GX5SZuDe1n4rQmviza4d6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { position:relative;display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { background-color: transparent; background-image: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container > .video-iframe-container { display: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row > .video-iframe-container { display: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .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); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { border-width: 0; border-radius: 0; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .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; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:18.375rem;top:10.3125rem;left:40.0625rem;overflow:hidden;display:block; }
#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { position:relative;display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { background-color: transparent; background-image: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container > .video-iframe-container { display: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row > .video-iframe-container { display: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .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); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { border-width: 0; border-radius: 0; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .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; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.187501907349rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { position:relative;display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { background-color: transparent; background-image: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container > .video-iframe-container { display: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row > .video-iframe-container { display: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .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); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { border-width: 0; border-radius: 0; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .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; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:11.15625rem;left:43.187501907349rem;overflow:hidden;display:block; }
#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { position:relative;display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { background-color: transparent; background-image: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container > .video-iframe-container { display: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row > .video-iframe-container { display: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .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); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { border-width: 0; border-radius: 0; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .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; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#AbBJf5zxhptvyTDPTyImVunWahsVoh0J { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:8.125rem;top:4rem;left:45.375001907349rem;overflow:hidden;display:block; }
#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { position:relative;display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { background-color: transparent; background-image: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container > .video-iframe-container { display: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row > .video-iframe-container { display: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .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); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { border-width: 0; border-radius: 0; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .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; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { position:relative;display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { background-color: transparent; background-image: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container > .video-iframe-container { display: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row > .video-iframe-container { display: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .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); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { border-width: 0; border-radius: 0; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .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; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:7.2500004768369rem;left:45.750001907349rem;overflow:hidden;display:block; }
#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { border-width: 0; border-radius: 0; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:none; }#FEfEENJrm9xuXonqapq00L84ck7ts5tq { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.4375rem;left:0.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:7.8125rem;left:0rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { border-width: 0; border-radius: 0; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:none; }#QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:0rem;display:block; }
#V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.53125rem;left:0.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47rem;left:0.875rem;display:block; }
#cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oopFzXpaiP489xMiJoeKCOx8PDemtrbv { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:20.125001907349rem;display:block; }
#LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:14.53125rem;left:20.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPrMOfOaFhF65xddxJhene1asywKRKQA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47rem;left:20.875001907349rem;display:block; }
#OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { position:absolute;display:block;z-index:15013;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:40.125rem;display:block; }
#tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:14.53125rem;left:40.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47rem;left:40.875001907349rem;display:block; }
#QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pV2apIZWP707ACRUZhapUkIw4GvCtlam { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TrCw8x9v/4community.online_uslugi_4_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam.adaptive-delivery-prevent-bg, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyload, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyloading { background-image: none; }
#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UpfiLcTV/4community.online_uslugi_5_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.adaptive-delivery-prevent-bg, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyload, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyloading { background-image: none; }
#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/n5rveCVc/4community.online_uslugi_6_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.adaptive-delivery-prevent-bg, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyload, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyloading { background-image: none; }
#GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.75rem;height:20.46679375rem;text-align:center;text-align-last:center;display:block; }
#g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.750001907349rem;height:19.00489375rem;text-align:center;text-align-last:center;display:block; }
#E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.625rem;left:43.750001907349rem;height:20.4667875rem;text-align:center;text-align-last:center;display:block; }
#iEawP1wD4pqhvNoJylu009gcSFgen5dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { border-width: 0; border-radius: 0; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:none; }#GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:0rem;display:block; }
#NJ88GUVlrMVVzn228L5cdnL70gabJM0N { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.53125rem;left:0.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47rem;left:0.875rem;display:block; }
#bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:20.125001907349rem;display:block; }
#ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:14.53125rem;left:20.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTSThxt4JrbNBTNCLwlbehbIltleuZPt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47rem;left:20.875001907349rem;display:block; }
#kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { position:absolute;display:block;z-index:15013;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:40.125rem;display:block; }
#d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:14.53125rem;left:40.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47rem;left:40.875001907349rem;display:block; }
#ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UJaKB5vX/4community.online_uslugi_3_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.adaptive-delivery-prevent-bg, #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.lazyload, #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.lazyloading { background-image: none; }
#CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OhL81bxB/4community.online_uslugi_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.adaptive-delivery-prevent-bg, #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.lazyload, #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.lazyloading { background-image: none; }
#JXENIg0477URE8CuHB8BLVaf305S6ozp { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JgUZLdCC/4community.online_uslugi_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#JXENIg0477URE8CuHB8BLVaf305S6ozp.adaptive-delivery-prevent-bg, #JXENIg0477URE8CuHB8BLVaf305S6ozp.lazyload, #JXENIg0477URE8CuHB8BLVaf305S6ozp.lazyloading { background-image: none; }
#JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.75rem;height:20.46678125rem;text-align:center;text-align-last:center;display:block; }
#LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.750001907349rem;height:19.0048625rem;text-align:center;text-align-last:center;display:block; }
#W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.625rem;left:43.750001907349rem;height:20.4667875rem;text-align:center;text-align-last:center;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:14.5625rem;left:0rem;height:14.1708875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w { border-top:0.3125rem solid #2f2f2d;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container { background-color: transparent; background-image: none; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container > .video-iframe-container { display: none; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row > .video-iframe-container { display: none; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .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); }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container { border-width: 0; border-radius: 0; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#KXN7Ur3RtSt4xuXzacDadw5pM4fVKXXl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:19.1875rem;left:0.1875rem;display:block; }
#m91HxivtMyw6I40BTTizpMrFn1aTZxG0 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:19.1875rem;left:4.1875rem;display:block; }
#rfJVeP24rVFFIT6SyIQTWoOVPixwoOiG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:19.1875rem;left:8.1875rem;display:block; }
#tNdHIUIiWHNC9NPzWJaSgEL1WzfTQ9e5 { color:#2f2f2d;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:6.296875rem;font-style:normal;display:block; }
#miGRaQP3p5WZ0GakTerzvHJFM2S0KxIp { color:#2f2f2d;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:10.625rem;left:48.125rem;height:3.673825rem;font-style:normal;display:block; }
#m8lvfBl1KGts1TaaGm3UPE58QVH3qq91 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:15.625rem;left:24.375rem;display:block; }
#pzcX0E0qNsV70uuhVq6rTdIF1XzVlrGh { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:10.625rem;left:33.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#fMSAFdTKMSydGNF5hz0UrkTSzHvFcJBc { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:17.6875rem;left:0rem;height:1.04980625rem;font-style:normal;display:block; }
#mZb0BaAxPmHowEvBeX98A5F01yHmyFvv { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:3.912109375rem;left:24.375rem;height:1.04980625rem;font-style:normal;display:block; }
#PFUrSvZp4SPkm7hZNtIUiwvMxH9Vgeb1 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:15.625rem;left:0rem;display:block; }
#b3OPWUWhuhobTsuAFMNEO0v8Wstb7okC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:10.5rem;left:31.4375rem; }
#Rv9C2oLfRU2ASo4SLbkdK7zONCV1WJBb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:10.5rem;left:46rem; }
#OWs3NmA5DPRfzKqPyKS3zGuVE7VuNQIA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:19.8125rem;left:0.8125rem; }
#Crb1g3acKVBls3ENkdBXUweWKnL7oQMN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:19.8125rem;left:4.8125rem; }
#P48O17h3f9D7WPevRGMS8mDJcAW0ikdC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:19.625rem;left:8.625rem; }
#KaUQ84gSXlqzbBvAh3G4nbE6CMKVrxsL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.4375rem;top:1.4248046875rem;left:0rem;overflow:hidden;display:block; }
#RTWJz9BW6acE1uLz6DHlcgnP353sb246 { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:17.6875rem;left:24.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#wXUT93THWPVZiRZ2799ta6V7B0BgWQAx { color:#2f2f2d;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:19.1875rem;left:24.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#rsKgkcwHCtpOonw1OMdAAUdkbhxpPpcE { color:#2f2f2d;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:19.1875rem;left:27.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#V0vDBEOvSB1fkpVcVBWxTlBhDvKWwIGH { color:#2f2f2d;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:19.1875rem;left:32.3125rem;height:1.04980625rem;font-style:normal;display:block; }
#EDyHD0l0p2DyGJJBzQfFcqgKUeie7yfZ { color:#2f2f2d;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:19.1875rem;left:36.5625rem;height:1.04980625rem;font-style:normal;display:block; }
#fDhcmNEyxkeVOKC2sKJGXficVaHCn3dF { color:#2f2f2d;display:block;width:4.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:19.1875rem;left:43.3125rem;height:1.04980625rem;font-style:normal;display:block; }
#fZzhzlUm9V1NZlXaGtNn5nv6XMEpSPnF { color:#2f2f2d;display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:19.1875rem;left:47.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#IeCTFcvL3RUSE1VH2h4E3uuxam82rPXy { color:#2f2f2d;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:19.1875rem;left:53.6875rem;height:2.0996125rem;font-style:normal;display:block; }
#TEfJdGC5XwThhdlB83sPnOddtkNW3fUL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:none; }
#dTIkcqeX5vsZMRmvWWCMThosGRu2CvyZ { color:#2f2f2d;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:7.25rem;left:31.4375rem;height:1.3994125rem;font-style:normal;display:block; }
#TaQ7DXRfdJxlWmIIrWWTNVSmlx8hTKxc { color:#2f2f2d;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:8.5625rem;left:31.4375rem;height:1.2246125rem;font-style:normal;display:block; }
#J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.76171875rem;left:21.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qt5kcg44KRlSTC9O1vP7f8BektnOfs2w { display:block; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5JaChlJvwRsaPtyNJLJ6m4M4PEMlpFQ { width:16.25rem;height:3.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZunJyCFk7ZHaL5CfD1LnfErrInWZM18 { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id4g5KOMbTcJkOEMdeWqcBk3VLrt31VE { top:1.0625rem;left:40.375rem;width:7.375rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmab3uKTqk99BkCU0ioxMVBNmP71LAeu { top:3.5rem;left:41.5625rem;width:6.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCw12ORXvxmC77xQrn3mcWZ1PmbxJO4A { top:5.875rem;left:0rem;width:3.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUT0ZssfPTmoPZDmskPu3COve5k6a8Kv { top:5.875rem;left:0.9375rem;width:5.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTVGRDQ58goDPNZUeLWF9rlDRXTenFt { top:5.875rem;left:8.1875rem;width:5.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2XaoZxqXt1TPs4EtoGJcN8HZ7JuJlq { top:5.875rem;left:15.0625rem;width:8.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvQ7pSUlAg3Nk4QUIgeR2KM97fUqJFR { top:5.875rem;left:24.8125rem;width:5.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ1JTZLZMKbZnmgNEDzpOykeLWmXPIQ { top:5.875rem;left:31.9375rem;width:7.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D60CqvDOhxDsOAMzy8JrHvVD109CPpOP { top:5.875rem;left:41.1875rem;width:5.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeaVe2oTBQ78iG7Ova5JgGKpMKe4OyTI { top:5.875rem;left:42.9375rem;width:4.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axw719bMgXosUP1BwhBB1fMvyT745VTU { top:5.1875rem;left:0rem;width:47.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlf4yMMrlPBZyE4qMMrTcR3L2fCv5908 { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et19nCWXlZVUSFGIiNtpTqy9Tfii51gr { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDcOxOg3RKgpDQZ3JtCvfQne71S86tG { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q { display:none; }#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dG2eoptIOzDhUsUwWQpONtivZhevGn3A { display:none; }
 }@media only screen and (max-width: 763px) { #l9mUK8ok8X6E7OD53SqFm0z8CxbweOUN { width:16.25rem;height:3.75rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5R1FXZMpfHF2xIGsuK6GaRJiuTxTnHW { top:6rem;left:0rem;width:3.25rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQmMblGELTAUMa6TByRA7EJrhM4sXIBx { top:8.0625rem;left:0rem;width:5.9375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJAEx3W3T9sXLgDlbpwQe0Grc776uN3A { top:10.0625rem;left:0rem;width:3.75rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfkHi0vqqTwtrEZi3qhxAP0UGZcAHkTZ { top:12.0625rem;left:0rem;width:8.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLdnuHl30KfLclBnado1EpJprzlgXyiT { top:14.125rem;left:0rem;width:8.5rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUeT0i90u9ki1cNbcTXliH0Za2FpGmbh { top:16.125rem;left:0rem;width:8.4375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFnQbsyEXU1SpadOAPywR821ZckH9Tob { top:18.1875rem;left:0rem;width:6.0625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM4PGTDlFDEIguRiz46rgmnKyswDp8DC { top:20.1875rem;left:0rem;width:4.8125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBJocx351Mp6iPW1Of8FGHXg0y9zmS0B { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZmBmpPt9u7WhWCLDpsLrscdG1Q3wiVgm { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxLIgc8iLphdaSskvEcTmRNw8iBKZ9pr { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dppZmpDLyTbXb4IhvJ9eT04UkdgGoCGW { top:23rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { width:19.375rem;height:7.875rem;top:11.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { width:2.125rem;height:2.125rem;top:26.0625rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { width:10rem;height:0.125rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { width:36.5625rem;height:7.875rem;top:15.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { width:27.75rem;height:7.875rem;top:19.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { width:18.625rem;height:7.875rem;top:23.875rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:28.1875rem;height:;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:29.8125rem;height:22.25rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:26.5rem;height:23.3125rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:30.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Du4BcJNLmXCyeHdzGNxsToKf40soATvr { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { width:2.125rem;height:2.125rem;top:26.0625rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL86VWCk16busm3OpI0DDqAsKlzl2RVD { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { display:block; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN4opniVCHALfAuPx16UKGPqenG5tUpw { width:47.75rem;height:16rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:;top:7.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { width:17rem;height:;top:9.875rem;left:4.25rem;font-size:1rem;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
 }@media only screen and (max-width: 763px) { #XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { width:15.625rem;height:;top:7.125rem;left:28.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT0LUENzipn62QEUBspgXgUgSCsePq { width:15.625rem;height:;top:9.875rem;left:28rem;font-size:1rem;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
 }@media only screen and (max-width: 763px) { #kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { top:2.9375rem;left:11rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { top:2.9375rem;left:34.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { width:2.75rem;height:2.75rem;top:2.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { width:23.5rem;height:31.75rem;top:1.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { width:23.5rem;height:33.5625rem;top:1.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { width:15.625rem;height:;top:7.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { width:15.625rem;height:;top:9.875rem;left:4.125rem;font-size:1rem;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
 }@media only screen and (max-width: 763px) { #K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { width:15.625rem;height:;top:7.125rem;left:28.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { width:15.625rem;height:;top:9.875rem;left:28.000001907349rem;font-size:1rem;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
 }@media only screen and (max-width: 763px) { #SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { top:2.9375rem;left:10.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { width:2.75rem;height:2.75rem;top:2.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { top:2.9375rem;left:34.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { width:2.75rem;height:2.75rem;top:2.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { width:23.5rem;height:31.75rem;top:1.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { width:23.5rem;height:31.75rem;top:1.3125rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { width:23.5rem;height:31.75rem;top:1.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { top:6.3125rem;left:22.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { width:2.75rem;height:2.75rem;top:5.875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { width:15.625rem;height:;top:10.5rem;left:16.062501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { width:15.625rem;height:;top:15.125rem;left:16.062501907349rem;font-size:1rem;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:47.75rem;height:22.25rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { display:block; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { width:47.75rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { display:block; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { width:18.5rem;height:9rem;top:5.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0xO6WrHBAMHxO116AANCe68PFrF9v8T { width:11.25rem;height:0.625rem;top:5.0625rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydpQS8GXaMWl64MufBCcEcpu847kChn { top:5.6875rem;left:8.75rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { width:18rem;height:8.5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FifwTuqVayTWVIT16nbae2gUWm193wyn { width:13.5rem;height:3.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block; }
 }@media only screen and (max-width: 763px) { #d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { width:0.625rem;height:11.25rem;top:14.625rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { top:29.8125rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { top:34.125rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { top:29.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { top:34rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18.5rem;height:;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:8.5rem;top:19.25rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6bGXTTHqdW9Rki9nTC07BWl450u9It { top:5.8125rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { top:29.5rem;left:0rem;width:33.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { top:29.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { display:block; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { width:18.5rem;height:;top:5.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { width:11.25rem;height:0.625rem;top:5.0625rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { top:5.75rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { width:18rem;height:8.5rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { width:13.5rem;height:3.4375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block; }
 }@media only screen and (max-width: 763px) { #Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { width:0.625rem;height:11.25rem;top:14.625rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { top:29.625rem;left:0rem;width:33.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { top:29.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { display:block; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { width:18.5rem;height:;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { width:18rem;height:8.375rem;top:12.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { width:13.5rem;height:3.4375rem;top:24.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block; }
 }@media only screen and (max-width: 763px) { #NbUZt5OxZlG4bAUd7pyg94920a0HgviK { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { top:5.8125rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { width:47.75rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEFpw98iearvNCixwphndLTTA00QGHxo { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn9mkESMUftP2U6dCB5ocud6aebwtIx { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSy9q08TdrTXBpp7KulSus481OBGw1oa { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:6.375rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUadAK8NScxLVWOEA8AFQsWDrgc0crm { display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfykaglR3QwcI6nKrq6LzRiLGSET87gO { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #civFdJTDvgcII76LBZXNQqMcTirPdwzc { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhwqposL67h07T8pk8nlsa9aVPvsKbM { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz1q5TzweanA2DFb0343RTKDNB0l4Sx { display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { top:1.8125rem;left:0rem;width:31.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHDFb4m8nTDLsFN89cvT719QB43kOXSv { top:5.6875rem;left:0rem;width:36.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { top:13.1875rem;left:12.4990234375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { top:16.125rem;left:12.4990234375rem;width:33.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7sZAP1blGp30STATHS36aRhEluUDfQ7 { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { top:28.5625rem;left:5.4609375rem;width:31.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleTURtzIygSVIM6OxuAco25zpGOJGi4 { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRThzCbWyb115hvxasxduTFpJNSTPIeU { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quS654xG5FnIdTe6hJisWQOcIgoR2nwK { top:37.375rem;left:12.5rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ64T2Fwba4STgQ393B6qgubliRTfif { top:40.3125rem;left:12.5rem;width:28.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZs4cr5bgckSwaFAg5ihltquh5clm5wm { top:41.875rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { top:45.625rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { top:46.125rem;left:38.125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwDRc7hB81FavoO2JH1A88FveFi05AN { top:53.9375rem;left:43.9375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { top:50.4375rem;left:5.5625rem;width:31.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { top:47.375rem;left:5.375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { top:44.6875rem;left:36.8125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { top:45.6875rem;left:38.5rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { top:55.9375rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut2OHHULoxGp24wcgWsLAp40admMAiPT { top:54.5rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { top:55.3125rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { top:57.6875rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { top:59.25rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { top:62.1875rem;left:12.4375rem;width:28.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { top:14rem;left:3.1806640625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { top:25.9375rem;left:39.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { top:35.9375rem;left:3.2744140625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { top:47.8125rem;left:39.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { top:58.0625rem;left:3.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { top:8.3125rem;left:1.6875rem;width:44.375rem;height:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13.5625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:9.3125rem;height:5rem;top:2.375rem;left:3.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5625rem;height:3.25rem;top:7.9375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625rem;top:14rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:13.625rem;top:28rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:13.0625rem;height:3.25rem;top:35.875rem;left:33.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:9.6875rem;height:5rem;top:30.375rem;left:34.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.75rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.5625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:16.25rem;height:;top:2.625rem;left:31.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:16.5625rem;height:3.75rem;top:6.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:16.25rem;height:12.5625rem;top:11rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { display:block; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:35.9375rem;height:;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.375rem;height:4.1875rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.75rem;height:9.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:13.5rem;height:3.4375rem;top:8.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:37.3125rem;height:3.375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { width:43.875rem;height:36.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { width:2.4375rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { width:18rem;height:2.125rem;top:34.625rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUBcZyXVTn69rCcED8DadFsuZ50OumwV { width:38.5625rem;height:29.75rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mudy6KQwyRmtcMuFRUWFauGmTFv3tX2W { width:21.125rem;height:22.0625rem;top:0rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:21.125rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:3.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:10.5rem;top:6rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:21.9375rem;height:2.125rem;top:16.5rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyB5PMwLCrOVJliz4srfk41atcHnOft { width:21.125rem;height:22.0625rem;top:22.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 { display:block; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE6FJTX2Q8F5inUOIsrcgi3qd7THbTu1 { width:43.875rem;height:18rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKOIVONu3OZX8k3TzJBqheQoUntfNoX { width:2.4375rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWKR1AWV51dgnMZmHgosp1w9x224xppu { width:18rem;height:2.0625rem;top:15.375rem;left:17.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm41wVtdTJvvE8GNo2vWiKH1vlnoUcmw { width:38.5625rem;height:10.5rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gZsZPfXHmx2h1C92KQVsmzDJ6CFCwx { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { width:21.125rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { width:2.4375rem;height:2.4375rem;top:4.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { width:38.5625rem;height:8.75rem;top:6.875rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { width:18rem;height:2.0625rem;top:15.625rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW { display:block; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRaaiwv7GzfoLV9lGQIyaivfDpzZguG1 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5fSUShA2knX68TfsbTdWx4SlBmK176 { top:16.125rem;left:33.625rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz1eO6NTLF9tvNSeOrL3iNuxhx3AIpF0 { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWAtemDa03FVSw95VzE082DL1iBVI4e0 { top:8.9375rem;left:40.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { top:16.125rem;left:33.625rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { top:8.9375rem;left:40.125rem;width:6rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPmRh2OJJGkstWgQBFZSp1WianpLHM8T { display:block; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGWFWn7m1TLha9QVEsKCC7o0hxNDhl2e { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63aZTn5EgVGO6fZ5A44EikIyzsRflc7 { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl4mv73JyHaD5d6xginpZapEcutT0U3L { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft0zf1rokkSzaKTKF9KJbvdOvwrSimQH { top:9rem;left:38.6875rem;width:9.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb { display:block; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKNqaTP0GDTDoLm4gXxh758EH5KVUgI6 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9xUpeiOWcQVBaWyIfHlZXpxUv8vlgBl { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAuPuh2r6dsXfdh56V8059xGf8SAAOD { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9Lwbx6PAu6n05AK9XcSfaXW4kMqePg { top:10.3125rem;left:35.25rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx { display:block; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgHKWPyGTNF9lS8uVap3bCGReTJwV5LU { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB9TzaJ2N4hXXLleT4mqfU4Axffhgl70 { top:16.0625rem;left:35.25rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpFJpwKlctn8A7S9zU1wq3u2opoTs86S { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgmoXzDHKL2GX5SZuDe1n4rQmviza4d6 { top:10.3125rem;left:35.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayCOTMz3vbLqtgtwtpO580INJHQ9wro { display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { top:10.3125rem;left:29rem;width:18.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { top:10.3125rem;left:35.25rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17oOnVADt1MmUGNdgfXevKX1D1aERgF { display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { top:11.125rem;left:35.25rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBJf5zxhptvyTDPTyImVunWahsVoh0J { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { top:4rem;left:39.250001907349rem;width:8.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { top:10.3125rem;left:35.25rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { top:7.25rem;left:39.625001907349rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:47.75rem;height:4rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { display:block; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:37.75rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18.125rem;height:;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #oopFzXpaiP489xMiJoeKCOx8PDemtrbv { width:19.75rem;height:37.75rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { width:18.125rem;height:;top:14.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrMOfOaFhF65xddxJhene1asywKRKQA { width:18.25rem;height:3.4375rem;top:47rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:37.75rem;top:13.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { width:18.125rem;height:;top:14.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:47rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { top:21.625rem;left:1.6875rem;width:12.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { top:21.5625rem;left:17.562501907349rem;width:12.5rem;height:21.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { top:21.5625rem;left:33.437501907349rem;width:12.5rem;height:21.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEawP1wD4pqhvNoJylu009gcSFgen5dk { display:block; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { width:19.75rem;height:37.75rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ88GUVlrMVVzn228L5cdnL70gabJM0N { width:18.125rem;height:;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { width:18.25rem;height:3.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { width:19.75rem;height:37.75rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { width:18.125rem;height:;top:14.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTSThxt4JrbNBTNCLwlbehbIltleuZPt { width:18.25rem;height:3.4375rem;top:47rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block; }
 }@media only screen and (max-width: 763px) { #cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { width:19.75rem;height:37.75rem;top:13.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { width:18.125rem;height:;top:14.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { width:18.25rem;height:3.4375rem;top:47rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block; }
 }@media only screen and (max-width: 763px) { #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXENIg0477URE8CuHB8BLVaf305S6ozp { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { top:21.625rem;left:1.6875rem;width:12.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { top:21.625rem;left:17.562501907349rem;width:12.5rem;height:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { top:21.625rem;left:33.437501907349rem;width:12.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:14.125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w { display:block; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXN7Ur3RtSt4xuXzacDadw5pM4fVKXXl { top:19.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91HxivtMyw6I40BTTizpMrFn1aTZxG0 { top:19.1875rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJVeP24rVFFIT6SyIQTWoOVPixwoOiG { top:19.1875rem;left:2.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdHIUIiWHNC9NPzWJaSgEL1WzfTQ9e5 { top:6.3125rem;left:0rem;width:19.875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miGRaQP3p5WZ0GakTerzvHJFM2S0KxIp { top:10.625rem;left:35.875rem;width:11.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8lvfBl1KGts1TaaGm3UPE58QVH3qq91 { top:15.625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzcX0E0qNsV70uuhVq6rTdIF1XzVlrGh { top:10.625rem;left:27.3125rem;width:11.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSAFdTKMSydGNF5hz0UrkTSzHvFcJBc { top:17.6875rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZb0BaAxPmHowEvBeX98A5F01yHmyFvv { top:3.875rem;left:18.25rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFUrSvZp4SPkm7hZNtIUiwvMxH9Vgeb1 { top:15.625rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OPWUWhuhobTsuAFMNEO0v8Wstb7okC { top:10.5rem;left:25.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv9C2oLfRU2ASo4SLbkdK7zONCV1WJBb { top:10.5rem;left:39.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWs3NmA5DPRfzKqPyKS3zGuVE7VuNQIA { top:19.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crb1g3acKVBls3ENkdBXUweWKnL7oQMN { top:19.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48O17h3f9D7WPevRGMS8mDJcAW0ikdC { top:19.625rem;left:2.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaUQ84gSXlqzbBvAh3G4nbE6CMKVrxsL { width:15.4375rem;height:3.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTWJz9BW6acE1uLz6DHlcgnP353sb246 { top:17.6875rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXUT93THWPVZiRZ2799ta6V7B0BgWQAx { top:19.1875rem;left:18.8125rem;width:2.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsKgkcwHCtpOonw1OMdAAUdkbhxpPpcE { top:19.1875rem;left:21.8125rem;width:4.5rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0vDBEOvSB1fkpVcVBWxTlBhDvKWwIGH { top:19.1875rem;left:26.1875rem;width:4.4375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDyHD0l0p2DyGJJBzQfFcqgKUeie7yfZ { top:19.1875rem;left:30.4375rem;width:6.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDhcmNEyxkeVOKC2sKJGXficVaHCn3dF { top:19.1875rem;left:37.1875rem;width:4.125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZzhzlUm9V1NZlXaGtNn5nv6XMEpSPnF { top:19.1875rem;left:41.5625rem;width:6.1875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCTFcvL3RUSE1VH2h4E3uuxam82rPXy { top:19.1875rem;left:42.0625rem;width:5.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfJdGC5XwThhdlB83sPnOddtkNW3fUL { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTIkcqeX5vsZMRmvWWCMThosGRu2CvyZ { top:7.25rem;left:25.3125rem;width:7.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQ7DXRfdJxlWmIIrWWTNVSmlx8hTKxc { top:8.5625rem;left:25.3125rem;width:13.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { top:24.75rem;left:15.1875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qt5kcg44KRlSTC9O1vP7f8BektnOfs2w { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#qt5kcg44KRlSTC9O1vP7f8BektnOfs2w > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e5JaChlJvwRsaPtyNJLJ6m4M4PEMlpFQ { width:6.25rem;height:1.4375rem;top:0.625rem;left:1.1851562261581rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tZunJyCFk7ZHaL5CfD1LnfErrInWZM18 { width:1.4375rem;height:1.4375rem;top:0.625rem;left:17.375000357628rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Id4g5KOMbTcJkOEMdeWqcBk3VLrt31VE { width:7.375rem;height:0;top:1.3250000476837rem;left:8.0000003576281rem;font-size:0.625rem;color:#2f2f2d;display:none; }
 }@media only screen and (max-width: 763px) { #Dmab3uKTqk99BkCU0ioxMVBNmP71LAeu { width:6.1875rem;height:0;top:3.46875rem;left:8.4375003576281rem;font-size:0.625rem;color:#2f2f2d;display:none; }
 }@media only screen and (max-width: 763px) { #lCw12ORXvxmC77xQrn3mcWZ1PmbxJO4A { width:3.25rem;height:1.3994125rem;top:4.125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUT0ZssfPTmoPZDmskPu3COve5k6a8Kv { width:5.9375rem;height:1.3994125rem;top:4.125rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzTVGRDQ58goDPNZUeLWF9rlDRXTenFt { width:3.75rem;height:1.3994125rem;top:4.125rem;left:14.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV2XaoZxqXt1TPs4EtoGJcN8HZ7JuJlq { width:8.5625rem;height:1.3994125rem;top:4.125rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDvQ7pSUlAg3Nk4QUIgeR2KM97fUqJFR { width:3.375rem;height:1.3994125rem;top:4.125rem;left:16.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIQ1JTZLZMKbZnmgNEDzpOykeLWmXPIQ { width:8.4375rem;height:1.3994125rem;top:4.125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D60CqvDOhxDsOAMzy8JrHvVD109CPpOP { width:6.0625rem;height:1.3994125rem;top:4.125rem;left:13.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeaVe2oTBQ78iG7Ova5JgGKpMKe4OyTI { width:4.8125rem;height:1.3994125rem;top:4.125rem;left:15.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Axw719bMgXosUP1BwhBB1fMvyT745VTU { width:20rem;height:2.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlf4yMMrlPBZyE4qMMrTcR3L2fCv5908 { width:1.25rem;height:1.25rem;top:7.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et19nCWXlZVUSFGIiNtpTqy9Tfii51gr { width:1.25rem;height:1.25rem;top:10.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDcOxOg3RKgpDQZ3JtCvfQne71S86tG { width:1.25rem;height:1.25rem;top:12.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q { display:block; }#l9U0qnHCD0sIgBqgCbbqSnipNk5vGB1Q > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG2eoptIOzDhUsUwWQpONtivZhevGn3A { display:flex;top:1.8125rem;left:15.125rem;width:3.8125rem;height:3.8125rem;z-index:15000;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #l9mUK8ok8X6E7OD53SqFm0z8CxbweOUN { width:12.1875rem;height:2.8125rem;top:2.40625rem;left:1.34375rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #u5R1FXZMpfHF2xIGsuK6GaRJiuTxTnHW { width:3.25rem;height:1.3994125rem;top:6.05078125rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #oQmMblGELTAUMa6TByRA7EJrhM4sXIBx { width:5.9375rem;height:1.3994125rem;top:8.07421875rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #mJAEx3W3T9sXLgDlbpwQe0Grc776uN3A { width:5.5rem;height:1.3994125rem;top:10.09765625rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #RfkHi0vqqTwtrEZi3qhxAP0UGZcAHkTZ { width:8.5625rem;height:1.3994125rem;top:12.12109375rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LLdnuHl30KfLclBnado1EpJprzlgXyiT { width:5.5625rem;height:1.3994125rem;top:14.14453125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #PUeT0i90u9ki1cNbcTXliH0Za2FpGmbh { width:8.4375rem;height:1.3994125rem;top:16.16796875rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #RFnQbsyEXU1SpadOAPywR821ZckH9Tob { width:6.0625rem;height:1.3994125rem;top:18.19140625rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NM4PGTDlFDEIguRiz46rgmnKyswDp8DC { width:4.8125rem;height:1.3994125rem;top:20.21484375rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZBJocx351Mp6iPW1Of8FGHXg0y9zmS0B { top:23.6875rem;left:12.5rem;width:1.25rem;height:1.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZmBmpPt9u7WhWCLDpsLrscdG1Q3wiVgm { top:23.6875rem;left:15rem;width:1.25rem;height:1.25rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vxLIgc8iLphdaSskvEcTmRNw8iBKZ9pr { top:23.6875rem;left:17.5rem;width:1.25rem;height:1.25rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dppZmpDLyTbXb4IhvJ9eT04UkdgGoCGW { top:23.63671875rem;left:2.875rem;width:8.25rem;height:1.29980625rem;z-index:15040;font-family:ubuntu;font-weight:300;font-style:normal;color:#2f2f2d;display:block; }
 }@media only screen and (max-width: 763px) { #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { background-color:#ffffff;background-image:none;display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { background-color: transparent; background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .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); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { width:18rem;height:1.92480625rem;top:1.75rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { width:1.875rem;height:1.875rem;top:51.375rem;left:11.125rem;font-size:1.3125rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { width:2rem;height:2rem;top:51.1875rem;left:13.9375rem;font-size:1.375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { width:2.125rem;height:2.125rem;top:51.3125rem;left:16.75rem;font-size:1.4375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { width:10rem;height:0.125rem;top:52.25rem;left:0rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { width:20rem;height:1.92480625rem;top:3.9375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { width:20rem;height:1.92480625rem;top:6.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { width:18.625rem;height:2.19921875rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { top:0.923828125rem;left:0rem;width:20rem;height:11.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18rem;height:8.796875rem;top:1.935546875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:20.9911875rem;top:12.0556640625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:19.875rem;height:17.5625rem;top:48.5rem;left:0rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:36.3125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:40.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Du4BcJNLmXCyeHdzGNxsToKf40soATvr { width:1.875rem;height:1.875rem;top:51.375rem;left:11.125rem;font-size:1.3125rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { width:2rem;height:2rem;top:51.1875rem;left:13.9375rem;font-size:1.375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #rL86VWCk16busm3OpI0DDqAsKlzl2RVD { width:2.125rem;height:2.125rem;top:51.3125rem;left:16.75rem;font-size:1.4375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:52.25rem;left:0rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { display:block; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN4opniVCHALfAuPx16UKGPqenG5tUpw { width:20rem;height:2.2rem;top:1.4617185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:1.7rem;top:5.75rem;left:2.3125001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { width:15.625rem;height:17.4805rem;top:10.262500286102rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
 }@media only screen and (max-width: 763px) { #XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { width:15.625rem;height:1.7rem;top:39.124999046326rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT0LUENzipn62QEUBspgXgUgSCsePq { width:15.625rem;height:19.8046875rem;top:43.687499046326rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
 }@media only screen and (max-width: 763px) { #kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { width:1.875rem;height:1.875rem;top:2.2500004768372rem;left:9.1875003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:1.8125rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { width:1.875rem;height:1.875rem;top:35.562499046326rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { width:2.75rem;height:2.75rem;top:35.124999046326rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { width:19.875rem;height:31.3125rem;top:0.13749980926514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { width:19.875rem;height:32rem;top:33.249999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { width:15.625rem;height:1.7rem;top:7.4375rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { width:15.625rem;height:14.84375rem;top:12rem;left:2.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
 }@media only screen and (max-width: 763px) { #K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { width:15.625rem;height:1.7rem;top:39.687498092651rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { width:15.625rem;height:13.7695rem;top:44.312501907349rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
 }@media only screen and (max-width: 763px) { #SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { width:1.875rem;height:1.875rem;top:3.8125rem;left:9.0000003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { width:2.75rem;height:2.75rem;top:3.375rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { width:1.875rem;height:1.875rem;top:36.124998092651rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { width:2.75rem;height:2.75rem;top:35.687498092651rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { width:19.875rem;height:30.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { width:19.875rem;height:27.875rem;top:33.999998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { width:19.875rem;height:24rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { width:1.875rem;height:1.875rem;top:2.125rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { width:2.75rem;height:2.75rem;top:1.6875rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { width:15.625rem;height:3.3984375rem;top:5.75rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { width:15.625rem;height:9.746125rem;top:10.4375rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:10.996125rem;top:1.6874881759286rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:18rem;height:28.3359375rem;top:14.0498046875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { background-color:#f8d016;background-image:none;display:block; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { background-color: transparent; background-image: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .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); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { width:20rem;height:4.3984375rem;top:1.30078125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { display:block; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H0xO6WrHBAMHxO116AANCe68PFrF9v8T { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydpQS8GXaMWl64MufBCcEcpu847kChn { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { width:18rem;height:5.09765625rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FifwTuqVayTWVIT16nbae2gUWm193wyn { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block; }
 }@media only screen and (max-width: 763px) { #d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { width:16.25rem;height:5.84765625rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { width:16.25rem;height:7.3095625rem;top:38.5732421875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { display:flex;width:3.125rem;height:3.125rem;top:38.5732421875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:5.09765625rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.1875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6bGXTTHqdW9Rki9nTC07BWl450u9It { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { width:16.25rem;height:10.233375rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { display:block; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { width:18rem;height:2.3994125rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { width:18rem;height:5.09765625rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.2500001192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block; }
 }@media only screen and (max-width: 763px) { #Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { width:16.25rem;height:7.3095625rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { display:block; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { width:18rem;height:6.796875rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block; }
 }@media only screen and (max-width: 763px) { #NbUZt5OxZlG4bAUd7pyg94920a0HgviK { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { background-color:#fafafa;background-image:none;display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { background-color: transparent; background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .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); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { width:20rem;height:2.19921875rem;top:1.337890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { background-color:#fafafa;background-image:none;display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { background-color: transparent; background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .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); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEFpw98iearvNCixwphndLTTA00QGHxo { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { width:15.625rem;height:6.796875rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { width:15.625rem;height:6.796875rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn9mkESMUftP2U6dCB5ocud6aebwtIx { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { width:15.625rem;height:6.796875rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zSy9q08TdrTXBpp7KulSus481OBGw1oa { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { background-color:#fafafa;background-image:none;display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { background-color: transparent; background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .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); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { width:15.625rem;height:5.09765625rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { width:15.625rem;height:6.796875rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { width:15.625rem;height:5.09765625rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { background-color:#fafafa;background-image:none;display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { background-color: transparent; background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .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); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { width:15.625rem;height:6.796875rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { width:15.625rem;height:6.796875rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { width:15.625rem;height:6.796875rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:6.796875rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:5.09765625rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUadAK8NScxLVWOEA8AFQsWDrgc0crm { background-color:#fafafa;background-image:none;display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { background-color: transparent; background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .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); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfykaglR3QwcI6nKrq6LzRiLGSET87gO { width:15.625rem;height:6.796875rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #civFdJTDvgcII76LBZXNQqMcTirPdwzc { width:15.625rem;height:6.796875rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhwqposL67h07T8pk8nlsa9aVPvsKbM { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { background-color:#fafafa;background-image:none;display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { background-color: transparent; background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .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); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { width:15.625rem;height:6.796875rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { width:15.625rem;height:6.796875rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz1q5TzweanA2DFb0343RTKDNB0l4Sx { display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { width:20rem;height:128.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { width:20rem;height:2.5996125rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHDFb4m8nTDLsFN89cvT719QB43kOXSv { width:14rem;height:3.0859375rem;top:6.2890625rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { width:7.8125rem;height:7.8125rem;top:12.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { width:4.75rem;height:4.75rem;top:11.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { width:1.375rem;height:2.5996125rem;top:11.9375rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { width:7.8125rem;height:7.8125rem;top:37.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { width:4.75rem;height:4.75rem;top:35.6875rem;left:5.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { width:1.375rem;height:2.5996125rem;top:36.6875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { width:16.6875rem;height:4.875rem;top:21.9375rem;left:1.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { width:20rem;height:5.84765625rem;top:28.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7sZAP1blGp30STATHS36aRhEluUDfQ7 { width:20rem;height:4.875rem;top:46.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { width:19.4375rem;height:5.84765625rem;top:52.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hleTURtzIygSVIM6OxuAco25zpGOJGi4 { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { width:7.8125rem;height:7.8125rem;top:61.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRThzCbWyb115hvxasxduTFpJNSTPIeU { width:4.75rem;height:4.75rem;top:60.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { width:1.375rem;height:2.5996125rem;top:61.1875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #quS654xG5FnIdTe6hJisWQOcIgoR2nwK { width:20rem;height:2.4375rem;top:71.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ64T2Fwba4STgQ393B6qgubliRTfif { width:18.6875rem;height:4.38574375rem;top:75.1875rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZs4cr5bgckSwaFAg5ihltquh5clm5wm { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { width:19.875rem;height:0;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { width:7.8125rem;height:7.8125rem;top:82.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwDRc7hB81FavoO2JH1A88FveFi05AN { width:0;height:3.75rem;top:53.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { width:20rem;height:5.84765625rem;top:96.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { width:20rem;height:2.4375rem;top:92.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { width:4.75rem;height:4.75rem;top:81.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { width:1.375rem;height:2.5996125rem;top:82.1875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { width:7.8125rem;height:7.8125rem;top:105.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut2OHHULoxGp24wcgWsLAp40admMAiPT { width:4.75rem;height:4.75rem;top:103.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { width:1.375rem;height:2.5996125rem;top:104.5625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { width:19.875rem;height:0;top:57.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { width:20rem;height:2.4375rem;top:114.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { width:20rem;height:4.38574375rem;top:120.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { display:flex;width:4.375rem;height:4.375rem;top:14.375rem;left:8.25rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { display:flex;width:4.375rem;height:4.375rem;top:38.8125rem;left:8.25rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { display:flex;width:4.375rem;height:4.375rem;top:63.5625rem;left:8.25rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { display:flex;width:4.375rem;height:4.375rem;top:84.4375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { display:flex;width:4.375rem;height:4.375rem;top:106.84375rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/People/pexels-photo-23966.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.adaptive-delivery-prevent-bg, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyload, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyloading { background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { background-color: transparent; background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .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); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { width:20rem;height:20.796875rem;top:0.62501847743988rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:12.9375rem;height:8.8125rem;top:25rem;left:5.0624998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:18.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:9.3125rem;height:4.0625rem;top:20.1875rem;left:1.5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5625rem;height:3.1484375rem;top:20.6875rem;left:9.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625rem;top:88.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:15.5625rem;top:34.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:9.25rem;height:3.1484375rem;top:37.399988174439rem;left:7.8125003576281rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:9.6875rem;height:7.3125rem;top:34.625rem;left:0rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:12.9375rem;height:8.8125rem;top:43.062476158142rem;left:1.5000001192093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.5625rem;top:60.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:2.2rem;top:2.125rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18rem;height:1.7rem;top:5.625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18rem;height:8.496125rem;top:8.3124876022337rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { display:block; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:18rem;height:4.3984375rem;top:2.0500001907349rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:6.796875rem;top:7.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:13.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.625rem;height:3.4375rem;top:15.862500190735rem;left:7.1249998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:18.375rem;height:5.3125rem;top:1.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { width:2.4375rem;height:2.4375rem;top:11.04296875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { width:18rem;height:1.69921875rem;top:77.11328125rem;left:2rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rUBcZyXVTn69rCcED8DadFsuZ50OumwV { width:18rem;height:62.5488375rem;top:13.41796875rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { width:20rem;height:79.875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Mudy6KQwyRmtcMuFRUWFauGmTFv3tX2W { width:11rem;height:11.5rem;top:0.8125rem;left:4.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:19.9375rem;height:20.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:14.375rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:24.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18rem;height:28.59375rem;top:27.25rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:19.5rem;height:1.69921875rem;top:56.4375rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VcyB5PMwLCrOVJliz4srfk41atcHnOft { width:19.9375rem;height:20.875rem;top:60.812501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { width:20rem;height:37.375rem;top:22.125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 { display:block; }#o1relZuOABwpmqK9B3iF1OQCfh7fJ6V7 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE6FJTX2Q8F5inUOIsrcgi3qd7THbTu1 { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnKOIVONu3OZX8k3TzJBqheQoUntfNoX { width:2.4375rem;height:2.4375rem;top:2.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWKR1AWV51dgnMZmHgosp1w9x224xppu { width:18rem;height:1.69921875rem;top:30.5615234375rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Sm41wVtdTJvvE8GNo2vWiKH1vlnoUcmw { width:18rem;height:25.0195rem;top:4.75rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m1gZsZPfXHmx2h1C92KQVsmzDJ6CFCwx { width:20rem;height:33rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { width:19.9375rem;height:20.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { width:20rem;height:29rem;top:22.124996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { width:2.4375rem;height:2.4375rem;top:24.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { width:18rem;height:21.4453125rem;top:26.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { width:18rem;height:1.69921875rem;top:48.611328125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { width:20rem;height:2rem;top:2.8125123977661rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW { display:block; }#KoPrT7ai0wXeQRwmg3VREOTfd7TeD2eW > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRaaiwv7GzfoLV9lGQIyaivfDpzZguG1 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA5fSUShA2knX68TfsbTdWx4SlBmK176 { width:13.75rem;height:2.923825rem;top:21.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz1eO6NTLF9tvNSeOrL3iNuxhx3AIpF0 { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWAtemDa03FVSw95VzE082DL1iBVI4e0 { width:3.6875rem;height:3.6875rem;top:16.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { width:13.75rem;height:2.923825rem;top:21.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { width:4.4375rem;height:3.6875rem;top:16.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPmRh2OJJGkstWgQBFZSp1WianpLHM8T { display:block; }#sPmRh2OJJGkstWgQBFZSp1WianpLHM8T > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XGWFWn7m1TLha9QVEsKCC7o0hxNDhl2e { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63aZTn5EgVGO6fZ5A44EikIyzsRflc7 { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl4mv73JyHaD5d6xginpZapEcutT0U3L { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft0zf1rokkSzaKTKF9KJbvdOvwrSimQH { width:6.375rem;height:3.6875rem;top:16.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb { display:block; }#R7iWeCaGbcvWUHJMHi4NtP6A3otTTylb > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dKNqaTP0GDTDoLm4gXxh758EH5KVUgI6 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9xUpeiOWcQVBaWyIfHlZXpxUv8vlgBl { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAAuPuh2r6dsXfdh56V8059xGf8SAAOD { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl9Lwbx6PAu6n05AK9XcSfaXW4kMqePg { width:12.5rem;height:3.6875rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx { display:block; }#oP6tTgfuisB43rJFTZIsIIEh4x9KDWLx > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgHKWPyGTNF9lS8uVap3bCGReTJwV5LU { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB9TzaJ2N4hXXLleT4mqfU4Axffhgl70 { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpFJpwKlctn8A7S9zU1wq3u2opoTs86S { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgmoXzDHKL2GX5SZuDe1n4rQmviza4d6 { width:12.5rem;height:4.3125rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayCOTMz3vbLqtgtwtpO580INJHQ9wro { display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { width:12.5rem;height:2.923825rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { width:18.75rem;height:3.1875rem;top:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { width:18.6875rem;height:12.5rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { width:12.5rem;height:2.923825rem;top:21.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { width:18.6875rem;height:12.5rem;top:1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { width:12.5rem;height:4.375rem;top:15.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17oOnVADt1MmUGNdgfXevKX1D1aERgF { display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { width:18.6875rem;height:12.5rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { width:12.5rem;height:2.923825rem;top:19.9375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { width:18.6875rem;height:12.5rem;top:1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { width:12.5rem;height:2.6875rem;top:16rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { width:18.6875rem;height:12.5625rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { width:12.5rem;height:2.923825rem;top:23.812500238419rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBJf5zxhptvyTDPTyImVunWahsVoh0J { width:18.6875rem;height:12.5rem;top:1.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { width:4.8125rem;height:5.875rem;top:16.312500238419rem;left:7.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { width:12.5rem;height:2.923825rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { width:12.5rem;height:3.875rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { width:12.5rem;height:2.923825rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { width:4.375rem;height:4.375rem;top:16.000011444092rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:20rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:18rem;height:6rem;top:2.5rem;left:0.951171875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:18rem;height:6.296875rem;top:10.372644806281rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { display:none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:20rem;height:160.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:37.5625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18rem;height:3.6rem;top:17.03125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:49.500003814698rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #oopFzXpaiP489xMiJoeKCOx8PDemtrbv { width:19.75rem;height:37.5625rem;top:69.0625038147rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { width:18rem;height:3.6rem;top:69.9687538147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrMOfOaFhF65xddxJhene1asywKRKQA { width:18.25rem;height:3.4375rem;top:102.43750762939rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:37.5625rem;top:122.00000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { width:18rem;height:3.6rem;top:122.90625762939rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:155.37501144409rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:19.75rem;height:13.625rem;top:54.187503814698rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:107.12500762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { width:12.5rem;height:20.46679375rem;top:24.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { width:12.5rem;height:21.92868125rem;top:77.0625038147rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { width:12.5rem;height:21.92869375rem;top:130.00000762939rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEawP1wD4pqhvNoJylu009gcSFgen5dk { display:none; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { width:20rem;height:160.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { width:19.75rem;height:37.5625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ88GUVlrMVVzn228L5cdnL70gabJM0N { width:18rem;height:3.6rem;top:17.03125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { width:18.25rem;height:3.4375rem;top:49.500000715256rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { width:19.75rem;height:37.5625rem;top:69.062500715256rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { width:18rem;height:1.8rem;top:69.968750715256rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTSThxt4JrbNBTNCLwlbehbIltleuZPt { width:18.25rem;height:3.4375rem;top:102.43750143051rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block; }
 }@media only screen and (max-width: 763px) { #cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { width:19.75rem;height:37.5625rem;top:122.00000143051rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { width:18rem;height:3.6rem;top:122.90625143051rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { width:18.25rem;height:3.4375rem;top:155.37500214577rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block; }
 }@media only screen and (max-width: 763px) { #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { width:19.75rem;height:13.625rem;top:54.187500715256rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXENIg0477URE8CuHB8BLVaf305S6ozp { width:19.75rem;height:13.625rem;top:107.12500143051rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { width:12.5rem;height:20.46678125rem;top:24.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { width:12.5rem;height:19.0048625rem;top:77.062500715256rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { width:12.5rem;height:20.4667875rem;top:130.00000143051rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:18rem;height:14.16796875rem;top:11.125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:18rem;height:8rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w { display:block; }#ZecMDT69ZVg4EgoMgIObzbReHCZT6w7w > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXN7Ur3RtSt4xuXzacDadw5pM4fVKXXl { width:3.0625rem;height:3.0625rem;top:42.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91HxivtMyw6I40BTTizpMrFn1aTZxG0 { width:3.0625rem;height:3.0625rem;top:42.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJVeP24rVFFIT6SyIQTWoOVPixwoOiG { width:3.0625rem;height:3.0625rem;top:42.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNdHIUIiWHNC9NPzWJaSgEL1WzfTQ9e5 { width:14.625rem;height:4.8984375rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miGRaQP3p5WZ0GakTerzvHJFM2S0KxIp { width:13.0625rem;height:4.19824375rem;top:30.875rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8lvfBl1KGts1TaaGm3UPE58QVH3qq91 { width:18.75rem;height:0.0625rem;top:38.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzcX0E0qNsV70uuhVq6rTdIF1XzVlrGh { width:13.5rem;height:1.3994125rem;top:25.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSAFdTKMSydGNF5hz0UrkTSzHvFcJBc { width:20rem;height:1.04980625rem;top:40.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZb0BaAxPmHowEvBeX98A5F01yHmyFvv { width:20rem;height:1.04980625rem;top:15.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFUrSvZp4SPkm7hZNtIUiwvMxH9Vgeb1 { width:18.75rem;height:0.0625rem;top:13.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OPWUWhuhobTsuAFMNEO0v8Wstb7okC { width:1.5625rem;height:1.5625rem;top:25.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv9C2oLfRU2ASo4SLbkdK7zONCV1WJBb { width:1.5625rem;height:1.5625rem;top:30.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWs3NmA5DPRfzKqPyKS3zGuVE7VuNQIA { width:1.875rem;height:1.875rem;top:43.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crb1g3acKVBls3ENkdBXUweWKnL7oQMN { width:1.875rem;height:1.875rem;top:43.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P48O17h3f9D7WPevRGMS8mDJcAW0ikdC { width:2.1875rem;height:2.1875rem;top:43.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaUQ84gSXlqzbBvAh3G4nbE6CMKVrxsL { width:15.4375rem;height:3.75rem;top:1.25rem;left:2.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTWJz9BW6acE1uLz6DHlcgnP353sb246 { width:11.8125rem;height:1.04980625rem;top:49.9375rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXUT93THWPVZiRZ2799ta6V7B0BgWQAx { width:2.8125rem;height:1.04980625rem;top:53.625rem;left:8.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsKgkcwHCtpOonw1OMdAAUdkbhxpPpcE { width:4.9375rem;height:1.04980625rem;top:55.9375rem;left:7.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0vDBEOvSB1fkpVcVBWxTlBhDvKWwIGH { width:4.5625rem;height:1.04980625rem;top:58.375rem;left:7.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDyHD0l0p2DyGJJBzQfFcqgKUeie7yfZ { width:6.75rem;height:1.04980625rem;top:60.5625rem;left:6.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDhcmNEyxkeVOKC2sKJGXficVaHCn3dF { width:4rem;height:1.04980625rem;top:62.875rem;left:8rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZzhzlUm9V1NZlXaGtNn5nv6XMEpSPnF { width:6.3125rem;height:1.04980625rem;top:65.1875rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeCTFcvL3RUSE1VH2h4E3uuxam82rPXy { width:5.75rem;height:1.04980625rem;top:67.5625rem;left:7.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEfJdGC5XwThhdlB83sPnOddtkNW3fUL { width:18.75rem;height:0.0625rem;top:47.875rem;left:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #dTIkcqeX5vsZMRmvWWCMThosGRu2CvyZ { width:7.1875rem;height:1.3994125rem;top:19.125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQ7DXRfdJxlWmIIrWWTNVSmlx8hTKxc { width:8rem;height:2.798825rem;top:20.5625rem;left:9.8125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { width:12.5rem;height:1.29980625rem;top:62.82421875rem;left:3.75rem;font-size:1rem;display:block; }
 }